0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 6 hours ago.
Aug 10, 2025 — Aug 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
...and one Makefile to bind them all... More... about 25 years ago
The script that creates the html in bulk... should eventually create one of these that'll take ruby-tmpl output and convert it to docbook format. More... about 25 years ago
The horribly outdated content that I'll probably update tonight. More... about 25 years ago
HTML component for the top nav More... about 25 years ago
Should ignore the compiled dir... useful to have these around More... about 25 years ago
How the content gets merged I'll figure out later... probably just a cp -f or rsync More... about 25 years ago
The documentation doesn't hold 100% true to the philosophy, so don't bite (or should I say byte) because of that. Eventually it will, I just want to get this checked in so that I can start work on things from my laptop. More... about 25 years ago
Makefile now notifies you upon installation of the new ruby-tmpl file More... about 25 years ago
Added search path functionality. Now you can specify multiple directories to find a file. More... about 25 years ago
Removing all of ruby-tmpl's documentation!!!! More... about 25 years ago
Escaped " in escape_html (more correct) More... about 25 years ago
Backed out earlier escape_html commits: doing it one line at a time works better: don't get "`escape_html': undefined method `gsub!' for nil (NameError)" errors any more. More... about 25 years ago
Made previously only writable instance variables readable More... about 25 years ago
Fixed a potential bug by using Template#out where I was using @r.print or Kernel.print More... about 25 years ago
Obtained From: cgi.rb More... about 25 years ago
Can now call escape="html" from _any_ tag and the output will be HTML escaped More... about 25 years ago
Added basic HTML escaping for the following chars: "<>& More... about 25 years ago
Added readonly docroot More... about 25 years ago
Added time_compile as a reader. It can be used to benchmark how long it takes a given page to compile (read only) More... about 25 years ago
Added a targest for installing and uninstalling ruby-tmpl More... about 25 years ago
Changed to relative paths so that the tests work when run from the command line. This probably breaks the online testing in that the template path won't be found and match 100%. More... about 25 years ago
Changed tmpl.http_env to tmpl.env More... about 25 years ago
ruby-tmpl is no longer specific to mod_ruby!!!!!!! More... about 25 years ago
Removed link to the 0.1 repease... now points to the generic ruby-tmpl download page More... about 25 years ago
Fixed problem with release date. Whoops. More... about 25 years ago
Added notice of release of 0.2 More... about 25 years ago
Added a ChangeLog to the release More... about 25 years ago
Updated wording More... about 25 years ago
Copy paste goof... escape HTML is good More... about 25 years ago
Cleaned up order of information. More... about 25 years ago