Bug 1028448 - Missing line breaks in README.html
Summary: Missing line breaks in README.html
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Quickstarts
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: CR1
: EAP 6.2.0
Assignee: sgilda
QA Contact: Nikoleta Hlavickova
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-08 13:22 UTC by Nikoleta Hlavickova
Modified: 2017-10-10 00:19 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:55:48 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.