apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.62k stars 1.02k forks source link

Use pegdown to generate some documentation files [LUCENE-6195] #7257

Open asfimport opened 9 years ago

asfimport commented 9 years ago

Spinning this out of SOLR-6870 for Uwe's request to do a similar pegdown'ing of Lucene's site files.


Migrated from LUCENE-6195 by Erik Hatcher (@erikhatcher), updated May 09 2016

asfimport commented 9 years ago

Erik Hatcher (@erikhatcher) (migrated from JIRA)

I'm interested in using Markdown/pegdown with some other Solr files too - e.g. solr/example/files/README.txt. Assigning to myself to keep it on my visible TODO list

asfimport commented 9 years ago

Uwe Schindler (@uschindler) (migrated from JIRA)

Hey, the infrastructure is there. I am sure we can include more *.md or *.txt files to the pegdown processing. The ANT task is already prepared, so this fould be just extending the fileset and placing the files at correct location!

asfimport commented 9 years ago

Erik Hatcher (@erikhatcher) (migrated from JIRA)

unassigning to 5.3, won't get to this by then