Sha256: b5180ae7546bdeebcd3925b9f9b786eacd3d00e140fe26bcb2a41a7ba08914c6
Contents?: true
Size: 535 Bytes
Versions: 1
Compression:
Stored size: 535 Bytes
Contents
= 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
RHP-0.0.2a | README.rdoc |