Configuration
From Docu Wiki
For admins:
- Download
- Installation
- Configuration
For users:
- Usage instructions
- Text formatting
- Javadoc tag support
- Programming language support
- Output engine support
For developers:
Configuration of docu is slightly complicated, because the viewer and the processor are configured seperatly. This is so that the viewer and the processor do not have to reside next to each other in the directory tree, or even reside on the same server!
In the future, it will also allow one viewer to view multiple projects documentation, yet have a processor instance within each project.
This design decision may change in the future depending on user needs. For now, its the way it is.
The install script will automatically create these files for you.
Processor
The processor can be configured in three ways:
- Using
processor/config.php - Using
processor/config.processor.php - Using the command-line argument
--config <config-file>
If multiple files are found, they will be processed in that order, with older options being replaced by newer ones. Multiple files can be specified on the command-line.
Viewer
The processor can be configured in two ways:
- Using
processor/config.php - Using
processor/config.viewer.php
If multiple files are found, they will be processed in that order, with older options being replaced by newer ones.

