Changes between Version 1 and Version 2 of DeveloperInformation


Ignore:
Timestamp:
May 23, 2006, 1:20:53 PM (18 years ago)
Author:
Jari Häkkinen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperInformation

    v1 v2  
    1 [http://lev.thep.lu.se/trac/base/chrome/site/doc/development/index.html Developer information]
     1[[PageOutline]]
     2
     3= Developer information =
     4
     5Documentation needed for the BASE developer is available though [http://lev.thep.lu.se/trac/base/chrome/site/doc/development/index.html developer information].
     6
     7== I want to contribute ==
     8
     9Please send an email to the [mailto:basedb-devel@lists.sourceforge.net] mailing list! If you are not subscribed to the list, you should first [http://lists.sourceforge.net/lists/listinfo/basedb-devel register your email address]. Tell us what you want to do, download the source using subversion and hack away. There is a growing [http://lev.thep.lu.se/trac/base/chrome/site/doc/development/ideas.html list of ideas for future development] in BASE.
     10
     11If you think that your work is usable for the rest of the community, you should donate your changes to the project After making your 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 (permission to make new revisions in the Subversion source repository) 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.
     12
     13== Plugin examples ==
     14
     15We have compiled some small example plugins which might be of interest if you are going to develop plugins yourself. The tar file contains the source code and compiled classes, [http://lev.thep.lu.se/trac/base/chrome/site/doc/development/plugins/exampleplugins.tar.gz Download example].
     16
     17For more information about developing plugins see [http://lev.thep.lu.se/trac/base/chrome/site/doc/development/index.html#plugins Development information - Plug-ins].