Changeset 7666


Ignore:
Timestamp:
19 Feb 2012, 08:21:39 (13 years ago)
Author:
Henrik Bettermann
Message:

setup.py: Add zope.app.undo.

fix_import_file.py: rename core_or_elective

Some minor changes in rst files.

Location:
main/waeup.sirp/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/docs/source/_templates/mainpage.template

    r5337 r7666  
    2020    <p class="biglink">
    2121      <a class="biglink"
    22          href="{{ pathto("userdocs/index") }}">User documentation</a><br />
     22         href="{{ pathto("userdocs/index") }}">User Documentation</a><br />
    2323    <span class="linkdescr">
    2424      Documentation for users and admins using waeup.sirp.
     
    3434    <p class="biglink">
    3535      <a class="biglink"
    36          href="{{ pathto("developerdocs/index") }}">Developer documentation</a><br />
     36         href="{{ pathto("developerdocs/index") }}">Developer Documentation</a><br />
    3737      <span class="linkdescr">
    3838        <a href="{{ pathto("developerdocs/api/index") }}">API</a> and other pieces
     
    6868    <p class="biglink">
    6969      <a class="biglink"
    70          href="{{ pathto("bugs") }}">Reporting bugs</a><br />
     70         href="{{ pathto("bugs") }}">Reporting Bugs</a><br />
    7171    </p>
    7272
    7373    <p class="biglink">
    7474      <a class="biglink"
    75          href="{{ pathto("documentation") }}">About the documentation</a><br />
     75         href="{{ pathto("documentation") }}">About the Documentation</a><br />
    7676    </p>
    7777
  • main/waeup.sirp/trunk/docs/source/conf.py

    r5662 r7666  
    4848
    4949# General information about the project.
    50 project = u'WAeUP SIRP'
     50project = u'WAeUP.SIRP'
    5151copyright = u'2011, WAeUP Team'
    5252
  • main/waeup.sirp/trunk/docs/source/contents.rst

    r5339 r7666  
    11.. _contents:
    22
    3 `waeup.sirp` documentation contents
    4 ===================================
     3WAeUP.SIRP Documentation Contents
     4=================================
    55
    66.. toctree::
     
    1717   documentation
    1818
    19 Indices and tables
     19Indices and Tables
    2020==================
    2121
  • main/waeup.sirp/trunk/docs/source/developerdocs/developernotes.rst

    r6489 r7666  
    22***************
    33
    4 How to setup a developer instance of the WAeUP SIRP, handle tests, docs
     4How to setup a developer instance of the WAeUP.SIRP, handle tests, docs
    55etc.
    66
    7 The new WAeUP SIRP is based on `Grok <http://grok.zope.org/>`_.
     7The new WAeUP.SIRP is based on `Grok <http://grok.zope.org/>`_.
    88
    99Installing a developer copy
     
    1515--------------------
    1616
    17 To create a working copy of the WAeUP SIRP we recommend use of
     17To create a working copy of the WAeUP.SIRP we recommend use of
    1818`virtualenv`. You, however, need also some basic libraries, a C
    1919compiler and some things more.
     
    127127In the sandbox (or anywhere else) we now create our real working
    128128environment. To do this, we change to the sandbox and checkout the
    129 sources of the WAeUP SIRP from the subversion server::
     129sources of the WAeUP.SIRP from the subversion server::
    130130
    131131  $ cd mysandbox/
  • main/waeup.sirp/trunk/setup.py

    r7570 r7666  
    2727    'zope.app.file',
    2828    'zope.app.testing',        # XXX: test_permissions needs this
     29    'zope.app.undo',
    2930    'zope.file',
    3031    'zope.interface >= 3.6.0',
  • main/waeup.sirp/trunk/tools/fix_import_file.py

    r7645 r7666  
    6565# Mapping input file colnames --> output file colnames
    6666COLNAME_MAPPING = {
    67     # base date
     67    # base data
    6868    'jamb_reg_no': 'reg_number',
    6969    'matric_no': 'matric_number',
     
    7777    # course ticket
    7878    'level_id': 'level',
     79    'core_or_elective': 'mandatory',
    7980    # payment ticket
    8081    'order_id': 'p_id',
Note: See TracChangeset for help on using the changeset viewer.