Changes between Version 13 and Version 14 of WikiStart


Ignore:
Timestamp:
03/24/09 15:06:24 (8 years ago)
Author:
dstillman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v13 v14  
    44 
    55 1. '''This is primarily a developers' tool, not a discussion forum or feedback medium.''' Comments should generally be limited to those that provide new information or offer concrete implementation ideas. Larger/ongoing discussions should be carried out on the dev list or in the forums. 
    6  1. New ticket creation is currently restricted to core developers and admins as we work to ramp up our triage and support infrastructure. If you believe you've found a bug or have a feature request that isn't already in Trac, please post a note in the [http://forums.zotero.org/categories/ forums]. 
     6 1. New ticket creation is restricted to core developers and admins. If you believe you've found a bug or have a feature request that isn't already in Trac, please post a note in the [http://forums.zotero.org/categories/ forums]. 
    77 1. Patches to be incorporated into the official codebase will need to have an associated ticket and be reviewed by a core dev before they can be committed. If you don't see a ticket for a patch you've written or would like to work on, drop us a note on the dev list. 
    88 1. Don't modify other people's bugs. This applies in particular to the priority, target milestone and assignee fields. If you'd like to suggest a change or offer to work on a bug owned by someone else, add a comment instead. 
     
    1616== Source code access == 
    1717 
    18 In addition to Trac's [source:/ graphical repository browser], anonymous read-only access is available to the Zotero source code repository. You can checkout the latest version of the code with the official Subversion client using the following command: 
     18In addition to Trac's [source:/ graphical repository browser], anonymous read-only access is available to the Zotero source code repository. You can check out the latest version of the code with the official Subversion client using the following command: 
    1919 
    2020{{{ 
    21 svn co https://www.zotero.org/svn/extension/branches/1.0/ zotero 
     21svn co https://www.zotero.org/svn/extension/trunk/ zotero 
    2222}}} 
    2323 
    24 This will create a new `zotero` directory with a "working copy" of the 1.0 branch. For instructions for running Zotero from a working copy, see [http://dev.zotero.org/docs/svn_and_trac_access SVN and Trac Access]. 
     24This will create a new `zotero` directory with a "working copy" of the development trunk. For instructions for running Zotero from a working copy, see [http://www.zotero.org/support/dev/svn_and_trac_access SVN and Trac Access]. 
    2525 
    26 '''''Note:''' If you're not planning to make code changes and just want to try out updates to Zotero as they are committed, you can use the [http://dev.zotero.org/docs/svn_and_trac_access#development_xpi development XPI] rather than an SVN install.'' 
     26'''''Note:''' If you're not planning to make code changes and just want to try out updates to Zotero as they are committed, you can use the [http://www.zotero.org/support/dev/svn_and_trac_access#development_xpi development XPI] rather than an SVN install.'' 
    2727 
    2828== Planning Documents ==