What Is A Good Software For Publishing A Tutorial/manual/book Online?

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.

pixelstats trackingpixel

Popularity: 2% [?]

Related posts:

  1. What Software Can I Use To Create An Online Interactive Tutorial? I want to create a professional-look tutorial. The tutorial...
  2. What Is A Good Book Or Internet Guide On How Different Computers And Software Actually Work? Hi there, I am looking for a good, clear, plain...
  3. How Do I Get A Rights To A Book If The Publishing Company Is No Longer In Existence? I would like to buy the rights to a book...
  4. What Is The Best Book, Online Resource, And Software For Programming In Javascript? I have to take more javascript programming classes and I’m...
  5. Making My Boyfriend A Book And Need Advice On What Software Or Website Is Reliable To Use? I am making my boyfriend a book out of our...

Related posts brought to you by Yet Another Related Posts Plugin.

One Response to “What Is A Good Software For Publishing A Tutorial/manual/book Online?”

  1. Magilicu says:

    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.

Leave a Reply