You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by bu...@apache.org on 2012/02/15 17:34:33 UTC

[Lucene.Net] svn commit: r804923 - in /websites/staging/lucene.net/trunk: ./ content/lucene.net/index.html

Author: buildbot
Date: Wed Feb 15 16:34:32 2012
New Revision: 804923

Log:
Staging update by buildbot for lucene.net

Modified:
    websites/staging/lucene.net/trunk/   (props changed)
    websites/staging/lucene.net/trunk/content/lucene.net/index.html

Propchange: websites/staging/lucene.net/trunk/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Feb 15 16:34:32 2012
@@ -1 +1 @@
-1244569
+1244578

Modified: websites/staging/lucene.net/trunk/content/lucene.net/index.html
==============================================================================
--- websites/staging/lucene.net/trunk/content/lucene.net/index.html (original)
+++ websites/staging/lucene.net/trunk/content/lucene.net/index.html Wed Feb 15 16:34:32 2012
@@ -1,70 +1,16 @@
-<!DOCTYPE html>
-<html>
-<head>
-  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-
-  <title>Apache Lucene.Net</title>
-  <link rel="stylesheet" type="text/css" href="styles/lucene.css" />
-</head>
-
-<body>
-
-  <div id="page">
-    <a href="index.html"><img src="images/lucene-medium.png" alt="Apache Lucene.Net Logo" /></a>
-    
-    <ul id="topnav">
-      <li><a href="http://www.apache.org/">Apache.org</a></li>
-      <li><a href="https://cwiki.apache.org/LUCENENET/">Wiki</a></li>
-      <li><a href="https://issues.apache.org/jira/browse/LUCENENET">Issue Tracker (JIRA)</a></li>
-      <li><a href="https://svn.apache.org/repos/asf/incubator/lucene.net/">Source</a></li>
-      <li><a href="http://lucene.apache.org/">Lucene Project</a></li>
-    </ul>
-    
-    <ul class="mainnav">
-      <li><a href="index.html">News</a></li>
-      <li><a href="download.html">Download</a></li>
-      <li><a href="started.html">Getting Started</a></li>
-      <li><a href="community.html">Community</a></li>
-      <li><a href="links.html">Useful Links</a></li>
-    </ul>
-    
-     <p>{% extends "template.html" %}</p>
-<div class="left">
-    {{ what_is_lucenenet.content|markdown }}
-
+{% extends "template.html" %}
 {% block content %}
-        {% for e in blog.list %}
-            <h4><a href="{{ e.url }}">{{ e.title }}</a></h4>
-            <div class="section-content">{{ e.content|safe|truncatewords_html:50 }}</div>
-            <hr>
-        {% endfor %}
-    {% endblock %}
+<div class="left">
+  {{ what_is_lucenenet.content|markdown }}
+    {% for e in blog.list %}
+      <h4><a href="{{ e.url }}">{{ e.title }}</a></h4>
+      <div class="section-content">{{ e.content|safe|truncatewords_html:50 }}</div>
+      <hr>
+  {% endfor %}
 
-<p></div>
+</div>
 <div class="right">
-    {{ right_whouses.content|markdown }}
-</div></p> 
+  {{ right_whouses.content|markdown }}
+</div>
 
-    <div id="footer">
-      <div class="left">
-        Apache Lucene.Net is an effort undergoing incubation at The Apache Software Foundation (ASF), 
-        sponsored by the <a href="http://incubator.apache.org">Apache Incubator</a>. 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.
-      </div>
-      <div class="right">
-        <a href="http://incubator.apache.org/"><img src="images/apache-incubator-logo.png" alt="apache incubator" /></a>
-      </div>
-      
-      <div class="clear">
-              Copyright 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 Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.
-      </div>
-    </div>
-    
-  </div>
-  
-</body>
-</html>
+{% endblock %}