Skip to content

Commit

Permalink
update readme, be pretty in github
Browse files Browse the repository at this point in the history
  • Loading branch information
josephholsten committed Mar 15, 2011
1 parent 7ec5123 commit 2d02dd0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion MANIFEST
Expand Up @@ -5,7 +5,7 @@ Gemfile
INSTALL
MANIFEST
NEWS
README
README.rdoc
Rakefile
TODO
bin/webfinger
Expand Down
14 changes: 7 additions & 7 deletions README → README.rdoc
@@ -1,11 +1,10 @@
= Discodactyl

* http://dactylo.us
* http://github.com/josephholsten/discodactyl
* http://josephholsten.lighthouseapp.com/projects/36040-discodactyl
* http://discodactyl-ci.heroku.com/
* http://rdoc.info/projects/josephholsten/discodactyl
* mailto:joseph@josephholsten.com
* Code :: http://github.com/josephholsten/discodactyl
* Bugs :: http://josephholsten.lighthouseapp.com/projects/36040-discodactyl
* Tests :: http://discodactyl-ci.heroku.com/
* Docs :: http://rdoc.info/projects/josephholsten/discodactyl
* Author :: mailto:joseph@josephholsten.com

== DESCRIPTION:

Expand All @@ -21,6 +20,7 @@ Discodactyl is an experimental toolkit for XRD service discovery documents and r
* Minimal URI Template parsing and application.
* Probably filled with bugs. Don't forget your bug powder.
* JRD parsing, querying.
* Yahoo 'webfinger' doesn't work. Sadly, they need to update their format to the most recent one.

== SYNOPSIS:

Expand Down Expand Up @@ -49,7 +49,7 @@ This software is also available in a permissive license. Please contact Joseph H

(The GNU Affero General Public License)

Copyright (c) 2009, 2010 Joseph Anthony Pasquale Holsten
Copyright (c) 2009, 2010, 2011 Joseph Anthony Pasquale Holsten

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion discodactyl.gemspec
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
spec.email = "joseph@josephholsten.com"
spec.homepage = "http://dactylo.us"
spec.description = %q{Discodactyl is an experimental toolkit for XRD service discovery documents and related protocols. It includes implementations of XRD URITemplate Link-Patterns, basic site-meta support, HTTP Link header parsing, acct: URIs and a webfinger poking stick.}
spec.extra_rdoc_files = %w[ AUTHORS CHANGELOG COPYING INSTALL NEWS README TODO ]
spec.extra_rdoc_files = %w[ AUTHORS CHANGELOG COPYING INSTALL NEWS README.rdoc TODO ]
spec.rdoc_options << "--charset=UTF-8" <<
"--title" << "Discodactyl Documentation" <<
"--main" << "README"
Expand Down

0 comments on commit 2d02dd0

Please sign in to comment.