Ignore:
Timestamp:
Jun 30, 2015, 10:35:39 AM (9 years ago)
Author:
djay
Message:

Small fixes in the main documentation.

Location:
branches/PublicaMundi_David-devel/docs/contribute
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • branches/PublicaMundi_David-devel/docs/contribute/code.rst

    • Property svn:keywords set to Date Author
    r679 r696  
    1313
    1414Submit new code
    15 --------------------------
     15---------------
    1616
    1717For new comers
    18 *************************
     18**************
    1919
    2020New source code or existing source code corrections (patches) should
    21 be submitted using the ZOO-Project bug tracking system (`ZOO-Trac <http://zoo-project.org/trac>`__ ).
     21be submitted using the ZOO-Project bug tracking system (`ZOO-Trac
     22<http://zoo-project.org/trac>`__ ).
    2223
    23 Create a new ticket in order to describe your code or patch and attach
    24 it to the ticket (attach all the needed files needed to use your code
    25 or patch). It will then be checked and discussed with the developers,
    26 and can potentially be integrated and merged with the trunk.
     24Create a `new ticket <http://zoo-project.org/trac/newticket>`__ in
     25order to describe your code or patch and attach it to the ticket
     26(attach all the files required to use your code or patch). It will
     27then be checked and discussed with the developers, and can potentially
     28be integrated and merged with the trunk.
    2729
    2830For registered developers
  • branches/PublicaMundi_David-devel/docs/contribute/contributors.rst

    • Property svn:keywords set to Date Author
  • branches/PublicaMundi_David-devel/docs/contribute/dev.rst

    • Property svn:keywords set to Date Author
    r665 r696  
    99-----------------------------
    1010
    11 Permission for SVN commit access shall be provided to new developers only if accepted by the ZOO-Project Project Steering Committee. A proposal should be written to the PSC for new committers and voted. 
     11Permission for SVN commit access shall be provided to new developers only if accepted by the ZOO-Project Project Steering Committee. A proposal should be written to the PSC for new committers and voted.
    1212
    1313Removal of SVN commit access should be handled by the same process.
     
    2424------------------
    2525
    26 A list of all project committers will be kept in the main zoo-project directory (called COMMITTERS) listing for each SVN committer:
     26A list of all project committers will be kept in the main zoo-project directory (called `COMMITTERS <http://zoo-project.org/trac/browser/trunk/zoo-project/COMMITTERS>`__) listing for each SVN committer:
    2727
    2828    * Userid: the id that will appear in the SVN logs for this person.
    2929    * Full name: the users actual name.
    3030    * Email address: A current email address at which the committer can be reached. It may be altered in normal ways to make it harder to auto-harvest.
     31
    3132
    3233SVN Administrator
  • branches/PublicaMundi_David-devel/docs/contribute/doc.rst

    • Property svn:keywords set to Date Author
    r665 r696  
    2828........................................
    2929
    30 The current structure of the ZOO Project documentation process is for developers with :ref:`SVN <svn>` commit access to maintain their documents in reStructuredText format, and therefore all documents live in the /docs directory in SVN.  The `Sphinx <http://sphinx.pocoo.org/>`__ documentation generator is used to convert the reStructuredText files to html, and the live
    31 website is then updated on an hourly basis.
     30The current structure of the ZOO Project documentation process is for
     31developers with :ref:`SVN <svn>` commit access to maintain their
     32documents in reStructuredText format, and therefore all documents live
     33in the /docs directory in SVN.  The `Sphinx
     34<http://sphinx.pocoo.org/>`__ documentation generator is used to
     35convert the reStructuredText files to html, and the live website is
     36then updated on an hourly basis.
    3237
    3338
     
    4954   ::
    5055
    51        sudo easy_install Sphinx
     56       sudo easy_install Sphinx==1.3.1
    5257       
    5358   .. note::
    5459   
    55       Make sure you install Sphinx 1.0 or more recent.  See note above.
     60      Make sure you install Sphinx 1.3.1 or more recent.
    5661     
    5762* Checkout the /docs directory from SVN, such as:
     
    8893   ::
    8994
    90        sudo easy_install Sphinx
     95       sudo easy_install-2.7 Sphinx==1.3.1
    9196       
    9297   .. note::
    9398   
    94       Make sure you install Sphinx 1.0 or more recent.  See note above.       
     99      Make sure you install Sphinx 1.3.1 or more recent.
    95100
    96101* Install `MacTex <http://www.tug.org/mactex/2009/>`__ if you want to build pdfs
     
    127132   ::
    128133
    129        easy_install Sphinx
     134       easy_install Sphinx==1.3.1
    130135
    131136   ...you should see message: "Finished processing dependencies for Sphinx"
     
    133138   .. note::
    134139   
    135       Make sure you install Sphinx 1.0 or more recent.  See note above.
     140      Make sure you install Sphinx 1.3.1 or more recent.  See note above.
    136141     
    137142* Install `MiKTeX <http://miktex.org>`__ if you want to build pdfs
  • branches/PublicaMundi_David-devel/docs/contribute/howto.rst

    • Property svn:keywords set to Date Author
    r663 r696  
    11How to contribute ?
    2 ==================
     2===================
    33
    44Please consider the following simple rules if you would like to contribute to  the `ZOO-Project <http://zoo-project.org>`__  open source software.
     
    3737..   csv-table::
    3838     
    39   Name,Description,Address
    40     zoo-discuss,General mailing list for ZOO-Project users and developers,zoo-discuss@lists.osgeo.org
    41     zoo-psc,Project Steering Committe mailing list,zoo-psc@lists.osgeo.org
     39  Name,Description
     40    `zoo-discuss <http://lists.osgeo.org/cgi-bin/mailman/listinfo/zoo-discuss>`__,General mailing list for ZOO-Project users and developers
     41    `zoo-psc <http://lists.osgeo.org/cgi-bin/mailman/listinfo/zoo-psc>`__,Project Steering Committe mailing list
    4242   
    4343
  • branches/PublicaMundi_David-devel/docs/contribute/index.rst

    • Property svn:keywords set to Date Author
  • branches/PublicaMundi_David-devel/docs/contribute/translate.rst

    • Property svn:keywords set to Date Author
    r679 r696  
    2323          for i in Title Abstract;
    2424           do
    25             grep $i $j | sed "s:$i = :_(\":g;s:$:\"):g" ;
     25            grep $i $j | sed "s:$i = :_ss(\":g;s:$:\"):g" ;
    2626           done;
    2727       done > locale/.cache/my_service_string_to_translate.c
     
    3333 
    3434      #!/bin/bash
    35       xgettext service.c locale/.cache/my_service_string_to_translate.c -o message.po -p locale/po/ -k_
     35      xgettext service.c locale/.cache/my_service_string_to_translate.c -o message.po -p locale/po/ -k_ss
    3636
    3737Once 'messages.po' is created, use the following command to create the po file for the targeted language for translation. We will use the French language here as an example :
     
    4545Edit the zoo_fr_FR.po file with your favorite text editor or using one of the following tools :
    4646
    47  * [http://www.poedit.net/ poedit]
    48  * [http://translate.sourceforge.net/wiki/virtaal/index virtaal]
    49  * [https://www.transifex.net/projects/p/grass6/c/grass64/ transifex]
     47 * `poedit <http://www.poedit.net/>`__
     48 * `virtaal <http://translate.sourceforge.net/wiki/virtaal/index>`__
     49 * `transifex <https://www.transifex.net/>`__
    5050 
    5151Once the zoo_fr_FR.po file is completed, you can generate and install the corresponding *mo* file using the following command :
     
    6161example, such a request:
    6262
    63 [http://youserver/cgi-bin/zoo_loader.cgi?request=GetCapabilities&service=WPS]
     63http://youserver/cgi-bin/zoo_loader.cgi?request=GetCapabilities&service=WPS
    6464
    6565would become the following:
    6666
    67 [http://youserver/cgi-bin/zoo_loader.cgi?request=GetCapabilities&service=WPS&language=fr-FR]
     67http://youserver/cgi-bin/zoo_loader.cgi?request=GetCapabilities&service=WPS&language=fr-FR
    6868
    6969The following command may also be useful in order to pull all the translations already available for a specific language.
Note: See TracChangeset for help on using the changeset viewer.

Search

Context Navigation

ZOO Sponsors

http://www.zoo-project.org/trac/chrome/site/img/geolabs-logo.pnghttp://www.zoo-project.org/trac/chrome/site/img/neogeo-logo.png http://www.zoo-project.org/trac/chrome/site/img/apptech-logo.png http://www.zoo-project.org/trac/chrome/site/img/3liz-logo.png http://www.zoo-project.org/trac/chrome/site/img/gateway-logo.png

Become a sponsor !

Knowledge partners

http://www.zoo-project.org/trac/chrome/site/img/ocu-logo.png http://www.zoo-project.org/trac/chrome/site/img/gucas-logo.png http://www.zoo-project.org/trac/chrome/site/img/polimi-logo.png http://www.zoo-project.org/trac/chrome/site/img/fem-logo.png http://www.zoo-project.org/trac/chrome/site/img/supsi-logo.png http://www.zoo-project.org/trac/chrome/site/img/cumtb-logo.png

Become a knowledge partner

Related links

http://zoo-project.org/img/ogclogo.png http://zoo-project.org/img/osgeologo.png