You are viewing a plain text version of this content. The canonical link for it is here.
Posted to triplesoup-commits@incubator.apache.org by le...@apache.org on 2007/02/18 21:03:15 UTC

svn commit: r509000 - in /incubator/triplesoup: code/trunk/README.txt code/trunk/release.sh site/docs/index.html site/xdocs/index.xml

Author: leosimons
Date: Sun Feb 18 13:03:15 2007
New Revision: 509000

URL: http://svn.apache.org/viewvc?view=rev&rev=509000
Log:
Comply with incubator branding and release naming guidelines.


Added:
    incubator/triplesoup/code/trunk/README.txt   (with props)
Modified:
    incubator/triplesoup/code/trunk/release.sh
    incubator/triplesoup/site/docs/index.html
    incubator/triplesoup/site/xdocs/index.xml

Added: incubator/triplesoup/code/trunk/README.txt
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/README.txt?view=auto&rev=509000
==============================================================================
--- incubator/triplesoup/code/trunk/README.txt (added)
+++ incubator/triplesoup/code/trunk/README.txt Sun Feb 18 13:03:15 2007
@@ -0,0 +1,8 @@
+About Apache TripleSoup
+=======================
+See http://incubator.apache.org/triplesoup/ for more information.
+
+
+About incubation
+================
+Apache TripleSoup is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the name of sponsor. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
\ No newline at end of file

Propchange: incubator/triplesoup/code/trunk/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/triplesoup/code/trunk/README.txt
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: incubator/triplesoup/code/trunk/README.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: incubator/triplesoup/code/trunk/release.sh
URL: http://svn.apache.org/viewvc/incubator/triplesoup/code/trunk/release.sh?view=diff&rev=509000&r1=508999&r2=509000
==============================================================================
--- incubator/triplesoup/code/trunk/release.sh (original)
+++ incubator/triplesoup/code/trunk/release.sh Sun Feb 18 13:03:15 2007
@@ -55,7 +55,7 @@
 
 # settings that are based on/overridable by configuration
 if [[ "x$releasename" == "x" ]]; then
-  releasename="$project_name-r$revision-$currdate"
+  releasename="$project_name-r$revision-$currdate-incubating"
 fi
 if [[ "x$distserverpath" == "x" ]]; then
   distserverpath="~/public_html/releases/$project_name"

Modified: incubator/triplesoup/site/docs/index.html
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/docs/index.html?view=diff&rev=509000&r1=508999&r2=509000
==============================================================================
--- incubator/triplesoup/site/docs/index.html (original)
+++ incubator/triplesoup/site/docs/index.html Sun Feb 18 13:03:15 2007
@@ -151,6 +151,13 @@
             to get an idea of where we want to go.
         </p>
                 <p><a href="#top">Back to top</a></p>
+                                                <h1>
+      <a name="About incubation">About incubation</a>
+    </h1>
+                        <p>
+Apache TripleSoup is an effort undergoing <a href="http://incubator.apache.org/">incubation</a> at <a href="http:/www.apache.org/">The Apache Software Foundation (ASF)</a>, sponsored by the Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+        </p>
+                <p><a href="#top">Back to top</a></p>
                     
                                                             </td>
                 </tr>

Modified: incubator/triplesoup/site/xdocs/index.xml
URL: http://svn.apache.org/viewvc/incubator/triplesoup/site/xdocs/index.xml?view=diff&rev=509000&r1=508999&r2=509000
==============================================================================
--- incubator/triplesoup/site/xdocs/index.xml (original)
+++ incubator/triplesoup/site/xdocs/index.xml Sun Feb 18 13:03:15 2007
@@ -41,6 +41,14 @@
             to get an idea of where we want to go.
         </p>
     </section>
+    
+    <section name="About incubation">
+    
+        <p>
+Apache TripleSoup is an effort undergoing <a href="http://incubator.apache.org/">incubation</a> at <a href="http:/www.apache.org/">The Apache Software Foundation (ASF)</a>, sponsored by the Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
+        </p>
+    
+    </section>
 
 </body>
 </document>