|
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 |
|
29
|
* [VS Code][vscode]: Integrated Fossil source control in Visual Studio Code |
|
30
|
* [Qt Creator Plugin][qtfsl]: Fossil SCM plugin for the Qt Creator IDE |
|
31
|
* [Jetbrains IDE Plugin][jetbrains]: Fossil SCM plugin for [CLion], [IntelliJ], |
|
32
|
[GoLand], and more |
|
33
|
* [NetBeans Plugin][netbeans]: NetBeans plugin module to use Fossil SCM |
|
34
|
|
|
35
|
## Version Control/Software Configuration Management |
|
36
|
|
|
37
|
* [Git]: Free and open source distributed version control system |
|
38
|
* [Subversion]: Apache's open source version control system |
|
39
|
* [Mercurial]: free, distributed source control management tool |
|
40
|
* [Game of Trees][got]: version control which prioritizes ease of use and |
|
41
|
simplicity over flexibility |
|
42
|
* [Darcs]: free and open source, cross-platform version control system |
|
43
|
* [Pijul]: patch-based distributed version control system |
|
44
|
* [Sapling]: A Scalable, User-Friendly Source Control System |
|
45
|
|
|
46
|
## Podcasts |
|
47
|
|
|
48
|
* [Corecursive #066][corec66]: The Untold Story of SQLite |
|
49
|
* [The Changelog #454][changelog454]: Richard Hipp returns |
|
50
|
* [The Changelog #201][changelog201]: Why SQLite succeeded as a database |
|
51
|
* [bsdtalk194][bsdtalk]: Interview with D. Richard Hipp |
|
52
|
* [Two Weeks of Databases][db2w]: Richard Hipp interviewed by Federico Razzoli |
|
53
|
* [Software Engineering Daily][swed]: SQLite with D. Richard Hipp |
|
54
|
* [Floss Weekly 26][floss26]: Interview with D. Richard Hipp, creator of SQLite |
|
55
|
|
|
56
|
## Miscellany |
|
57
|
|
|
58
|
* [Tcl]: a simple-to-learn yet very powerful programming language |
|
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.sh |
|
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
|
[IntelliJ]: https://www.jetbrains.com/idea/ |
|
79
|
[jetbrains]: https://plugins.jetbrains.com/plugin/7479-fossil-integration |
|
80
|
[lemon]: https://www.hwaci.com/sw/lemon/ |
|
81
|
[libfossil]: https://fossil.wanderinghorse.net/r/libfossil/wiki/home |
|
82
|
[Makeheaders]: https://fossil-scm.org/home/doc/trunk/tools/makeheaders.html |
|
83
|
[Mercurial]: https://www.mercurial-scm.org/ |
|
84
|
[netbeans]: https://chiselapp.com/user/backendzeit/repository/netbeans-fossil-plugin/index |
|
85
|
[Pijul]: https://pijul.org |
|
86
|
[pikchr]: https://pikchr.org |
|
87
|
[qtfsl]: https://code.qt.io/cgit/qt-creator/plugin-fossil-scm.git/ |
|
88
|
[Sapling]: https://sapling-scm.com |
|
89
|
[SQLite]: https://sqlite.org/index.html |
|
90
|
[Subversion]: https://subversion.apache.org/ |
|
91
|
[swed]: https://softwareengineeringdaily.com/2015/11/13/sqlite-with-d-richard-hipp/ |
|
92
|
[Tcl]: https://core.tcl-lang.org/tcl/wiki?name=Index |
|
93
|
[VSCode]: https://marketplace.visualstudio.com/items?itemName=koog1000.fossil |
|
94
|
|