Go to file
Leonora Tindall 25c6dffc85
Implement basic Corobel
2022-10-31 20:57:20 -05:00
config Implement basic Corobel 2022-10-31 20:57:20 -05:00
samples Implement basic Corobel 2022-10-31 20:57:20 -05:00
src Implement basic Corobel 2022-10-31 20:57:20 -05:00
static Implement basic Corobel 2022-10-31 20:57:20 -05:00
.gitignore Initial commit 2022-10-30 09:26:34 -05:00
Cargo.lock Implement basic Corobel 2022-10-31 20:57:20 -05:00
Cargo.toml Implement basic Corobel 2022-10-31 20:57:20 -05:00
README.md Implement basic Corobel 2022-10-31 20:57:20 -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
  • RSS feeds for tags
  • Atom Extension pagination support
  • Read More support
  • Dublin Core support
  • Media Envelope support