Bug 1028448

Summary: Missing line breaks in README.html
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Nikoleta Hlavickova <nziakova>
Component: QuickstartsAssignee: sgilda
Status: CLOSED CURRENTRELEASE QA Contact: Nikoleta Hlavickova <nziakova>
Severity: low Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: bsutter, jkudrnac, pmuir
Target Milestone: CR1   
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:55:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Nikoleta Hlavickova 2013-11-08 13:22:51 UTC
The first paragraph in README.html of every quickstart should contain line breaks <br> so it is more readable.


For example the first paragraph in jboss-eap-6.2.0.GA-quickstarts/helloworld/README.html is:

<p>Author: Pete Muir
Level: Beginner
Technologies: CDI, Servlet
Summary: Basic example that can be used to verify that the server is configured and running correctly
Target Product: EAP
Product Versions: EAP 6.1, EAP 6.2
Source: <a href="https://github.com/jboss-developer/jboss-eap-quickstarts/">https://github.com/jboss-developer/jboss-eap-quickstarts/</a></p>


In a web browser it looks like:

Author: Pete Muir Level: Beginner Technologies: CDI, Servlet Summary: Basic example that can be used to verify that the server is configured and running correctly Target Product: EAP Product Versions: EAP 6.1, EAP 6.2 Source: https://github.com/jboss-developer/jboss-eap-quickstarts/


It should look like:

Author: Pete Muir
Level: Beginner
Technologies: CDI, Servlet
Summary: Basic example that can be used to verify that the server is configured and running correctly
Target Product: EAP
Product Versions: EAP 6.1, EAP 6.2
Source: https://github.com/jboss-developer/jboss-eap-quickstarts/

Comment 1 sgilda 2013-11-08 13:37:08 UTC
These tags are actually metadata used to build the jdf web site. You can see the rendered helloworld quickstart here:

http://www.jboss.org/jdf/quickstarts/jboss-as-quickstart/helloworld/

I need to see if there is a way to get it to render in the html files without breaking the web site.

Comment 2 sgilda 2013-11-08 15:21:06 UTC
Discovered you can get a line break in markdown syntax by adding 2 spaces at the end of the line.

Fixed in master with this commit:
https://github.com/jboss-developer/jboss-eap-quickstarts/commit/ba59cc519fe7c7a4770e4d7274da051d6f75bbb0

Issued this pull for 6.2.x: 
https://github.com/jboss-developer/jboss-eap-quickstarts/pull/725

Comment 3 sgilda 2013-11-08 15:37:32 UTC
6.2.x quickstarts are fixed with this commit:
https://github.com/jboss-developer/jboss-eap-quickstarts/commit/b5618369e27cb4cf30c3a261555f9ec9b9608a77

Comment 4 Jitka Kozana 2013-11-14 10:42:43 UTC
Verified using EAP 6.2.0.CR1 bits.