kvarn-reference

Crates.iokvarn-reference
lib.rskvarn-reference
version0.5.0
sourcesrc
created_at2021-11-06 13:44:12.632659
updated_at2024-02-11 21:30:48.21319
descriptionAn implementation of the Kvarn web server framework.
homepagehttps://kvarn.org/
repositoryhttps://github.com/Icelk/kvarn-reference/
max_upload_size
id477663
size2,702
Icelk (Icelk)

documentation

README

Kvarn reference binary

This crate is archived. Use the moella crate instead, which features a config format.


As kvarn-search isn't published on crates.io yet, you must clone it at ../kvarn-search.

This is a reference implementation of the Kvarn server library. It's for my personal use for my domains icelk.dev and kvarn.org and will therefore not work with most configurations.

For now, I suggest forking this repo and tweaking it to your liking.

Installation

If you really want to install it, you can run the following.

$ cargo install kvarn-reference

Folder structure

To get this example working, it is assumed you have the Kvarn library in ../kvarn, the files for icelk.dev and kvarn.org in ../icelk.dev and ../kvarn.org, respectively.

Future

I plan to add support for a config file so you do not have to recompile the binary every time you want to support a new domain.

Commit count: 308

cargo fmt