Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gunn/rhp

The RHP (or ruby) Hypertext Preprocessor.
https://github.com/gunn/rhp

Last synced: about 1 month ago
JSON representation

The RHP (or ruby) Hypertext Preprocessor.

Awesome Lists containing this project

README

        

= RHP: Hypertext Preprocessor.

== Usage
First install the RHP gem:
$: sudo gem i rhp

Next, pick or create a directory with some files to serve:
$: mkdir site
$: cd site
$: echo '%h1 hello from HAML' > index.html.haml

Now start the server:
$: rhp

That's it!

== More info

RHP is probably buggy and definitely a security risk. It should not be used by anyone under any circumstances. Luckily ruby has no shortage of solid, innovative and well-thought-out web frameworks for you to pick from.

Development by Arthur Gunn.