Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gunn/rhp
- Owner: gunn
- Created: 2011-01-16T08:06:27.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-17T10:57:35.000Z (almost 14 years ago)
- Last Synced: 2023-04-18T04:19:42.273Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= RHP: Hypertext Preprocessor.
== Usage
First install the RHP gem:
$: sudo gem i rhpNext, pick or create a directory with some files to serve:
$: mkdir site
$: cd site
$: echo '%h1 hello from HAML' > index.html.hamlNow start the server:
$: rhpThat'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.