| | 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 | |
|---|
| | 9 | Assuming you have Subversion installed, to get the most recent code just type in your terminal: |
|---|
| | 10 | |
|---|
| | 11 | {{{ |
|---|
| | 12 | svn co http://dev.hinezumi.org/svnroot/netsukuku/trunk/ netsukuku |
|---|
| | 13 | }}} |
|---|
| | 14 | |
|---|
| | 15 | The 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] |