https://github.com/fgaz/webpager
A generic pager serving html pages from a single big textfile
https://github.com/fgaz/webpager
haskell middleware pager text web
Last synced: 4 months ago
JSON representation
A generic pager serving html pages from a single big textfile
- Host: GitHub
- URL: https://github.com/fgaz/webpager
- Owner: fgaz
- License: bsd-3-clause
- Created: 2017-05-25T19:21:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T20:06:53.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T01:43:16.121Z (12 months ago)
- Topics: haskell, middleware, pager, text, web
- Language: Haskell
- Size: 18.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# webpager
A generic pager for the web.
[](https://travis-ci.org/fgaz/webpager)
This library provides both a `wai` `Middleware` and an `Application`.
You can use it by simply serving it with `warp` with only the path of
the file to page as argument, or you can override the default config
(for example for using it to display an IRC log)