move each sentence to new line to make further changes easier to spot. No other changes.
--- a/ldp-primer/ldp-primer.html Sun Jun 01 09:30:09 2014 +0200
+++ b/ldp-primer/ldp-primer.html Sun Jun 01 09:31:35 2014 +0200
@@ -310,7 +310,13 @@
<h2>LDP concepts in a glance</h2>
<p>
- A server hosting Linked Data Platform Resources (LDPRs) may manage two kinds of LDPRs, those resources whose state is represented using RDF called LDP RDF Sources (LDP-RS) and those using other formats called LDP Non-RDF Source (LDP-NR) such as html files, images, other binary files, etc. Resources respond to retrieval operations using HTTP GET. Often a description conveyed in the response document will describe a specific domain entity: Status, Friendship, Product, Order, Bug, etc. On the other hand, it might contain a description of a number of different concepts. The links contained in the descriptions lead to the subsequent discovery and processing of other resources. Affordances offered by the server make discoverable the forward paths in the application. Together the resources, links and associated affordances together specify what might be termed the API.
+ A server hosting Linked Data Platform Resources (LDPRs) may manage two kinds of LDPRs, those resources whose state is represented using RDF called LDP RDF Sources (LDP-RS) and those using other formats called LDP Non-RDF Source (LDP-NR) such as html files, images, other binary files, etc.
+Resources respond to retrieval operations using HTTP GET.
+Often a description conveyed in the response document will describe a specific domain entity: Status, Friendship, Product, Order, Bug, etc.
+On the other hand, it might contain a description of a number of different concepts.
+ The links contained in the descriptions lead to the subsequent discovery and processing of other resources.
+ Affordances offered by the server make discoverable the forward paths in the application.
+ Together the resources, links and associated affordances together specify what might be termed the API.
</p>
<p>
<img src="images/resources.png" />