public
Description: C# PostRank API library by William Spaetzel
Homepage: http://www.postrank.com/developers
Clone URL: git://github.com/aiderss/sharp-postrank.git
root (author)
Sat Oct 18 20:20:27 -0700 2008
sharp-postrank / Readme.txt
100644 18 lines (15 sloc) 0.828 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/******************************************************************************
 * PostRankSharp 1.0
 * Copyright 2008 William Spaetzel
 * Visit http://spaetzel.com/postranksharp
 *
 * This code is relased under the Creative Commons Attribution 3.0 License
 * http://creativecommons.org/licenses/by/3.0/
 *
 * You are free to reuse and modify this code as long as your attribte
 * the original author: William Spaetzel http://spaetzel.com
 *******************************************************************************/
 
 This code is provided AS-IS, I make no guarantees of its quality.
 
 I'll gladly take any contributions to improve the code. Please contact me with the information
 on my website: http://spaetzel.com/postranksharp
 
 Take a look at PostRankTester/Program.cs for usage of the library