An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# webpager

A generic pager for the web.

[![Build Status](https://travis-ci.org/fgaz/webpager.svg?branch=master)](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)