You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by gs...@apache.org on 2008/04/02 21:49:29 UTC

svn commit: r644023 - in /wicket/common/site/docs: ./ style/ wicket-1.3.2/

Author: gseitz
Date: Wed Apr  2 12:49:28 2008
New Revision: 644023

URL: http://svn.apache.org/viewvc?rev=644023&view=rev
Log:
added basic structure of docs sites

Added:
    wicket/common/site/docs/
    wicket/common/site/docs/index.html
    wicket/common/site/docs/style/
    wicket/common/site/docs/style/apache.png   (with props)
    wicket/common/site/docs/style/background.gif   (with props)
    wicket/common/site/docs/style/bg_container.png   (with props)
    wicket/common/site/docs/style/bg_menu.png   (with props)
    wicket/common/site/docs/style/footer.png   (with props)
    wicket/common/site/docs/style/ie.css
    wicket/common/site/docs/style/logo.png   (with props)
    wicket/common/site/docs/style/logo_graduated.png   (with props)
    wicket/common/site/docs/style/menuknop.png   (with props)
    wicket/common/site/docs/style/nowincubating.png   (with props)
    wicket/common/site/docs/style/wicket.css
    wicket/common/site/docs/style/wicket.png   (with props)
    wicket/common/site/docs/wicket-1.3.2/
    wicket/common/site/docs/wicket-1.3.2/index.html

Added: wicket/common/site/docs/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/docs/index.html?rev=644023&view=auto
==============================================================================
--- wicket/common/site/docs/index.html (added)
+++ wicket/common/site/docs/index.html Wed Apr  2 12:49:28 2008
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+	<title>Apache Wicket - Wicket - </title>
+	<link href="style/wicket.css" rel="stylesheet" media="screen" />
+	<link rel="icon" href="favicon.ico" />
+</head>
+<body>
+<div id="container">
+	<div id="header"><a href="http://incubator.apache.org/wicket"><h1 id="logo"><span>Apache Wicket</span></h1></a></div>
+	<div id="contentwrapper">
+		<div id="contentbody">
+			<div class="section"><h2>Apache Wicket</h2><p>Apache Wicket is an open source, java, component based, web application framework. With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML.</p><ul><li>Read the <a href="http://wicket.apache.org">online documentation</a> available on our website</li><li>Read the <a href="http://cwiki.apache.org/WICKET/migrate-13.html">migration guide</a></li><li>Read the <a href="http://www.nabble.com/Wicket-f13974.html">mailing archives</a> available on nabble</li><li>Send a complete message containing your problem, stacktrace and problem you're trying to solve to the user list (<a href="mailto:users@wicket.apache.org">users@wicket.apache.org</a>)</li><li>Ask a question on IRC at freenode.net, channel ##wicket</li></ul><div 
 class="section"><h3>License</h3><p>Wicket is distributed under the terms of the Apache Software Foundation license, version 2.0. The text is included in the file LICENSE.txt in the root of the project.</p></div><div class="section"><h3>Java/Application server requirements</h3><p>Wicket requires at least Java 1.4. The application server for running your web application should adhere to the servlet specification version 2.3 or newer. All necessary dependencies are located in the /lib directory of this package.</p></div></div><div class="section"><h2>Getting started</h2><p>The Wicket project has several projects where you can learn from, and get started quickly:</p><ul><li>wicket-examples : shows all components in short usage examples, also available live on: <a href="http://wicketstuff.org/wicket13">http://wicketstuff.org/wicket13</a></li><li>wicket-quickstart : provides a skeleton project for use in NetBeans, Eclipse, IntelliJ IDEA and other major IDE's, without having to con
 figure anything yourself. You can copy'n'paste the examples from the website into your pages and see them running on your own box.</li></ul><div class="section"><h3>Building Wicket from source</h3><p>The Wicket distribution contains the final Wicket jar. You can use this directly in your applications. The Wicket project also uploads the source-jars together with the final jar to the Ibiblio repository used by the Maven build tool. So there is actually no specific need to build Wicket yourself from the distribution.</p><p>Now if you do with to do so, you can build Wicket using Ant or Maven 2. Support for Maven 1 is limited to downloading the artifacts from the Ibiblio repository and the conversion of the pom.xml file is done automatically by the Maven project.</p><p>Building using maven 2:</p><dl><dt>mvn package</dt><dd> creates wicket-x.y.z.jar in target/ subdirectory.</dd><dt>mvn install</dt><dd> creates wicket-x.y.z.jar in target/ subdirectory and installs the file into yo
 ur local repository for use in other projects.</dd></dl></div><div class="section"><h3>Migrating from 1.2</h3><p>There is a migration guide available on our Wiki: <a href="http://cwiki.apache.org/WICKET/migrate-13.html">http://cwiki.apache.org/WICKET/migrate-13.html</a></p></div></div>
