Re: raw

2009-03-26 Thread Georg Brandl
PFL schrieb: > I resolved this! The example below works...in my more complex HTML I > had a typo > > Still, I am wondering if this example is the best approach ? I'd say yes, unless you want to implement your own directive for this, since there is no way this could possibly work on writers o

Re: raw

2009-03-26 Thread PFL
I resolved this! The example below works...in my more complex HTML I had a typo Still, I am wondering if this example is the best approach ? On Mar 25, 4:01 pm, PFL wrote: > Does the restructured raw directive work in Sphinx? > > Basically, I have a .rst file where I want to put in a simp

Re: [GSoC] Some "web app" idea questions

2009-03-26 Thread Wojtek Walczak
Roberto Alsina napisał(a): >> And thus I wonder, what if my application is bigger than the >> dynamictable app? If my python code is longer, then after the >> 'compilation' to JavaScript there would be more JS code in single >> html file too. And the question is: how big will that file be? > > I

Re: raw

2009-03-26 Thread Wojtek Walczak
PFL napisal(a): Hi, > Does the restructured raw directive work in Sphinx? Works for me with the code you provided. > I build with the html builder, but the raw directive seems to be > ignored. Maybe I am missing a better approach? Aren't you using some docutils.conf file with option 'raw_e

Re: [GSoC] Some "web app" idea questions

2009-03-26 Thread Wojtek Walczak
Werner F. Bruhin napisał(a): >> But their API description will certainly be >> a point of reference for my future work. And they are using Django ;-) >> > That would really surprise me! That TurboGears would use a competing > web framework, or are you saying that the Disqus site is using Dj

Re: [GSoC] Some "web app" idea questions

2009-03-26 Thread Werner F. Bruhin
Wojtek Walczak wrote: > Werner F. Bruhin napisał(a): > > Werner, > > >>> In the examples directory in Pyjamas package, there is an app called >>> dynamictable. While it's python source code is quite short (~400 lines >>> of code), after compilation to JavaScript it becomes quite big. The main >