rfeedfinder 0.9.10 → 0.9.11

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.9.11 2007-10-29
2
+
3
+ * Update license
4
+
1
5
  == 0.9.10 2007-10-18
2
6
 
3
7
  * Remove output
data/License.txt CHANGED
@@ -1,20 +1,18 @@
1
- Copyright (c) 2007 FIXME full name
1
+ The GNU General Public License is a Free Software license. Like any Free Software license, it grants to you the four following freedoms:
2
2
 
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
3
+ 0. The freedom to run the program for any purpose.
4
+ 1. The freedom to study how the program works and adapt it to your needs.
5
+ 2. The freedom to redistribute copies so you can help your neighbor.
6
+ 3. The freedom to improve the program and release your improvements to the public, so that the whole community benefits.
10
7
 
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
8
+ You may exercise the freedoms specified here provided that you comply with the express conditions of this license. The principal conditions are:
13
9
 
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10
+ You must conspicuously and appropriately publish on each copy distributed an appropriate copyright notice and disclaimer of warranty and keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of the GNU General Public License along with the Program. Any translation of the GNU General Public License must be accompanied by the GNU General Public License.
11
+
12
+ If you modify your copy or copies of the program or any portion of it, or develop a program based upon it, you may distribute the resulting work provided you do so under the GNU General Public License. Any translation of the GNU General Public License must be accompanied by the GNU General Public License.
13
+
14
+ If you copy or distribute the program, you must accompany it with the complete corresponding machine-readable source code or with a written offer, valid for at least three years, to furnish the complete corresponding machine-readable source code.
15
+
16
+ Any of the above conditions can be waived if you get permission from the copyright holder.
17
+
18
+ Your fair dealing and other rights are in no way affected by the above.
@@ -2,7 +2,7 @@ module Rfeedfinder #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 9
5
- TINY = 10
5
+ TINY = 11
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/website/index.html CHANGED
@@ -33,7 +33,7 @@
33
33
  <h1>rfeedfinder</h1>
34
34
  <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/rfeedfinder"; return false'>
35
35
  <p>Get Version</p>
36
- <a href="http://rubyforge.org/projects/rfeedfinder" class="numbers">0.9.10</a>
36
+ <a href="http://rubyforge.org/projects/rfeedfinder" class="numbers">0.9.11</a>
37
37
  </div>
38
38
  <h2>What</h2>
39
39
 
@@ -82,7 +82,7 @@ Rfeedfinder.feeds('scripting.com')
82
82
  <h2>License</h2>
83
83
 
84
84
 
85
- <p>This code is free to use under the terms of the <span class="caps">MIT</span> license.</p>
85
+ <p>This code is free to use under the terms of the Creative Commons <span class="caps">GNU GPL</span>.</p>
86
86
 
87
87
 
88
88
  <h2>Contact</h2>
@@ -90,7 +90,7 @@ Rfeedfinder.feeds('scripting.com')
90
90
 
91
91
  <p>Comments are welcome. Send an email to <a href="mailto:alx.girard@gmail.com">Alexandre Girard</a>.</p>
92
92
  <p class="coda">
93
- <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 24th August 2007<br>
93
+ <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 29th October 2007<br>
94
94
  Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
95
95
  </p>
96
96
  </div>
data/website/index.txt CHANGED
@@ -37,7 +37,7 @@ The trunk repository is <code>svn://rubyforge.org/var/svn/rfeedfinder/trunk</cod
37
37
 
38
38
  h2. License
39
39
 
40
- This code is free to use under the terms of the MIT license.
40
+ This code is free to use under the terms of the Creative Commons GNU GPL.
41
41
 
42
42
  h2. Contact
43
43
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: rfeedfinder
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.9.10
7
- date: 2007-10-18 00:00:00 +02:00
6
+ version: 0.9.11
7
+ date: 2007-10-29 00:00:00 +01:00
8
8
  summary: rFeedFinder uses RSS autodiscovery, Atom autodiscovery, spidering, URL correction, and Web service queries -- whatever it takes -- to find the feed.
9
9
  require_paths:
10
10
  - lib