Re: [Rest2web-develop] Is there any short-term solution available?
Brought to you by:
mjfoord
|
From: Michael F. <fuz...@vo...> - 2006-09-03 23:22:17
|
(Sorry for the top-post.)
In the version of rest2web in subversion I have defined a very basic
macro - lt.
This means you can do :
*{lt}% autor %>*
I can't remember whether this is in the latest release or not.
If not, simply add the following to your macros file
lt = '<'
(Macros are evaluated before the templating engine does its work.)
Let me know if this works - I think it should.
All the best,
Fuzzyman
http://www.voidspace.org.uk/python/index.shtml
mar...@gm... wrote:
>
> ------------------------------------------------------------------------
>
> ..
> restindex
> encoding: latin-1
> output-encoding: utf-8
> /restindex
>
> uservalues
> autor: Marcelo Huerta San Martín
> /uservalues
>
> Este es un título (this is a title)
> ...................................
>
> Y el subtítulo
> --------------
>
> Y el subsubtítulo
> /////////////////
>
> .. raw:: html
>
> Esto lo escribió <b><% autor %></b>.
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> 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
>
|