Go to file
Leonora Tindall 81890b7d7d
Add better logging
2022-11-03 23:30:59 -05:00
config Implement basic Corobel 2022-10-31 20:57:20 -05:00
rss@1b001f74ff Vendor modified RSS to fix atom:link issue. This is 0.2.0. 2022-10-31 22:59:25 -05:00
samples/cohost/api/v1 Add support for Media Envelope for uploads 2022-11-02 14:37:45 -05:00
src Add better logging 2022-11-03 23:30:59 -05:00
static Support media envelopes and feed w/o transparent shares 2022-11-02 14:49:54 -05:00
.gitignore Add HTTP and data cacheing for speed 2022-11-02 14:34:50 -05:00
.gitmodules Vendor modified RSS to fix atom:link issue. This is 0.2.0. 2022-10-31 22:59:25 -05:00
Cargo.lock This is 0.5.0 2022-11-02 14:50:47 -05:00
Cargo.toml This is 0.5.0 2022-11-02 14:50:47 -05:00
README.md Support media envelopes and feed w/o transparent shares 2022-11-02 14:49:54 -05:00
Rocket.toml Implement basic Corobel 2022-10-31 20:57:20 -05:00

README.md

Corobel

Translate Cohost projects and posts into RSS 2.0 feeds so you can follow them in your RSS reader.

What it currently does

Corobel provides feeds at /<project>/feed.rss and Webfinger objects at .well-known/webfinger?<project>.

Set your domain name with --domain. If you must, you can configure the base URL with --base-url. A template SystemD unit file is provided at config/corobel.service. See Rocket.toml for the appropriate ports to use for development and deployment.

Todo

  • Webfinger for Cohost projects
    • Handle redirects
  • RSS feeds for projects
  • Index page explaining what's going on
  • Better support for transparent shares
    • Add feed without shares
  • More robust parsing (defaults for all!)
  • RSS feeds for tags
  • Atom Extension pagination support
  • Disable pagination
    • HTTP Cacheing
    • Data cacheing
  • Nicer theme
  • Read More support
  • Dublin Core support
  • Media Envelope support