From edbff2db9d6a6d5c705b972bf40de34266415a1d Mon Sep 17 00:00:00 2001 From: Ben Bleything Date: Fri, 8 Jan 2010 08:35:13 -0800 Subject: rename README to README.rdoc --- README | 36 ------------------------------------ README.rdoc | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 README create mode 100644 README.rdoc diff --git a/README b/README deleted file mode 100644 index 05b4cd0..0000000 --- a/README +++ /dev/null @@ -1,36 +0,0 @@ -= All-purpose Property List manipulation library - -Plist is a library to manipulate Property List files, also known as plists. It can parse plist files into native Ruby data structures as well as generating new plist files from your Ruby objects. - -== Usage - -See USAGE[link:files/docs/USAGE.html]. - -== Links - -[Project Page] http://plist.rubyforge.org -[Subversion repository] svn://rubyforge.org//var/svn/plist -[RDoc (on RubyForge)] http://plist.rubyforge.org - -== Credits - -plist is maintained by Ben Bleything and Patrick May . Patrick wrote most of the code; Ben is a recent addition to the project, having merged in his plist generation library. - -Other folks who have helped along the way: - -[Martin Dittus] who pointed out that +Time+ wasn't enough for plist Dates, especially those in ~/Library/Cookies/Cookies.plist -[Chuck Remes] who pushed Patrick towards implementing #to_plist -[Mat Schaffer] who supplied code and test cases for elements -[Michael Granger] for encouragement and help - -== License and Copyright - -plist is released under the MIT License. - -Portions of the code (notably the Rakefile) contain code pulled and/or adapted from other projects. These files contain a comment at the top describing what was used. - -=== MIT License - -:include: LICENSE - - diff --git a/README.rdoc b/README.rdoc new file mode 100644 index 0000000..05b4cd0 --- /dev/null +++ b/README.rdoc @@ -0,0 +1,36 @@ += All-purpose Property List manipulation library + +Plist is a library to manipulate Property List files, also known as plists. It can parse plist files into native Ruby data structures as well as generating new plist files from your Ruby objects. + +== Usage + +See USAGE[link:files/docs/USAGE.html]. + +== Links + +[Project Page] http://plist.rubyforge.org +[Subversion repository] svn://rubyforge.org//var/svn/plist +[RDoc (on RubyForge)] http://plist.rubyforge.org + +== Credits + +plist is maintained by Ben Bleything and Patrick May . Patrick wrote most of the code; Ben is a recent addition to the project, having merged in his plist generation library. + +Other folks who have helped along the way: + +[Martin Dittus] who pointed out that +Time+ wasn't enough for plist Dates, especially those in ~/Library/Cookies/Cookies.plist +[Chuck Remes] who pushed Patrick towards implementing #to_plist +[Mat Schaffer] who supplied code and test cases for elements +[Michael Granger] for encouragement and help + +== License and Copyright + +plist is released under the MIT License. + +Portions of the code (notably the Rakefile) contain code pulled and/or adapted from other projects. These files contain a comment at the top describing what was used. + +=== MIT License + +:include: LICENSE + + -- cgit v1.2.1