Changeset 6 for waeup_cms/trunc/Extensions
- Timestamp:
- 21 Sep 2005, 07:18:12 (19 years ago)
- Location:
- waeup_cms/trunc/Extensions
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_cms/trunc/Extensions/Install.py
r5 r6 1 # Scientific African - Basis installation2 # Archetypes based content types for Scientific African3 # Copyright (c) 200 4 - COM.lounge GbR / Scientific African e.V.1 # WAeUP CMS Product 2 # Archetypes based content types for the West African e-University Project web portal 3 # Copyright (c) 2005 WAeUP 4 4 # 5 5 # This program is free software; you can redistribute it and/or modify -
waeup_cms/trunc/Extensions/__init__.py
r5 r6 1 # Scientific African - BasisProduct2 # Archetypes based content types for Scientific African3 # Copyright (c) 200 4 - COM.lounge GbR / Scientific African e.V.1 # WAeUP CMS Product 2 # Archetypes based content types for the West African e-University Project web portal 3 # Copyright (c) 2005 WAeUP 4 4 # 5 5 # This program is free software; you can redistribute it and/or modify -
waeup_cms/trunc/Extensions/changeuseractions.py
r5 r6 1 # WAeUP CMS Product 2 # Archetypes based content types for the West African e-University Project web portal 3 # Copyright (c) 2005 WAeUP 4 # 5 # This program is free software; you can redistribute it and/or modify 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 9 # 10 # This program is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 # GNU General Public License for more details. 14 # 15 # You should have received a copy of the GNU General Public License 16 # along with this program; if not, write to the Free Software 17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 # 19 1 20 from Products.CMFCore.utils import getToolByName 2 21 … … 64 83 ,'user' 65 84 , visible=1) 85 mt.addAction('orgmail' 86 ,'Org Mailing List' 87 ,'string:http://lists.waeup.org/mailman/listinfo/org' 88 ,'' 89 ,'View' 90 ,'user' 91 , visible=1) 66 92 mt.addAction('webmail' 67 93 ,'Webmail'
Note: See TracChangeset for help on using the changeset viewer.