]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - modules/org.argeo.slc.server.repo.webapp/howto.html
SLC Embedded HowTo
[gpl/argeo-slc.git] / modules / org.argeo.slc.server.repo.webapp / howto.html
index 8db37cdbb9da071dd608a2f1dc3295309addf319..0296ed496d01e63968db6e589352a12774558dba 100644 (file)
@@ -1,3 +1,22 @@
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>SLC Repository</title>
+<link href="style.css" rel="stylesheet" type="text/css" />
+</head>
+<body>
 <h1>SLC Repository</h1>
+<p>This is a repository of OSGi bundles, which is compatible with Maven conventions.<br/>
+The first level refers to <b>products</b>, the second one to <b>version branches</b> of these products.
+</p>
+<p>There is one maven-style repository per branch.
+</p> 
+<p>It is accessible anonymously at the following URL (if public access has been explicitly given to this branch):<br>
+<pre>http://[host]/data/public/java/[org.example.product]-[major.minor.x]</pre>
+</p>
+<p>Or as an authenticated user (BASIC auth) belonging to <i>ROLE_SLC</i>, with read/write WebDav access:<br/>
+<pre>https://[host]/data/files/java/[org.example.product]-[major.minor.x]</pre>
+</p>
 
-How to use <b>SLC</b>
+</body>
+</html>
\ No newline at end of file