You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ek...@apache.org on 2012/06/26 00:43:11 UTC

svn commit: r1353767 - in /giraph/trunk: CHANGELOG src/site/site.xml src/site/xdoc/index.xml

Author: ekoontz
Date: Mon Jun 25 22:43:08 2012
New Revision: 1353767

URL: http://svn.apache.org/viewvc?rev=1353767&view=rev
Log:
GIRAPH-215. Update site to use Giraph logo and remove 'incubator' text

Modified:
    giraph/trunk/CHANGELOG
    giraph/trunk/src/site/site.xml
    giraph/trunk/src/site/xdoc/index.xml

Modified: giraph/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/giraph/trunk/CHANGELOG?rev=1353767&r1=1353766&r2=1353767&view=diff
==============================================================================
--- giraph/trunk/CHANGELOG (original)
+++ giraph/trunk/CHANGELOG Mon Jun 25 22:43:08 2012
@@ -1,6 +1,7 @@
 Giraph Change Log
 
 Release 0.2.0 - unreleased
+  GIRAPH-215: Update site to use Giraph logo and remove 'incubator' text (ekoontz)
 
   GIRAPH-205: Move Giraph jar to root level of tar.gz. 
   (Roman Shaposhnik via jghoman)

Modified: giraph/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/giraph/trunk/src/site/site.xml?rev=1353767&r1=1353766&r2=1353767&view=diff
==============================================================================
--- giraph/trunk/src/site/site.xml (original)
+++ giraph/trunk/src/site/site.xml Mon Jun 25 22:43:08 2012
@@ -17,8 +17,8 @@
 -->
 <project name="Giraph">
   <bannerRight>
-    <src>http://incubator.apache.org/images/apache-incubator-logo.png</src>
-    <href>http://incubator.apache.org/</href>
+    <src>images/ApacheGiraph.svg</src>
+    <href>http://giraph.apache.org/</href>
   </bannerRight>
 
   <publishDate position="right"/>
@@ -28,36 +28,35 @@
     <links position="left">
       <item name="Wiki" href="https://cwiki.apache.org/confluence/display/GIRAPH" />
       <item name="JIRA" href="https://issues.apache.org/jira/browse/GIRAPH" />
-      <item name="SVN" href="https://svn.apache.org/repos/asf/incubator/giraph/" />
+      <item name="SVN" href="https://svn.apache.org/repos/asf/giraph/" />
     </links>
 
     <breadcrumbs position="left">
       <item name="Apache" href="http://www.apache.org/" />
-      <item name="Apache Incubator" href="http://incubator.apache.org/" />
-      <item name="Giraph" href="http://incubator.apache.org/giraph/"/>
+      <item name="Giraph" href="http://giraph.apache.org/"/>
     </breadcrumbs>
     
     <menu name="Giraph">
-      <item name="About" href="http://incubator.apache.org/giraph/index.html"/>
+      <item name="About" href="http://giraph.apache.org/index.html"/>
       <item name="Wiki" href="https://cwiki.apache.org/confluence/display/GIRAPH" />
     </menu>
 
     <menu name="Project Information" inherit="top">
       <item name="Summary" href="http://incubator.apache.org/giraph/project-summary.html" />
       <item name="Team" href="http://incubator.apache.org/giraph/team-list.html" />
-      <item name="Mailing Lists" href="http://incubator.apache.org/giraph/mail-lists.html" />
+      <item name="Mailing Lists" href="http://giraph.apache.org/mail-lists.html" />
       <item name="License" href="http://www.apache.org/licenses/" />
