- Timestamp:
- 22 Sep 2008, 15:07:02 (16 years ago)
- Location:
- WAeUP_SRP/trunk
- Files:
-
- 839 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/__init__.py
r3682 r3689 109 109 ).initialize(registrar) 110 110 111 # Extensionprofile registration111 # profile registration 112 112 profile_registry.registerProfile( 113 113 'default', 114 114 'WAeUP_SRP', 115 " The WestAfrican e-University Project",115 "WAeUP Default Profile (Uniben)", 116 116 'profiles/default', 117 117 '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', 118 126 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) 120 152 ## DirectoryTypeRegistry.register(WAeUPTables.Applicants) 121 153
Note: See TracChangeset for help on using the changeset viewer.