https://github.com/gunn/rhp
The RHP (or ruby) Hypertext Preprocessor.
https://github.com/gunn/rhp
Last synced: 14 days 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-17T10:57:35.000Z (over 14 years ago)
- Last Synced: 2025-01-26T15:11:32.931Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 3
- 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.