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.

mark 2023-01-06 08:34 trunk
Commit be6d71dd6471f98dc30cac15d73bc498df75f43c37c9fac1f0902d822516ee81
1 file changed +6
--- www/relatedwork.md
+++ www/relatedwork.md
@@ -8,16 +8,18 @@
88
documentation
99
* [althttpd]: a simple, secure, and low resource usage webserver
1010
that has run the https://sqlite.org/ website since 2004
1111
* [Lemon Parser Generator][lemon]: an LALR(1), re-entrant, and thread-safe
1212
parser with a less error-prone grammar syntax than YACC or BISON
13
+* [Makeheaders]: automatically generate header files for C/C++ projects
1314
1415
## Fossil Inspired Projects
1516
1617
* [libfossil]: 3rd party Fossil SCM Library API
1718
* [fnc]: an interactive text-based user interface for Fossil
1819
* [ChiselApp][chisel]: Free Fossil SCM hosting!
20
+* [Inskinerator]: The Fossil Skin Generator
1921
* [Fuel][fuel]: a cross-platform GUI front-end for the excellent Fossil SCM
2022
2123
## Editor Plugins
2224
2325
* [Emacs-Fossil][emacsfsl]: GNU Emacs VC backend for the Fossil version
@@ -35,10 +37,11 @@
3537
* [Mercurial]: free, distributed source control management tool
3638
* [Game of Trees][got]: version control which prioritizes ease of use and
3739
simplicity over flexibility
3840
* [Darcs]: free and open source, cross-platform version control system
3941
* [Pijul]: patch-based distributed version control system
42
+* [Sapling]: A Scalable, User-Friendly Source Control System
4043
4144
## Podcasts
4245
4346
* [Corecursive #066][corec66]: The Untold Story of SQLite
4447
* [The Changelog #454][changelog454]: Richard Hipp returns
@@ -66,19 +69,22 @@
6669
[fnc]: https://fnc.bsdbox.org
6770
[Fuel]: https://fuel-scm.org/fossil/index
6871
[Git]: https://git-scm.com
6972
[GoLand]: https://www.jetbrains.com/go/
7073
[got]: https://gameoftrees.org
74
+[Inskinerator]: https://tangentsoft.com/inskinerator
7175
[IntelliJ]: https://www.jetbrains.com/idea/
7276
[jetbrains]: https://plugins.jetbrains.com/plugin/7479-fossil-integration
7377
[lemon]: https://www.hwaci.com/sw/lemon/
7478
[libfossil]: https://fossil.wanderinghorse.net/r/libfossil/wiki/home
79
+[Makeheaders]: https://fossil-scm.org/home/doc/trunk/tools/makeheaders.html
7580
[Mercurial]: https://www.mercurial-scm.org/
7681
[netbeans]: https://chiselapp.com/user/backendzeit/repository/netbeans-fossil-plugin/index
7782
[Pijul]: https://pijul.org
7883
[pikchr]: https://pikchr.org
7984
[qtfsl]: https://code.qt.io/cgit/qt-creator/plugin-fossil-scm.git/
85
+[Sapling]: https://sapling-scm.com
8086
[SQLite]: https://sqlite.org/index.html
8187
[Subversion]: https://subversion.apache.org/
8288
[swed]: https://softwareengineeringdaily.com/2015/11/13/sqlite-with-d-richard-hipp/
8389
[Tcl]: https://core.tcl-lang.org/tcl/wiki?name=Index
8490
[VSCode]: https://marketplace.visualstudio.com/items?itemName=koog1000.fossil
8591
--- 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

Keyboard Shortcuts

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