public
Description: A fast, libxml based, Ruby Atom library supporting the Syndication Format and the Publishing Protocol. <br> Gem is available now!!<br>
Homepage: http://ratom.rubyforge.org/
Clone URL: git://github.com/seangeo/ratom.git
Updated file header to refer to Peerworks contact URL
seangeo (author)
Mon Jun 30 20:21:11 -0700 2008
commit  8f79c4b5c680d055d8f1d77883c1ab7aaa9b398c
tree    7aab0aeaadc4554589a9f22a4e99ade2ebe258f3
parent  9bd5bbe74f18aca1703add20c89bf0addc5219e7
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
 #
0
 # For licensing information see LICENSE.txt.
0
 #
0
+# Please visit http://www.peerworks.org/contact for further information.
0
+#
0
 
0
 require 'forwardable'
0
 require 'delegate'
...
1
2
3
4
5
 
 
 
6
7
8
...
1
2
 
 
 
3
4
5
6
7
8
0
@@ -1,8 +1,8 @@
0
 # Copyright (c) 2008 The Kaphan Foundation
0
 #
0
-# Possession of a copy of this file grants no permission or license
0
-# to use, modify, or create derivate works.
0
-# Please contact info@peerworks.org for further information.
0
+# For licensing information see LICENSE.txt.
0
+#
0
+# Please visit http://www.peerworks.org/contact for further information.
0
 #
0
 
0
 require 'atom'
...
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
0
@@ -1,3 +1,9 @@
0
+# Copyright (c) 2008 The Kaphan Foundation
0
+#
0
+# For licensing information see LICENSE.txt.
0
+#
0
+# Please visit http://www.peerworks.org/contact for further information.
0
+#
0
 module Atom #:nodoc:
0
   module VERSION #:nodoc:
0
     MAJOR = 0
...
1
2
3
4
5
 
 
 
6
7
8
9
10
...
1
2
 
 
 
3
4
5
6
 
7
8
9
0
@@ -1,10 +1,9 @@
0
 # Copyright (c) 2008 The Kaphan Foundation
0
 #
0
-# Possession of a copy of this file grants no permission or license
0
-# to use, modify, or create derivate works.
0
-# Please contact info@peerworks.org for further information.
0
+# For licensing information see LICENSE.txt.
0
+#
0
+# Please visit http://www.peerworks.org/contact for further information.
0
 #
0
-
0
 require 'net/http'
0
 require 'time'
0
 
...
1
2
3
4
5
 
 
 
6
7
8
...
1
2
 
 
 
3
4
5
6
7
8
0
@@ -1,8 +1,8 @@
0
 # Copyright (c) 2008 The Kaphan Foundation
0
 #
0
-# Possession of a copy of this file grants no permission or license
0
-# to use, modify, or create derivate works.
0
-# Please contact info@peerworks.org for further information.
0
+# For licensing information see LICENSE.txt.
0
+#
0
+# Please visit http://www.peerworks.org/contact for further information.
0
 #
0
 
0
 require File.dirname(__FILE__) + '/../spec_helper'
...
1
2
3
4
5
 
 
 
6
7
8
...
1
2
 
 
 
3
4
5
6
7
8
0
@@ -1,8 +1,8 @@
0
 # Copyright (c) 2008 The Kaphan Foundation
0
 #
0
-# Possession of a copy of this file grants no permission or license
0
-# to use, modify, or create derivate works.
0
-# Please contact info@peerworks.org for further information.
0
+# For licensing information see LICENSE.txt.
0
+#
0
+# Please visit http://www.peerworks.org/contact for further information.
0
 #
0
 
0
 require File.dirname(__FILE__) + '/spec_helper.rb'
...
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
0
@@ -1,3 +1,9 @@
0
+# Copyright (c) 2008 The Kaphan Foundation
0
+#
0
+# For licensing information see LICENSE.txt.
0
+#
0
+# Please visit http://www.peerworks.org/contact for further information.
0
+#
0
 begin
0
   require 'spec'
0
 rescue LoadError

Comments

    No one has commented yet.