I see this file: odf/site/trunk/lib/path.pm
I am not familiar with perl, just guess this should be a filter rule.
our @patterns = (
[qr!\.mdtext$!, single_narrative => { template =>
"single_narrative.html" }],
[qr!\.html$!, html_page => { template => "html_page.html" }],
) ;
2011/9/7 Yegor Kozlov <[email protected]>
> >
> > BTW: we supply online javadoc (
> >
> http://incubator.apache.org/odftoolkit/simple/document/javadoc/index.html
> ),
> > but it can't be accessed directly. I don't know why.
> > Anybody can help me? Maybe it need to modify the perl script to update
> the
> > filter rule.
> >
>
> How do you push javadoc ? I see that the files are in place, but they
> are all broken. All .html files have length of 2915 bytes and show
> some default content as you can see at
> http://incubator.apache.org/odftoolkit/simple/document/javadoc/index.html.
>
> Are there any content filters? You mentioned a perl script. Can you
> point to it please?
>
> Regards,
> Yegor
>
--
-Devin