wiki:net.sf.basedb.examplecode

Version 9 (modified by Nicklas Nordborg, 13 years ago) ( diff )

Releasing example code 1.3-alfa

Example code for BASE

BASE includes a plug-in and extensions mechanism that makes it possible to dynamically add new features to the backend and GUI. It is, for example, possible to add menu items in the menu and toolbar buttons in selected toolbars. This package contains a few examples to help you getting started with plug-ins and extensions.

Documentation

README (1.2) (1.3-alfa) contains information about this package, how to install it and how to compile it.

License

GNU General Public License version 3.

Download

Version Revision Date Binary (tar.gz) BASE Version
1.3-alfa 1394 September 15, 2011 base-examples-1.3-alfa.tar.gz (2.6MB) 3.0-alfa or later changelog
1.2 1151 August 31, 2009 extension-examples-1.2.tar.gz (2.2MB) 2.13.0 or later changelog
1.1 1095 May 28, 2009 extension-examples-1.1.tar.gz (2.1MB) 2.12.0 or later changelog
1.0 693 May 13, 2008 extension-examples-1.0.tar.gz (19kB) 2.7.0 or later changelog

Source code can be downloaded from the subversion repository. Use the following command to get source code for the 1.1 version:

svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.examples/tags/1.1 extensions-1.1

The latest development (maybe unstable; do not use on a production server) revision can be checked out from the repository using the following command:

svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.examples/trunk extensions-devel

Contribute

After making modifications to the source code, compose a clear and concise log message to describe those changes and the reasons for them. Then, send an email to the developers list containing your log message and the output of svn diff (from the top of your subversion working copy). If the community members consider your changes acceptable, someone who has commit privileges will add your changes to the public source code tree. Recall that permission to directly commit changes to the repository is granted on merit - if you demonstrate comprehension of subversion, programming competency, and a team spirit, you will likely be awarded that permission.

TODO

No results

Attachments (9)

Note: See TracWiki for help on using the wiki.