Skip to content

Commit 8db517a

Browse files
committed
update docs
1 parent 13ec254 commit 8db517a

8 files changed

+13
-16
lines changed

HISTORY.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ pycsw Revision History
33

44
$Id$
55

6-
See trac history (http://sourceforge.net/apps/trac/pycsw)
7-
for full commit and release history.
6+
See http://github.com/geopython/pycsw for commit and release history.

docs/_templates/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<a href="/index.html" title="Home">Home</a> |
3535
<a href="/demos.html" title="Demos">Demos</a> |
3636
<a href="/docs/index.html" title="Docs">Docs</a> |
37-
<a href="http://sourceforge.net/apps/trac/pycsw" title="Issue Tracker">Issue Tracker</a> |
37+
<a href="http://github.com/geopython/pycsw/issues" title="Issue Tracker">Issue Tracker</a> |
3838
<a href="/faq.html" title="FAQ">FAQ</a> |
3939
<a href="/download.html" title="Download">Download </a>
4040
</td>

docs/en/docs/development.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Development
66
Code Overview
77
-------------
88

9-
- the pycsw `wiki <http://sourceforge.net/apps/trac/pycsw/wiki/CodeArchitecture>`_ documents an overview of the codebase
9+
- the pycsw `wiki <https://github.com/geopython/pycsw/wiki/Code-Architecture>`_ documents an overview of the codebase
1010

1111
Subversion
1212
----------
@@ -24,7 +24,7 @@ Subversion Commit Access
2424

2525
- proposals to provide developers with SVN commit access shall be emailed to the pycsw-devel mailing list (see :ref:`mailing-lists`). Proposals shall be approved by the pycsw development team. Committers shall be added by the project admin
2626
- removal of commit access shall be handled in the same manner
27-
- each committer shall be listed in https://pycsw.svn.sourceforge.net/svnroot/pycsw/trunk/COMMITTERS.txt
27+
- each committer shall be listed in https://github.com/geopython/pycsw/blob/master/COMMITTERS.txt
2828

2929
Subversion Commit Guidelines
3030
----------------------------

docs/en/docs/installation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ pycsw requires the following supporting libraries:
2020
Installing from Source
2121
----------------------
2222

23-
:ref:`Download <download>` the latest version or fetch svn trunk:
23+
:ref:`Download <download>` the latest version or fetch from Git:
2424

2525
.. code-block:: bash
2626
27-
$ svn co https://pycsw.svn.sourceforge.net/svnroot/pycsw/trunk/ pycsw
27+
$ git clone [email protected]:geopython/pycsw.git
2828
2929
Ensure that CGI is enabled for the install directory. For example, on Apache, if pycsw is installed in ``/srv/www/htdocs/pycsw`` (where the URL will be ``http://host/pycsw/csw.py``), add the following to ``httpd.conf``:
3030

docs/en/docs/support.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Support
66
Bugs
77
----
88

9-
Bugs, enhancements and related issues can be filed on the pycsw `trac`_. To submit a `bug`_ (you need a sourceforge account), be sure to specify the version you are using, the appropriate component, a description of how to reproduce the bug, as well as what version of Python and platform. For convenience, you can run ``sbin/pycsw-admin.py -c get_sysprof`` and copy/paste the output into your bug report. If you are submitting a patch, please enter the keywords ``has-patch`` in the ``Keywords`` field (so tickets with patches can be easily filtered). Also read the :ref:`faq` before submitting.
9+
Bugs, enhancements and related issues can be filed on `github`_. To submit a `bug`_ be sure to specify the version you are using, the appropriate component, a description of how to reproduce the bug, as well as what version of Python and platform. For convenience, you can run ``sbin/pycsw-admin.py -c get_sysprof`` and copy/paste the output into your bug report. If you are submitting a patch, please enter the keywords ``has-patch`` in the ``Keywords`` field (so tickets with patches can be easily filtered). Also read the :ref:`faq` before submitting.
1010

11-
The pycsw source code is available at https://pycsw.svn.sourceforge.net/svnroot/pycsw. You can browse the source code at at http://sourceforge.net/apps/trac/pycsw/browser.
11+
The pycsw source code is available at https://github.com/geopython/pycsw.
1212

1313
.. _mailing-lists:
1414

@@ -27,8 +27,8 @@ IRC
2727

2828
As well, visit pycsw on IRC on ``#pycsw`` at `freenode`_ for realtime discussion.
2929

30-
.. _`trac`: http://sourceforge.net/apps/trac/pycsw
31-
.. _`bug`: https://sourceforge.net/apps/trac/pycsw/newticket
30+
.. _`github`: http://github.com/geopython/pycsw/issues
31+
.. _`bug`: https://github.com/geopython/pycsw/issues/new
3232
.. _`freenode`: http://freenode.net/
3333
.. _`ohloh`: http://www.ohloh.net/p/pycsw
3434
.. _`CIA.vc`: http://cia.vc/stats/project/pycsw

docs/en/docs/testing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Testing
88
OGC CITE
99
--------
1010

11-
Compliance benchmarking is done via the OGC `Compliance & Interoperability Testing & Evaluation Initiative`_. The pycsw `wiki <http://sourceforge.net/apps/trac/pycsw/wiki/OGCCITECompliance>`_ documents testing procedures and status.
11+
Compliance benchmarking is done via the OGC `Compliance & Interoperability Testing & Evaluation Initiative`_. The pycsw `wiki <https://github.com/geopython/pycsw/wiki/OGC-CITE-Compliance>`_ documents testing procedures and status.
1212

1313
.. _tester:
1414

docs/en/docs/tools.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CSW Clients
77
-----------
88

99
- `Geoportal CSW Clients <http://sourceforge.net/apps/mediawiki/geoportal/index.php?title=Geoportal_CSW_Clients>`_
10-
- `OWSLib <http://owslib.sourceforge.net/>`_
10+
- `OWSLib <http://geopython.github.com/OWSLib>`_
1111
- `qgcsw <http://sourceforge.net/apps/trac/qgiscommunitypl/wiki/qgcsw>`_ (`QGIS <http://qgis.org/>`_ plugin)
1212

1313
CSW Servers

docs/en/download.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ Download
1212
Source Code
1313
------------------
1414

15-
* `SVN repository <https://pycsw.svn.sourceforge.net/svnroot/pycsw/trunk>`_
16-
17-
* `Git mirror <https://github.com/tomkralidis/pycsw>`_
15+
* `Git <https://github.com/geopython/pycsw>`_
1816

1917
* `Mercurial mirror <http://aiolos.survey.ntua.gr/hg/pycsw>`_
2018

0 commit comments

Comments
 (0)