Changeset 6 for waeup_cms


Ignore:
Timestamp:
21 Sep 2005, 07:18:12 (19 years ago)
Author:
Henrik Bettermann
Message:
 
Location:
waeup_cms/trunc
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • waeup_cms/trunc/Extensions/Install.py

    r5 r6  
    1 Scientific African - Basis installation
    2 #  Archetypes based content types for Scientific African
    3 #  Copyright (c) 2004 - COM.lounge GbR / Scientific African e.V.
     1WAeUP CMS Product
     2#  Archetypes based content types for the West African e-University Project web portal
     3#  Copyright (c) 2005 WAeUP
    44#
    55#  This program is free software; you can redistribute it and/or modify
  • waeup_cms/trunc/Extensions/__init__.py

    r5 r6  
    1 Scientific African - Basis Product
    2 #  Archetypes based content types for Scientific African
    3 #  Copyright (c) 2004 - COM.lounge GbR / Scientific African e.V.
     1WAeUP CMS Product
     2#  Archetypes based content types for the West African e-University Project web portal
     3#  Copyright (c) 2005 WAeUP
    44#
    55#  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
    120from Products.CMFCore.utils import getToolByName
    221
     
    6483                ,'user'
    6584                , 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)
    6692    mt.addAction('webmail'
    6793                ,'Webmail'
  • waeup_cms/trunc/__init__.py

    r5 r6  
    1 Scientific African - Basis Product
    2 #  Archetypes based content types for Scientific African
    3 #  Copyright (c) 2004 - COM.lounge GbR / Scientific African e.V.
     1WAeUP CMS Product
     2#  Archetypes based content types for the West African e-University Project web portal
     3#  Copyright (c) 2005 WAeUP
    44#
    55#  This program is free software; you can redistribute it and/or modify
  • waeup_cms/trunc/config.py

    r5 r6  
    1 Scientific African - Basis Product
    2 #  Archetypes based content types for Scientific African
    3 #  Copyright (c) 2004 - COM.lounge GbR / Scientific African e.V.
     1WAeUP CMS Product
     2#  Archetypes based content types for the West African e-University Project web portal
     3#  Copyright (c) 2005 WAeUP
    44#
    55#  This program is free software; you can redistribute it and/or modify
     
    2121$Id: $
    2222"""
    23 __author__  = 'Henrik Bettermann'
     23__author__  = ''
    2424__docformat__ = 'restructuredtext'
    2525
  • waeup_cms/trunc/contents/__init__.py

    r5 r6  
    1 Scientific African - Basis Product
    2 #  Archetypes based content types for Scientific African
    3 #  Copyright (c) 2004 - COM.lounge GbR / Scientific African e.V.
     1WAeUP CMS Product
     2#  Archetypes based content types for the West African e-University Project web portal
     3#  Copyright (c) 2005 WAeUP
    44#
    55#  This program is free software; you can redistribute it and/or modify
  • waeup_cms/trunc/interfaces/__init__.py

    r5 r6  
    1 Scientific African - Basis Product
    2 #  Archetypes based content types for Scientific African
    3 #  Copyright (c) 2004 - COM.lounge GbR / Scientific African e.V.
     1WAeUP CMS Product
     2#  Archetypes based content types for the West African e-University Project web portal
     3#  Copyright (c) 2005 WAeUP
    44#
    55#  This program is free software; you can redistribute it and/or modify
  • waeup_cms/trunc/skins/WAEUP/portlet_name.pt

    r5 r6  
    1717     <ul>
    1818      <tal:actions tal:repeat="action python:here.getOrderedUserActions(keyed_actions=keyed_actions,
    19                                                                         ordering = {'pre' : ['preferences', 'mystuff', 'webmail', 'svnrepos', 'svninter', 'usermanagement', 'ldap', 'undo'],
     19                                                                        ordering = {'pre' : ['preferences', 'mystuff', 'webmail', 'orgmail', 'svnrepos', 'svninter', 'usermanagement', 'ldap', 'undo'],
    2020                                                                                    'post' : ['plone_setup', 'logout']})">
    2121
Note: See TracChangeset for help on using the changeset viewer.