Changeset 570

Show
Ignore:
Timestamp:
08/09/09 09:37:51 (2 years ago)
Author:
david
Message:

revving to final

Location:
enpraxis.staticsite/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • enpraxis.staticsite/trunk/enpraxis.staticsite.egg-info/PKG-INFO

    r542 r570  
    11Metadata-Version: 1.0 
    22Name: enpraxis.staticsite 
    3 Version: 1.0dev-r537 
     3Version: 1.0-final 
    44Summary: Create a static web site from your plone instance. 
    55Home-page: http://svn.plone.org/svn/plone/plone.example 
  • enpraxis.staticsite/trunk/enpraxis.staticsite.egg-info/SOURCES.txt

    r542 r570  
    11README.txt 
    2 setup.cfg 
    32setup.py 
    43docs/HISTORY.txt 
     
    4241enpraxis/staticsite/i18n/plone-ar.po 
    4342enpraxis/staticsite/i18n/plone-bn.po 
    44 enpraxis/staticsite/i18n/plone-br-pt.po 
    4543enpraxis/staticsite/i18n/plone-ca.po 
    4644enpraxis/staticsite/i18n/plone-de.po 
     
    4947enpraxis/staticsite/i18n/plone-fr.po 
    5048enpraxis/staticsite/i18n/plone-hi.po 
     49enpraxis/staticsite/i18n/plone-hu.po 
    5150enpraxis/staticsite/i18n/plone-it.po 
    5251enpraxis/staticsite/i18n/plone-ja.po 
     
    5453enpraxis/staticsite/i18n/plone-ne.po 
    5554enpraxis/staticsite/i18n/plone-nl.po 
     55enpraxis/staticsite/i18n/plone-pt-br.po 
    5656enpraxis/staticsite/i18n/plone-pt.po 
    5757enpraxis/staticsite/i18n/plone-ru.po 
     
    7070enpraxis/staticsite/locales/bn/LC_MESSAGES/staticsite.mo 
    7171enpraxis/staticsite/locales/bn/LC_MESSAGES/staticsite.po 
    72 enpraxis/staticsite/locales/br-pt/LC_MESSAGES/staticsite.mo 
    73 enpraxis/staticsite/locales/br-pt/LC_MESSAGES/staticsite.po 
    7472enpraxis/staticsite/locales/ca/LC_MESSAGES/staticsite.mo 
    7573enpraxis/staticsite/locales/ca/LC_MESSAGES/staticsite.po 
     
    8482enpraxis/staticsite/locales/hi/LC_MESSAGES/staticsite.mo 
    8583enpraxis/staticsite/locales/hi/LC_MESSAGES/staticsite.po 
     84enpraxis/staticsite/locales/hu/LC_MESSAGES/staticsite.mo 
     85enpraxis/staticsite/locales/hu/LC_MESSAGES/staticsite.po 
    8686enpraxis/staticsite/locales/it/LC_MESSAGES/staticsite.mo 
    8787enpraxis/staticsite/locales/it/LC_MESSAGES/staticsite.po 
     
    9494enpraxis/staticsite/locales/nl/LC_MESSAGES/staticsite.mo 
    9595enpraxis/staticsite/locales/nl/LC_MESSAGES/staticsite.po 
     96enpraxis/staticsite/locales/pt-br/LC_MESSAGES/staticsite.mo 
     97enpraxis/staticsite/locales/pt-br/LC_MESSAGES/staticsite.po 
    9698enpraxis/staticsite/locales/pt/LC_MESSAGES/staticsite.mo 
    9799enpraxis/staticsite/locales/pt/LC_MESSAGES/staticsite.po 
  • enpraxis.staticsite/trunk/enpraxis/staticsite/version.txt

    r542 r570  
    1 1.0-rc2 
     11.0-final 
  • enpraxis.staticsite/trunk/setup.py

    r542 r570  
    2323import os 
    2424 
    25 version = '1.0-rc2' 
     25version = '1.0-final' 
    2626 
    2727setup(name='enpraxis.staticsite',