You are viewing a plain text version of this content. The canonical link for it is here.
Posted to awf-commits@incubator.apache.org by jm...@apache.org on 2011/08/10 18:33:34 UTC

svn commit: r1156302 - in /incubator/deft/sandbox/src/site: site.xml xdoc/api-guide.xml xdoc/configuration-guide.xml xdoc/faq.xml xdoc/index.xml xdoc/irc.xml xdoc/quick-start-guide.xml xdoc/release-notes.xml xdoc/road-map.xml xdoc/xdoc.xsl

Author: jmeehan
Date: Wed Aug 10 18:33:34 2011
New Revision: 1156302

URL: http://svn.apache.org/viewvc?rev=1156302&view=rev
Log:
DEFT-179 - Removed external links to static information, and replaced with local files.

Added:
    incubator/deft/sandbox/src/site/xdoc/irc.xml   (with props)
    incubator/deft/sandbox/src/site/xdoc/road-map.xml   (with props)
Modified:
    incubator/deft/sandbox/src/site/site.xml
    incubator/deft/sandbox/src/site/xdoc/api-guide.xml
    incubator/deft/sandbox/src/site/xdoc/configuration-guide.xml
    incubator/deft/sandbox/src/site/xdoc/faq.xml
    incubator/deft/sandbox/src/site/xdoc/index.xml
    incubator/deft/sandbox/src/site/xdoc/quick-start-guide.xml
    incubator/deft/sandbox/src/site/xdoc/release-notes.xml
    incubator/deft/sandbox/src/site/xdoc/xdoc.xsl

Modified: incubator/deft/sandbox/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/site.xml?rev=1156302&r1=1156301&r2=1156302&view=diff
==============================================================================
--- incubator/deft/sandbox/src/site/site.xml (original)
+++ incubator/deft/sandbox/src/site/site.xml Wed Aug 10 18:33:34 2011
@@ -53,8 +53,7 @@
 			<item name="Download"
 				href="http://www.apache.org/dyn/closer.cgi/incubator/deft/" />
 			<item name="Release Notes" href="release-notes.html" />
-			<item name="Road Map"
-				href="https://cwiki.apache.org/confluence/display/DEFT/Road+Map" />
+			<item name="Road Map" href="road-map.html" />
 			<item name="Wiki" href="https://cwiki.apache.org/confluence/display/DEFT" />
 			<item name="FAQ" href="faq.html" />
 		</menu>
@@ -63,8 +62,7 @@
 			<item name="Summary" href="project-info.html" />
 			<item name="Project Team" href="team-list.html" />
 			<item name="Mailing Lists" href="mail-lists.html" />
-			<item name="IRC"
-				href="https://cwiki.apache.org/confluence/display/DEFT/IRC+Channel" />
+			<item name="IRC" href="irc.html" />
 			<item name="Issue Tracking" href="issue-tracking.html" />
 			<item name="Source Repository" href="source-repository.html" />
 			<item name="Continuous Integration" href="integration.html" />

Modified: incubator/deft/sandbox/src/site/xdoc/api-guide.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/api-guide.xml?rev=1156302&r1=1156301&r2=1156302&view=diff
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/api-guide.xml (original)
+++ incubator/deft/sandbox/src/site/xdoc/api-guide.xml Wed Aug 10 18:33:34 2011
@@ -16,7 +16,9 @@
 	-->
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
-	<properties></properties>
+	<properties>
+		<title>Apache Deft - API Guide</title>
+	</properties>
 	<body>
 		<section name="API Guide"></section>
 		<p>This page is currently under development.</p>

Modified: incubator/deft/sandbox/src/site/xdoc/configuration-guide.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/configuration-guide.xml?rev=1156302&r1=1156301&r2=1156302&view=diff
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/configuration-guide.xml (original)
+++ incubator/deft/sandbox/src/site/xdoc/configuration-guide.xml Wed Aug 10 18:33:34 2011
@@ -16,7 +16,9 @@
 	-->
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
-	<properties></properties>
+	<properties>
+		<title>Apache Deft - Configuration Guide</title>
+	</properties>
 	<body>
 		<section name="Configuration Guide"></section>
 		<p>This page is currently under development.</p>

Modified: incubator/deft/sandbox/src/site/xdoc/faq.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/faq.xml?rev=1156302&r1=1156301&r2=1156302&view=diff
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/faq.xml (original)
+++ incubator/deft/sandbox/src/site/xdoc/faq.xml Wed Aug 10 18:33:34 2011
@@ -16,7 +16,9 @@
 	-->
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
-	<properties></properties>
+	<properties>
+		<title>Apache Deft - FAQ</title>
+	</properties>
 	<body>
 		<section name="Frequently Asked Questions"></section>
 

Modified: incubator/deft/sandbox/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/index.xml?rev=1156302&r1=1156301&r2=1156302&view=diff
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/index.xml (original)
+++ incubator/deft/sandbox/src/site/xdoc/index.xml Wed Aug 10 18:33:34 2011
@@ -16,7 +16,9 @@
 	-->
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
-	<properties />
+	<properties>
+		<title>Apache Deft</title>
+	</properties>
 	<body>
 		<section name="Apache Deft" />
 		<p>