+		</div>
+	</div>
+	<div id="navigation">
+	<h5>Apache Wicket</h5>
+	<ul>
+		<li class="none">
+			<a href="wicket-1.3.2/index.html">1.3.2</a>
+		</li>
+	</ul>
+				
+	
+			<div id="clearer"></div>		
+	</div>
+	
+	<div id="clearer"></div>
+	<div id="footer"><span>&copy; Apache Software Foundation</span></div>
+</div>
+</body>
+</html>

Added: wicket/common/site/docs/style/apache.png
URL: http://svn.apache.org/viewvc/wicket/common/site/docs/style/apache.png?rev=644023&view=auto
==============================================================================
Binary file - no diff available.

Propchange: wicket/common/site/docs/style/apache.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: wicket/common/site/docs/style/background.gif
URL: http://svn.apache.org/viewvc/wicket/common/site/docs/style/background.gif?rev=644023&view=auto
==============================================================================
Binary file - no diff available.

Propchange: wicket/common/site/docs/style/background.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: wicket/common/site/docs/style/bg_container.png
URL: http://svn.apache.org/viewvc/wicket/common/site/docs/style/bg_container.png?rev=644023&view=auto
==============================================================================
Binary file - no diff available.

Propchange: wicket/common/site/docs/style/bg_container.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: wicket/common/site/docs/style/bg_menu.png
URL: http://svn.apache.org/viewvc/wicket/common/site/docs/style/bg_menu.png?rev=644023&view=auto
==============================================================================
Binary file - no diff available.

Propchange: wicket/common/site/docs/style/bg_menu.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: wicket/common/site/docs/style/footer.png
URL: http://svn.apache.org/viewvc/wicket/common/site/docs/style/footer.png?rev=644023&view=auto
==============================================================================
Binary file - no diff available.

Propchange: wicket/common/site/docs/style/footer.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: wicket/common/site/docs/style/ie.css
URL: http://svn.apache.org/viewvc/wicket/common/site/docs/style/ie.css?rev=644023&view=auto
==============================================================================
--- wicket/common/site/docs/style/ie.css (added)
+++ wicket/common/site/docs/style/ie.css Wed Apr  2 12:49:28 2008
@@ -0,0 +1,16 @@
+#container{
+	background-image:none;
+	filter:progid:DXimageTransform.Microsoft.AlphaimageLoader(src='style/bg_container.png', sizingMethod='scale');
+}
+
+#navigation h5{
+	background-image:none;
+	filter:progid:DXimageTransform.Microsoft.AlphaimageLoader(src='style/menuknop.png', sizingMethod='scale');
+}
+#navigation, #contentbody {
+	position:relative;
+	z-index : 1;
+}
+#logo {
+	top : 0px;
+}
\ No newline at end of file

Added: wicket/common/site/docs/style/logo.png
URL: http://svn.apache.org/viewvc/wicket/common/site/docs/style/logo.png?rev=644023&view=auto
==============================================================================
Binary file - no diff available.

Propchange: wicket/common/site/docs/style/logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: wicket/common/site/docs/style/logo_graduated.png
URL: http://svn.apache.org/viewvc/wicket/common/site/docs/style/logo_graduated.png?rev=644023&view=auto
==============================================================================
Binary file - no diff available.

Propchange: wicket/common/site/docs/style/logo_graduated.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: wicket/common/site/docs/style/menuknop.png
URL: http://svn.apache.org/viewvc/wicket/common/site/docs/style/menuknop.png?rev=644023&view=auto
==============================================================================
Binary file - no diff available.

Propchange: wicket/common/site/docs/style/menuknop.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: wicket/common/site/docs/style/nowincubating.png
URL: http://svn.apache.org/viewvc/wicket/common/site/docs/style/nowincubating.png?rev=644023&view=auto
==============================================================================
Binary file - no diff available.

