GenDBWiki/DeveloperDocumentation: Difference between revisions

From BRF-Software
Jump to navigation Jump to search
imported>AlexanderGoesmann
No edit summary
No edit summary
 
(8 intermediate revisions by 5 users not shown)
Line 2: Line 2:
= Information for Software Developers =
= Information for Software Developers =


If you are interested in writing you own programs using the GenDB system you can find some useful information in the sections listed below. Of course, you should also read the GenDB API documentation.
Currently, the developers' version of GenDB which is maintained via the Concurrent Versions System ([https://www.cvshome.org/ CVS]), comprises more than 200 modules and more than 500,000 lines of Perl source code, not including more than 20 common modules that have been implemented for a number of general purpose tasks (e.g. for translating or reversing a DNA sequence. If you are interested in writing your own programs using the GenDB system you can find some useful information in the sections listed below. Of course, you should also read the GenDB API documentation.


* /CVSAccess
* [[GenDBWiki/DeveloperDocumentation/CVSAccess|CVS Access]]
* /UseTheSource
* [[GenDBWiki/DeveloperDocumentation/UseTheSource|Using the Source]]
* /SystemDesign
* [[GenDBWiki/DeveloperDocumentation/DocumentationGuidelines|Documentation Guidelines]]
* /GenDBDemoScript
* [[GenDBWiki/DeveloperDocumentation/SystemDesign|System Design]]
* /ContributedScripts
* [[GenDBWiki/DeveloperDocumentation/GenDBDemoScript|GenDB Demo Script]]
* /ToolIntegration
* [[GenDBWiki/DeveloperDocumentation/GenDBProgrammingTutorial|GenDB Programming Tutorial]]
* [[GenDBWiki/DeveloperDocumentation/ContributedScripts|Contributed Scripts]]
* [[GenDBWiki/DeveloperDocumentation/ToolIntegration|Tool Integration]]
* [[GenDBWiki/DeveloperDocumentation/ClassDiagram|Class Diagram]]
* [[GenDBWiki/DeveloperDocumentation/PersonalWebServer|Personal Web Server]]

Latest revision as of 15:35, 28 October 2011

Information for Software Developers

Currently, the developers' version of GenDB which is maintained via the Concurrent Versions System (CVS), comprises more than 200 modules and more than 500,000 lines of Perl source code, not including more than 20 common modules that have been implemented for a number of general purpose tasks (e.g. for translating or reversing a DNA sequence. If you are interested in writing your own programs using the GenDB system you can find some useful information in the sections listed below. Of course, you should also read the GenDB API documentation.