Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bfontaine/clotd

QOTD server written in Clojure
https://github.com/bfontaine/clotd

clojure qotd server

Last synced: about 1 month ago
JSON representation

QOTD server written in Clojure

Awesome Lists containing this project

README

        

# clotd

A [QOTD][rfc] server.

[rfc]: http://tools.ietf.org/html/rfc865

## Building

To build a standalone `.jar`:

```
lein uberjar
```

## Usage

You need to run the server as root if you want to use the default port,
because it’s below 1024 (17).

```
[sudo] java -jar []
```

* `` is the path to the standalone `.jar`
* `` is the path to your quotes file. Quotes are separated with a
`%` on its own line.
* `` is optional and is the port used by the server (default is 17).

## License

Copyright © 2013 Baptiste Fontaine

Distributed under the Eclipse Public License version 1.0