Added: incubator/deft/sandbox/src/site/xdoc/irc.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/irc.xml?rev=1156302&view=auto
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/irc.xml (added)
+++ incubator/deft/sandbox/src/site/xdoc/irc.xml Wed Aug 10 18:33:34 2011
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+	<!--
+		Licensed to the Apache Software Foundation (ASF) under one or more
+		contributor license agreements. See the NOTICE file distributed with
+		this work for additional information regarding copyright ownership.
+		The ASF licenses this file to You under the Apache License, Version
+		2.0 (the "License"); you may not use this file except in compliance
+		with the License. You may obtain a copy of the License at
+
+		http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+		applicable law or agreed to in writing, software distributed under the
+		License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+		CONDITIONS OF ANY KIND, either express or implied. See the License for
+		the specific language governing permissions and limitations under the
+		License.
+	-->
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+	<properties>
+		<title>Apache Deft - IRC Channel</title>
+	</properties>
+	<body>
+		<section name="IRC Channel" />
+		<p>To discuss all things Deft, the channel <b>#deft</b> is available on <b>irc.freenode.org</b>. Please do remember to bring all issues to the mailing lists and tracking system, though.</p>
+	</body>
+</document>

Propchange: incubator/deft/sandbox/src/site/xdoc/irc.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/deft/sandbox/src/site/xdoc/quick-start-guide.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/quick-start-guide.xml?rev=1156302&r1=1156301&r2=1156302&view=diff
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/quick-start-guide.xml (original)
+++ incubator/deft/sandbox/src/site/xdoc/quick-start-guide.xml Wed Aug 10 18:33:34 2011
@@ -16,7 +16,9 @@
 	-->
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
-	<properties />
+	<properties>
+		<title>Apache Deft - Quick Start Guide</title>
+	</properties>
 	<body>
 		<section name="Getting Started with Deft"></section>
 		<p>This page is currently under development.</p>

Modified: incubator/deft/sandbox/src/site/xdoc/release-notes.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/release-notes.xml?rev=1156302&r1=1156301&r2=1156302&view=diff
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/release-notes.xml (original)
+++ incubator/deft/sandbox/src/site/xdoc/release-notes.xml Wed Aug 10 18:33:34 2011
@@ -16,7 +16,7 @@
 	-->
 <document>
 	<properties>
-		<title>Deft Project Release Notes</title>
+		<title>Apache Deft - Release Notes</title>
 	</properties>
 	<body>
 		<h1>Release Notes - Deft - Version 0.4.0</h1>

Added: incubator/deft/sandbox/src/site/xdoc/road-map.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/road-map.xml?rev=1156302&view=auto
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/road-map.xml (added)
+++ incubator/deft/sandbox/src/site/xdoc/road-map.xml Wed Aug 10 18:33:34 2011
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+	<!--
+		Licensed to the Apache Software Foundation (ASF) under one or more
+		contributor license agreements. See the NOTICE file distributed with
+		this work for additional information regarding copyright ownership.
+		The ASF licenses this file to You under the Apache License, Version
+		2.0 (the "License"); you may not use this file except in compliance
+		with the License. You may obtain a copy of the License at
+
+		http://www.apache.org/licenses/LICENSE-2.0 Unless required by
+		applicable law or agreed to in writing, software distributed under the
+		License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
+		CONDITIONS OF ANY KIND, either express or implied. See the License for
+		the specific language governing permissions and limitations under the
+		License.
+	-->
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+	<properties>
+		<title>Apache Deft - Road Map</title>
+	</properties>
+	<body>
+		<section name="Road Map"></section>
+		<p>Development is ongoing, but there are milestone features intended for introduction.</p>
+
+		<subsection name="Current Focus"></subsection>
+		<p>The work intended for current versions can be reviewed on <a href="https://issues.apache.org/jira/browse/DEFT#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel">JIRA</a>.</p>
+		
+		<subsection name="Previous Versions"></subsection>
+		<p>Previous versions can also be viewed on JIRA, <a href="https://issues.apache.org/jira/browse/DEFT#selectedTab=com.atlassian.jira.plugin.system.project%3Aversions-panel">here</a>.</p>
+	</body>
+</document>

Propchange: incubator/deft/sandbox/src/site/xdoc/road-map.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: incubator/deft/sandbox/src/site/xdoc/xdoc.xsl
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/xdoc.xsl?rev=1156302&r1=1156301&r2=1156302&view=diff
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/xdoc.xsl (original)
+++ incubator/deft/sandbox/src/site/xdoc/xdoc.xsl Wed Aug 10 18:33:34 2011
@@ -29,7 +29,7 @@
 					@import url("../style/project.css");
 				</style>
 				<link rel="stylesheet" href="../style/print.css" type="text/css"
-					media="print"></link>
+					media="print" />
 			</head>
 			<xsl:apply-templates select="/document/body" />
 		</html>