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.

mark 2023-01-09 05:16 trunk
Commit b4b8dc32f2ddc2014a77182a240f75ba2d6812ded93393e635e6417e86514707
1 file changed +12 -9
--- www/relatedwork.md
+++ www/relatedwork.md
@@ -1,26 +1,28 @@
11
# Related Work
22
33
## Support Projects
44
5
-* [SQLite]: a C-language library that implements a small, fast,
5
+* [SQLite]: C-language library that implements a small, fast,
66
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
88
documentation
9
-* [althttpd]: a simple, secure, and low resource usage webserver
9
+* [althttpd]: simple, secure, and low resource usage webserver
1010
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
1313
* [Makeheaders]: automatically generate header files for C/C++ projects
1414
1515
## Fossil Inspired Projects
1616
1717
* [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!
2020
* [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
+
2224
2325
## Editor Plugins
2426
2527
* [Emacs-Fossil][emacsfsl]: GNU Emacs VC backend for the Fossil version
2628
control system
@@ -57,18 +59,19 @@
5759
5860
[althttpd]: https://sqlite.org/althttpd/doc/trunk/althttpd.md
5961
[bsdtalk]: https://bsdtalk.blogspot.com/2010/07/bsdtalk194-fossil-scm-with-d-richard.html
6062
[changelog201]: https://changelog.com/podcast/201
6163
[changelog454]: https://changelog.com/podcast/454
62
-[chisel]: https://chiselapp.com/
64
+[ChiselApp]: https://chiselapp.com/
6365
[CLion]: https://www.jetbrains.com/clion/
6466
[corec66]: https://corecursive.com/066-sqlite-with-richard-hipp/
6567
[Darcs]: http://darcs.net/
6668
[db2w]: https://youtu.be/2eaQzahCeh4
6769
[emacsfsl]: https://chiselapp.com/user/venks/repository/emacs-fossil/doc/tip/README.md
6870
[floss26]: https://twit.tv/shows/floss-weekly/episodes/26
6971
[fnc]: https://fnc.bsdbox.org
72
+[fsl]: http://fossil.0branch.com/fsl
7073
[Fuel]: https://fuel-scm.org/fossil/index
7174
[Git]: https://git-scm.com
7275
[GoLand]: https://www.jetbrains.com/go/
7376
[got]: https://gameoftrees.org
7477
[Inskinerator]: https://tangentsoft.com/inskinerator
7578
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button