Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Active older topics
3 new of 3 - Mar 16 2012
2 new of 2 - Feb 22 2012
3 new of 3 - Feb 21 2012
3 new of 3 - Dec 12 2011
15 new of 15 - Nov 22 2011
6 new of 6 - Sep 19 2011
2 new of 2 - Sep 10 2011
2 new of 2 - Sep 5 2011
3 new of 3 - Aug 31 2011
10 new of 10 - Aug 31 2011
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 383  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Discussion about Genshi, a Python toolkit for stream-based generation of output for the web.

This group was previously at http://groups.google.com/group/markup-di scuss. Older messages can be found in the archive of that group.

 

Introducing Raptor Templates: The Power of Genshi for JavaScript 
  Hi all, About a year ago, when comparing popular templating languages, I came across Genshi and was impressed by the clean syntax. Unfortunately it only worked for Python and I was looking for a good templating solution for JavaScript. I decided to create a new JavaScript templating language that... more »
By Patrick Steele-Idem  - Apr 29 - 3 new of 3 messages    

Genshi 0.6.1 and 0.7 released! 
  Greetings I'm pleased to announce the release of Genshi 0.6.1 and 0.7. Genshi 0.7 add supports for Python 3.1, 3.2 and 3.3 and for PyPy. Updating from Genshi 0.6 to 0.7 is described in [link].... more »
By Simon Cross  - Mar 15 - 4 new of 4 messages    

UnicodeDecode when calling render() 
  The following code fails with UnicodeDecode error and I am completely puzzled about what does it want. import genshi iURL = "[link]" import urllib2 mbt_file = urllib2.urlopen(iURL) mbt_genshi = genshi.input.HTMLParser(mbt_fi le) parsed = mbt_genshi.parse() parsed.select("head").render()... more »
By anatoly techtonik  - Dec 23 2012 - 12 new of 12 messages    

Genshi with Angular.JS 
  Interested in knowing if anyone is using Angular.js in combination with Genshi ? Was wondering if there are any pertinent issues which might arise as I am considering various JS Frameworks...
By D.W. Small  - Oct 9 2012 - 2 new of 2 messages    

How do I use a Python function in a py:for directive 
  I am trying to use a Python function defined in my template in a py:for directive, and am encountering errors. The areainfolist function processes a deep dictionary object in DATA and returns a list of dictionary objects found in the dictionary in DATA, and I cannot change the format of the DATA... more »
By allen.gooch@gmail.com  - Aug 10 2012 - 2 new of 2 messages    

Abridged summary of genshi@googlegroups.com - 1 Message in 1 Topic 
 
By Tom Hoover  - Jun 24 2012 - 1 new of 1 message    

Genshi PY3 status 
  Hello, If I remember correctly, the only think blocking python 3 support in genshi (through 2to3) was the release of 0.6. I might be wrong but I think the release has never been done. Are there bugs that need some work to accelerate the movement ? -- (°> Nicolas Évrard ( ) Liège `¯... more »
By Nicolas Évrard  - Jun 12 2012 - 17 new of 17 messages    

py:if statement newbie 
  Hello, Is there a better way to construct the following without requiring two if statements for each tab item? Thanks! ---- <py:def function="sidebar(tabname)"> <div class="sidebar-nav"> <ul class="nav-list"> <li py:if='tabname=="TabOne"' class="active"><a href="#">TabOne</a></li>... more »
By ozwyzard  - Jun 7 2012 - 11 new of 11 messages    

Cannot submit a ticket to trac - using the mailling list (proposed small optimization in output.py) 
  Hello, I have seen this in genshi/output.py, and thought it could be appropriate to report an enhancement to the code. In this function: {{{ def encode(iterator, method='xml', encoding=None, out=None): [...] if out is None: return _encode(''.join(list(iterator) )) ... Should not this line be instead:... more »
By Guillaume P.  - Apr 10 2012 - 1 new of 1 message    

HTMLFormFiller and HTML5 new input types 
  Hi, It seems that genshi HTMLFormFiller does not support new html5 input types: [link] I need to add at least 'number' to [link] and make a patch. Should I add all new types mentioned above too?... more »
By Lukasz Michalski  - Mar 21 2012 - 3 new of 3 messages    

1 - 10 of 383   « Newer | Older »

XML       Send email to this group: genshi@googlegroups.com