= Welcome to the Netsukuku wiki = [[PageOutline(2,, inline)]] == Getting the code == [http://subversion.tigris.org/ Subversion] (`svn`) is the source code management tool used by Netsukuku. Assuming you have Subversion installed, to get the most recent code just type in your terminal: {{{ svn co http://dev.hinezumi.org/svnroot/netsukuku/trunk/ netsukuku }}} The official release tarballs are at the [http://netsukuku.freaknet.org/index.php?pag=download download page]. '''Python implementation is under development and is not ready for end users yet.''' == Browsing the code online == * [/browser/netsukuku/trunk/ Browse source]: Python implementation. * [/browser/netsukuku/branches/netsukuku-lastc netsukuku-lastc]: No more developed C implementation. == Documentation == * [wiki:Netsukuku/FAQ FAQ]