-      <item name="Issue Tracking" href="http://incubator.apache.org/giraph/issue-tracking.html" />
-      <item name="Source Repository" href="http://incubator.apache.org/giraph/source-repository.html" />
-      <item name="Dependencies" href="http://incubator.apache.org/giraph/dependencies.html" />
-      <item name="Reports" href="http://incubator.apache.org/giraph/project-reports.html" collapse="true">
-        <item name="Surefire Report" href="http://incubator.apache.org/giraph/surefire-report.html" />
-        <item name="Checkstyle Results" href="http://incubator.apache.org/giraph/checkstyle.html" />
-        <item name="Jdepend" href="http://incubator.apache.org/giraph/jdepend-report.html" />
-        <item name="Cobertura Test Coverage" href="http://incubator.apache.org/giraph/cobertura/index.html" />
-        <item name="Tag List" href="http://incubator.apache.org/giraph/taglist.html" />
-        <item name="Source Xref" href="http://incubator.apache.org/giraph/xref/index.html" />
-        <item name="Test Source Xref" href="http://incubator.apache.org/giraph/xref-test/index.html" />
+      <item name="Issue Tracking" href="http://giraph.apache.org/issue-tracking.html" />
+      <item name="Source Repository" href="http://giraph.apache.org/source-repository.html" />
+      <item name="Dependencies" href="http://giraph.apache.org/dependencies.html" />
+      <item name="Reports" href="http://giraph.apache.org/project-reports.html" collapse="true">
+        <item name="Surefire Report" href="http://giraph.apache.org/surefire-report.html" />
+        <item name="Checkstyle Results" href="http://giraph.apache.org/checkstyle.html" />
+        <item name="Jdepend" href="http://giraph.apache.org/jdepend-report.html" />
+        <item name="Cobertura Test Coverage" href="http://giraph.apache.org/cobertura/index.html" />
+        <item name="Tag List" href="http://giraph.apache.org/taglist.html" />
+        <item name="Source Xref" href="http://giraph.apache.org/xref/index.html" />
+        <item name="Test Source Xref" href="http://giraph.apache.org/xref-test/index.html" />
       </item>
     </menu>
     

Modified: giraph/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/giraph/trunk/src/site/xdoc/index.xml?rev=1353767&r1=1353766&r2=1353767&view=diff
==============================================================================
--- giraph/trunk/src/site/xdoc/index.xml (original)
+++ giraph/trunk/src/site/xdoc/index.xml Mon Jun 25 22:43:08 2012
@@ -23,11 +23,11 @@ under the License.
   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>Welcome To Apache Incubator Giraph</title>
+    <title>Welcome To Apache Giraph</title>
   </properties>
 
   <body>
-    <section name="Welcome To Apache Incubator Giraph">
+    <section name="Welcome To Apache Giraph">
         <p>Web and online social graphs have been rapidly growing in size and scale during the past decade. In 2008, Google estimated that the number of web pages reached over a trillion. Online social networking and email sites, including Yahoo!, Google, Microsoft, Facebook, LinkedIn, and Twitter, have hundreds of millions of users and are expected to grow much more in the future. Processing these graphs plays a big role in relevant and personalized information for users, such as results from a search engine or news in an online social networking site.</p>
 
         <p>Graph processing platforms to run large-scale algorithms (such as page rank, shared connections, personalization-based popularity, etc.) have become quite popular. Some recent examples include Pregel and HaLoop. For general-purpose big data computation, the map-reduce computing model has been well adopted and the most deployed map-reduce infrastructure is Apache Hadoop. We have implemented a graph-processing framework that is launched as a typical Hadoop job to leverage existing Hadoop infrastructure, such as Amazon's EC2. Giraph builds upon the graph-oriented nature of Pregel but additionally adds fault-tolerance to the coordinator process with the use of ZooKeeper as its centralized coordination service.</p>
@@ -35,10 +35,8 @@ under the License.
         <p>Giraph follows the bulk-synchronous parallel model relative to graphs where vertices can send messages to other vertices during a given superstep. Checkpoints are initiated by the Giraph infrastructure at user-defined intervals and are used for automatic application restarts when any worker in the application fails. Any worker in the application can act as the application coordinator and one will automatically take over if the current application coordinator fails.</p>
 
     </section>
-    <section name="Incubator disclaimer">
-	<p>Apache Giraph is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the name of Apache Incubator. 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>
 	<section name="News">
+	  <!-- TODO: remove 'incubator/' from URL when Apache distribution supports it. -->
 		<ul><li><strong>February 6, 2012: Giraph 0.1-incubating released.</strong> The Giraph PPMC is excited to announce that version 0.1 has been released. Grab a copy of the release <a href="http://www.apache.org/dyn/closer.cgi/incubator/giraph/">here</a>.</li></ul>
 	</section>
 	<section name="Presentations">
@@ -69,6 +67,7 @@ under the License.
 	</ul>
 	</section>
 	<section name="Releases">
+	  <!-- TODO: remove 'incubator/' from URL when Apache distribution supports it. -->
 		<p>Official releases of Giraph may be downloaded from an <a href="http://www.apache.org/dyn/closer.cgi/incubator/giraph/">Apache mirror</a>. Soon we will also publish our release artifacts to Apache's Maven repositories to make it easier to include Giraph in your projects.</p>
 	</section>
 	<section name="Building and testing">