Skip to content

Commit

Permalink
fix foxmask#147 - Drop Readability
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxMaSk committed Sep 4, 2016
1 parent fbb2ab2 commit cb6660d
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 679 deletions.
4 changes: 0 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ recursive-include th_pocket *.html
recursive-include th_pocket/templates *
recursive-include th_pocket/migrations *

recursive-include th_readability *.html
recursive-include th_readability/templates *
recursive-include th_readability/migrations *

recursive-include th_rss *.html
recursive-include th_rss/templates *

Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ or to make your own "recipe" :
.. code-block:: bash
pip install django-th[rss,wallabag]
pip install django-th[rss,twitter,pocket,github]
pip install django-th[rss,wallabag,twitter,github]
pip install django-th[all]
Expand Down
18 changes: 0 additions & 18 deletions django_th/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,16 +250,6 @@
"CLIENT_CLASS": "django_redis.client.DefaultClient",
}
},
# Readability
'th_readability':
{
'TIMEOUT': 500,
"BACKEND": "django_redis.cache.RedisCache",
"LOCATION": "redis://127.0.0.1:6379/4",
"OPTIONS": {
"CLIENT_CLASS": "django_redis.client.DefaultClient",
}
},
# Twitter Cache
'th_twitter':
{
Expand Down Expand Up @@ -361,7 +351,6 @@
'th_rss.my_rss.ServiceRss',
# 'th_pocket.my_pocket.ServicePocket',
# 'th_evernote.my_evernote.ServiceEvernote',
# 'th_readability.my_readability.ServiceReadability',
# 'th_twitter.my_twitter.ServiceTwitter',
# 'th_trello.my_trello.ServiceTrello',
# 'th_github.my_github.ServiceGithub',
Expand Down Expand Up @@ -401,13 +390,6 @@
'consumer_secret': '<your pushbullet secret>',
}

TH_READABILITY = {
# get your credential by subscribing to
# https://www.readability.com/settings/account
'consumer_key': '<your readability key>',
'consumer_secret': '<your readability secret>',
}

TH_TODOIST = {
'client_id': '<your todoist key>',
'client_secret': '<your todoist secret>',
Expand Down
94 changes: 0 additions & 94 deletions docs/readability.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ For all the services, the installation is the same :
pelican
pocket
pushbullet
readability
rss
search
todoist
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ pocket==0.3.6
py-trello==0.5.0
pytidylib==0.2.4
pypandoc==1.1.3
readability-api==1.0.2
requests-oauthlib==0.6.1
twython==3.4.0
wallabag_api==1.1.0
Expand Down
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@
extras_require_pocket = [
'pocket==0.3.6',
]
extras_require_readability = [
'readability-api==1.0.2',
]
extras_require_rss = [
'feedparser==5.2.1',
]
Expand Down Expand Up @@ -55,7 +52,7 @@
]

extras_require_all = extras_require_github\
+ extras_require_pocket + extras_require_readability + extras_require_rss\
+ extras_require_pocket + extras_require_rss\
+ extras_require_search + extras_require_trello + extras_require_twitter\
+ extras_require_pelican + extras_require_wallabag\
+ extras_require_evernote + extras_require_todoist\
Expand Down Expand Up @@ -92,7 +89,6 @@
'evernote': extras_require_evernote,
'github': extras_require_github,
'pocket': extras_require_pocket,
'readability': extras_require_readability,
'rss': extras_require_rss,
'search': extras_require_search,
'trello': extras_require_trello,
Expand Down
2 changes: 0 additions & 2 deletions th_readability/__init__.py

This file was deleted.

27 changes: 0 additions & 27 deletions th_readability/forms.py

This file was deleted.

28 changes: 0 additions & 28 deletions th_readability/migrations/0001_initial.py

This file was deleted.

Empty file.
26 changes: 0 additions & 26 deletions th_readability/models.py

This file was deleted.

Loading

0 comments on commit cb6660d

Please sign in to comment.