projects
/
tweeper.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
9a620fc
)
Strip trailing newlines
author
Antonio Ospite <ao2@ao2.it>
Fri, 27 Feb 2015 14:16:55 +0000
(15:16 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Fri, 27 Feb 2015 14:16:55 +0000
(15:16 +0100)
tweeper.1.asciidoc
patch
|
blob
|
history
tweeper.php
patch
|
blob
|
history
diff --git
a/tweeper.1.asciidoc
b/tweeper.1.asciidoc
index
c5c5fa9
..
9cf891b
100644
(file)
--- a/
tweeper.1.asciidoc
+++ b/
tweeper.1.asciidoc
@@
-24,7
+24,7
@@
tweeper started as the TWitter fEEd scraPER but support for other web sites
has been added.
The sites that tweeper is able to scrape and convert to RSS are:
has been added.
The sites that tweeper is able to scrape and convert to RSS are:
-
+
* Twitter.com
* Pump.io based websites, like Identi.ca
* Dilbert.com
* Twitter.com
* Pump.io based websites, like Identi.ca
* Dilbert.com
diff --git
a/tweeper.php
b/tweeper.php
index
4be5c7d
..
0c2bdbf
100644
(file)
--- a/
tweeper.php
+++ b/
tweeper.php
@@
-1,19
+1,19
@@
<?php
/*
* tweeper - a Twitter to RSS web scraper
<?php
/*
* tweeper - a Twitter to RSS web scraper
- *
+ *
* Copyright (C) 2013-2014 Antonio Ospite <ao2@ao2.it>
* Copyright (C) 2013-2014 Antonio Ospite <ao2@ao2.it>
- *
+ *
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/