On Fri, Apr 20, 2012 at 9:50 AM, Miles Fidelman
<mfidel...@meetinghouse.net>wrote:

> Hi Folks,
>
> Just started using Fossil for a new project - it just seems so much easier
> than git, and the integrated wiki and ticketing system just simplifies
> things a lot.
>
> A question to the group:  To what extent are any of you using Fossil for
> managing documentation associated with projects - any or all of developer,
> user, administrator, sys admin (configuration files, configuration notes,
> shell scripts, cfengine/puppet/chef recipes, tickets, checklists,
> procedures, user account info, logbooks), etc.?


The documentation for Fossil itself is managed as embedded
documentation<http://www.fossil-scm.org/fossil/doc/trunk/www/embeddeddoc.wiki>.
That means that all of the documentation is versioned, and so you can go
back and look at the documentation for any point in time.  To change the
Fossil documentation, we edit the files in the www/
subdirectory<http://www.fossil-scm.org/fossil/dir?ci=fb48371c74d11834&name=www>of
the source tree and check them in.

The SQLite project (for which Fossil was originally created) manages
documentation in a separate
repository<http://www.sqlite.org/docsrc/timeline>from the SQLite
sources.  The SQLite documentation is HTML with embedded
TCL script.  We preprocess that using a makefile and tclsh to generate the
pure HTML files that are then pushed out to the website.




> Historically, I've kept most of this stuff in text and word files,
> spreadsheets, and on paper - but now looking at a project that is going to
> turn into an online service, and want to keep all the documentation and
> administrivia under control from the start.
>
> Seems like the wiki and ticketing systems are a nice start, but fairly
> basic.  So I wonder what kind of techniques, add-ons, other tools people
> are using along with Fossil.
>
> Thanks very much,
>
> Miles Fidelman
>
> --
> In theory, there is no difference between theory and practice.
> In practice, there is.   .... Yogi Berra
>
>
> ______________________________**_________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.**org <fossil-users@lists.fossil-scm.org>
> http://lists.fossil-scm.org:**8080/cgi-bin/mailman/listinfo/**fossil-users<http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users>
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to