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

[Lucene.Net] svn commit: r1244336 - /incubator/lucene.net/site/trunk/templates/template.html

Author: pnasser
Date: Wed Feb 15 03:57:24 2012
New Revision: 1244336

URL: http://svn.apache.org/viewvc?rev=1244336&view=rev
Log:
adding blog roll

Modified:
    incubator/lucene.net/site/trunk/templates/template.html

Modified: incubator/lucene.net/site/trunk/templates/template.html
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/templates/template.html?rev=1244336&r1=1244335&r2=1244336&view=diff
==============================================================================
--- incubator/lucene.net/site/trunk/templates/template.html (original)
+++ incubator/lucene.net/site/trunk/templates/template.html Wed Feb 15 03:57:24 2012
@@ -1,55 +1,61 @@
 <!DOCTYPE html>
 <html>
 <head>
-	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  <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" />
+  <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>
-		
-		{% block content %} {{ content|markdown }} {% endblock %}
-		
-		<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>
+  <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>
+    
+    {% block content %} {{ content|markdown }} {% endblock %}
+    
+    {% 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 %}
+
+    <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>