Skip to content

Commit

Permalink
Updates to README.rdoc and Makefile etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
gokr committed Oct 23, 2009
1 parent 2a80876 commit 25fb7b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 2 additions & 4 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ in any mono release after 2.4.2.3 (I guess). Then we will remove that check.

== What about documentation?
At the moment documentation is... this file! :) But there are also unit tests in the separate Tests project:
* CouchTest.cs that runs against a CouchDB server.
* CouchTest.cs that runs against a CouchDB server, see the class comment for some instructions.
* Lucene/CouchLuceneTest.cs that tests the CouchDB-Lucene integration if you have it, see article below.

When running the tests they will expect CouchDB running at localhost:5984, unless you copy the App.config.template to App.config and edit it.

There is also one sample project "Trivial" showing basic usage. More samples with more advanced usage is coming soon.

* One blog article[http://goran.krampe.se/blog/Divan/divan-plus-couchdb-lucene.rdoc] on how to install Couchdb-Lucene and test it with Divan.
Expand All @@ -68,4 +66,4 @@ Apart from polishing and fixing bugs the following pieces are on the todolist:
* Writing a tutorial and a sample project showing the advanced mechanisms.

== Contributing
...is simple. <b>All contributions should be under the MIT license</b>. Just fork and make pull requests and we will try to integrate. Feel free to bring up anything on the mailinglist. We haven't started using any issue tracker yet, but we will if it gets more popular and we when we do a proper release.
...is simple. <b>All contributions should be under the MIT license</b>. Just fork and make pull requests and we will try to integrate. Feel free to bring up anything on the mailinglist. We haven't started using any issue tracker yet, but we will if it gets more popular and we when we do a proper release.
4 changes: 1 addition & 3 deletions Tests/Divan.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="System.Web" />
</ItemGroup>
<ItemGroup>
<Compile Include="CouchTest.cs" />
Expand All @@ -69,9 +70,6 @@
<Name>Divan</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
1 change: 1 addition & 0 deletions Tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ REFERENCES = \
System.Core \
System.Data \
System.Data.DataSetExtensions \
System.Web \
System.Xml \
System.Xml.Linq

Expand Down

0 comments on commit 25fb7b2

Please sign in to comment.