Fossil SCM
add new entry to related work links and polish markup Add 'fsl', a tcl wrapper, to inspired projects; prompted by John Rouillard on the [forum:2f5b79e695|forum]. While here, remove redundant markup and articles.
Commit
b4b8dc32f2ddc2014a77182a240f75ba2d6812ded93393e635e6417e86514707
Parent
7173a1b1f41786a…
1 file changed
+12
-9
+12
-9
| --- www/relatedwork.md | ||
| +++ www/relatedwork.md | ||
| @@ -1,26 +1,28 @@ | ||
| 1 | 1 | # Related Work |
| 2 | 2 | |
| 3 | 3 | ## Support Projects |
| 4 | 4 | |
| 5 | -* [SQLite]: a C-language library that implements a small, fast, | |
| 5 | +* [SQLite]: C-language library that implements a small, fast, | |
| 6 | 6 | self-contained, high-reliability, full-featured, SQL database engine |
| 7 | -* [pikchr]: a PIC-like markup language for diagrams in technical | |
| 7 | +* [pikchr]: PIC-like markup language for diagrams in technical | |
| 8 | 8 | documentation |
| 9 | -* [althttpd]: a simple, secure, and low resource usage webserver | |
| 9 | +* [althttpd]: simple, secure, and low resource usage webserver | |
| 10 | 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 | |
| 11 | +* [Lemon Parser Generator][lemon]: re-entrant and thread-safe | |
| 12 | + LALR(1) parser with a less error-prone grammar syntax than YACC or BISON | |
| 13 | 13 | * [Makeheaders]: automatically generate header files for C/C++ projects |
| 14 | 14 | |
| 15 | 15 | ## Fossil Inspired Projects |
| 16 | 16 | |
| 17 | 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! | |
| 18 | +* [fnc]: interactive text-based user interface for Fossil | |
| 19 | +* [ChiselApp]: Free Fossil SCM hosting! | |
| 20 | 20 | * [Inskinerator]: The Fossil Skin Generator |
| 21 | -* [Fuel][fuel]: a cross-platform GUI front-end for the excellent Fossil SCM | |
| 21 | +* [Fuel]: cross-platform GUI front-end for the excellent Fossil SCM | |
| 22 | +* [fsl]: Tcl/Expect wrapper script extending Fossil functionality | |
| 23 | + | |
| 22 | 24 | |
| 23 | 25 | ## Editor Plugins |
| 24 | 26 | |
| 25 | 27 | * [Emacs-Fossil][emacsfsl]: GNU Emacs VC backend for the Fossil version |
| 26 | 28 | control system |
| @@ -57,18 +59,19 @@ | ||
| 57 | 59 | |
| 58 | 60 | [althttpd]: https://sqlite.org/althttpd/doc/trunk/althttpd.md |
| 59 | 61 | [bsdtalk]: https://bsdtalk.blogspot.com/2010/07/bsdtalk194-fossil-scm-with-d-richard.html |
| 60 | 62 | [changelog201]: https://changelog.com/podcast/201 |
| 61 | 63 | [changelog454]: https://changelog.com/podcast/454 |
| 62 | -[chisel]: https://chiselapp.com/ | |
| 64 | +[ChiselApp]: https://chiselapp.com/ | |
| 63 | 65 | [CLion]: https://www.jetbrains.com/clion/ |
| 64 | 66 | [corec66]: https://corecursive.com/066-sqlite-with-richard-hipp/ |
| 65 | 67 | [Darcs]: http://darcs.net/ |
| 66 | 68 | [db2w]: https://youtu.be/2eaQzahCeh4 |
| 67 | 69 | [emacsfsl]: https://chiselapp.com/user/venks/repository/emacs-fossil/doc/tip/README.md |
| 68 | 70 | [floss26]: https://twit.tv/shows/floss-weekly/episodes/26 |
| 69 | 71 | [fnc]: https://fnc.bsdbox.org |
| 72 | +[fsl]: http://fossil.0branch.com/fsl | |
| 70 | 73 | [Fuel]: https://fuel-scm.org/fossil/index |
| 71 | 74 | [Git]: https://git-scm.com |
| 72 | 75 | [GoLand]: https://www.jetbrains.com/go/ |
| 73 | 76 | [got]: https://gameoftrees.org |
| 74 | 77 | [Inskinerator]: https://tangentsoft.com/inskinerator |
| 75 | 78 |
| --- www/relatedwork.md | |
| +++ www/relatedwork.md | |
| @@ -1,26 +1,28 @@ | |
| 1 | # Related Work |
| 2 | |
| 3 | ## Support Projects |
| 4 | |
| 5 | * [SQLite]: a C-language library that implements a small, fast, |
| 6 | self-contained, high-reliability, full-featured, SQL database engine |
| 7 | * [pikchr]: a PIC-like markup language for diagrams in technical |
| 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 |
| 26 | control system |
| @@ -57,18 +59,19 @@ | |
| 57 | |
| 58 | [althttpd]: https://sqlite.org/althttpd/doc/trunk/althttpd.md |
| 59 | [bsdtalk]: https://bsdtalk.blogspot.com/2010/07/bsdtalk194-fossil-scm-with-d-richard.html |
| 60 | [changelog201]: https://changelog.com/podcast/201 |
| 61 | [changelog454]: https://changelog.com/podcast/454 |
| 62 | [chisel]: https://chiselapp.com/ |
| 63 | [CLion]: https://www.jetbrains.com/clion/ |
| 64 | [corec66]: https://corecursive.com/066-sqlite-with-richard-hipp/ |
| 65 | [Darcs]: http://darcs.net/ |
| 66 | [db2w]: https://youtu.be/2eaQzahCeh4 |
| 67 | [emacsfsl]: https://chiselapp.com/user/venks/repository/emacs-fossil/doc/tip/README.md |
| 68 | [floss26]: https://twit.tv/shows/floss-weekly/episodes/26 |
| 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 |
| --- www/relatedwork.md | |
| +++ www/relatedwork.md | |
| @@ -1,26 +1,28 @@ | |
| 1 | # Related Work |
| 2 | |
| 3 | ## Support Projects |
| 4 | |
| 5 | * [SQLite]: C-language library that implements a small, fast, |
| 6 | self-contained, high-reliability, full-featured, SQL database engine |
| 7 | * [pikchr]: PIC-like markup language for diagrams in technical |
| 8 | documentation |
| 9 | * [althttpd]: simple, secure, and low resource usage webserver |
| 10 | that has run the https://sqlite.org/ website since 2004 |
| 11 | * [Lemon Parser Generator][lemon]: re-entrant and thread-safe |
| 12 | LALR(1) 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]: interactive text-based user interface for Fossil |
| 19 | * [ChiselApp]: Free Fossil SCM hosting! |
| 20 | * [Inskinerator]: The Fossil Skin Generator |
| 21 | * [Fuel]: cross-platform GUI front-end for the excellent Fossil SCM |
| 22 | * [fsl]: Tcl/Expect wrapper script extending Fossil functionality |
| 23 | |
| 24 | |
| 25 | ## Editor Plugins |
| 26 | |
| 27 | * [Emacs-Fossil][emacsfsl]: GNU Emacs VC backend for the Fossil version |
| 28 | control system |
| @@ -57,18 +59,19 @@ | |
| 59 | |
| 60 | [althttpd]: https://sqlite.org/althttpd/doc/trunk/althttpd.md |
| 61 | [bsdtalk]: https://bsdtalk.blogspot.com/2010/07/bsdtalk194-fossil-scm-with-d-richard.html |
| 62 | [changelog201]: https://changelog.com/podcast/201 |
| 63 | [changelog454]: https://changelog.com/podcast/454 |
| 64 | [ChiselApp]: https://chiselapp.com/ |
| 65 | [CLion]: https://www.jetbrains.com/clion/ |
| 66 | [corec66]: https://corecursive.com/066-sqlite-with-richard-hipp/ |
| 67 | [Darcs]: http://darcs.net/ |
| 68 | [db2w]: https://youtu.be/2eaQzahCeh4 |
| 69 | [emacsfsl]: https://chiselapp.com/user/venks/repository/emacs-fossil/doc/tip/README.md |
| 70 | [floss26]: https://twit.tv/shows/floss-weekly/episodes/26 |
| 71 | [fnc]: https://fnc.bsdbox.org |
| 72 | [fsl]: http://fossil.0branch.com/fsl |
| 73 | [Fuel]: https://fuel-scm.org/fossil/index |
| 74 | [Git]: https://git-scm.com |
| 75 | [GoLand]: https://www.jetbrains.com/go/ |
| 76 | [got]: https://gameoftrees.org |
| 77 | [Inskinerator]: https://tangentsoft.com/inskinerator |
| 78 |