Thread: [Rest2web-develop] initialheaderlevel
Brought to you by:
mjfoord
From: Michael F. <fuz...@vo...> - 2006-03-04 20:38:15
|
Hello Andrew (and others), By the way, the rest2web repository no longer contains pythontuils and Firedrop in the branches. They now have their own subversion repositories. Also version 0.4.0 is in tags. I've checked out the latest version in preparation for doing some work on restweb (finally). Andrew, I can see where you added the code in ``restindex.py`` to check for ``intialheaderlevel``. (A new restindex keyword.) I *can't* see any code changes to use it ??? Have you not added this yet ? Do you want me to do it ? All the best, Fuzzyman http://www.voidspace.org.uk/python/index.shtml |
From: Andrew I. <and...@us...> - 2006-03-06 04:00:42
|
Michael: I added the initialheaderlevel keyword for use on my own projects, and did not update the docs or any of the examples. Yes, I would appreciate it if you would correct my oversight. Sincerely, Andrew > -----Original Message----- > From: res...@li... > [mailto:res...@li...]On Behalf Of > Michael Foord > Sent: Saturday, March 04, 2006 12:36 PM > To: res...@li... > Subject: [Rest2web-develop] initialheaderlevel > > > Hello Andrew (and others), > > By the way, the rest2web repository no longer contains pythontuils and > Firedrop in the branches. They now have their own subversion repositories. > > Also version 0.4.0 is in tags. > > I've checked out the latest version in preparation for doing some work > on restweb (finally). Andrew, I can see where you added the code in > ``restindex.py`` to check for ``intialheaderlevel``. (A new restindex > keyword.) > > I *can't* see any code changes to use it ??? Have you not added this yet > ? Do you want me to do it ? > > All the best, > > Fuzzyman > http://www.voidspace.org.uk/python/index.shtml |
From: Fuzzyman <fuz...@vo...> - 2006-03-06 09:13:30
|
Andrew Ittner wrote: > Michael: > > I added the initialheaderlevel keyword for use on my own projects, and did > not update the docs or any of the examples. Yes, I would appreciate it if > you would correct my oversight. > > Hello Andrew, I'm happy to add it to the docs and the 'test' site. The problem I saw was a bit more fundamental though. Although you added the code to 'restindex.py' to recognise the new keyword, I couldn't see any changes in 'resprocessor.py' to *use* the keyword. I might be being thick here of course ? All the best, Fuzzyman http://www.voidspace.org.uk/python/index.shtml > Sincerely, > > Andrew > > >> -----Original Message----- >> From: res...@li... >> [mailto:res...@li...]On Behalf Of >> Michael Foord >> Sent: Saturday, March 04, 2006 12:36 PM >> To: res...@li... >> Subject: [Rest2web-develop] initialheaderlevel >> >> >> Hello Andrew (and others), >> >> By the way, the rest2web repository no longer contains pythontuils and >> Firedrop in the branches. They now have their own subversion repositories. >> >> Also version 0.4.0 is in tags. >> >> I've checked out the latest version in preparation for doing some work >> on restweb (finally). Andrew, I can see where you added the code in >> ``restindex.py`` to check for ``intialheaderlevel``. (A new restindex >> keyword.) >> >> I *can't* see any code changes to use it ??? Have you not added this yet >> ? Do you want me to do it ? >> >> All the best, >> >> Fuzzyman >> http://www.voidspace.org.uk/python/index.shtml >> > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Rest2web-develop mailing list > Res...@li... > https://lists.sourceforge.net/lists/listinfo/rest2web-develop > > |
From: Andrew I. <and...@us...> - 2006-03-07 00:47:05
|
Michael: The following subversion & linux commands reveal my handiwork: svn blame restprocessor.py|grep -i 'aji'. Or just search the "blame" output for "aji". Revision #158 on restprocessor.py contains my 5 lines of changes. Take care, Andrew -----Original Message----- From: res...@li... [mailto:res...@li...]On Behalf Of Fuzzyman Sent: Monday, March 06, 2006 1:13 AM To: res...@li... Subject: Re: [Rest2web-develop] initialheaderlevel Andrew Ittner wrote: Michael: I added the initialheaderlevel keyword for use on my own projects, and did not update the docs or any of the examples. Yes, I would appreciate it if you would correct my oversight. Hello Andrew, I'm happy to add it to the docs and the 'test' site. The problem I saw was a bit more fundamental though. Although you added the code to 'restindex.py' to recognise the new keyword, I couldn't see any changes in 'resprocessor.py' to *use* the keyword. I might be being thick here of course ? All the best, Fuzzyman http://www.voidspace.org.uk/python/index.shtml |
From: Fuzzyman <fuz...@vo...> - 2006-03-07 16:45:15
|
Andrew Ittner wrote: >Michael: > >The following subversion & linux commands reveal my handiwork: svn blame >restprocessor.py|grep -i 'aji'. Or just search the "blame" output for >"aji". > >Revision #158 on restprocessor.py contains my 5 lines of changes. > > > Oh. :-) That's me being dopey then. Great. Fuzzyman http://www.voidspace.org.uk/python/index.shtml >Take care, > >Andrew > > >-----Original Message----- >From: res...@li... >[mailto:res...@li...]On Behalf Of Fuzzyman >Sent: Monday, March 06, 2006 1:13 AM >To: res...@li... >Subject: Re: [Rest2web-develop] initialheaderlevel > > >Andrew Ittner wrote: >Michael: > >I added the initialheaderlevel keyword for use on my own projects, and did >not update the docs or any of the examples. Yes, I would appreciate it if >you would correct my oversight. > > >Hello Andrew, > >I'm happy to add it to the docs and the 'test' site. The problem I saw was a >bit more fundamental though. > >Although you added the code to 'restindex.py' to recognise the new keyword, >I couldn't see any changes in 'resprocessor.py' to *use* the keyword. > >I might be being thick here of course ? > >All the best, > >Fuzzyman >http://www.voidspace.org.uk/python/index.shtml > > > > >------------------------------------------------------- >This SF.Net email is sponsored by xPML, a groundbreaking scripting language >that extends applications into web and mobile media. Attend the live webcast >and join the prime developer group breaking into this new coding territory! >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >_______________________________________________ >Rest2web-develop mailing list >Res...@li... >https://lists.sourceforge.net/lists/listinfo/rest2web-develop > > > |