Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv11030
Added Files:
genshi-py.info
Log Message:
templating system used in Trac 0.11
--- NEW FILE: genshi-py.info ---
Info2: <<
Package: genshi-py%type_pkg[python]
Type: python (2.5)
Version: 0.4.4
Revision: 1
Distribution: 10.5
Depends: python%type_pkg[python], setuptools-py%type_pkg[python]
Source: http://ftp.edgewall.com/pub/genshi/Genshi-%v.tar.bz2
Source-MD5: e9d8a1e6b0c3692e43d4bedb9df8a266
DocFiles: COPYING ChangeLog INSTALL.txt MANIFEST.in PKG-INFO README.txt
UPGRADE.txt
CompileScript: echo Skipping compile stage
InstallScript: <<
#! /bin/bash -ev
%p/bin/python%type_raw[python] setup.py install --root=%d
mkdir -p %i/share/%n
cp -rp doc examples %i/share/%n/
<<
Description: Toolkit for generation of output for the web
DescDetail: <<
Genshi is a Python library that provides an integrated set of
components for parsing, generating, and processing HTML, XML or other
textual content for output generation on the web.
The main feature is a template language that is smart about markup:
unlike conventional template languages that only deal with bytes and
(if you're lucky) characters, Genshi knows the difference between
tags, attributes, and actual text nodes, and uses that knowledge to
your advantage. For example:
* Intelligent automatic escaping greatly reduces the risk of
opening up your site to cross-site scripting attacks (XSS).
* Template directives are often less verbose than those in most
other template languages, as they can be attached directly to
the elements they act upon.
* Independence from a specific serialization format lets you
instantly switch between generating well-formed HTML 4.01 and
XHTML 1.0 (or other formats).
* Stream-based filtering allows you to apply various
transformations as a template is being processed, without having
to parse and serialize the output again.
* Match templates let you enforce a common structure on template
output, and more. This, in combination with XInclude support, is
used instead of the more rigid inheritance feature commonly
found in other template languages.
For those cases where you don't want to generate markup, Genshi also
provides a simple text-based template language.
<<
Maintainer: Kurt Schwehr <[EMAIL PROTECTED]>
Homepage: http://pythonpaste.org/
LICENSE: BSD
# Info2:
<<
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs