1
0
Fork
You've already forked ff-de-sepia
0
No description
  • Rust 60.9%
  • Nix 35.4%
  • CSS 3.7%
2024年12月07日 00:44:44 +01:00
modules Added flake, nix package, NixOS module. 2024年12月07日 00:42:39 +01:00
pkgs Added flake, nix package, NixOS module. 2024年12月07日 00:42:39 +01:00
src Now using environment variables + more helpful HTML title. 2024年12月07日 00:43:40 +01:00
static Added working alt frontend for stories on www.fanfiktion.de. 2024年12月06日 22:25:14 +01:00
.gitignore Expanded gitignore. 2024年12月07日 00:44:44 +01:00
Cargo.lock Now using environment variables + more helpful HTML title. 2024年12月07日 00:43:40 +01:00
Cargo.toml Now using environment variables + more helpful HTML title. 2024年12月07日 00:43:40 +01:00
flake.lock Added flake, nix package, NixOS module. 2024年12月07日 00:42:39 +01:00
flake.nix Added flake, nix package, NixOS module. 2024年12月07日 00:42:39 +01:00
overlay.nix Added flake, nix package, NixOS module. 2024年12月07日 00:42:39 +01:00
README.md Added a to do to readme. 2024年12月06日 23:03:57 +01:00

This project is a webserver that can currently take absolute URLs from stories on www.fanfiktion.de with everything before the root slash stripped. It will then fetch a chapter of the story and provide you a minimal website to read that chapter on. There is a list of links of all chapters to switch to another chapter and the current chapter is highlighted for convenience.

As already meantioned, only /s/* routes are supported. There is also a lot of other information lacking that is present on the story site on www.fanfiktion.de.

Motivation

www.fanfiktion.de requires JavaScript for basic things that could just be links, like switching between chapters of a story.

Furthermore, the site feels like it is too cluttered if you just want to read the story.

To do

  • error handling