Tools
Here you can find tools of different kind that have been developed either directly for creating owl's compliant programs or as further tools in the framework of the project (organization, documentation etc.).Contents
|
AccessPostgres |
|
|---|---|
| Download | accesspostgres |
| Description | An extension for a wiki based on Mediawiki to connect to a Postgres database and retrieve data with select directly into an article or to write data into the database with insert and update respectively. |
| Author | Martina Mostert |
| Version | 1.3 |
| License | GPL |
| Installation | After download unzip the extension into the extension-directory of the mediawiki installation and insert the appropriate values for $egOwlApHost, $egOwlApDBName, $egOwlApUser, $egOwlApPassword, $egOwlApPasswordGet and $egOwlApSearchPath in file AccessPostgres.php as described in the file header. |
| Documentation | online documentation |
|
GPP - The Generic PreProcessor |
|
|---|---|
| Download | gpp |
| Description | GPP is a general-purpose and programing-language independend preprocessor with customizable syntax rules. There are predefined ruls for C/C++, LaTeX, HTML, XHTML and Prolog build in. Further syntax rules can be added. These and the predefined ones are modifiable. Syntax rules can be modified at start time or by macros. All build-in meta-macros as well as the user defined ones are also available in any syntax.
Until version 2.21 gpp has been developed by Denis Auroux, from version 2.22 until version 2.24 it has been developed by Tristan Miller. |
| Author | Michael Felke, Martina Mostert |
| Version | 2.4.1 |
| License | LGPL |
| Installation | Decompress the archive. There is a detailed installation guide available at INSTALL. Summary for unix like systems: In the main directory of gpp $ ./configure $ make # make install |
| Documentation | After compilation the documentation can be found at gpp/doc/gpp.html online documentation |