To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Fossil (software)

From Wikipedia, the free encyclopedia

Original author(s)D. Richard Hipp
Initial release2006; 18 years ago (2006)
Stable release
2.23[1] Edit this on Wikidata / 1 November 2023; 6 months ago (1 November 2023)
Repository
Written inC, SQL
Operating systemCross-platform
TypeSoftware configuration management, bug tracking system, wiki software
License2010: BSD-2-Clause[a][2]
2007: GPL-2.0-only[b]
Websitewww.fossil-scm.org Edit this on Wikidata

Fossil is a software configuration management, bug tracking system and wiki software server for use in software development created by D. Richard Hipp.

YouTube Encyclopedic

  • 1/5
    Views:
    4 053
    1 047 922
    45 677
    5 804
    70 658
  • Why I Prefer Fossil over Git
  • Fossil Gen 5 Smartwatch | Unboxing & Full Tour
  • FOSSIL GEN 6 Unboxing, Full Tour, Setup!
  • Perfect Hardware, Imperfect Software - Fossil Carlyle HR (5th Gen) Review
  • Fossil Gen 5 Recovery Mode+Reboot+Factory Reset+Exit time only mode

Transcription

Features

Fossil is a cross-platform DVCS that runs on Linux, BSD derivatives, Mac and Windows. It is capable of performing distributed version control, bug tracking, wiki services, and blogging. The software has a built-in web interface, which reduces project tracking complexity and promotes situational awareness. A user may simply type "fossil ui" from within any check-out and Fossil automatically opens the user's web browser to display a page giving detailed history and status information on that project. The fossil executable may be run as a standalone HTTP server, as a CGI application, accessed via SSH, or run interactively from the CLI.

Being distributed, Fossil requires no central server, although collaboration is made easier by using one.

Content is stored using a SQLite database so that transactions are atomic even if interrupted by a power loss or system crash.[3]

Fossil is free software released under a BSD license[4] (relicensed from previously GPL).

Adoption

Fossil is used for version control by the SQLite project, which is itself a component of Fossil. SQLite transitioned to using Fossil for version control over CVS on 2009-08-12.[5][6]

Some examples of other projects using Fossil are:

Source code hosting

The following websites provide free source code hosting for Fossil repositories:

  • Chisel. Original site owner James Turner announced that the site would cease operation on May 1, 2013.[7] After domain ownership was transferred on May 1, 2013, it continued operation.[8]
  • SourceForge (unofficially through webpages hosting service[9])

See also

Notes

  1. ^ BSD-2-Clause since 2010-05-16.
  2. ^ GPL-2.0-only from 2007-07-21 until 2010-05-16.

References

  1. ^ "Fossil: Change Log".
  2. ^ Fossil Copyright
  3. ^ "Integrated version control with Fossil SCM". 5 November 2009., DLR Tech Talk presentation by Arne Bachmann, 2009-12-01
  4. ^ "Fossil DSCM Relicensed with BSD License". 2010-05-16.
  5. ^ "Fossil: Fossil Performance". Fossil-scm.org. 2009-08-23. Retrieved 2009-09-12.
  6. ^ "SQLite: Timeline". sqlite.org.
  7. ^ "Chiselapp.com shutting down". James Turner. 2013-03-28. Retrieved 2013-04-10.
  8. ^ "ChiselApp ChangeOver Complete". Andreas Kupries. 2013-04-30. Retrieved 2013-05-01.
  9. ^ "Example: Free Fossil-SCM Repository Hosting". Retrieved 2015-11-21.

Further reading

External links

This page was last edited on 19 March 2024, at 19:36
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.