Ignore:
Timestamp:
13 Nov 2014, 16:03:08 (10 years ago)
Author:
Henrik Bettermann
Message:

More renaming: University -> Institution, Student -> Customer
Change portal title.

Location:
main/waeup.kofa/branches/henrik-regista/docs
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/henrik-regista/docs/INSTALL.txt

    r11949 r11952  
    33
    44These are generic installation instructions for the WAeUP_ ``Ikoba``
    5 student information portal and customized versions thereof.
     5application and registration portal and customized versions thereof.
    66
    77For specific aspects of this package please refer to the local README
     
    263263If you are connected and logged in,
    264264you should be able to add the grok-based applications
    265 (such as ``University``) from the menu.
    266 
    267 Add an instance of ``University`` and click on the link next to the
     265(such as ``Institution``) from the menu.
     266
     267Add an instance of ``Institution`` and click on the link next to the
    268268then visible entry in the list of installed applications.
    269269
  • main/waeup.kofa/branches/henrik-regista/docs/make.bat

    r7808 r11952  
    7575        echo.Build finished; now you can run "qcollectiongenerator" with the ^
    7676.qhcp project file in %BUILDDIR%/qthelp, like this:
    77         echo.^> qcollectiongenerator %BUILDDIR%\qthelp\WAeUPStudentInformationandRegistrationPortalKOFA.qhcp
     77        echo.^> qcollectiongenerator %BUILDDIR%\qthelp\WAeUPIkoba.qhcp
    7878        echo.To view the help file:
    79         echo.^> assistant -collectionFile %BUILDDIR%\qthelp\WAeUPStudentInformationandRegistrationPortalKOFA.ghc
     79        echo.^> assistant -collectionFile %BUILDDIR%\qthelp\WAeUPIkoba.ghc
    8080        goto end
    8181)
  • main/waeup.kofa/branches/henrik-regista/docs/source/conf.py

    r11949 r11952  
    11# -*- coding: utf-8 -*-
    22#
    3 # WAeUP Student Information and Registration Portal (Ikoba) documentation build configuration file, created by
     3# WAeUP Application and Registration Portal (Ikoba) documentation build configuration file, created by
    44# sphinx-quickstart on Thu Jul 29 10:41:59 2010.
    55#
     
    174174
    175175# Output file base name for HTML help builder.
    176 htmlhelp_basename = 'WAeUPStudentInformationandRegistrationPortalIkobadoc'
     176htmlhelp_basename = 'WAeUPIkoba'
    177177
    178178
     
    188188# (source start file, target name, title, author, documentclass [howto/manual]).
    189189latex_documents = [
    190   ('index', 'WAeUPStudentInformationandRegistrationPortalIkoba.tex', u'WAeUP Student Information and Registration Portal (Ikoba) Documentation',
     190  ('index', 'WAeUPIkoba.tex', u'WAeUP Application and Registration Portal (Ikoba) Documentation',
    191191   u'WAeUP Team', 'manual'),
    192192]
  • main/waeup.kofa/branches/henrik-regista/docs/source/developerdocs/api/api_app.rst

    r11949 r11952  
    1 `app` -- University Root (Site) Module
     1`app` -- Institution Root (Site) Module
    22**************************************
    33
  • main/waeup.kofa/branches/henrik-regista/docs/source/developerdocs/api/api_interfaces.rst

    r11949 r11952  
    66   :undoc-members:
    77
    8 .. autointerface:: waeup.ikoba.interfaces.IUniversity
     8.. autointerface:: waeup.ikoba.interfaces.IInstitution
    99   :members:
    1010   :undoc-members:
  • main/waeup.kofa/branches/henrik-regista/docs/source/developerdocs/api/index.rst

    r11949 r11952  
    1313   :maxdepth: 1
    1414
    15    api_accesscodes
    1615   api_app
    17    api_applicants
    1816   api_async
    1917   api_authentication
     
    2422   api_datacenter
    2523   api_fees
    26    api_hostels
    2724   api_image
    2825   api_imagestorage
     
    4138   api_sourcefactory
    4239   api_startup
    43    api_students
    44    api_university
     40   api_institution
    4541   api_userscontainer
    4642   api_utils
  • main/waeup.kofa/branches/henrik-regista/docs/source/glossary.rst

    r11949 r11952  
    1010
    1111   WAeUP
    12      West African e-University Project.
     12     West African e-Institution Project.
    1313
    1414   waeup.ikoba
Note: See TracChangeset for help on using the changeset viewer.