

FEED READER ANDROID FOR ANDROID
That’s why I decided not to add them to this list.Īlso Read: 7 Best Google News Alternatives for Android and iOS 1. Pull stories from sources using RSS feeds but you can’t build your own feed the way you can use RSS feeder apps like Feedly. Note that newsreader apps like Google and Microsoft News are not truly customizable though they do the same thing. Let’s take a look at some of the best RSS reader apps that you can get on the Android platform because you definitely need one. This makes it easier to read and research without having to hunt content across the web. You can further divide these blogs by niche or topics like health, finance, tech, and so on. RSS Reader Apps for AndroidĪn RSS app will act as a one-stop solution where you can consume all content from across the board. Just add your favorite blogs to an RSS reader app for Android and you are done. RSS readers fix this problem so you don’t have to visit each and every blog. Reader, and feed importer.There is just way too much content being created on a daily basis and following all your favorite blogs is simply not possible anymore. NewsBlur comes complete with a test suite that tests the functionality of the rss_feeds, The Django shell within the newsblur_web container.
FEED READER ANDROID CODE
To debug your code, drop import pdb pdb.set_trace() into the Python code where you would like to start debugging.Run the make nb command to rebuild your docker-compose containers.Add the following lines of code to your docker-compose.yml file to replace anywhere where it says image: newsblur/newsblur_python3ĭockerfile: docker/newsblur_base_image.Dockerfile.Add your new site-packages to config/requirements.txt.Please follow the following steps to do so. Because of how the docker image is set up, you will need to create your own image and direct your docker-compose.yml file to use it. It is built using the Dockerfile found in docker/newsblur_base_image.Dockerfile. To apply changes to the docker/haproxy/nf file, node packages, or any new database migrations you will need to use the make nb command.Ĭurrently, the docker-compose.yml file uses the newsblur/newsblur_python3 image.

To apply changes to the docker-compose.yml file, use the make rebuild command.To apply changes to the Python or JavaScript code, use the make command.To make docker-compose work with an older database version, change the image version for the database service in the docker-compose file. docker/volumes/ part of the volume directive in the service to point to your local database's data directory.
FEED READER ANDROID UPGRADE
To make docker-compose work with your database, upgrade your local database to the docker-compose version and then volumize the database data path by changing the. Making docker-compose work with your existing database You can also confirm that there is a domain name mismatch in the database by running make shell & typing () to show the domain that NewsBlur is expecting. If the string after Domain= is not the domain you are using to access the website, then your configuration still needs your custom domain. The value of the "set-cookie" header should contain a "Domain=" string.Observe the Response headers for that call.Look again at the developer tools, there should be a POST call to /login.Open developer tools and look at the network tab.Go to the website address in your browser.If you're using a custom subdomain, you'll also want to add it to ALLOWED_SUBDOMAINS in apps/reader/views.pyĪ way to make sure you updated all the correct places: Change the domain in config/fixtures/bootstrap.json.Change NEWSBLUR_URL and SESSION_COOKIE_DOMAIN in newsblur_web/docker_local_settings.py.Miscellaneous jQuery Plugins: Everything from resizable layouts, to progressīars, sortables, date handling, colors, corners, JSON, animations.Backbone.js: Framework for the web app.Underscore.js: Functional programming for JavaScript.jQuery: Cross-browser compliant JavaScript code.Elasticsearch: Search database, use for searching stories.Redis: Programmer's database, used to assemble stories for the river, store story ids, manage feed fetching schedules, and the minuscule bit of caching that NewsBlur uses.PostgreSQL: Relational database, used to store feeds,.Used to store stories, read stories, feed/page fetch histories, and proxied sites. Django: Web framework written in Python, usedĪsynchronous queueing server, used to fetch and parse RSS feeds.Highlights stories you want to read, based on the same criteria.Hides stories you don't want to read based on tags, keywords, authors, etc.Twitter: Shows the original site (you have to see it to believe it).NewsBlur is a personal news reader bringing people together.
