Author: olli
Date: Tue Oct  3 10:09:57 2017
New Revision: 1810942

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

add uniform header linking to Sling project

Modified:
    sling/trunk/samples/slingbucks/README.md
    sling/trunk/samples/slingbucks/pom.xml

Modified: sling/trunk/samples/slingbucks/README.md
URL: 
http://svn.apache.org/viewvc/sling/trunk/samples/slingbucks/README.md?rev=1810942&r1=1810941&r2=1810942&view=diff
==============================================================================
--- sling/trunk/samples/slingbucks/README.md (original)
+++ sling/trunk/samples/slingbucks/README.md Tue Oct  3 10:09:57 2017
@@ -1,8 +1,9 @@
-Sling Slingbucks sample
------------------------
+# Apache Sling Samples Slingbucks
+
+This module is part of the [Apache Sling](https://sling.apache.org) project.
+
+## WHY THIS SAMPLE?
 
-WHY THIS SAMPLE?
-----------------
 This simple coffee-ordering app demonstrates how Sling promotes RESTful 
 application design, and how much you can do with little code.
 
@@ -13,8 +14,8 @@ It is inspired by the excellent "How to
 Jim Webber, Savas Parastatidis & Ian Robinson at InfoQ: 
 http://www.infoq.com/articles/webber-rest-workflow
 
-HOW TO INSTALL
---------------
+## HOW TO INSTALL
+
 Build this bundle and install it in Sling. See
 
http://sling.apache.org/documentation/development/getting-and-building-sling.html
 for how to do that.
@@ -29,8 +30,8 @@ install it:
 The OSGi console at http://localhost:8080/system/console/bundles must then
 list the "org.apache.sling.samples.slingbucks" bundle as active. 
 
-HOW TO TEST
------------
+## HOW TO TEST
+
 On a default Sling trunk instance you usually need to first disable the 
 "Allow Anonymous Access" option at 
 

Modified: sling/trunk/samples/slingbucks/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/samples/slingbucks/pom.xml?rev=1810942&r1=1810941&r2=1810942&view=diff
==============================================================================
--- sling/trunk/samples/slingbucks/pom.xml (original)
+++ sling/trunk/samples/slingbucks/pom.xml Tue Oct  3 10:09:57 2017
@@ -30,7 +30,8 @@
     <artifactId>org.apache.sling.samples.slingbucks</artifactId>
     <version>0.9.9-SNAPSHOT</version>
     <packaging>bundle</packaging>
-    <name>Apache Sling Slingbucks - sample coffee store management 
application</name>
+    <name>Apache Sling Samples Slingbucks</name>
+    <description>sample coffee store management application</description>
     
     <build>
         <plugins>


Reply via email to