Changes between Version 14 and Version 15 of DeveloperPage
- Timestamp:
- Nov 2, 2011, 1:32:08 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperPage
v14 v15 1 1 = Developer information = 2 2 3 == How to write a plug-in ==3 == How to write a plug-in or extension == 4 4 5 There is a document on [http://base.thep.lu.se/chrome/site/latest/html/developerdoc/plugin_developer/plugin_developer.html 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.5 There is plenty of [http://base.thep.lu.se/chrome/site/latest/html/developer/index.html information for the developer] 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. 6 6 7 7 == How to name my plug-in == 8 8 9 In order to make sure that unique names are used we use the convention to add domain information to the name. Twoexamples:10 * [wiki: se.lu.onk.ZTest se.lu.onk.ZTest]9 In order to make sure that unique names are used we use the convention to add domain information to the name. Some examples: 10 * [wiki:net.sf.basedb.examplecode net.sf.basedb.examplecode] 11 11 * [wiki:se.lu.thep.affymetrix se.lu.thep.affymetrix] 12 12