Changes between Version 10 and Version 11 of DeveloperPage


Ignore:
Timestamp:
May 30, 2007, 12:07:17 AM (17 years ago)
Author:
Peter Johansson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperPage

    v10 v11  
    33== How to write a plug-in ==
    44
    5 There is documentation on [http://base.thep.lu.se/chrome/site/doc/development/index.html#plugins how to write plug-ins] on the BASE web site. This document together with studies of how others have written plug-ins is what is available. The [http://base.thep.lu.se/wiki/MailingLists BASE mailing lists] are also useful sources for plug-in writers, search them for information and/or post new questions.
     5There is a document on [http://base.thep.lu.se/chrome/site/doc/development/index.html#plugins how to write plug-ins] available on the BASE web site. This document together with studies of how others have written plug-ins is what is available. The [http://base.thep.lu.se/wiki/MailingLists BASE mailing lists] are also useful sources for plug-in writers; search them for information and/or post new questions.
    66
    77== How to name my plug-in ==
    88
    9 In order to make sure that unique names are used we should adopt to the convention to att domain information to the name. A few examples:
     9In order to make sure that unique names are used we use the convention to add domain information to the name. Two examples:
    1010 * [wiki:se.lu.onk.ZTest se.lu.onk.ZTest]
    1111 * [wiki:se.lu.thep.affymetrix se.lu.thep.affymetrix]
     
    1414
    1515The minimum amount of documentation should be installation information, instruction for setting up a configuraion if needed, and contact information.
    16 To convince users to use the plug-in descibe your fancy algorithm and, if applicalble, add citation information. Also,
     16To convince users to use the plug-in describe your fancy algorithm and, if applicalble, add citation information. Also,
    1717send us information on which file we should link to in the [PluginDownload plug-in list].
    1818
     
    4747baseplugins/trunk/se/lu/thep/wenni
    4848}}}
    49 There are five tags `QPackage-0.1`, `QPackage-0.1.1`, `ReplicateError-1`, `wenni-0.1`, and `wenni-0.2'. These are created in the same way as tags are created in subversion:
     49There are five tags `QPackage-0.1`, `QPackage-0.1.1`, `ReplicateError-1`, `wenni-0.1`, and `wenni-0.2`. Tags are created using the following subversion command:
    5050{{{
    5151svn copy http://lev.thep.lu.se/repository/baseplugins/trunk/se/lu/onk/QPackage \