An open API service indexing awesome lists of open source software.

https://github.com/hazzik/wikiaccess


https://github.com/hazzik/wikiaccess

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

WikiAccess is the library for .NET Framework v2.0. Here is some short notes about it.

== Notes ==
* Examples and docs are coming soon (maybe in 1.0)
* Message cache is usually saved in "." directory, but you can change it using second parameter
of Wiki object constructor.
* Properties like Page.Images are cached
== Build ===
If you uploaded source code, and want to build it:
* Open .NET 2.0 SDK Command prompt
* Go to WikiAccess source directory
* Type "msbuild" (without quotation marks)