Module: RGitHook
- Defined in:
- lib/rgithook/git.rb,
lib/rgithook/html.rb,
lib/rgithook/githook.rb,
lib/rgithook/version.rb
Defined Under Namespace
Modules: VERSION Classes: Commit, CommitFile, Git, Helpers, PostReceivePack, RefUpdate
Constant Summary collapse
- HTML_HEADER =
"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;\" charset=\"utf-8\"/>\n</head>\n<body>\n"- HTML_FOOTER =
" </body>\n </html>\n"