Changeset 3689


Ignore:
Timestamp:
22 Sep 2008, 15:07:02 (16 years ago)
Author:
Henrik Bettermann
Message:

New BASE and EXTENSION profiles

Location:
WAeUP_SRP/trunk
Files:
839 added
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/__init__.py

    r3682 r3689  
    109109                ).initialize(registrar)
    110110
    111     # Extension profile registration
     111    # profile registration
    112112    profile_registry.registerProfile(
    113113        'default',
    114114        'WAeUP_SRP',
    115         "The WestAfrican e-University Project",
     115        "WAeUP Default Profile (Uniben)",
    116116        'profiles/default',
    117117        'WAeUP_SRP',
     118        BASE,
     119        for_=ICPSSite)
     120    profile_registry.registerProfile(
     121        'fceokene',
     122        'FCE Okene Profile',
     123        "Federal College of Education",
     124        'profiles/fceokene',
     125        'WAeUP_SRP',
    118126        EXTENSION,
    119         for_=ICPSSite)
     127        for_=ICPSSite)       
     128    profile_registry.registerProfile(
     129        'aaua',
     130        'AAUA Profile',
     131        "Adekunle Ajasin University",
     132        'profiles/aaua',
     133        'WAeUP_SRP',
     134        EXTENSION,
     135        for_=ICPSSite)   
     136    profile_registry.registerProfile(
     137        'unilorin',
     138        'Unilorin Profile',
     139        "University of Ilorin",
     140        'profiles/unilorin',
     141        'WAeUP_SRP',
     142        EXTENSION,
     143        for_=ICPSSite)   
     144    profile_registry.registerProfile(
     145        'ois',
     146        'OIS Profile',
     147        "Olashore International School",
     148        'profiles/ois',
     149        'WAeUP_SRP',
     150        EXTENSION,
     151        for_=ICPSSite)                           
    120152##    DirectoryTypeRegistry.register(WAeUPTables.Applicants)
    121153
Note: See TracChangeset for help on using the changeset viewer.