On 17/02/2016 14:17, Nick Wellnhofer wrote:
I'd also like to improve the presentation of our online documentation (see
https://issues.apache.org/jira/browse/LUCY-225). A long time ago, I created a
script to convert POD to "mdtext" files used by the Apache CMS:
https://git-wip-us.apache.org/repos/asf?p=lucy.git;a=blob;f=devel/bin/pod2mdtext.pl;h=3eb7462174e4c9b8606aade006fb2f56f4749150;hb=HEAD
This makes it possible to put the documentation pages within the site template:
http://lucy.apache.org/docs/test/Lucy.html
Unless someone has a better idea, I'll continue with this approach.
I polished the pod2mdtext script and the CSS on the Lucy website. Here's the
result:
http://lucy.apache.org/docs/test/
We'll also have to change the directory structure in
http://lucy.apache.org/docs/ to accomodate the Clownfish documentation: Move
/docs to /docs/lucy and add /docs/clownfish.
Nick