Propchange: wicket/common/site/docs/style/nowincubating.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: wicket/common/site/docs/style/wicket.css
URL: http://svn.apache.org/viewvc/wicket/common/site/docs/style/wicket.css?rev=644023&view=auto
==============================================================================
--- wicket/common/site/docs/style/wicket.css (added)
+++ wicket/common/site/docs/style/wicket.css Wed Apr  2 12:49:28 2008
@@ -0,0 +1,208 @@
+html{
+	height:100%;
+}
+
+body{
+	background:#787878 url('background.gif');
+	margin:0px;
+	padding:0px;
+    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
+	font-size: 76%;
+	color:#4a4a4a;
+	height:100%;
+}	
+
+a, a:visited {
+	text-decoration : none;
+	color : #eb5a0a;
+}
+a:hover {
+	text-decoration : underline;
+}
+
+p, table, h1, h2, h3, h4, h5, h6, h7, div.code {
+	padding-left:25px;
+	padding-right : 1em;
+}
+
+
+/* Containers */
+#container{
+	background:url('bg_container.png');	
+	width:955px;	
+	margin-left:auto;
+	margin-right:auto;	
+	min-height: 100%;
+}
+
+#header{
+	background:#e8590a url('logo.png');
+	width:899px;
+	margin-left: 28px;
+	height:108px;
+}
+
+#contentwrapper {
+	float: left;
+	width: 100%;
+}
+
+#contentbody{
+	margin-left: 250px;
+	padding-right: 30px;
+}
+
+
+#navigation {
+	background:#ffffff url('bg_menu.png') no-repeat 0px -2px;
+	width:172px;	
+	float:left;
+	margin-left: -927px;
+	padding-right:50px;
+	padding-top:20px;
+	padding-left : 0px;
+	overflow : hidden;
+	text-align:right;
+}
+
+#navigation h5{
+	color:#eb5a0a;
+	font-weight:bold;
+	display:block;
+	background:transparent url('menuknop.png') no-repeat left top;
+	overflow : hidden;
+	vertical-align:baseline;
+	white-space : nowrap;
+	width:120px;
+	height:26px;
+	padding-right:24px;
+	padding-left : 0px;
+	font-size:1.2em;
+	margin-top:1em;
+	margin-bottom:0px;
+	float:right;
+}
+
+#navigation ul{
+	text-align:right;
+	display:block;
+	float:right;
+	margin:0px;
+	padding-right:24px;
+	list-style:none;
+	line-height:1.5em;
+	font-weight:bold;
+}
+
+#navigation a{
+	text-decoration:none;
+	color:#4a4a4a;
+}
+
+
+h1, h2, .blogHeading {
+	color:#eb5a0a;
+	font-weight:bold;
+	font-size:1.2em;
+	background:#ffffff;
+	height:1.5em;
+	display:block;
+	text-decoration : none;
+}
+
+h1 {
+	background:#ffffff url('wicket.png') no-repeat left bottom;
+	min-height : 20px;
+	height : 20px;
+}
+
+.blogSurtitle, a.blogDate {
+	color:#4a4a4a;
+	font-size : 90%;
+}
+a.blogDate {
+	padding-left:25px;
+}
+.endsection {
+	display : none;
+}
+
+#logo span, #incubator span {
+	display : none;
+}
+
+#logo {
+	background: #ffffff url('logo.png') no-repeat left bottom;
+	height : 108px;
+	width : 300px;
+	position : absolute;
+	//top : -9px;
+	margin-top : 0px;
+	top: 0px;
+}
+
+#footer{
+	background:#ffffff url('footer.png');
+	height:34px;
+	width:899px;
+	margin-top:15px;
+	padding-top:20px;
+	margin-left: 28px;
+}
+
+#clearer{
+	clear:both;
+	height:1px;
+}
+
+#footer span{
+	margin-left:450px;
+	font-size:90%;
+}
+
+.blogSurtitle img, .rendericon {
+	display : none;
+}
+
+div.code {
+	margin-right : 25px;
+	margin-left : 25px;
+	padding-left : 25px;
+	padding-right : 25px;
+	border : thin solid black;
+}
+.confluenceTable {
+	width : 100%;
+}
+
+.confluenceTable div.code {
+	margin-right : 0;
+	margin-left : 0;
+	padding-left : 0;
+	padding-right : 0;
+	border : thin solid black;
+}
+.confluenceTd {
+	vertical-align : top;
+}
+
+pre {
+	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
+	font-size : 120%;
+}
+
+span.code-keyword {
+	font-weight : bold;
+}
+span.code-tag {
+	font-weight : bold;
+}
+
+span sup {
+	display : none;
+}
+
+/* Windows Lucida font fix */
+#navigation ul, strong, em, h1, h2, h3, h4, h5, h6 {
+    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
+}

Added: wicket/common/site/docs/style/wicket.png
URL: http://svn.apache.org/viewvc/wicket/common/site/docs/style/wicket.png?rev=644023&view=auto
==============================================================================
Binary file - no diff available.

