Downloads

Cyberdocs is free software that can be downloaded from the Internet. For the impatient, here are two key links to download the platform, either a release or the latest sources:

The collaborative development site Sourcesup hosts Cyberdocs project and propose at the same time a page where you can download the different distributions of the platform. This page is available from the File tab on the site Sourcesup.

This download page offers different versions that are still available for download. For each version, different formats will be available, or different packages.

In all cases, it is recommended that you install the latest version: support and documentation of the older versions are no longer insured.

Getting back the sources with Subversion

Subversion is a versioning sources management software. The developers of the Cyberdocs' project use this tool to facilitate collaboration and healthy evolution of various versions of the platform. Beyond that developing use, any user interested in the latest sources of Cyberdocs can do this using client software of Subversion.

In this page, we provide some information about Subversion, as well as the parameters to be used to check the Cyberdocs sources, and finally an example with TortoireSVN software under Windows.

About Subversion

To learn more about this tool, we suggest that you read the matching article in Wikipedia. You will find an explanation of the tool's origins, on the main commands available, as well as links to various software allowing to work with Subversion.

We also suggest that you read a help page on Subversion maintained by the Universities Network Committee (CRU, France), where the Cyberdocs sources are hosted.

If you only want to download Cyberdocs sources, you can directly go to the following sections that provide all necessary information.

Cyberdocs' Subversion parameters

On the Sourcesup site where Cyberdocs sources are hosted, the tab Subversion provides the necessary information to access Cyberdocs sources via Subversion. For a limited access mode, which allows only grab the source, and not to modify them, you must use the following address with your client software of Subversion:

checkout http://subversion.cru.fr/cyberdocs

Depending on the tool you are using, the exact procedure will be different. For example if you are working in command line, the command will be:

svn checkout http://subversion.cru.fr/cyberdocs [local_folder]

Where [local_folder] is the folder's path where you want to copy the sources on your computer.

Using TortoiseSVN under Windows

The TortoiseSVN software is a tool that integrates with Windows Explorer, which allows you to easily use all the Subversion's features in graphical mode. Here is the procedure to install TortoiseSVN then to download the Cyberdocs sources.