Brian O'Donnell
|
c86e165726
|
Merged changes from master
|
2015-07-06 20:32:19 -04:00 |
|
Brian O'Donnell
|
34475890a9
|
Merged changes from master
|
2015-07-05 16:39:32 -04:00 |
|
Brian O'Donnell
|
d6c719ff76
|
Merged changes from master
|
2015-07-05 16:20:33 -04:00 |
|
Brian O'Donnell
|
0a64ffd738
|
Merged changes from master
|
2015-07-05 11:56:23 -04:00 |
|
Brian O'Donnell
|
f91081485d
|
Merge from master
|
2015-05-28 22:41:48 -04:00 |
|
Brian O'Donnell
|
d374ffd0d0
|
Merge changes from master
|
2015-05-27 10:46:02 -04:00 |
|
Brian O'Donnell
|
1619049c86
|
Substitue link for guid if guid field is missing
|
2015-05-24 21:43:49 -04:00 |
|
Brian O'Donnell
|
5c4c626834
|
Strip apostrophes from words when hashtagifying titles
|
2015-05-11 09:40:52 -04:00 |
|
Brian O'Donnell
|
77536f8332
|
Output formatting tweak
|
2015-05-05 20:54:55 -04:00 |
|
Brian O'Donnell
|
f3082a346c
|
Added --limit option to prevent stream spamming on high volume or backlogged feeds
|
2015-05-05 20:50:25 -04:00 |
|
rev138
|
ec9d103a79
|
Fixed token extraction for compatibility with v0.5.0.0
|
2015-05-03 22:42:12 -04:00 |
|
rev138
|
50d996959b
|
Post formatting
|
2015-04-26 10:15:58 -04:00 |
|
rev138
|
4f85d9c564
|
Revert previous change
|
2015-04-24 20:50:27 -04:00 |
|
rev138
|
a8662b0c57
|
Removed h2 tag from hyperlinked titles
This seems to be preventing D* from processing the opengraph data
|
2015-04-24 13:07:46 +00:00 |
|
Brian O'Donnell
|
a554b2df3e
|
Markdown formatting
|
2015-04-23 17:07:38 -04:00 |
|
Brian O'Donnell
|
baf2efc4ca
|
Markdown formatting
|
2015-04-23 16:57:18 -04:00 |
|
Brian O'Donnell
|
2cd286816b
|
Added sanitization of database query inputs and added the --post-raw-link option
|
2015-04-23 16:40:34 -04:00 |
|
Brian O'Donnell
|
6f16e5fbfc
|
Fixed tag parsing for strings with parentheses and other punctuation
|
2015-04-23 13:43:55 -04:00 |
|
Brian O'Donnell
|
ab0398dc67
|
Script now auto-creates db file and schema
|
2015-04-22 16:21:06 -04:00 |
|
Brian O'Donnell
|
a450df7c0c
|
Cleaned up trailing whitespace in code
|
2015-04-22 13:38:41 -04:00 |
|
Brian O'Donnell
|
8fc1e0d2e8
|
Fixed/improved tag extraction from titles
|
2015-04-22 11:52:15 -04:00 |
|
Brian O'Donnell
|
c5f75b7b48
|
Code re-org/cleanup
|
2015-04-22 11:32:23 -04:00 |
|
Brian O'Donnell
|
0c251d7487
|
Removed 'use Encode' as it is a useless dependency
|
2015-04-22 11:26:36 -04:00 |
|
Brian O'Donnell
|
9b19a9de3e
|
Last commit had 'normalize' in the wrong place
|
2015-04-22 11:24:46 -04:00 |
|
Brian O'Donnell
|
6fe047f10e
|
Added unicode normalization of feed input
|
2015-04-22 11:05:48 -04:00 |
|
Brian O'Donnell
|
5e6c8aeb17
|
Changed string parsing to handle unicode characters properly
|
2015-04-22 10:56:11 -04:00 |
|
Brian O'Donnell
|
a40a5a8f73
|
Corrected the code submitted by RichKavanagh to add the provider_display_name to the POST payload
|
2015-04-22 09:31:03 -04:00 |
|
Brian O'Donnell
|
a0a6209883
|
Consolidated sub paramaters to increase readability and make passing through top-level params cleaner
|
2015-04-21 12:04:59 -04:00 |
|
Brian O'Donnell
|
f261f06c4c
|
Added support for Atom feeds
|
2015-04-21 10:27:21 -04:00 |
|
Brian O'Donnell
|
34de5d0be2
|
Split titles on whitespace, instead of non-alphanumeric
|
2015-04-21 09:02:56 -04:00 |
|
Brian O'Donnell
|
2a0be250d1
|
Added support for correlated.org's funky RSS format, and hopefully any other feeds that use the same
|
2015-04-21 08:40:13 -04:00 |
|
Brian O'Donnell
|
79dc3ee2b8
|
Fixed the feed processing to include the title attribute. I'll get this right eventually...
|
2015-04-20 11:28:14 -04:00 |
|
Brian O'Donnell
|
5dadc24edf
|
Fixed help screen output spacing
|
2015-04-20 10:08:03 -04:00 |
|
Brian O'Donnell
|
ace5b34ebd
|
update_feed now saves the 'title' attribute to the database
|
2015-04-20 10:03:31 -04:00 |
|
Brian O'Donnell
|
d592adc5cd
|
Added 'title' to the list of fields pulled from the DB for posts
|
2015-04-20 09:59:59 -04:00 |
|
Brian O'Donnell
|
8da031f5dd
|
Added single quotes around hash key for status_message[provider_display_name]
|
2015-04-20 09:58:02 -04:00 |
|
Rich
|
db7030cf56
|
Update pod_feeder.pl
|
2015-04-20 14:24:11 +01:00 |
|
Rich
|
acc5247afe
|
Update pod_feeder.pl
Added provider_display_name for some reps :)
|
2015-04-20 14:22:24 +01:00 |
|
Brian O'Donnell
|
2302664538
|
Changed raw URL link in post to a hyperlinked article title
|
2015-04-20 09:09:01 -04:00 |
|
rev138
|
1c3faff94b
|
Hashtagified "posted by #pod_feeder" footer
|
2015-04-19 20:46:56 -04:00 |
|
Brian O'Donnell
|
760eadedcf
|
Fixed default db filename and case-sensitive stop-words issue
|
2015-04-17 15:44:33 -04:00 |
|
Brian O'Donnell
|
f1252d5f1d
|
set executable bits
|
2015-04-17 15:35:30 -04:00 |
|
rev138
|
bba3e7c868
|
Added "posted by" tag to post content
|
2015-04-17 14:39:01 -04:00 |
|
rev138
|
e77ea1c693
|
Create pod_feeder.pl
|
2015-04-17 13:53:28 -04:00 |
|