Description of problem: See https://issues.jboss.org/browse/JDF-787 The jboss.org development team plans to do the following: - Parse the first line of each README file to remove the quickstart name prefix and use the rest for Google SEO title. That field is limited to ~55 characters. - Use the 'Summary:' metadata for the description. This field is limited to 155 characters. This information is what shows up on the search result page, so the better it better describes the example. I went through all the JBoss EAP quickstart README files to shorten the title and lengthen the Summary to be more descriptive. We need to do this for all of the other quickstarts, including: * JON: https://github.com/jboss-developer/jboss-on-quickstarts See related JBoss EAP bugs for details: * https://bugzilla.redhat.com/show_bug.cgi?id=1160776 * https://bugzilla.redhat.com/show_bug.cgi?id=1159374 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Updated here https://github.com/jboss-developer/jboss-on-quickstarts commit 9b48dde35df18c93cf374536152ca767943ab835 Author: Libor Zoubek <lzoubek> Date: Tue Jan 13 13:04:17 2015 +0100 Bug 1161719 - Remove quickstart name prefix from README files