Browser for Calibre libraries
  • Go 98.6%
  • Go Template 1.4%
Find a file
2020-05-17 23:47:37 +01:00
afhack Read buffers are huge blocks of zeroes 2020-05-03 14:47:43 +01:00
builder go.mod 2020-05-09 19:23:03 +01:00
calibre find orphaned files 2020-05-17 23:47:37 +01:00
cmd find orphaned files 2020-05-17 23:47:37 +01:00
config Reworking the node system 2020-05-03 21:08:48 +01:00
server Basic SSH server :D 2020-05-03 14:49:05 +01:00
templates Prefix all links with a root path 2020-04-30 20:23:40 +01:00
.gitignore In a potentially foolish move, refactored everything 2020-04-30 20:17:04 +01:00
go.mod find orphaned files 2020-05-17 23:47:37 +01:00
go.sum find orphaned files 2020-05-17 23:47:37 +01:00
LICENSE cobra init 2020-04-11 16:10:14 +01:00
main.go cobra init 2020-04-11 16:10:14 +01:00
README.md README 2020-05-03 15:44:36 +01:00

Sharlayan

A static site generator for your Calibre library.

Design Principles

  1. If it's not accessible, nothing else matters.
  2. You shouldn't have to run another process on your server.
    1. Static generation is the default mode of operation.
    2. The built-in server does nothing that other servers can't do.
  3. The output should be browsable with a web browser or file explorer.