From 5de2a52d4d8e3e78cf396de4859fa87a45da7e8f Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Sat, 7 Apr 2012 20:36:54 -0700 Subject: [PATCH] Created gh-pages branch via GitHub --- index.html | 43 ++++++ javascripts/scale.fix.js | 17 +++ params.json | 1 + stylesheets/pygment_trac.css | 69 ++++++++++ stylesheets/styles.css | 255 +++++++++++++++++++++++++++++++++++ 5 files changed, 385 insertions(+) create mode 100644 index.html create mode 100644 javascripts/scale.fix.js create mode 100644 params.json create mode 100644 stylesheets/pygment_trac.css create mode 100644 stylesheets/styles.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..cc062a5 --- /dev/null +++ b/index.html @@ -0,0 +1,43 @@ + + + + + + Haste-server by seejohnrun + + + + + + + +
+
+

Haste-server

+

open source pastebin written in node.js

+

View the Project on GitHub seejohnrun/haste-server

+ +
+
+

Pastebin

+ +

haste-server is an open source pastebin. You can see an example at hastebin.com, and it's easy to install locally.

+ +

GitHub

+ +

Check out the project on github

+
+ +
+ + + \ No newline at end of file diff --git a/javascripts/scale.fix.js b/javascripts/scale.fix.js new file mode 100644 index 0000000..87a40ca --- /dev/null +++ b/javascripts/scale.fix.js @@ -0,0 +1,17 @@ +var metas = document.getElementsByTagName('meta'); +var i; +if (navigator.userAgent.match(/iPhone/i)) { + for (i=0; i