@hackage maid2014.10.14
A simple static web server
Categories
License
BSD-3-Clause
Maintainer
Jinjing Wang <nfjinjing@gmail.com>
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
- 2014.10.14 Tue, 14 Oct 2014
- 2014.8.31 Sun, 31 Aug 2014
- 2013.9.14 Sat, 14 Sep 2013
- 2013.9.13 Fri, 13 Sep 2013
- 2012.1.19 Thu, 19 Jan 2012
- 2011.10.13 Wed, 12 Oct 2011 Show all…
Installation
Dependencies (0)
- air >=2014.5.19
- air-th
- base >=4 && <100
- bytestring
- containers
- data-default Show all…
Dependents (1)
@hackage/acme-everything
Maid
A simple static web server
install
cabal install maid
run
on port 3000
maid
on port 5000
maid 5000
custom css
place maid.css in current path
default is
body {
line-height: 1.5em;
font-size: 1.3em;
}
.directory a
, .directory a:visited {
color: grey;
}
a
, a:visited {
text-decoration: none;
color: #222;
display: block;
background: #eee;
padding: 3px;
padding-left: 20px;
}
a:hover {
background: #ccc;
}
li {
list-style-type: none;
width: 80%;
margin: 5px;
}
custom overwritten mime-types
place mime.types in current path
default: src/Web/Maid/ApacheMimeTypes.hs