https://github.com/rsms/rhp
Ruby Hypertext Preprocessor
https://github.com/rsms/rhp
Last synced: about 1 year ago
JSON representation
Ruby Hypertext Preprocessor
- Host: GitHub
- URL: https://github.com/rsms/rhp
- Owner: rsms
- License: mit
- Created: 2009-03-10T21:23:06.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2009-03-10T21:23:33.000Z (over 17 years ago)
- Last Synced: 2025-06-16T02:02:47.883Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 145 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
RHP - Ruby Hypertext Preprocessor
Authors:
Rasmus Andersson
Dependencies:
rhp
|
+- ruby 1.8
|
+- gcc or similar c compiler
|
+- ruby-fcgi
|
+- fcgi headers
These can be aquired in several ways. On Debian/Aptitude there is
a package suffixed with "-dev" which installs fcgi headers. On Mac OS X/MacPorts
there's a package named "fcgi" wich will install the library as well as the headers.
These headers may not be needed, depending on if you build ruby-fcgi yourself or
installs a prebuilt package.
And also a FastCGI-capable web server. (For example Lighttpd and Apache)