Changes between Version 15 and Version 16 of WikiStart


Ignore:
Timestamp:
10/27/11 23:19:57 (5 years ago)
Author:
stakats
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v15 v16  
    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 check out the latest version of the code with the official Subversion client using the following command: 
     18Code for standalone Zotero and the Zotero Firefox extension is hosted at [https://github.com/zotero/zotero GitHub]. You can check out the latest version of the code with git using the following command: 
    1919 
    2020{{{ 
    21 svn co https://www.zotero.org/svn/extension/trunk/ zotero 
     21git clone https://github.com/zotero/zotero.git 
    2222}}} 
    2323