14 | | As all Wiki pages, this page is editable, this means that you can |
15 | | modify the contents of this page simply by using your |
16 | | web-browser. Simply click on the "Edit this page" link at the bottom |
17 | | of the page. WikiFormatting will give you a detailed description of |
18 | | available Wiki formatting commands. |
| 10 | == Bugs & Features == |
| 11 | Lucide is not yet a finished product, some features are missing and some are not fully tested yet. If you encounter any bugs you are welcome to register it as a new [http://svn.netlabs.org/lucide/newticket ticket]. Please make sure you check the list of open tickets first to see if the bug was already registered once. |
| 12 | Also try to assign it to the correct component, it is quite easy to do with TRAC. |
20 | | "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created |
21 | | a new Trac environment, containing a default set of wiki pages and some sample |
22 | | data. This newly created environment also contains |
23 | | [wiki:TracGuide documentation] to help you get started with your project. |
24 | | |
25 | | You can use [wiki:TracAdmin trac-admin] to configure |
26 | | [http://trac.edgewall.com/ Trac] to better fit your project, especially in |
27 | | regard to ''components'', ''versions'' and ''milestones''. |
28 | | |
29 | | |
30 | | TracGuide is a good place to start. |
31 | | |
32 | | Enjoy! [[BR]] |
33 | | ''The Trac Team'' |
34 | | |
35 | | == Starting Points == |
36 | | |
37 | | * TracGuide -- Built-in Documentation |
38 | | * [http://projects.edgewall.com/trac/ The Trac project] -- Trac Open Source Project |
39 | | * [http://projects.edgewall.com/trac/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions |
40 | | * TracSupport -- Trac Support |
41 | | |
42 | | For a complete list of local wiki pages, see TitleIndex. |
43 | | |
44 | | Trac is brought to you by [http://www.edgewall.com/ Edgewall Software], |
45 | | providing professional Linux and software development services to clients |
46 | | worldwide. Visit http://www.edgewall.com/ for more information. |
| 14 | == Developers == |
| 15 | While the core of Lucide is not released to the public the sourcecode for the plugins is freely available. This means third party programmers can contribute their own plugins for Lucide. |
| 16 | === Plugin API === |
| 17 | The plugin API is using SOM, this allows programmers to write their own plugin without the need of recompiling it every time a new Lucide release is done. It's up to the developer to decide if the plugin he/she writes will be open source or not, Lucide will work with both type of plugins. |