SLC Embedded HowTo
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 28 Mar 2013 13:39:14 +0000 (13:39 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 28 Mar 2013 13:39:14 +0000 (13:39 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@6230 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

modules/org.argeo.slc.server.repo.webapp/howto.html
modules/org.argeo.slc.server.repo.webapp/howto.jsp [deleted file]
modules/org.argeo.slc.server.repo.webapp/index.jsp [deleted file]
modules/org.argeo.slc.server.repo.webapp/style.css [new file with mode: 0644]

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
diff --git a/modules/org.argeo.slc.server.repo.webapp/howto.jsp b/modules/org.argeo.slc.server.repo.webapp/howto.jsp
deleted file mode 100644 (file)
index a8295da..0000000
+++ /dev/null
@@ -1 +0,0 @@
-<h1>SLC Repository</h1>
diff --git a/modules/org.argeo.slc.server.repo.webapp/index.jsp b/modules/org.argeo.slc.server.repo.webapp/index.jsp
deleted file mode 100644 (file)
index abcf57d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-You can browse public artifacts <a href="/ui/public">here</a>.
\ No newline at end of file
diff --git a/modules/org.argeo.slc.server.repo.webapp/style.css b/modules/org.argeo.slc.server.repo.webapp/style.css
new file mode 100644 (file)
index 0000000..d7e7730
--- /dev/null
@@ -0,0 +1,151 @@
+/* Generic Selectors */\r
+body {\r
+       font-family: sans-serif;\r
+       font-size: 12px;\r
+       color: black;\r
+       background-color: white;\r
+}\r
+\r
+li {\r
+       list-style-type: none;\r
+}\r
+\r
+h1 {\r
+       font-family: sans-serif;\r
+       font-size: 16px;\r
+       font-weight: bold;\r
+       color: #000000;\r
+       padding: 0px 0px 5px 0px;\r
+       margin: 0px;\r
+}\r
+\r
+h2 {\r
+       font-family: sans-serif;\r
+       font-size: 14px;\r
+       font-weight: bold;\r
+       color: #000000;\r
+       padding: 5px 0px 5px 0px;\r
+       margin: 0px;\r
+       margin-top: 5px;\r
+}\r
+\r
+table,form {\r
+       margin: 0px;\r
+}\r
+\r
+img {\r
+       border: none;\r
+}\r
+\r
+div {\r
+       font-size: 100%;\r
+}\r
+\r
+tr.list:hover {\r
+       background-color: lightgrey;\r
+}\r
+\r
+td.list {\r
+       border-top: 1px solid lighgrey;\r
+       padding: 2px 20px 2px 2px;\r
+       padding-right: 15px;\r
+}\r
+\r
+th {\r
+       font-size: 12px;\r
+       padding: 2px 20px 2px 2px;\r
+       vertical-align: top;\r
+       text-align: left;\r
+}\r
+\r
+td {\r
+       font-size: 12px;\r
+       padding: 1px;\r
+       vertical-align: middle;\r
+       text-align: left;\r
+}\r
+\r
+/**************** Navigation ****************/\r
+td.nav1 {\r
+       padding: 5px 0px 0px 0px;\r
+       font-size: 12px;\r
+       font-weight: bold;\r
+}\r
+\r
+td.nav2 {\r
+       padding: 0px 0px 0px 5px;\r
+       font-size: 12px;\r
+}\r
+\r
+/**************** Forms ****************/\r
+input.submit {\r
+       border: solid 1px grey;\r
+       background-color: lightgrey;\r
+       align: right;\r
+}\r
+\r
+input.submit:hover {\r
+       border: solid 1px #3399FF;\r
+       background-color: white;\r
+       color: #3399FF;\r
+}\r
+\r
+input.std {\r
+       border: solid 1px lightgrey;\r
+       padding: 1px;\r
+       margin: 2px;\r
+}\r
+\r
+.formError {\r
+       color: red;\r
+       padding: 1px;\r
+       margin: 2px;\r
+       font-weight: bold;\r
+}\r
+\r
+/**************** Pseudo classes ****************/\r
+a:link {\r
+       color: #0066CC;\r
+       text-decoration: none;\r
+}\r
+\r
+a:visited {\r
+       color: #0066CC;\r
+       text-decoration: none;\r
+}\r
+\r
+a:hover {\r
+       color: #3399FF;\r
+       text-decoration: none;\r
+}\r
+\r
+/************************* ID's *************************/\r
+#main {\r
+       position: absolute;\r
+       margin-left: 180px;\r
+       padding-top: 65px;\r
+}\r
+\r
+#navigation {\r
+       position: absolute;\r
+       width: 150px;\r
+       height: 800px;\r
+       border-right: 1px solid #0066CC;\r
+       font-weight: normal;\r
+       margin-top: 60px;\r
+       margin-left: 10px;\r
+}\r
+\r
+#banner {\r
+       position: absolute;\r
+       width: 400px;\r
+       height: 50px;\r
+}\r
+\r
+#upperRight {\r
+       position: absolute;\r
+       top: 0;\r
+       right: 0;\r
+       margin-top: 20px;\r
+       margin-right: 10px;\r
+}
\ No newline at end of file