Changes between Version 18 and Version 19 of WikiStart
- Timestamp:
- Apr 20, 2010, 2:41:31 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v18 v19 22 22 23 23 == Developers == 24 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. 24 Lucide is now complete open source software, so feel free to take a look at it or even contribute. 25 25 26 === Plugin API === 26 27 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. … … 29 30 30 31 === Plugin Sourcecode === 31 You can download the sourcecode of all our plugins in one zip file. If you have any problems please post to the developer list.32 You can download the sourcecode of all our plugins direct from the svn. If you have any problems please post to the developer list. 32 33 33 * [ftp://ftp.netlabs.org/pub/lucide/lucidesource-beta1.zip beta-1 sourcecode] - contains all external libraries (poppler, libdjvu, libjpg) and the source for all Lucide plugins. (Note: outdated!)34 * the svn trunk contains all external libraries (poppler, libdjvu, libjpg) and the source for all Lucide plugins. 34 35 35 * [http://www.eros2.info/download/lucide-tk-20070807.zip lucide-tk-20070807.zip] - latest headers and plugin sources (no external libraries).36 36 37 37 === Building Lucide ===