Changes between Version 8 and Version 9 of WikiStart
- Timestamp:
- Nov 17, 2005, 12:34:19 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v8 v9 1 = Welcome to BASE plug in development site =1 = Welcome to BASE plug-in development site = 2 2 3 The new plug in page is now up and running. Well, the first version anyway. We have made a lot4 of thinking to ensure that a hardware crash won't cause such a problem again. The most obvious e3 The new plug-in page is now up and running. Well, the first version anyway. We have made a lot 4 of thinking to ensure that a hardware crash won't cause such a problem again. The most obvious security measure 5 5 is backup. We have that now ... But why stop there? If we are going to recreate the 6 plug in site, is there anything we can do to make the site more useful to developers and users?7 Yes there is and the answer is version control and bug tracking.6 plug-in site, is there anything we can do to make the site more useful to developers and users? 7 Yes there is, and the answer is version control and bug tracking. 8 8 9 9 The bugtracking system that we decided to use is called [http://projects.edgewall.com/trac/ Trac]. 10 It allows any base user to submit a bug report or suggest a new function to a plugin. Choose ''New Ticket'' 10 Trac allows BASE users to submit bug reports or suggest new functionality to plug-ins. Choose ''New Ticket'' in the menu bar 11 11 and follow the instructions. 12 12 13 To support plug in development we use [http://subversion.tigris.org/ subversion]. Everyone is allowed14 anonymous checkout of the plug ins avalible and a plugin developercan be given commit access to a15 specified placein the repository.13 To support plug-in development we use [http://subversion.tigris.org/ subversion]. Everyone is allowed 14 anonymous checkout of the plug-ins available whereas plug-in developers can be given commit access to a 15 designated directory in the repository. 16 16 17 We haven't created a simplified way to download distributions of a plugin yet. To retrive the plugins 18 in the repository download and install subversion then use this command to checkout the plugins. 19 20 svn checkout http://lev.thep.lu.se/repository/baseplugins/trunk/ 21 22 We will also create a page were we can present documentations for the plugins in the database. 23 24 25 /Johan Enell (johan dot enell at med dot lu dot se) 26 27 28 Here is a few plugins that you can download until we get things properly up and running: 29 30 [http://www.thep.lu.se/~jari/base/wenni-0.3.tar.gz WeNNI, a microarray missing value impute method] 17 To find out which plug-ins are available, what they do, or even download plug-ins, go to the 18 [/trac/baseplugins/chrome/site/index.html BASE plug-in archive]