Author: bayard
Date: Sat Apr 18 09:08:21 2009
New Revision: 766275
URL: http://svn.apache.org/viewvc?rev=766275&view=rev
Log:
Adding a HiveMind page per ATTIC-18
Added:
attic/site/docs/projects/
attic/site/docs/projects/hivemind.html (with props)
attic/site/xdocs/projects/
attic/site/xdocs/projects/hivemind.xml (with props)
Modified:
attic/site/docs/index.html
attic/site/docs/resolution.html
attic/site/xdocs/stylesheets/project.xml
Modified: attic/site/docs/index.html
URL:
http://svn.apache.org/viewvc/attic/site/docs/index.html?rev=766275&r1=766274&r2=766275&view=diff
==============================================================================
--- attic/site/docs/index.html (original)
+++ attic/site/docs/index.html Sat Apr 18 09:08:21 2009
@@ -165,7 +165,7 @@
<div class="nav column prepend-1 span-12 last">
<h6>Projects in the Attic</h6>
<ul>
- <li><a href="http://hivemind.apache.org/">Apache HiveMind</a></li>
+ <li><a href="projects/hivemind.html">HiveMind</a></li>
</ul>
</div>
</div>
Added: attic/site/docs/projects/hivemind.html
URL:
http://svn.apache.org/viewvc/attic/site/docs/projects/hivemind.html?rev=766275&view=auto
==============================================================================
--- attic/site/docs/projects/hivemind.html (added)
+++ attic/site/docs/projects/hivemind.html Sat Apr 18 09:08:21 2009
@@ -0,0 +1,103 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!--
+ 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.
+-->
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <!--
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ This file is generated from XML source: DO NOT EDIT!
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ -->
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+ <link rel="stylesheet"
href="http://www.apache.org/style/compressed.css" type="text/css"
media="screen, projection"/>
+ <link rel="stylesheet" href="http://www.apache.org/style/style.css"
type="text/css" media="screen, projection"/>
+ <!--[if IE]><link rel="stylesheet"
href="http://www.apache.org/style/ie.css" type="text/css" media="screen,
projection"/><![endif]-->
+ <meta name="author" content="The Apache Software Foundation" /><meta
name="email" content="general.AT.attic.apache.DOT.org" />
+ <title>Apache HiveMind - Apache Attic</title>
+
+ </head>
+ <body id="sub">
+ <div class="container">
+ <hr class="space col"/>
+ <div class="block">
+ <div class="column span-24">
+ <div id="header">
+ <!-- Add 'default' header section here. -->
+ <h1>Apache HiveMind</h1>
+ </div>
+ </div>
+ </div>
+ <hr/>
+ <div class="block">
+ <div class="column span-8 prepend-16 search searchsub">
+ <form action="http://www.google.com/search"
method="get">
+ <input value="attic.apache.org" name="sitesearch"
type="hidden"/>
+ <input size="10" name="q" id="query" type="text"/>
+ <input name="Search" value="Go" type="submit"/>
+ </form>
+ </div>
+ </div>
+ <div class="block content">
+ <div class="column span-15 colborder">
+
+<div class="section-content">
+<p><a href="http://hivemind.apache.org">Apache HiveMind</a> moved into the
Attic in April 2009.
+ Closely linked to Tapestry 4, it lost activity when Tapestry 5 moved to a
new IoC container. </p>
+<p>The user mailing list, website, downloads and issue tracker all remain
open, though
+ the issue tracker is read-only. See the website at
+ <a href="http://hivemind.apache.org/">http://hivemind.apache.org</a> for
more information on HiveMind. </p>
+<p><a href="http://markmail.org/thread/hb46sg2nolnntnnz">Discussion on the
mailing list</a>
+ indicated that <a
href="http://tapestry.apache.org/tapestry5/tapestry-ioc/">Tapestry IoC</a>
+ was the natural successor to HiveMind. </p>
+<p>As with any project in the Attic - if you should choose to fork HiveMind
outside of Apache,
+ please let us know so we can link to your project. </p>
+</div>
+ </div>
+ <div class="column span-8 last">
+ <div class="block">
+ <div class="nav column span-11">
+ <div>
+ <div class="menuheader">The Apache Attic</div>
+ <ul>
+ <li><a href="http://attic.apache.org/">Home</a></li>
+ </ul>
+ <div class="menuheader">Related Links</div>
+ <ul>
+ <li><a href="http://incubator.apache.org/">Apache Incubator</a></li>
+ </ul>
+ </div>
+ </div>
+ <div class="nav column prepend-1 span-12 last">
+ <h6>Projects in the Attic</h6>
+ <ul>
+ <li><a href="projects/hivemind.html">HiveMind</a></li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <div class="column span-24 footer">
+ <hr/>
+ <p>Copyright © 2009 The Apache Software Foundation, Licensed
under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License,
Version 2.0</a>.</p>
+ </div>
+ </div>
+ </div>
+</body>
+</html>
+
Propchange: attic/site/docs/projects/hivemind.html
------------------------------------------------------------------------------
svn:eol-style = native
Modified: attic/site/docs/resolution.html
URL:
http://svn.apache.org/viewvc/attic/site/docs/resolution.html?rev=766275&r1=766274&r2=766275&view=diff
==============================================================================
--- attic/site/docs/resolution.html (original)
+++ attic/site/docs/resolution.html Sat Apr 18 09:08:21 2009
@@ -98,7 +98,7 @@
<div class="nav column prepend-1 span-12 last">
<h6>Projects in the Attic</h6>
<ul>
- <li><a href="http://hivemind.apache.org/">Apache HiveMind</a></li>
+ <li><a href="projects/hivemind.html">HiveMind</a></li>
</ul>
</div>
</div>
Added: attic/site/xdocs/projects/hivemind.xml
URL:
http://svn.apache.org/viewvc/attic/site/xdocs/projects/hivemind.xml?rev=766275&view=auto
==============================================================================
--- attic/site/xdocs/projects/hivemind.xml (added)
+++ attic/site/xdocs/projects/hivemind.xml Sat Apr 18 09:08:21 2009
@@ -0,0 +1,47 @@
+<?xml version="1.0"?>
+<!--
+ 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>
+ <properties>
+ <author email="general.AT.attic.apache.DOT.org">The Apache Software
Foundation</author>
+ <title>Apache HiveMind</title>
+ </properties>
+<body>
+
+<section id="hivemind">
+ <title>Apache HiveMind</title>
+
+ <p><a href="http://hivemind.apache.org">Apache HiveMind</a> moved into the
Attic in April 2009.
+ Closely linked to Tapestry 4, it lost activity when Tapestry 5 moved to a
new IoC container. </p>
+
+ <p>The user mailing list, website, downloads and issue tracker all remain
open, though
+ the issue tracker is read-only. See the website at
+ <a href="http://hivemind.apache.org/">http://hivemind.apache.org</a> for
more information on HiveMind. </p>
+
+ <p><a href="http://markmail.org/thread/hb46sg2nolnntnnz">Discussion on the
mailing list</a>
+ indicated that <a
href="http://tapestry.apache.org/tapestry5/tapestry-ioc/">Tapestry IoC</a>
+ was the natural successor to HiveMind. </p>
+
+ <p>As with any project in the Attic - if you should choose to fork HiveMind
outside of Apache,
+ please let us know so we can link to your project. </p>
+
+</section>
+
+</body>
+</document>
Propchange: attic/site/xdocs/projects/hivemind.xml
------------------------------------------------------------------------------
svn:eol-style = native
Modified: attic/site/xdocs/stylesheets/project.xml
URL:
http://svn.apache.org/viewvc/attic/site/xdocs/stylesheets/project.xml?rev=766275&r1=766274&r2=766275&view=diff
==============================================================================
--- attic/site/xdocs/stylesheets/project.xml (original)
+++ attic/site/xdocs/stylesheets/project.xml Sat Apr 18 09:08:21 2009
@@ -30,7 +30,7 @@
</projects>
<menu><title>Projects in the Attic</title>
- <li><a href="http://hivemind.apache.org/">Apache HiveMind</a></li>
+ <li><a href="projects/hivemind.html">HiveMind</a></li>
</menu>
</body>