Author: bdelacretaz
Date: Wed Jun 4 02:28:01 2008
New Revision: 663040
URL: http://svn.apache.org/viewvc?rev=663040&view=rev
Log:
Nicer and more complete Sling Launchpad index.html page
Added:
incubator/sling/trunk/launchpad/content/src/main/resources/content/sling-logo.png
(with props)
incubator/sling/trunk/launchpad/content/src/main/resources/content/sling.css
(with props)
Modified:
incubator/sling/trunk/launchpad/content/src/main/resources/content/index.html
Modified:
incubator/sling/trunk/launchpad/content/src/main/resources/content/index.html
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/content/src/main/resources/content/index.html?rev=663040&r1=663039&r2=663040&view=diff
==============================================================================
---
incubator/sling/trunk/launchpad/content/src/main/resources/content/index.html
(original)
+++
incubator/sling/trunk/launchpad/content/src/main/resources/content/index.html
Wed Jun 4 02:28:01 2008
@@ -1,15 +1,68 @@
<html>
<!-- Do not remove this comment, used for Launchpad integration tests -->
+ <head>
+ <title>Welcome to the Sling Launchpad</title>
+ <link rel="stylesheet" type="text/css" href="sling.css"/>
+ </head>
<body>
- <h1>Welcome to the Sling Launchpad</h1>
- <p>
- The Sling OSGi management console is available at <a
href="system/console">system/console</a>.
- </p>
- <p>
- The Sling client library tests are available at <a
href="sling-test/sling/sling-test.html">sling-test/sling/sling-test.html</a>.
- </p>
- <p>
- We'll have more content for you here, hopefully soon...
- </p>
+ <div class="title">
+ <div class="logo">
+ <a href="http://incubator.apache.org/sling">
+ <img border="0" src="sling-logo.png"/>
+ </a>
+ </div>
+ </div>
+
+ <div class="menu">
+ </div>
+
+ <div class="main">
+ <h1>Welcome to the Sling Launchpad</h1>
+
+ <p>
+ Apache Sling (currently in incubation) is a web
framework that uses a Java Content Repository,
+ such as Apache Jackrabbit, to store and manage content.
+
+ Sling applications use either scripts or Java servlets,
selected based on simple name conventions,
+ to process HTTP requests in a RESTful way.
+
+ The embedded Apache Felix OSGi framework and <a
href="/system/console">console</a> provide a dynamic
+ runtime environment, where code and content bundles can
be loaded, unloaded and reconfigured at runtime.
+ </p>
+ <p>
+ The Sling Launchpad is a ready-to-run Sling configuration,
providing an embedded
+ JCR content repository and web server, a selection of Sling
components, and
+ documentation and examples. The Launchpad makes it easy to get
started with Sling
+ and to develop script-based applications.
+ </p>
+
+ <h2>Getting started</h2>
+ <p>
+ To get started with Sling, see our
+ <a href="http://incubator.apache.org/sling">website</a>
and
+ the
+ <a
href="http://incubator.apache.org/sling/site/discover-sling-in-15-minutes.html">
+ Sling in 15 minutes
+ </a>
+ tutorial.
+ </p>
+ <p>
+ Note that you can mount the repository via WebDAV to
explore or modify content,
+ simply use the the <a href="/">root URL</a> as the
WebDAV server URL.
+ </p>
+ <p>
+ Use our
+ <a
href="http://incubator.apache.org/sling/site/project-information.html#ProjectInformation-lists">
+ mailing lists
+ </a> to contact the Sling developers team.
+ </p>
+ <p>
+ The Sling OSGi management console is available at <a
href="system/console">system/console</a>.
+ </p>
+ <p>
+ The Sling client library tests are available at
+ <a
href="sling-test/sling/sling-test.html">sling-test/sling/sling-test.html</a>.
+ </p>
+ </div>
</body>
</html>
Added:
incubator/sling/trunk/launchpad/content/src/main/resources/content/sling-logo.png
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/content/src/main/resources/content/sling-logo.png?rev=663040&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/sling/trunk/launchpad/content/src/main/resources/content/sling-logo.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added:
incubator/sling/trunk/launchpad/content/src/main/resources/content/sling.css
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/content/src/main/resources/content/sling.css?rev=663040&view=auto
==============================================================================
---
incubator/sling/trunk/launchpad/content/src/main/resources/content/sling.css
(added)
+++
incubator/sling/trunk/launchpad/content/src/main/resources/content/sling.css
Wed Jun 4 02:28:01 2008
@@ -0,0 +1,37 @@
+/* @override http://incubator.apache.org/sling/site/media.data/site.css */
+
+body { background-color: #ffffff; color: #3b3b3b; font-family: Tahoma, Arial,
sans-serif; font-size: 10pt; line-height: 140% }
+h1, h2, h3, h4, h5, h6 { font-weight: normal; color: #000000; line-height:
100%; }
+h1 { font-size: 200% }
+h2 { font-size: 175% }
+h3 { font-size: 150% }
+h4 { font-size: 140% }
+h5 { font-size: 130% }
+h6 { font-size: 120% }
+a { color: #1980af }
+a:visited { color: #1980af }
+a:hover { color: #1faae9 }
+.title { position: absolute; left: 1px; right: 1px; top:25px; height: 81px;
background: url(http://incubator.apache.org/sling/site/media.data/gradient.png)
repeat-x; background-position: bottom; }
+.logo { position: absolute; width: 15em; height: 81px; text-align: center; }
+.header { text-align: right; margin-right: 20pt; }
+.menu { border-top: 10px solid #f9bb00; position: absolute; top: 107px; left:
1px; width: 15em; bottom: 0px; padding: 0px; background-color: #fcfcfc }
+.menu ul { background-color: #fdf5d9; list-style: none; padding-left: 4em;
margin-top: 0px; padding-top: 2em; padding-bottom: 2em; margin-left: 0px;
color: #4a4a43}
+.menu a { text-decoration: none; color: #4a4a43 }
+.main { position: absolute; border-top: 10px solid #cde0ea; top: 107px; left:
15em; right: 1px; margin-left: 2px; padding-right: 4em; padding-left: 1em;
padding-top: 1em;}
+.code { color: black; background-color: #eeeeee; border: solid 1px black;
margin-top: 0.5em; margin-bottom: 0.5em; }
+.codeHeader { text-align: center; font-family: monospace; border-bottom:1px
solid black; padding-top: 0.5em; padding-bottom: 0.5em; margin-bottom: 0.5em; }
+.codeContent { padding: 0.5em }
+.codeContent pre { margin: 0em }
+.code-keyword { color: #880000 }
+.code-quote { color: #008800 }
+.code-object { color: #0000dd }
+.code-java { margin: 0em }
+.preformatted { color: black; background-color: #eeeeee; border: solid 1px
black; padding: 0.5em }
+.preformattedContent pre { margin: 0em }
+table.confluenceTable { border-collapse:collapse; margin:5px; }
+table.confluenceTable th.confluenceTh { background-color:#FDF5D9; border:1px
solid #CCCCCC; padding:3px 4px; text-align:center; }
+table.confluenceTable td.confluenceTd { border:1px solid #CCCCCC; padding:3px
4px; }
+.infoMacro { background-color: #D8E4F1; border: 1px solid #3C78B5; }
+.noteMacro { background-color: #FFFFCE; border: 1px solid #F0C000; }
+.tipMacro { background-color: #DDFFDD; border: 1px solid #009900; }
+.warningMacro { background-color: #FFCCCC; border: 1px solid #CC0000; }
Propchange:
incubator/sling/trunk/launchpad/content/src/main/resources/content/sling.css
------------------------------------------------------------------------------
svn:eol-style = native