Changes from Version 1 of Netsukuku

Show
Ignore:
Author:
eriol (IP: 151.63.63.123)
Timestamp:
01/18/08 02:27:24 (3 years ago)
Comment:

First draft

Legend:

Unmodified
Added
Removed
Modified
  • Netsukuku

    v0 v1  
     1= Welcome to the Netsukuku wiki = 
     2 
     3[[PageOutline(2,, inline)]] 
     4 
     5== Getting the code == 
     6 
     7[http://subversion.tigris.org/ Subversion] (`svn`) is the source code management tool used by Netsukuku. 
     8 
     9Assuming you have Subversion installed, to get the most recent code just type in your terminal: 
     10 
     11{{{ 
     12svn co http://dev.hinezumi.org/svnroot/netsukuku/trunk/ netsukuku 
     13}}} 
     14 
     15The official release tarballs are at the [http://netsukuku.freaknet.org/index.php?pag=download download page]. 
     16 
     17'''Python implementation is under development and is not ready for end users yet.''' 
     18 
     19== Browsing the code online == 
     20 
     21 * [/browser/netsukuku/trunk/ Browse source]: Python implementation. 
     22 * [/browser/netsukuku/branches/netsukuku-lastc netsukuku-lastc]: No more developed C implementation. 
     23 
     24== Documentation == 
     25 
     26 * [wiki:Netsukuku/FAQ FAQ]