Propchange: wicket/common/site/docs/style/wicket.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: wicket/common/site/docs/wicket-1.3.2/index.html
URL: http://svn.apache.org/viewvc/wicket/common/site/docs/wicket-1.3.2/index.html?rev=644023&view=auto
==============================================================================
--- wicket/common/site/docs/wicket-1.3.2/index.html (added)
+++ wicket/common/site/docs/wicket-1.3.2/index.html Wed Apr  2 12:49:28 2008
@@ -0,0 +1,42 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+	<title>Apache Wicket - Wicket - </title>
+	<link href="../style/wicket.css" rel="stylesheet" media="screen" />
+	<link rel="icon" href="favicon.ico" />
+</head>
+<body>
+<div id="container">
+	<div id="header"><a href="http://incubator.apache.org/wicket"><h1 id="logo"><span>Apache Wicket</span></h1></a></div>
+	<div id="contentwrapper">
+		<div id="contentbody">
+			<div class="section"><h2>Apache Wicket</h2><p>Apache Wicket is an open source, java, component based, web application framework. With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Apache Wicket makes developing web-apps simple and enjoyable again. Swap the boilerplate, complex debugging and brittle code for powerful, reusable components written with plain Java and HTML.</p><ul><li>Read the <a href="http://wicket.apache.org">online documentation</a> available on our website</li><li>Read the <a href="http://cwiki.apache.org/WICKET/migrate-13.html">migration guide</a></li><li>Read the <a href="http://www.nabble.com/Wicket-f13974.html">mailing archives</a> available on nabble</li><li>Send a complete message containing your problem, stacktrace and problem you're trying to solve to the user list (<a href="mailto:users@wicket.apache.org">users@wicket.apache.org</a>)</li><li>Ask a question on IRC at freenode.net, channel ##wicket</li></ul><div 
 class="section"><h3>License</h3><p>Wicket is distributed under the terms of the Apache Software Foundation license, version 2.0. The text is included in the file LICENSE.txt in the root of the project.</p></div><div class="section"><h3>Java/Application server requirements</h3><p>Wicket requires at least Java 1.4. The application server for running your web application should adhere to the servlet specification version 2.3 or newer. All necessary dependencies are located in the /lib directory of this package.</p></div></div><div class="section"><h2>Getting started</h2><p>The Wicket project has several projects where you can learn from, and get started quickly:</p><ul><li>wicket-examples : shows all components in short usage examples, also available live on: <a href="http://wicketstuff.org/wicket13">http://wicketstuff.org/wicket13</a></li><li>wicket-quickstart : provides a skeleton project for use in NetBeans, Eclipse, IntelliJ IDEA and other major IDE's, without having to con
 figure anything yourself. You can copy'n'paste the examples from the website into your pages and see them running on your own box.</li></ul><div class="section"><h3>Building Wicket from source</h3><p>The Wicket distribution contains the final Wicket jar. You can use this directly in your applications. The Wicket project also uploads the source-jars together with the final jar to the Ibiblio repository used by the Maven build tool. So there is actually no specific need to build Wicket yourself from the distribution.</p><p>Now if you do with to do so, you can build Wicket using Ant or Maven 2. Support for Maven 1 is limited to downloading the artifacts from the Ibiblio repository and the conversion of the pom.xml file is done automatically by the Maven project.</p><p>Building using maven 2:</p><dl><dt>mvn package</dt><dd> creates wicket-x.y.z.jar in target/ subdirectory.</dd><dt>mvn install</dt><dd> creates wicket-x.y.z.jar in target/ subdirectory and installs the file into yo
 ur local repository for use in other projects.</dd></dl></div><div class="section"><h3>Migrating from 1.2</h3><p>There is a migration guide available on our Wiki: <a href="http://cwiki.apache.org/WICKET/migrate-13.html">http://cwiki.apache.org/WICKET/migrate-13.html</a></p></div></div>
+		</div>
+	</div>
+	<div id="navigation">
+	<h5>Apache Wicket 1.3.2</h5>
+	<ul>
+					
+    <li class="none">
+              <strong>About</strong>
+        </li>
+    </ul>
+	
+	<h5>Modules</h5>
+	<ul>
+		<li class="none">
+			<a href="wicket/index.html">wicket</a>
+		</li>
+		<li class="none">
+			<a href="wicket-extensions/index.html">wicket-extensions</a>
+		</li>
+	</ul>
+					
+			<div id="clearer"></div>		
+	</div>
+	
+	<div id="clearer"></div>
+	<div id="footer"><span>&copy; Apache Software Foundation</span></div>
+</div>
+</body>
+</html>