Thread: [Rest2web-develop] Bug#382717: commenting restindex/uservalues
Brought to you by:
mjfoord
From: martin f k. <ma...@de...> - 2006-08-12 22:41:13
|
Package: rest2web Version: 0.5.0~beta~svn-r201-1 Severity: wishlist Tags: upstream Hi Michael and rest2web-develop, so this is the first bug I file against the package, but it's actually a wishlist bug against upstream, so I set the upstream tag. Anyway, I was trying today to turn parts of my rest2web site into LaTeX, and rst2latex fails because of the restindex/uservalues stuff, which got me thinking... =2E.. why not allow the restindex/uservalues stuff to be specified in a comment? rest2web should still remove that comment from the output, but it would allow other parsers to process the files. To reply to this bug, use the bug number (six digits) and append @bugs.debian.org. It will automatically go to the list as well! If you don't want to send it to the list, insert -quiet between number and @ sign. -submitter and -maintonly would send it to the submitter of a bug and myself (as maintainer) respectively. --=20 Please do not send copies of list mail to me; I read the list! =20 .''`. martin f. krafft <ma...@de...> : :' : proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system |
From: Michael F. <fuz...@vo...> - 2006-08-12 23:54:10
|
martin f krafft wrote: > Package: rest2web > Version: 0.5.0~beta~svn-r201-1 > Severity: wishlist > Tags: upstream > > Hi Michael and rest2web-develop, so this is the first bug I file > against the package, but it's actually a wishlist bug against > upstream, so I set the upstream tag. > > Anyway, I was trying today to turn parts of my rest2web site into > LaTeX, and rst2latex fails because of the restindex/uservalues > stuff, which got me thinking... > > ... why not allow the restindex/uservalues stuff to be specified in > a comment? rest2web should still remove that comment from the > output, but it would allow other parsers to process the files. > > So the restindex should be allowed to start : .. restindex # values /restindex uservalues # values /uservalues Anything else needed ? Seems like a reasonable request. Then rest2web pages can be valid reST documents, which might be useful. Michael Foord http://www.voidspace.org.uk/python/index.shtml |
From: martin f k. <ma...@de...> - 2006-08-13 07:25:54
|
also sprach Michael Foord <fuz...@vo...> [2006.08.13.0020 +010= 0]: > So the restindex should be allowed to start : >=20 > .. > restindex > # values > /restindex >=20 > uservalues > # values > /uservalues >=20 > Anything else needed ? Nope, this and I'd be a happy camper. --=20 Please do not send copies of list mail to me; I read the list! =20 .''`. martin f. krafft <ma...@de...> : :' : proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system |
From: martin f k. <ma...@de...> - 2006-08-16 15:18:48
|
also sprach Michael Foord <fuz...@vo...> [2006.08.13.0020 +010= 0]: > .. > restindex > # values > /restindex Now that this is implemented, before we harrass upstream too much, would you agree that the following regexp thus should identify rest2web files? /^(\.\.)?[[:space:]]*restindex$/ This will be run over the first 3-5 lines. Cheers, --=20 Please do not send copies of list mail to me; I read the list! =20 .''`. martin f. krafft <ma...@de...> : :' : proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system |
From: martin f k. <ma...@de...> - 2006-08-18 13:32:45
|
also sprach martin f krafft <ma...@de...> [2006.08.16.1452 +0100]: > Now that this is implemented, Mh, actually... it does not appear to work yet with r203. http://svn.madduck.net/phd/web/index.txt still produces rest2webError: index file has no restindex ! --=20 Please do not send copies of list mail to me; I read the list! =20 .''`. martin f. krafft <ma...@de...> : :' : proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system |
From: Michael F. <fuz...@vo...> - 2006-08-18 16:00:22
|
martin f krafft wrote: > also sprach martin f krafft <ma...@de...> [2006.08.16.1452 +0100]: > >> Now that this is implemented, >> > > Mh, actually... it does not appear to work yet with r203. > > http://svn.madduck.net/phd/web/index.txt > > still produces > > rest2webError: index file has no restindex ! > Yup, known bug. It is a simple fix, which hopefully I will apply tonight. Michael > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Rest2web-develop mailing list > Res...@li... > https://lists.sourceforge.net/lists/listinfo/rest2web-develop > |