Fossil SCM
update related work page Add Inskinerator as per [forum:634b880146abf68f|forum post] from wyoung@, the Makeheaders tool, and the new Sapling version control system.
Commit
be6d71dd6471f98dc30cac15d73bc498df75f43c37c9fac1f0902d822516ee81
Parent
693b950b1ef45ec…
1 file changed
+6
+6
| --- www/relatedwork.md | ||
| +++ www/relatedwork.md | ||
| @@ -8,16 +8,18 @@ | ||
| 8 | 8 | documentation |
| 9 | 9 | * [althttpd]: a simple, secure, and low resource usage webserver |
| 10 | 10 | that has run the https://sqlite.org/ website since 2004 |
| 11 | 11 | * [Lemon Parser Generator][lemon]: an LALR(1), re-entrant, and thread-safe |
| 12 | 12 | parser with a less error-prone grammar syntax than YACC or BISON |
| 13 | +* [Makeheaders]: automatically generate header files for C/C++ projects | |
| 13 | 14 | |
| 14 | 15 | ## Fossil Inspired Projects |
| 15 | 16 | |
| 16 | 17 | * [libfossil]: 3rd party Fossil SCM Library API |
| 17 | 18 | * [fnc]: an interactive text-based user interface for Fossil |
| 18 | 19 | * [ChiselApp][chisel]: Free Fossil SCM hosting! |
| 20 | +* [Inskinerator]: The Fossil Skin Generator | |
| 19 | 21 | * [Fuel][fuel]: a cross-platform GUI front-end for the excellent Fossil SCM |
| 20 | 22 | |
| 21 | 23 | ## Editor Plugins |
| 22 | 24 | |
| 23 | 25 | * [Emacs-Fossil][emacsfsl]: GNU Emacs VC backend for the Fossil version |
| @@ -35,10 +37,11 @@ | ||
| 35 | 37 | * [Mercurial]: free, distributed source control management tool |
| 36 | 38 | * [Game of Trees][got]: version control which prioritizes ease of use and |
| 37 | 39 | simplicity over flexibility |
| 38 | 40 | * [Darcs]: free and open source, cross-platform version control system |
| 39 | 41 | * [Pijul]: patch-based distributed version control system |
| 42 | +* [Sapling]: A Scalable, User-Friendly Source Control System | |
| 40 | 43 | |
| 41 | 44 | ## Podcasts |
| 42 | 45 | |
| 43 | 46 | * [Corecursive #066][corec66]: The Untold Story of SQLite |
| 44 | 47 | * [The Changelog #454][changelog454]: Richard Hipp returns |
| @@ -66,19 +69,22 @@ | ||
| 66 | 69 | [fnc]: https://fnc.bsdbox.org |
| 67 | 70 | [Fuel]: https://fuel-scm.org/fossil/index |
| 68 | 71 | [Git]: https://git-scm.com |
| 69 | 72 | [GoLand]: https://www.jetbrains.com/go/ |
| 70 | 73 | [got]: https://gameoftrees.org |
| 74 | +[Inskinerator]: https://tangentsoft.com/inskinerator | |
| 71 | 75 | [IntelliJ]: https://www.jetbrains.com/idea/ |
| 72 | 76 | [jetbrains]: https://plugins.jetbrains.com/plugin/7479-fossil-integration |
| 73 | 77 | [lemon]: https://www.hwaci.com/sw/lemon/ |
| 74 | 78 | [libfossil]: https://fossil.wanderinghorse.net/r/libfossil/wiki/home |
| 79 | +[Makeheaders]: https://fossil-scm.org/home/doc/trunk/tools/makeheaders.html | |
| 75 | 80 | [Mercurial]: https://www.mercurial-scm.org/ |
| 76 | 81 | [netbeans]: https://chiselapp.com/user/backendzeit/repository/netbeans-fossil-plugin/index |
| 77 | 82 | [Pijul]: https://pijul.org |
| 78 | 83 | [pikchr]: https://pikchr.org |
| 79 | 84 | [qtfsl]: https://code.qt.io/cgit/qt-creator/plugin-fossil-scm.git/ |
| 85 | +[Sapling]: https://sapling-scm.com | |
| 80 | 86 | [SQLite]: https://sqlite.org/index.html |
| 81 | 87 | [Subversion]: https://subversion.apache.org/ |
| 82 | 88 | [swed]: https://softwareengineeringdaily.com/2015/11/13/sqlite-with-d-richard-hipp/ |
| 83 | 89 | [Tcl]: https://core.tcl-lang.org/tcl/wiki?name=Index |
| 84 | 90 | [VSCode]: https://marketplace.visualstudio.com/items?itemName=koog1000.fossil |
| 85 | 91 |
| --- www/relatedwork.md | |
| +++ www/relatedwork.md | |
| @@ -8,16 +8,18 @@ | |
| 8 | documentation |
| 9 | * [althttpd]: a simple, secure, and low resource usage webserver |
| 10 | that has run the https://sqlite.org/ website since 2004 |
| 11 | * [Lemon Parser Generator][lemon]: an LALR(1), re-entrant, and thread-safe |
| 12 | parser with a less error-prone grammar syntax than YACC or BISON |
| 13 | |
| 14 | ## Fossil Inspired Projects |
| 15 | |
| 16 | * [libfossil]: 3rd party Fossil SCM Library API |
| 17 | * [fnc]: an interactive text-based user interface for Fossil |
| 18 | * [ChiselApp][chisel]: Free Fossil SCM hosting! |
| 19 | * [Fuel][fuel]: a cross-platform GUI front-end for the excellent Fossil SCM |
| 20 | |
| 21 | ## Editor Plugins |
| 22 | |
| 23 | * [Emacs-Fossil][emacsfsl]: GNU Emacs VC backend for the Fossil version |
| @@ -35,10 +37,11 @@ | |
| 35 | * [Mercurial]: free, distributed source control management tool |
| 36 | * [Game of Trees][got]: version control which prioritizes ease of use and |
| 37 | simplicity over flexibility |
| 38 | * [Darcs]: free and open source, cross-platform version control system |
| 39 | * [Pijul]: patch-based distributed version control system |
| 40 | |
| 41 | ## Podcasts |
| 42 | |
| 43 | * [Corecursive #066][corec66]: The Untold Story of SQLite |
| 44 | * [The Changelog #454][changelog454]: Richard Hipp returns |
| @@ -66,19 +69,22 @@ | |
| 66 | [fnc]: https://fnc.bsdbox.org |
| 67 | [Fuel]: https://fuel-scm.org/fossil/index |
| 68 | [Git]: https://git-scm.com |
| 69 | [GoLand]: https://www.jetbrains.com/go/ |
| 70 | [got]: https://gameoftrees.org |
| 71 | [IntelliJ]: https://www.jetbrains.com/idea/ |
| 72 | [jetbrains]: https://plugins.jetbrains.com/plugin/7479-fossil-integration |
| 73 | [lemon]: https://www.hwaci.com/sw/lemon/ |
| 74 | [libfossil]: https://fossil.wanderinghorse.net/r/libfossil/wiki/home |
| 75 | [Mercurial]: https://www.mercurial-scm.org/ |
| 76 | [netbeans]: https://chiselapp.com/user/backendzeit/repository/netbeans-fossil-plugin/index |
| 77 | [Pijul]: https://pijul.org |
| 78 | [pikchr]: https://pikchr.org |
| 79 | [qtfsl]: https://code.qt.io/cgit/qt-creator/plugin-fossil-scm.git/ |
| 80 | [SQLite]: https://sqlite.org/index.html |
| 81 | [Subversion]: https://subversion.apache.org/ |
| 82 | [swed]: https://softwareengineeringdaily.com/2015/11/13/sqlite-with-d-richard-hipp/ |
| 83 | [Tcl]: https://core.tcl-lang.org/tcl/wiki?name=Index |
| 84 | [VSCode]: https://marketplace.visualstudio.com/items?itemName=koog1000.fossil |
| 85 |
| --- www/relatedwork.md | |
| +++ www/relatedwork.md | |
| @@ -8,16 +8,18 @@ | |
| 8 | documentation |
| 9 | * [althttpd]: a simple, secure, and low resource usage webserver |
| 10 | that has run the https://sqlite.org/ website since 2004 |
| 11 | * [Lemon Parser Generator][lemon]: an LALR(1), re-entrant, and thread-safe |
| 12 | parser with a less error-prone grammar syntax than YACC or BISON |
| 13 | * [Makeheaders]: automatically generate header files for C/C++ projects |
| 14 | |
| 15 | ## Fossil Inspired Projects |
| 16 | |
| 17 | * [libfossil]: 3rd party Fossil SCM Library API |
| 18 | * [fnc]: an interactive text-based user interface for Fossil |
| 19 | * [ChiselApp][chisel]: Free Fossil SCM hosting! |
| 20 | * [Inskinerator]: The Fossil Skin Generator |
| 21 | * [Fuel][fuel]: a cross-platform GUI front-end for the excellent Fossil SCM |
| 22 | |
| 23 | ## Editor Plugins |
| 24 | |
| 25 | * [Emacs-Fossil][emacsfsl]: GNU Emacs VC backend for the Fossil version |
| @@ -35,10 +37,11 @@ | |
| 37 | * [Mercurial]: free, distributed source control management tool |
| 38 | * [Game of Trees][got]: version control which prioritizes ease of use and |
| 39 | simplicity over flexibility |
| 40 | * [Darcs]: free and open source, cross-platform version control system |
| 41 | * [Pijul]: patch-based distributed version control system |
| 42 | * [Sapling]: A Scalable, User-Friendly Source Control System |
| 43 | |
| 44 | ## Podcasts |
| 45 | |
| 46 | * [Corecursive #066][corec66]: The Untold Story of SQLite |
| 47 | * [The Changelog #454][changelog454]: Richard Hipp returns |
| @@ -66,19 +69,22 @@ | |
| 69 | [fnc]: https://fnc.bsdbox.org |
| 70 | [Fuel]: https://fuel-scm.org/fossil/index |
| 71 | [Git]: https://git-scm.com |
| 72 | [GoLand]: https://www.jetbrains.com/go/ |
| 73 | [got]: https://gameoftrees.org |
| 74 | [Inskinerator]: https://tangentsoft.com/inskinerator |
| 75 | [IntelliJ]: https://www.jetbrains.com/idea/ |
| 76 | [jetbrains]: https://plugins.jetbrains.com/plugin/7479-fossil-integration |
| 77 | [lemon]: https://www.hwaci.com/sw/lemon/ |
| 78 | [libfossil]: https://fossil.wanderinghorse.net/r/libfossil/wiki/home |
| 79 | [Makeheaders]: https://fossil-scm.org/home/doc/trunk/tools/makeheaders.html |
| 80 | [Mercurial]: https://www.mercurial-scm.org/ |
| 81 | [netbeans]: https://chiselapp.com/user/backendzeit/repository/netbeans-fossil-plugin/index |
| 82 | [Pijul]: https://pijul.org |
| 83 | [pikchr]: https://pikchr.org |
| 84 | [qtfsl]: https://code.qt.io/cgit/qt-creator/plugin-fossil-scm.git/ |
| 85 | [Sapling]: https://sapling-scm.com |
| 86 | [SQLite]: https://sqlite.org/index.html |
| 87 | [Subversion]: https://subversion.apache.org/ |
| 88 | [swed]: https://softwareengineeringdaily.com/2015/11/13/sqlite-with-d-richard-hipp/ |
| 89 | [Tcl]: https://core.tcl-lang.org/tcl/wiki?name=Index |
| 90 | [VSCode]: https://marketplace.visualstudio.com/items?itemName=koog1000.fossil |
| 91 |