SimpleDoc - README
Simple web document management system. It is build in mind of creating documentation fast and easily.
Features
- By using javascript extensively the interface is simple and intuitive, management is done easier and faster.
- Tree structure management and content editing is done without reloading the browser using XMLHttpRequest object, feel like in desktop applications.
- No database is required, the content is kept on the disk in files/directories using the same structure as you see in Tree View, you can edit the content manually, you are not required to use the admin inerface.
- Generate various types of documentation using one of available templates: Tree Menu, Raw html files etc.
- Released under GNU General Public License (GPL).
Requirements
- PHP 4.3.0 or higher (works also on PHP5), zlib extension must be enabled to support publishing and content export.
- One of the modern browsers: IE 6.0, Mozilla, Netscape, Firefox, Safari 1.2
Notes
- To use administration panel you need a modern browser, but the documentation generated by SimpleDoc - all widgets like Tree Menu, Drop Down Menu etc - works in most of the browsers including IE 5.0/5.5/6.0, Mozilla 1.4, Opera 7.11, Netscape 7.11, Firefox 0.7, Safari 1.2 .
- You can subscribe to new releases here: http://freshmeat.net/projects/simpledoc/
Installation
- Upload files to your server.
- Edit "/config.php" and set username/password to the administration panel, the default is admin/admin.
- Chmod 777 "/content" directory, so application can create documents/folders inside it.
- Chmod 777 "/publish" directory.
Manual
- When generating document, TITLE will be inner text of H1 tag if there is one or document name without ".html" extension.
Generated by SimpleDoc on 2004-11-22 22:05:49 GMT+01:00