Preferred documentation tool?
Submitted by JohnMG on Thu 8 Feb 2007
| DocBook |
![]() 20% | 98 votes |
| groff |
![]() 1% | 6 votes |
| LaTeX |
![]() 32% | 158 votes |
| Plain TeX |
![]() 2% | 11 votes |
| POD |
![]() 1% | 9 votes |
| Texinfo |
![]() 1% | 7 votes |
| just a text file |
![]() 35% | 171 votes |
| other |
![]() 5% | 26 votes |
| Total 486 votes |
Clean markups and renders a great variety of formats.
[ Parent ]
[ Send Message | View Steve's Scratchpad | View Weblogs ]
You cannot use conditionals, nor can you add code to the templates. So there is no way I can see that I could add class="blah" to link targets dynamically.
I use this kind of thing a lot for menus, eg:
<ul id="menu"> <li><a href="1.html">Page One</a></li> <li><a href="2.html" class="current">Page Two</a></li> </ul>
[ Parent ]
For instance, the very page on http://txt2tags.sf.net/ is made in txt2tags and uses this sort of stuff (just see the footer on the main page).
postproc and preproc are your friends.
For me, as I usually write documents for the sake of documentation, the possibility to just read a clean markup, or print a PDF, or provide a web page, is wonderfull.
[ Parent ]
[ Send Message | View Steve's Scratchpad | View Weblogs ]
Ahh looking at their code is instructive. They give each link on the menu an ID, then set "<body id=blah>" to do the styling on the menu.
I will experiment with this myself.
[ Parent ]
[ Parent ]
(And an extra sentence here to get around that damned bayesian filter.)
[ Parent ]
[ Parent ]
In the company where I worked, we gave the customer a readonly account to enter certain spaces, so the pages needed a more or less professional look. Also I feel that nice docs make it so much more appealing to read them :).
[ Parent ]
Simple documentation: text files; Perl documentation: (inline) POD (w/ Pod::Usage); anything mathematical: LaTeX. - Felix -- Felix C. Stegerman <flx@obfusk.net> [http://obfusk.net] ~ "Any sufficiently advanced bug is indistinguishable from a feature." ~ -- R. Kulawiec ~ vim: set ft=mail tw=70 sw=2 sts=2 et:
[ Parent ]
[ Parent ]
[ Parent ]
Wiki's often use different markup formats. For example, Markdown, Textile, the MoinMoin style, etc. Another example of a markup like that is txt2tags which lpenz mentioned. So, I guess all of those would fit into ``other''.
[ Parent ]
[ Parent ]

20%