On Mon, May 13, 2013 at 4:43 PM, Andy Bradford <amb-fos...@bradfords.org>wrote:

> Thus said Miles Fidelman on Mon, 13 May 2013 16:09:30 -0400:
>
> > I also wonder  if it effected the  choice of whether to  use fossil or
> > not for  various projects. I  know that,  personally, there are  a few
> > places that  I've wanted  to START  with versioned  documentation, and
> > would have jumped on Fossil in an instant if the pieces where there.
>
> One can  always version  control the documents  in a  separate directory
> called docs. ;-) Of course it won't  be served up via Wiki,....


Sure it can.  See
http://www.fossil-scm.org/fossil/doc/trunk/www/embeddeddoc.wiki for a
description.

Every page of the Fossil website (http://www.fossil-scm.org/) except for
the precompile-binary download page, is done exactly this way.  The
document source files (usually Fossil Wiki, but HTML, plaintext, and
Markdown can also be used) are part of the source tree and are checked in
and checked out and edited just like C-code.

The only thing you can't do is edit the content on-line.  In order to edit
the content, you have to have a clone of the repo, do a check-out, edit on
your disk, the commit.  This can be seen as either a feature or a bug,
depending on your point of view.

FWIW, the documents for Fossil itself are contained in the "www" directory,
not the "docs" directory.  But that is just project-specific convention.
You can put them anywhere you want on your project.


> but maybe it
> could be automated (e.g. after checkin, do a recursive commit of all the
> files in the docs directory with fossil wiki commit or something).
>
> One of the things that did attract  me to Fossil was the ability to link
> or associate specific commits for fixes  to tickets and have it all show
> up nicely in the timeline.
>
> Andy
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> 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