No description
| modules | Added flake, nix package, NixOS module. | |
| pkgs | Added flake, nix package, NixOS module. | |
| src | Now using environment variables + more helpful HTML title. | |
| static | Added working alt frontend for stories on www.fanfiktion.de. | |
| .gitignore | Expanded gitignore. | |
| Cargo.lock | Now using environment variables + more helpful HTML title. | |
| Cargo.toml | Now using environment variables + more helpful HTML title. | |
| flake.lock | Added flake, nix package, NixOS module. | |
| flake.nix | Added flake, nix package, NixOS module. | |
| overlay.nix | Added flake, nix package, NixOS module. | |
| README.md | Added a to do to readme. | |
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