Changes between Version 5 and Version 6 of WikiStart


Ignore:
Timestamp:
06/05/09 00:34:54 (15 years ago)
Author:
ruanda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v5 v6  
    2121 
    2222== License == 
     23 
    2324UTT is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. 
    2425 
    2526The Polex/PMDBF dictionary is licensed under the Creative Commons by-nc-sa License which prohibits commercial use. 
     27 
     28== Getting the code == 
     29 
     30UTT uses [http://git-scm.com git] for managing its code. 
     31 
     32Assuming you have git installed, the following command in a terminal will fetch the most recent code for you:  
     33 
     34{{{ 
     35git clone http://utt.wmi.amu.edu.pl/utt.git  
     36}}} 
     37 
     38We are working on use of native git protocol. 
     39 
     40"Official" release tarballs are not available at the moment. 
     41 
     42== Browsing the code online == 
     43 
     44 * [source: Browse source]: see the full code via a Web interface, 
     45 * [/timeline/ Timeline]: keep track of recent changes.