| 12 | | If you have any issues, create a |
|---|
| 13 | | [http://trac-hacks.org/newticket?component=TracOwlDocPlugin&owner=bkryza new ticket]. |
|---|
| 14 | | |
|---|
| 15 | | == Download == |
|---|
| 16 | | |
|---|
| 17 | | Download the zipped source from [download:tracowldocplugin here]. |
|---|
| 18 | | |
|---|
| 19 | | == Source == |
|---|
| 20 | | |
|---|
| 21 | | You can check out TracOwlDocPlugin from [http://trac-hacks.org/svn/tracowldocplugin here] using Subversion, or [source:tracowldocplugin browse the source] with Trac. |
|---|
| 22 | | |
|---|
| 23 | | == Example == |
|---|
| 24 | | |
|---|
| 25 | | The plugin provides a '''owldoc''' macro for Trac wiki which has the following parameters: |
|---|
| 26 | | |
|---|
| 27 | | '''print_description: Print ontology description''' |
|---|
| 28 | | {{{ |
|---|
| 29 | | [[owldoc(@print_description=>ONTOLOGY_URL)]] |
|---|
| 30 | | }}} |
|---|
| 31 | | |
|---|
| 32 | | '''list_imports: Lists the direct imports of the ontology (dependencies)''' |
|---|
| 33 | | {{{ |
|---|
| 34 | | [[owldoc(@list_imports=>ONTOLOGY_URL)]] |
|---|
| 35 | | }}} |
|---|
| 36 | | |
|---|
| 37 | | '''list_classes: Lists the classes defined in the ontology''' |
|---|
| 38 | | {{{ |
|---|
| 39 | | [[owldoc(@list_classes=>ONTOLOGY_URL)]] |
|---|
| 40 | | }}} |
|---|
| 41 | | |
|---|
| 42 | | '''list_individuals: Lists the classes defined in the ontology''' |
|---|
| 43 | | {{{ |
|---|
| 44 | | [[owldoc(@list_individuals=>ONTOLOGY_URL)]] |
|---|
| 45 | | }}} |
|---|
| 46 | | |
|---|
| 47 | | |
|---|
| 48 | | == Recent Changes == |
|---|
| 49 | | |
|---|
| 50 | | [[ChangeLog(tracowldocplugin, 3)]] |
|---|