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
name age message
file PostRankSharp.sln Sat Oct 18 20:20:27 -0700 2008 Initial commit of v1.0 [root]
file PostRankSharp.suo Sat Oct 18 20:20:27 -0700 2008 Initial commit of v1.0 [root]
directory PostRankSharp/ Sat Oct 18 20:20:27 -0700 2008 Initial commit of v1.0 [root]
directory PostRankTester/ Sat Oct 18 20:20:27 -0700 2008 Initial commit of v1.0 [root]
file Readme.txt Sat Oct 18 20:20:27 -0700 2008 Initial commit of v1.0 [root]
Readme.txt
/******************************************************************************
 * 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