From 4bd2880b01eb3fb149e3ada889f341d409de666d Mon Sep 17 00:00:00 2001 From: Arto Bendiken Date: Wed, 7 Apr 2010 07:38:43 +0200 Subject: [PATCH] Imported README. --- README | 30 +------------------------ README.md | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+), 29 deletions(-) mode change 100644 => 120000 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 73795c26..00000000 --- a/README +++ /dev/null @@ -1,29 +0,0 @@ -= SPARQL.rb - SPARQL API for Ruby - -== Dependencies - -* Ruby 1.8+ - - -== Download - -The latest version of SPARQL.rb can be found at: - -* http://rubyforge.org/frs/?group_id=4784 - -API documentation can be found at: - -* http://sparql.rubyforge.org/ - - -== Installation - -The recommended installation method is via RubyGems: - - % [sudo] gem install sparql - - -== License - -SPARQL.rb is free and unencumbered public domain software. For more -information, see or the accompanying UNLICENSE file. diff --git a/README b/README new file mode 120000 index 00000000..42061c01 --- /dev/null +++ b/README @@ -0,0 +1 @@ +README.md \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 00000000..e6ef8549 --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +SPARQL Client for RDF.rb +======================== + +This is a pure-Ruby implementation of a [SPARQL][] client for [RDF.rb][]. + +* + +Features +-------- + +* Queries SPARQL HTTP endpoints. + +Examples +-------- + + require 'sparql/client' + +Documentation +------------- + +* + +Download +-------- + +To get a local working copy of the development repository, do: + + % git clone git://github.com/bendiken/sparql-client.git + +Alternatively, you can download the latest development version as a tarball +as follows: + + % wget http://github.com/bendiken/sparql-client/tarball/master + +Installation +------------ + +The recommended installation method is via RubyGems. To install the latest +official release from Gemcutter, do: + + % [sudo] gem install sparql-client + +Resources +--------- + +* +* +* +* +* +* + +Authors +------- + +* [Arto Bendiken](mailto:arto.bendiken@gmail.com) - +* [Ben Lavender](mailto:blavender@gmail.com) - + +License +------- + +This is free and unencumbered public domain software. For more +information, see or the accompanying UNLICENSE file. + +[RDF]: http://www.w3.org/RDF/ +[SPARQL]: http://en.wikipedia.org/wiki/SPARQL +[RDF.rb]: http://rdf.rubyforge.org/