Geograph Source Code SVN Repository

Source Moved to GitHub

We now use GitHub to host the source code, see https://github.com/geograph-project/geograph-project/
Should be able to download the code from there, while we dont generally do explicit 'releases', full history is available via git, so can get code at any specific time in history. The full history back from the original CVS on sourceforge.net, and our SVN repository on svn.geograph.org.uk has been imported into Git.

The actual regional projects, currently Geograph "Britain and Ireland", "Germany", and "Channel Islands", have their own active branches.


Note some parts have been split into seperate git repsoitory, rather than just being folders in the main project. To see all projects see the organization listing at: https://github.com/geograph-project/







(this information is not updated, only maintained for historical reference, in case want to find way round existing code)

Download the Geograph Source Code - via Subversion

The SVN Repository lives at: https://svn.geograph.org.uk/svn/, below are links to the most important part of the repositiory.

(Please contact us if you want your own branch, and/or write access to the repositiory.)


· Websites

https://svn.geograph.org.uk/svn/trunk/
The main website codebase - checkout this if you wish to start your own project. This will usually contain the most stable code. But its not kept very uptodate.
https://svn.geograph.org.uk/svn/branches/british-isles/
The Geograph British Isles branch. The developers might have developmental stuff, that only once stable is merged back into the trunk.
https://svn.geograph.org.uk/svn/branches/germany/
The Geograph Deutschland (Germany) branch.
https://svn.geograph.org.uk/svn/branches/channel-islands/
The Geograph Channel Islands branch.

· Misc

https://svn.geograph.org.uk/svn/apps/trunk/JUploader/
Java based bulk uploader - read more
https://svn.geograph.org.uk/svn/apps/trunk/tracker/
Customisation of Rivet Tracker - which we use to distribute torrents of images. Rather than setup your own tracker you are welcome to use ours for geograph related downloads - please contact us.
https://svn.geograph.org.uk/svn/apps/trunk/sphinxserver/
A basic PHP application, that serves as a lightweight REST API to a SphinxSearch instance

https://svn.geograph.org.uk/svn/modules/trunk/perl/
Perl based module for interacting with the Geograph API - also found on CPAN
https://svn.geograph.org.uk/svn/modules/trunk/picasa/
Picasa button - for bulk uploading to Geograph.
https://svn.geograph.org.uk/svn/modules/trunk/sphinx/
Some sphinxsearch UDF's we've found useful for producing varied samples.

· Vendor

https://svn.geograph.org.uk/svn/vendor/
Read only copies of some third part repositories. specific versions are imported so we can track our own changes against them.

Back to Code Homepage