Difference between revisions of "Source code"

From ECHSA Congenital Database
Jump to navigationJump to search
Line 1: Line 1:
The '''Software Development Team''' is working on the [[EACTS Database Software]], maintaing the servers and this wiki website. The head of the developers is [[Maciej Bliziński]].
+
The '''[http://www.eactscongenitaldb.org/viewcvs/ecdbc/trunk/?root=ecbdc source code]''' for Data Collection Software is available. It's viewable as a web page, where you can watch all files together with changes history (for every file). You can also download files.
  
To contact the team, please write to [mailto:software@magnum2.pl]
+
== Browse the Source Code ==
  
'''See also'''
+
* [http://www.eactscongenitaldb.org/viewcvs/ecdbc/trunk/DataCollectionSoftware/src/pl/magnum2/ecdbc/?root=ecbdc Data Collection Software] via ViewCVS.
  
*[[Database director]]
+
== Get latest Source Code version ==
*[[Database coordinator]]
 
  
[[category:database staff]]
+
If you need a complete set of source files, you can use Subversion for downloading the whole source code directory, which is available under address:
 +
 
 +
http://www.eactscongenitaldb.org/svn/
 +
 
 +
If you use Linux or other Unix-like system, you can get the source by issuing following command:
 +
 
 +
<pre>
 +
svn co http://www.eactscongenitaldb.org/svn/
 +
</pre>
 +
 
 +
On Windows systems, you can use [http://tortoisesvn.tigris.org/ Tortoise SVN] and use the same address for downloading the source files.
 +
 
 +
Please note, that this anonymous access is read-only. If you make any changes to the source files and you want them included, please send them to [mailto:software@magnum2.pl]

Revision as of 11:15, 24 September 2005

The source code for Data Collection Software is available. It's viewable as a web page, where you can watch all files together with changes history (for every file). You can also download files.

Browse the Source Code

Get latest Source Code version

If you need a complete set of source files, you can use Subversion for downloading the whole source code directory, which is available under address:

http://www.eactscongenitaldb.org/svn/

If you use Linux or other Unix-like system, you can get the source by issuing following command:

svn co http://www.eactscongenitaldb.org/svn/

On Windows systems, you can use Tortoise SVN and use the same address for downloading the source files.

Please note, that this anonymous access is read-only. If you make any changes to the source files and you want them included, please send them to [1]