OK. Not trying to be obnoxious, but I really asked this question in a couple of different places and I am not finding an answer. People try to be helpful for which I am grateful but the give as solution for a different problem. Everybody thinks that I ma trying to design a fancy looking book or anything. Here I will try to explain –
I need software – as simple as possible and possibly free – with which software (php script/plug-in, whatever) I can publish a simple structured book like most online tutorials, manuals, guides are. They usually contain a structured, indented contents table/menu and next, previous, up hyperlinks to move around the pages. Here are very close examples of documents done that way. I just don’t know what software they use:http://java.sun.com/docs/books/tutorial/…http://www.php.net/manual/en/tutorial.fo…http://docs.python.org/tutorial/introduc…http://www.cplusplus.com/doc/tutorial/co…http://www.w3schools.com/Xml/http://classic.gimp.org/tut-patt2.htmlhttp://en.wikipedia.org/wiki/Wikipedia:T…http://www.htmlcodetutorial.com/css/_CLA…http://dev.mysql.com/doc/refman/5.0/en/p…http://www.python.org/doc/2.4.2/tut/node…
- not all of these are good examples in terms of a good quality software but just an example of what kind of documentation structure I am looking for.
Popularity: 2% [?]
Related posts:
Related posts brought to you by Yet Another Related Posts Plugin.
All you need to know is some simple HTML to do what you’re asking. If you don’t know any HTML, or don’t want to learn, download a WYSIWYG (what you see is what you get) editor like Microsoft Frontpage to generate the HTML code for you.
You’re not going to get much better than that. There is no software out there that automatically knows exactly what you’re thinking and generates a perfect looking outline based on your thoughts.
I noticed that all of your examples are of various programming languages. A number of them offer generated documentation based on your source code comments. Javadoc for Java, for example. I’m not sure if that is the context of why you need this but it’s something to keep in mind if it is.