Git Product home page Git Product logo

feedviewer's Introduction

FeedViewer

An Android program for offline reading of RSS feeds generated by FeedMe.

This is a new version of FeedViewer, compatible with more modern devices like Android 10. (The old version of FeedViewer, in my android repository, required a device with a menu button, and modern build tools like Android Studio can't build or even import it.)

For information on building FeedViewer with Gradle, see the INSTALL document.

The FeedMe directory structure is documented below. For information on how to configure a web server so that FeedViewer can fetch daily feeds, see the FeedFetching document.

Wishlist

  • Way to keep a directory of saved articles

  • Toolbar buttons spaced out instead of right-justified (this may have something to do with the Toolbar's automatically created ActionMenuView, which isn't in the layout files so there's no obvious way to style it)

  • Less toolbar vertical padding -- probably not possible, Android standard

  • Allow font size changing

  • Settings menu to include font sizing

Low priority wishlist

  • Space out buttons across toolbar instead of right justification
  • Multiple style sheets, e.g. night and day
  • Set brightness by dragging down the left side.

Feed Directory Structure

FeedMe is a Python program for fetching RSS feeds once a day, to read offline on a variety of devices. Learn more about it: FeedMe page on ShallowSky.com FeedMe source on GitHub

FeedViewer reads, imports, and deletes collections of HTML files in directories arranged in the directory structure produced by FeedMe:

[feeds root]
|
|____feeds.css
|
|____11-16-Mon
|    |
|    |_ A_Word_A_Day
|    |      index.html
|    |      0.html
|    |
|    |_ Slashdot
|    |      index.html
|    |
|    |_ BBC_News_Science
|    |      index.html
|    |      0.html
|    |      1.html
|    |      2.html
|    |      long_name_1.jpg
|    |      long_name_2.png

(There are also a few other files that FeedViewer will ignore, like log-urlrss at the top level and MANIFEST in each daily directory, that are useful for debugging FeedMe problems.)

For each directory, the index.html provides links to the numbered HTML files.

You can put a feeds.css immediately under feeds on the server and it will automatically be downloaded along with the day's feeds.

feedviewer's People

Contributors

akkana avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.