= 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 = [source:/extensions/net.sf.basedb.examples/tags/1.3/README README] contains information about this package, how to install it and how to compile it. = License = [http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License version 3]. = Download = || '''Version''' || '''Revision''' || '''Date''' || '''Binary (tar.gz)''' || '''BASE Version'''* || || || 1.3 || 1434 || November 2, 2011 || [attachment:wiki:net.sf.basedb.examplecode:base-examples-1.3.tar.gz?format=raw base-examples-1.3.tar.gz] (2.7MB) || 3.0 || [query:"group=resolution&milestone=Example code v1.3&order=priority" changelog] || || 1.2 || 1151 || August 31, 2009 || [attachment:wiki:net.sf.basedb.examplecode:extension-examples-1.2.tar.gz?format=raw extension-examples-1.2.tar.gz] (2.2MB) || 2.13 || [query:"status=closed&group=resolution&milestone=Extension examples v1.2&order=priority" changelog] || || 1.1 || 1095 || May 28, 2009 || [attachment:wiki:net.sf.basedb.examplecode:extension-examples-1.1.tar.gz?format=raw extension-examples-1.1.tar.gz] (2.1MB) || 2.12 || [query:"status=closed&group=resolution&milestone=Extension examples v1.1&order=priority" changelog] || || 1.0 || 693 || May 13, 2008 || [attachment:wiki:net.sf.basedb.examplecode:extension-examples-1.0.tar.gz?format=raw extension-examples-1.0.tar.gz] (19kB) || 2.7 || [query:"status=closed&group=resolution&milestone=Extension examples v1.0&order=priority" changelog] || '''*''' In general, each release works with the specified and later BASE versions, except that releases for BASE 2 do not work with BASE 3. '''Source code''' is included in the downloads, but can also retrieved from the subversion repository. Use the following command to get source code for the 1.3 version: `svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.examples/tags/1.3 examples-1.3` 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 examples-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 === [[TicketQuery(status!=closed&component=net.sf.basedb.examplecode)]]