Changeset 100
- Timestamp:
- 07-01-2008 00:55:39 (12 months ago)
- Location:
- sandbox/PylonsGenshi/branches/0.1.x
- Files:
-
- 5 modified
-
. (modified) (1 prop)
-
PylonsGenshi.egg-info/PKG-INFO (modified) (1 diff)
-
PylonsGenshi.egg-info/SOURCES.txt (modified) (2 diffs)
-
PylonsGenshi.egg-info/requires.txt (modified) (1 diff)
-
setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sandbox/PylonsGenshi/branches/0.1.x
- Property svnmerge-integrated changed from /sandbox/PylonsGenshi/trunk:1-94 to /sandbox/PylonsGenshi/trunk:1-94,98
-
sandbox/PylonsGenshi/branches/0.1.x/PylonsGenshi.egg-info/PKG-INFO
r51 r100 3 3 Version: 0.1.0 4 4 Summary: Pylons Project Template Using Genshi As The Templating Language 5 Home-page: http://p ylonsgenshi.ufsoft.org5 Home-page: http://pastie.ufsoft.org/wiki/PylonsGenshi 6 6 Author: Pedro Algarvio 7 7 Author-email: ufs@ufsoft.org 8 8 License: BSD 9 Description: UNKNOWN 9 Description: What is PylonsGenshi? 10 ===================== 11 12 PylonsGenshi is a paster_ template based on the Pylons_ one but addressing 13 Genshi_ as it's templating engine. 14 15 It basicly provides Markup_ wrapped webhelpers and a Formencode_ validate 16 decorator designed to work with Genshi_. 17 18 For an up-to-date read of the documentation, please `Read the Documentation 19 page on site`__. 20 21 22 Instalation 23 ----------- 24 25 It's as easy as:: 26 27 sudo easy_install PylonsGenshi 28 29 30 Or if you wish to install current trunk:: 31 32 sudo easy_install http://pastie.ufsoft.org/svn/sandbox/PylonsGenshi/trunk 33 34 35 PylonsGenshi can optionally install the MinificationWebHelpers_ which would 36 already be wrapped in Markup_ objects. To install that extra:: 37 38 sudo easy_install PylonsGenshi[minification] 39 40 41 .. _paster: http://pythonpaste.org/script/developer.html#templates 42 .. _Pylons: http://pylonshq.com 43 .. _Genshi: http://genshi.edgewall.org 44 .. _Markup: 45 http://genshi.edgewall.org/wiki/ApiDocs/0.4.x/genshi.core#genshi.core:Markup 46 .. _Formencode: http://www.formencode.org/ 47 .. __: http://pastie.ufsoft.org/wiki/PylonsGenshi 48 .. _MinificationWebHelpers: http://pastie.ufsoft.org/wiki/MinificationWebHelpers 49 10 50 Keywords: web wsgi pylons framework genshi 11 51 Platform: UNKNOWN -
sandbox/PylonsGenshi/branches/0.1.x/PylonsGenshi.egg-info/SOURCES.txt
r51 r100 1 README.txt 1 2 setup.cfg 2 3 setup.py … … 15 16 pylonsgenshi/templating.py 16 17 pylonsgenshi/templates/__init__.py 18 pylonsgenshi/templates/default/MANIFEST.in_tmpl 19 pylonsgenshi/templates/default/README.txt_tmpl 20 pylonsgenshi/templates/default/development.ini_tmpl 21 pylonsgenshi/templates/default/setup.cfg_tmpl 22 pylonsgenshi/templates/default/setup.py_tmpl 23 pylonsgenshi/templates/default/test.ini_tmpl 24 pylonsgenshi/templates/default/+egg+.egg-info/paste_deploy_config.ini_tmpl_tmpl 25 pylonsgenshi/templates/default/+package+/__init__.py_tmpl 26 pylonsgenshi/templates/default/+package+/websetup.py_tmpl 27 pylonsgenshi/templates/default/+package+/config/__init__.py_tmpl 28 pylonsgenshi/templates/default/+package+/config/environment.py_tmpl 29 pylonsgenshi/templates/default/+package+/config/middleware.py_tmpl 30 pylonsgenshi/templates/default/+package+/config/routing.py_tmpl 31 pylonsgenshi/templates/default/+package+/controllers/__init__.py_tmpl 32 pylonsgenshi/templates/default/+package+/controllers/error.py_tmpl 33 pylonsgenshi/templates/default/+package+/controllers/template.py_tmpl 34 pylonsgenshi/templates/default/+package+/lib/__init__.py_tmpl 35 pylonsgenshi/templates/default/+package+/lib/app_globals.py_tmpl 36 pylonsgenshi/templates/default/+package+/lib/base.py_tmpl 37 pylonsgenshi/templates/default/+package+/lib/helpers.py_tmpl 38 pylonsgenshi/templates/default/+package+/model/__init__.py_tmpl 39 pylonsgenshi/templates/default/+package+/public/index.html_tmpl 40 pylonsgenshi/templates/default/+package+/templates/.distutils_placeholder 41 pylonsgenshi/templates/default/+package+/tests/__init__.py_tmpl 42 pylonsgenshi/templates/default/+package+/tests/test_models.py_tmpl 43 pylonsgenshi/templates/default/+package+/tests/functional/__init__.py_tmpl 44 pylonsgenshi/templates/default/docs/index.txt_tmpl 45 pylonsgenshi/templates/default/ez_setup/README.txt 46 pylonsgenshi/templates/default/ez_setup/__init__.py -
sandbox/PylonsGenshi/branches/0.1.x/PylonsGenshi.egg-info/requires.txt
r51 r100 1 1 Pylons 2 2 Genshi 3 4 [minification] 5 MinificationWebHelpers -
sandbox/PylonsGenshi/branches/0.1.x/setup.py
r92 r100 28 28 name = 'PylonsGenshi', 29 29 version = VERSION, 30 description = 'Pylons Project Template Using Genshi As The' + \31 'T emplating Language',30 description = 'Pylons based Paster Project Template Using Genshi As ' + \ 31 'The Templating Language', 32 32 long_description = open('README.txt').read(), 33 33 keywords = 'web wsgi pylons framework genshi',
![(please configure the [header_logo] section in trac.ini)](/chrome/common/trac_banner.png)