tool for documentation

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
User avatar
Otto
Posts: 6404
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 25 times
Been thanked: 2 times
Contact:

tool for documentation

Post by Otto »

Parallel to the transition of WINHOTEL from a desktop application to a web app, I am also working on a tool for documentation. I use HTML/JS/PHP + mod harbour for this purpose. It utilizes a TreeView for structuring, TinyMCE as an editor, and AI for generating texts and flowcharts. This tool is particularly helpful in documenting complex processes during the transition from XBase/Clipper to web technologies. Here is a brief insight into the user interface.
TreeView for Navigation
Documents are organized hierarchically, similar to an explorer view.
New nodes (e.g., chapters or subchapters) can be easily added.
TinyMCE as an Editor
Content can be edited in rich-text format, allowing for formatting, images, and links.
Structured content such as code snippets, tables, or lists can be seamlessly inserted.
Automated Flowcharts with AI
Instead of drawing flowcharts manually, the system can automatically generate them from process descriptions.
Ideal for documenting workflows, algorithms, or decision processes.
Server-Side Storage with PHP
Created documents and diagrams are stored server-side and can be reloaded at any time.
Versioning or export functions could be added as extensions.
Helpful for the Transition from XBase/Clipper to Web Technologies
Structured documentation makes it easier to analyze older desktop systems and migrate them to web technologies.
The tool is suitable for both technical documentation and the visualization of software and business processes.
The advantage here is that I use HTML to store the documents. This allows me to make the information immediately available via a web browser without needing to change the format.
Next step: Integration of full-text search.

Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Post Reply