Skip to content

drcraig/skim

 
 

Repository files navigation

skim, a self-hosted news reader

Directory structure

.skim
|- subscriptions.opml                   # subscriptions and categories
|- feed-slug-a                          # a single feed
|  |- conditional-get                   # conditional GET state
|  |- feed.json                         # feed metadata
|  |- entries.db                        # entry slugs by URL, for deduplication
|  |- YYYY-MM-DDTHH:MM:SS-entry-slug-a  # a single entry
|  |  |- entry.json                     # entry metadata
|  |  |- body.md                        # markdown version
|  |  |- body.html                      # (cached) HTML version
|  |  |- image-a.png                    # locally cached image
|  |  |- ...
|  |- YYYY-MM-DDTHH:MM:SS-entry-slug-b
|  |- ...
|- feed-slug-b
|- ...
|- index
   |- search index files

About

skim, a self-hosted news reader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.7%
  • HTML 12.1%
  • CSS 7.5%
  • JavaScript 5.2%
  • Shell 0.5%