You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by mh...@apache.org on 2011/08/10 22:34:28 UTC

[Lucene.Net] svn commit: r1156356 - in /incubator/lucene.net/site/trunk/content/lucene.net: community.mdtext download.mdtext index.mdtext

Author: mherndon
Date: Wed Aug 10 20:34:28 2011
New Revision: 1156356

URL: http://svn.apache.org/viewvc?rev=1156356&view=rev
Log:
LUCENENET-440  fixing links. it seems like the mailing list archives have been merged into one. There was an inverted link on the index page. And both the link for jira and to the binarys had an extra http:// in it.

Modified:
    incubator/lucene.net/site/trunk/content/lucene.net/community.mdtext
    incubator/lucene.net/site/trunk/content/lucene.net/download.mdtext
    incubator/lucene.net/site/trunk/content/lucene.net/index.mdtext

Modified: incubator/lucene.net/site/trunk/content/lucene.net/community.mdtext
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/content/lucene.net/community.mdtext?rev=1156356&r1=1156355&r2=1156356&view=diff
==============================================================================
--- incubator/lucene.net/site/trunk/content/lucene.net/community.mdtext (original)
+++ incubator/lucene.net/site/trunk/content/lucene.net/community.mdtext Wed Aug 10 20:34:28 2011
@@ -2,23 +2,25 @@
 	
 # Mailing Lists
 
-For development, discussion about the project occurs on its mailing list, lucene-net-dev @ lucene.apache.org, to subscribe, send a message to lucene-net-dev-subscribe @ lucene.apache.org. 
+<b>Development</b> - developer discussions about the project occurs on its mailing list, lucene-net-dev @ lucene.apache.org. To subscribe, send a message to lucene-net-dev-subscribe @ lucene.apache.org. 
 
-For general usage, discussion about the project occurs on its mailing list, lucene-net-user @ lucene.apache.org, to subscribe, send a message to lucene-net-user-subscribe @ lucene.apache.org. 
+<b>General usage</b> - user discussions about the project occurs on its mailing list, lucene-net-user @ lucene.apache.org. To subscribe, send a message to lucene-net-user-subscribe @ lucene.apache.org. 
 
-Commit notifications are sent to lucene-net-commits @ lucene.apache.org, to subscribe send a message to lucene-net-commits-subscribe @ lucene.apache.org. 
+<b>Commit notifications</b> - commit notifications are sent to lucene-net-commits @ lucene.apache.org. To subscribe, send a message to lucene-net-commits-subscribe @ lucene.apache.org. 
 
 ## Archives
 
-*  Developers [2006-2009](http://mail-archives.apache.org/mod_mbox/incubator-lucene-net-dev/) - [2010-Present](http://mail-archives.apache.org/mod_mbox/lucene-lucene-net-dev/)
-*  Users [2006-2009](http://mail-archives.apache.org/mod_mbox/incubator-lucene-net-user/) - [2010-Present](http://mail-archives.apache.org/mod_mbox/lucene-lucene-net-user/)
-*  Committers [2006-2009](http://mail-archives.apache.org/mod_mbox/incubator-lucene-net-commits/) - [2010-Present](http://mail-archives.apache.org/mod_mbox/lucene-lucene-net-commits/)
+*  Developers [2006-Present](http://mail-archives.apache.org/mod_mbox/lucene-lucene-net-dev/)
+*  Users [2006-Present](http://mail-archives.apache.org/mod_mbox/lucene-lucene-net-user/)
+*  Committers [2006-Present](http://mail-archives.apache.org/mod_mbox/lucene-lucene-net-commits/)
 
 # Wiki
 
+Tutorials, Links, and other various bits of information can be found the  [Lucene.Net Wiki](https://cwiki.apache.org/LUCENENET/).
+
 # Issue Tracker (JIRA)
 
-Follow what we are working on, help us by submitting patches, or submit your own enhancement or bug requests at our issue tracker: [Lucene.Net JIRA](http://https//issues.apache.org/jira/browse/LUCENENET)
+Follow what we are working on, help us by submitting patches, or submit your own enhancement or bug requests at our issue tracker: [Lucene.Net JIRA](https://issues.apache.org/jira/browse/LUCENENET)
 
 </div>
 

Modified: incubator/lucene.net/site/trunk/content/lucene.net/download.mdtext
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/content/lucene.net/download.mdtext?rev=1156356&r1=1156355&r2=1156356&view=diff
==============================================================================
--- incubator/lucene.net/site/trunk/content/lucene.net/download.mdtext (original)
+++ incubator/lucene.net/site/trunk/content/lucene.net/download.mdtext Wed Aug 10 20:34:28 2011
@@ -5,7 +5,7 @@
 These are the official releases that have been fully tested by the Lucene.Net community. The binary library can
 also easily be incorporated into your applications using the NuGet Package Manager.
 
-- [Binary](http://http//www.apache.org/dist/incubator/lucene.net/binaries/)
+- [Binary](http//www.apache.org/dist/incubator/lucene.net/binaries/)
 - [Source](http://www.apache.org/dist/incubator/lucene.net/source/)
 
 # Cutting Edge

Modified: incubator/lucene.net/site/trunk/content/lucene.net/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/lucene.net/site/trunk/content/lucene.net/index.mdtext?rev=1156356&r1=1156355&r2=1156356&view=diff
==============================================================================
--- incubator/lucene.net/site/trunk/content/lucene.net/index.mdtext (original)
+++ incubator/lucene.net/site/trunk/content/lucene.net/index.mdtext Wed Aug 10 20:34:28 2011
@@ -1,6 +1,6 @@
 <div class="left">
 	
-Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. The Lucene search library is based on an (inverted index)[http://lucene.sourceforge.net/talks/pisa/]. Lucene.Net has three primary goals: 
+Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users. The Lucene search library is based on an [inverted index](http://lucene.sourceforge.net/talks/pisa/). Lucene.Net has three primary goals: 
 
 1.  Maintain the existing line-by-line port from Java to C#, fully automating and commoditizing the process such that the project can easily synchronize with the Java Lucene release schedule;
 2.  Maintaining the high-performance requirements excepted of a first class C# search engine library;