
jira at apache
Apr 22, 2012, 12:41 PM
Post #2 of 2
(42 views)
Permalink
|
|
[jira] [Commented] (LUCENE-4008) Use Java Markdown provided by Ivy to transform BUILD.txt, MIGRATE.txt,.. to simple (better readable) HTML and place under documentation.
[In reply to]
|
|
[ https://issues.apache.org/jira/browse/LUCENE-4008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13259224#comment-13259224 ] Robert Muir commented on LUCENE-4008: ------------------------------------- +1, i think we should just commit this (excluding CHANGES.txt for now, as changes2html looks nicer). I can help with the files (adding markers for headings/bullets) so they look nice, and linking them into the index.html docs. awesome idea! > Use Java Markdown provided by Ivy to transform BUILD.txt, MIGRATE.txt,.. to simple (better readable) HTML and place under documentation. > ---------------------------------------------------------------------------------------------------------------------------------------- > > Key: LUCENE-4008 > URL: https://issues.apache.org/jira/browse/LUCENE-4008 > Project: Lucene - Java > Issue Type: Improvement > Reporter: Uwe Schindler > Fix For: 4.0 > > Attachments: LUCENE-4008.patch, LUCENE-4008.patch, LUCENE-4008.patch, LUCENE-4008.patch > > > The MIGRATE.txt and other files are very simple formatted and can be converted using Markdown. > We can use e.g. pegdown (a Java Markdown converter) to make HTML out of them and place those in the HTML documentation. Theoretically, also CHANGES.txt might be processed by Markdown, we have to try out. Pegdown is extensible, so it could handle LUCENE-xxx JIRA links correctly. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe [at] lucene For additional commands, e-mail: dev-help [at] lucene
|