This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/ruby | |
| require 'cgi' | |
| require 'rubygems' | |
| require 'highline/import' | |
| def uri_escape(string) | |
| CGI.escape(string) | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| <html lang="en-gb"> | |
| <head> | |
| <title>Library Guides Home Page</title> | |
| <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> | |
| <meta name="description" content="Library Guides Home Page"> | |
| <!-- The jQuery library is included via the Google AJAX Libraries API | |
| http://code.google.com/apis/ajaxlibs/ | |
| But could be installed locally by downloading it from the jQuery website | |
| http://jquery.com/ |
NewerOlder