You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by bo...@apache.org on 2013/05/28 13:44:54 UTC

svn commit: r1486886 - /lucene.net/site/trunk/content/links.mdtext

Author: bodewig
Date: Tue May 28 11:44:54 2013
New Revision: 1486886

URL: http://svn.apache.org/r1486886
Log:
rel="nofollow" on links page

Modified:
    lucene.net/site/trunk/content/links.mdtext

Modified: lucene.net/site/trunk/content/links.mdtext
URL: http://svn.apache.org/viewvc/lucene.net/site/trunk/content/links.mdtext?rev=1486886&r1=1486885&r2=1486886&view=diff
==============================================================================
--- lucene.net/site/trunk/content/links.mdtext (original)
+++ lucene.net/site/trunk/content/links.mdtext Tue May 28 11:44:54 2013
@@ -1,9 +1,9 @@
 # Theoretical Underpinnings
  
- 
-*  [Lucene - By Doug Cutting (2004)](http://lucene.sourceforge.net/talks/pisa/)
-*  [The Lucene Search Engine - By Doug Cutting (2000)](http://lucene.sourceforge.net/talks/inktomi/)
- 
+<ul>
+<li><a href="http://lucene.sourceforge.net/talks/pisa/" rel="nofollow">Lucene - By Doug Cutting (2004)</a></li>
+<li><a href="http://lucene.sourceforge.net/talks/inktomi/" rel="nofollow">The Lucene Search Engine - By Doug Cutting (2000)</a></li>
+</ul> 
  
 # Lucene Java Resources (ideas are relevant to Lucene.Net) 
 
@@ -13,9 +13,11 @@
 
 # Getting Started with Simone Chiaretta 
 
-1. [How to get started with Lucene.Net](http://codeclimber.net.nz/archive/2009/08/27/how-to-get-started-with-lucene.net.aspx)
-2. [The Main Concepts](http://codeclimber.net.nz/archive/2009/08/31/lucene.net-the-main-concepts.aspx)
-3. [Your First Application](http://codeclimber.net.nz/archive/2009/09/02/lucene.net-your-first-application.aspx)
-4. [Dissecting Storage Documents and Fields](http://codeclimber.net.nz/archive/2009/09/04/dissecting-lucene.net-storage-documents-and-fields.aspx)
-5. [Lucene - or how I stopped worrying and learned to love unstructured data](http://codeclimber.net.nz/archive/2009/09/08/lucene-or-how-i-stopped-worrying-and-learned-to.aspx)
-6. [How Subtext Lucene.Net index is structured](http://codeclimber.net.nz/archive/2009/09/10/how-subtext-lucene.net-index-is-structured.aspx)
\ No newline at end of file
+<ol>
+<li><a href="http://codeclimber.net.nz/archive/2009/08/27/how-to-get-started-with-lucene.net.aspx" rel="nofollow">How to get started with Lucene.Net</a></li>
+<li><a href="http://codeclimber.net.nz/archive/2009/08/31/lucene.net-the-main-concepts.aspx" rel="nofollow">The Main Concepts</a></li>
+<li><a href="http://codeclimber.net.nz/archive/2009/09/02/lucene.net-your-first-application.aspx" rel="nofollow">Your First Application</a></li>
+<li><a href="http://codeclimber.net.nz/archive/2009/09/04/dissecting-lucene.net-storage-documents-and-fields.aspx" rel="nofollow">Dissecting Storage Documents and Fields</a></li>
+<li><a href="http://codeclimber.net.nz/archive/2009/09/08/lucene-or-how-i-stopped-worrying-and-learned-to.aspx" rel="nofollow">Lucene - or how I stopped worrying and learned to love unstructured data</a></li>
+<li><a href="http://codeclimber.net.nz/archive/2009/09/10/how-subtext-lucene.net-index-is-structured.aspx" rel="nofollow">How Subtext Lucene.Net index is structured</a></li>
+</ol>
\ No newline at end of file