Difference between revisions of "Genshi"
(Added Debian link) |
(Added Python link) |
||
Line 5: | Line 5: | ||
|Homepage URL=http://genshi.edgewall.org/ | |Homepage URL=http://genshi.edgewall.org/ | ||
|User level=intermediate | |User level=intermediate | ||
+ | |Is High Priority Project=No | ||
|VCS checkout command=svn co http://svn.edgewall.org/repos/genshi/trunk genshi | |VCS checkout command=svn co http://svn.edgewall.org/repos/genshi/trunk genshi | ||
|Computer languages=Python | |Computer languages=Python | ||
|Documentation note=http://genshi.edgewall.org/wiki/Documentation | |Documentation note=http://genshi.edgewall.org/wiki/Documentation | ||
+ | |Decommissioned/Obsolete=No | ||
|Accepts cryptocurrency donations=No | |Accepts cryptocurrency donations=No | ||
|Related projects=Bitten | |Related projects=Bitten | ||
Line 15: | Line 17: | ||
|Version status=beta | |Version status=beta | ||
|Version download=http://ftp.edgewall.com/pub/genshi/Genshi-0.7.tar.gz | |Version download=http://ftp.edgewall.com/pub/genshi/Genshi-0.7.tar.gz | ||
+ | |Test entry=No | ||
|Last review by=Bendikker | |Last review by=Bendikker | ||
− | |Last review date=2018/ | + | |Last review date=2018/04/13 |
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
|Is GNU=No | |Is GNU=No | ||
Line 30: | Line 33: | ||
|Role=Maintainer | |Role=Maintainer | ||
|Email=info@edgewall.org | |Email=info@edgewall.org | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Python (Ref) | ||
+ | |Resource URL=https://pypi.org/project/Genshi | ||
}} | }} | ||
{{Resource | {{Resource |
Latest revision as of 05:24, 13 April 2018
Genshi
http://genshi.edgewall.org/
Python toolkit for generation of output for the web
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.
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Edgewall Software | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Debian (Ref) | https://tracker.debian.org/pkg/genshi | |
Developer | VCS Repository Webview | https://genshi.edgewall.org/browser |
Developer | Download | http://genshi.edgewall.org/wiki/Download |
Python (Ref) | https://pypi.org/project/Genshi | |
General | Mailing List Info/Archive | http://genshi.edgewall.org/wiki/MailingList |
Software prerequisites
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.