You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/02/14 07:16:18 UTC

svn commit: r377641 - in /forrest/trunk/site-author/content/xdocs: site.xml thanks.xml

Author: crossley
Date: Mon Feb 13 22:16:17 2006
New Revision: 377641

URL: http://svn.apache.org/viewcvs?rev=377641&view=rev
Log:
New page for thanks and attribution.

Added:
    forrest/trunk/site-author/content/xdocs/thanks.xml   (with props)
Modified:
    forrest/trunk/site-author/content/xdocs/site.xml

Modified: forrest/trunk/site-author/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/site.xml?rev=377641&r1=377640&r2=377641&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/site.xml (original)
+++ forrest/trunk/site-author/content/xdocs/site.xml Mon Feb 13 22:16:17 2006
@@ -45,6 +45,7 @@
     <gump-forrest label="Gump Integration" href="gump.html"/>
     <guidelines label="Project guidelines" href="guidelines.html"/>
     <committed label="Being committed" href="committed.html"/>
+    <thanks label="Thanks" href="thanks.html"/>
     <forrest-friday label="ForrestFriday" description="ForrestFriday monthly get-together" href="forrest-friday.html"/>
     <zone label="Zone notes" description="Notes for committers to manage forrest.zones.apache.org" href="zone.html"/>
     <plan label="Planning notes" href="plan/">

Added: forrest/trunk/site-author/content/xdocs/thanks.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/thanks.xml?rev=377641&view=auto
==============================================================================
--- forrest/trunk/site-author/content/xdocs/thanks.xml (added)
+++ forrest/trunk/site-author/content/xdocs/thanks.xml Mon Feb 13 22:16:17 2006
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright 2005-2006 The Apache Software Foundation or its licensors,
+  as applicable.
+
+  Licensed 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.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
+  "http://forrest.apache.org/dtd/document-v20.dtd">
+<document>
+  <header>
+    <title>Thanks from Apache Forrest</title>
+  </header>
+  <body>
+      <p>
+        The Apache Forrest project gives thanks ...
+      </p>
+    <section id="general">
+      <title>General thanks</title>
+      <p>
+        <a href="http://www.apache.org/foundation/">The Apache Software Foundation (ASF)</a>
+        provides an excellent home for our community.
+      </p>
+      <p>
+        The individual developers who participate via the
+        dev <a href="site:mail-lists">mailing list</a>.
+      </p>
+      <p>
+        Our <a href="site:who">committers</a> and Project Management Committee.
+      </p>
+      <p>
+        Our <a href="site:mail-lists">users</a>. See some of their
+        <a href="site:live-sites">example sites</a>.
+      </p>
+    </section>
+
+    <section id="packaged-attribution">
+      <title>Packaged software attribution</title>
+      <p>
+        Various products are packaged with the Apache Forrest distribution.
+        These products use a license that is compatible with the Apache License.
+        Most products do not require specific attribution, but some do. See the
+        <a href="http://svn.apache.org/repos/asf/forrest/trunk/NOTICE.txt">list</a>.
+      </p>
+    </section>
+
+    <section id="supporting-attribution">
+      <title>Supporting software attribution</title>
+      <p>
+        Developers use various tools to assist with their work, such as
+        <a href="site:catalog">xml editors</a> and IDEs such as
+        <a href="http://www.jetbrains.com/idea/opensource/">IntelliJ IDEA</a>
+        or
+        <a href="http://www.eclipse.org/">Eclipse</a>.
+        Most tools do not require attribution, but some do ...
+      </p>
+    </section>
+  </body>
+</document>

Propchange: forrest/trunk/site-author/content/xdocs/thanks.xml
------------------------------------------------------------------------------
    svn:eol-style = native