https://github.com/hazzik/wikiaccess
https://github.com/hazzik/wikiaccess
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hazzik/wikiaccess
- Owner: hazzik
- License: gpl-3.0
- Created: 2016-09-07T03:10:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-07T05:19:36.000Z (over 8 years ago)
- Last Synced: 2025-02-02T22:37:55.227Z (4 months ago)
- Language: C#
- Size: 1.28 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.txt
- Changelog: HISTORY
- License: COPYING
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)