You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/10/03 10:09:06 UTC

svn commit: r1810935 - /sling/trunk/samples/espblog/README.md

Author: olli
Date: Tue Oct  3 10:09:06 2017
New Revision: 1810935

URL: http://svn.apache.org/viewvc?rev=1810935&view=rev
Log:
SLING-7167 Adjust READMEs

add uniform header linking to Sling project

Modified:
    sling/trunk/samples/espblog/README.md

Modified: sling/trunk/samples/espblog/README.md
URL: http://svn.apache.org/viewvc/sling/trunk/samples/espblog/README.md?rev=1810935&r1=1810934&r2=1810935&view=diff
==============================================================================
--- sling/trunk/samples/espblog/README.md (original)
+++ sling/trunk/samples/espblog/README.md Tue Oct  3 10:09:06 2017
@@ -1,8 +1,9 @@
-Sling ESP blog sample
----------------------
+# Apache Sling ESP blog sample
+
+This module is part of the [Apache Sling](https://sling.apache.org) project.
+
+## WHY THIS SAMPLE?
 
-WHY THIS SAMPLE?
-----------------
 This demonstrates the use of ESP server-side javascript to implement a simple
 blog, with file attachments.
 
@@ -10,8 +11,8 @@ A java service uses JCR observation to d
 via the blog forms, or copied via WebDAV), and creates thumbnails of files image
 files, to demonstrate observation and OSGi SCR services.
 
-PRECONDITIONS
--------------
+## PRECONDITIONS
+
 As a first step, launch Sling.
 
 The Sling Container can be launched by running the following command in the 
@@ -27,8 +28,8 @@ this demo:
   samples/path-based-rtp$ mvn clean install -P autoInstallBundle
 
 
-INSTALL ESPBLOG
----------------
+## INSTALL ESPBLOG
+
 Install the espblog demo with the following command:
   mvn clean install -P autoInstallBundle
     
@@ -48,8 +49,8 @@ To verify that the bundle is correctly i
          (org.apache.sling.samples.path-based.rtp)
 
 
-HOW TO TEST
------------
+## HOW TO TEST
+
 The http://localhost:8080/content/espblog/*.html should display the "Sling ESP
 blog sample" page, with the Home/Admin/New Post/... menu.