El Mon, Oct 16, 2006 at 09:34:23AM -0000, Michiel Meijers va escriure: > > In my development team we have a discussion on where to store > documentation of the development project. Some say that we should only > write documentation on the TracWiki if we want to show it online for > our customers, and that all other (i.e. internal) documentation (like > designs, build guides) should be written in HTML/RTF/whatever and be > stored in a specific Subversion subfolder. In my opinion, everything > should either be stored as HTML/RTF/whatever in Subversion or as > TracWiki. > > Any ideas, opinions, or links to other writings?
At work we keep our documents on SVN using the reStructuredText format (<http://docutils.sf.net/rst.html) and publish some of them through the Wiki using a macro (I posted it to this list, see http://www.mail-archive.com/[email protected]/msg01628.html). If the document does not contain images and is only one file that works great, with the advantage that you can generate standalone html and pdf documents from the same source. Just my 2 cent. -- Sergio Talens-Oliag <[EMAIL PROTECTED]> <http://people.debian.org/~sto/> Key fingerprint = 29DF 544F 1BD9 548C 8F15 86EF 6770 052B B8C1 FA69 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users -~----------~----~----~----~------~----~------~--~---
