You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by bu...@apache.org on 2011/05/12 06:02:03 UTC

[lucy-commits] svn commit: r789502 - /websites/staging/lucy/trunk/content/lucy/mailing_lists.html

Author: buildbot
Date: Thu May 12 04:02:03 2011
New Revision: 789502

Log:
Staging update by buildbot

Added:
    websites/staging/lucy/trunk/content/lucy/mailing_lists.html

Added: websites/staging/lucy/trunk/content/lucy/mailing_lists.html
==============================================================================
--- websites/staging/lucy/trunk/content/lucy/mailing_lists.html (added)
+++ websites/staging/lucy/trunk/content/lucy/mailing_lists.html Thu May 12 04:02:03 2011
@@ -0,0 +1,79 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html lang="en">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
+    <title>Apache Lucy Mailing Lists</title>
+    <link rel="stylesheet" type="text/css" media="screen" href="css/lucy.css">
+  </head>
+
+  <body>
+
+    <div id="lucy-rigid_wrapper">
+
+    <div id="lucy-top" class="container_16 lucy-white_box_3d">
+
+      <div id="lucy-logo_box" class="grid_8">
+        <img src="images/lucy_logo_150x100.png" alt="Apache Lucy™">
+      </div> <!-- lucy-logo_box -->
+
+      <div #id="lucy-top_nav_box" class="grid_8">
+        <div id="lucy-top_nav_bar" class="container_8">
+        <ul>
+          <li><a href="http://www.apache.org/" title="Apache Software Foundation">Apache Software Foundation</a></li>
+          <li><a href="http://www.apache.org/licenses/" title="License">License</a></li>
+          <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Sponsorship">Sponsorship</a></li>
+          <li><a href="http://www.apache.org/foundation/thanks.html" title="Thanks">Thanks</a></li>
+          <li><a href="http://www.apache.org/security/ " title="Security">Security</a></li>
+        </ul>
+        </div> <!-- lucy-top_nav_bar -->
+        <p><a href="http://www.apache.org/">Apache</a>&nbsp;&raquo&nbsp;<a href="/">Incubator</a>&nbsp;&raquo&nbsp;<a href="/lucy/">Lucy</a></p>
+        <form name="lucy-top_search_box" id="lucy-top_search_box" action="http://www.google.com/search" method="get">
+          <input value="*.apache.org" name="sitesearch" type="hidden"/>
+          <input type="text" name="q" id="query" style="width:85%">
+          <input type="submit" id="submit" value="Search">
+        </form>
+      </div> <!-- lucy-top_nav_box -->
+
+      <div class="clear"></div>
+
+    </div> <!-- lucy-top -->
+
+    <div id="lucy-main_content" class="container_16 lucy-white_box_3d">
+
+      <div id="lucy-main_content_box" class="grid_16">
+        <ul>
+<li>If you use Lucy, please <a href="mailto:lucy-user-subscribe@incubator.apache.org">subscribe</a> to the
+<a href="http://mail-archives.apache.org/mod_mbox/incubator-lucy-user/">Lucy user mailing list</a>
+(lucy-user at incubator dot apache dot org). </li>
+<li>If you'd like to contribute to Lucy, please <a href="mailto:lucy-dev-subscribe@incubator.apache.org">subscribe</a> to the
+<a href="http://mail-archives.apache.org/mod_mbox/incubator-lucy-dev/">Lucy developer mailing list</a>
+(lucy-dev at incubator dot apache dot org).</li>
+<li>If you'd like to follow each change made to Lucy's source repository,
+<a href="mailto:lucy-commits-subscribe@incubator.apache.org">subscribe</a> to the 
+<a href="http://mail-archives.apache.org/mod_mbox/incubator-lucy-commits/">Lucy commits mailing list</a>
+(lucy-commits at incubator dot apache dot org).</li>
+<li>If you'd like to follow updates to Lucy's issue tracker,
+<a href="mailto:lucy-issues-subscribe@incubator.apache.org">subscribe</a> to the
+<a href="http://mail-archives.apache.org/mod_mbox/incubator-lucy-issues/">Lucy issues mailing list</a> 
+(lucy-issues at incubator dot apache dot org).</li>
+</ul>
+
+      </div> <!-- lucy-main_content_box --> 
+      <div class="clear"></div>
+
+    </div> <!-- lucy-main_content -->
+
+    <div id="lucy-copyright" class="container_16">
+      <p>Copyright &#169; 2010-2011 The Apache Software Foundation, Licensed under the 
+         <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+         <br/>
+         Apache Lucy, Lucy, Apache, the Apache feather logo, and the Apache Lucy project logo are trademarks of The
+         Apache Software Foundation.  All other marks mentioned may be trademarks or registered trademarks of their
+         respective owners.
+      </p>
+    </div> <!-- lucy-copyright -->
+
+    </div> <!-- lucy-rigid_wrapper -->
+
+  </body>
+</html>