Changes between Version 2 and Version 3 of WikiStart
- Timestamp:
- Oct 29, 2005, 1:39:31 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v2 v3 1 1 = Welcome to BASE plugin development site = 2 2 3 The new plugin page is now up and run ing. Well, the first version anyway. We have made alot3 The new plugin page is now up and running. Well, the first version anyway. We have made a lot 4 4 of thinking to ensure that a hardware crash won't cause such a problem again. The most obviouse 5 is backup. We have that now ... But we didn't want to stop there? If we are going to recreate the5 is backup. We have that now ... But we didn't want to stop there? If we are going to recreate the 6 6 plugin 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.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 It allows any base user to submit a bug report or suggest a new function to a plugin. Choose ''New Ticket'' 11 11 and follow the instructions. 12 12 13 13 To support plugin development we use [http://subversion.tigris.org/ subversion]. Everyone is allowed 14 14 anonymous checkout of the plugins avalible and a plugin developer can be given commit access to a 15 specified place in the repository. 15 specified place in the repository. 16 16 17 17 We haven't created a simplified way to download distributions of a plugin yet. To retrive the plugins