LeVon Smoker schrieb:
> Is there a way to get moin to index (through Xapian) the output
> generated by a macro? Currently, it appears to index only the actual
> text of the macro.
> 
> In particular, I'd like to index the output generated by the DataBase macro.
> 
> Thanks.

You could write a filter plugin which is used to collect text of a page
after it was send. You can use for example
http://moinmo.in/MoinAPI/Beispiele#Page.send_page.28.29
to get the html content of the rendered page.
Afterwards you have to remove all the html tags, see
filter/text_html.py, filter/text_xml.py

cheers
Reimar


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to