Here you can download the latest version of Nupedia articles and software.

Nupedia articles: nupedia-2001-05-24-xml.zip, nupedia-2001-05-24-xml.tar.gz
Nupedia software (CVS snapshot from 1am today): nupedia-snapshot.zip, nupedia-snapshot.tar.gz

The articles are released under the GNU FDL, and the code is released under the GNU GPL. We can only apologize for the rough nature of these files -- release early, release often is our mantra. If you need help getting the software to run, please join the Nupedia tools-l mailing list, and we can help you. (And you can help us by writing installation instructions. ;-))

Note that the Nupedia software provided in the tarball above may be a very old version. The most recent version is available via anonymous CVS. The following should suffice to retrieve the source, assuming that you have a CVS client installed:

cvs -d :pserver:anonymous@www.nupedia.com:/usr/local/cvsroot login
cvs -d :pserver:anonymous@www.nupedia.com:/usr/local/cvsroot co nupedia
cvs -d :pserver:anonymous@www.nupedia.com:/usr/local/cvsroot logout

This works for unix-like systems, and probably any standard CVS client (no promises).

You could also do this to save some time:(equivalent to the above)

export CVSROOT=:pserver:anonymous@www.nupedia.com:/usr/local/cvsroot
cvs login
cvs co nupedia
cvs logout

You can find more (and better!) instructions for cvs at our CVS primer

If you wish to contribute to the nupedia code, we encourage you to contact us for write-access to the cvs repository.