On 04.05.2014 15:10, Roger Meier wrote:
On 03.05.2014 18:34, Joe Schaefer wrote:
I see some index.md files cropping up in some of your subdirectories,
which means you won't be able to take advantage of the dynamic directory
listing that's available with index.html source files instead. I've
converted
over lib/index.md to lib/index.html to show you that the process is both
straightforward and repeatable. Instead of working with markdown raw
sources you are instead working with the django template inheritance
methods, which are just overridable blocks of whatever you like. If you
want to write markdown, use the markdown filter as in lib/index.html.
The only trick is to remember that index.html files are run through the
sitemap view (look in lib/path.pm for the regexp), which puts a markdown
directory listing in the {{ content }} django variable.
HTH
Yes, it does. Thanks again, Joe!
@all: look at this: http://thrift.staging.apache.org/lib/
the JIRA issue for updating README.md files:
https://issues.apache.org/jira/browse/THRIFT-2512
any improvement of these docs is welcome!
-roger
Can we update the staging site whenever a commit to
https://git-wip-us.apache.org/repos/asf/thrift was pushed?
thanks
-roger