From 0fb89786a319ff6788cc94bc6e0d1c13da33941f Mon Sep 17 00:00:00 2001 From: Jari Sundell Date: Thu, 15 May 2014 22:41:43 +0900 Subject: [PATCH] Create gh-pages branch via GitHub --- index.html | 50 +++++++ javascripts/scale.fix.js | 17 +++ params.json | 1 + stylesheets/pygment_trac.css | 69 ++++++++++ stylesheets/styles.css | 255 +++++++++++++++++++++++++++++++++++ 5 files changed, 392 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 00000000..044b9ce6 --- /dev/null +++ b/index.html @@ -0,0 +1,50 @@ + + + + + + Rtorrent by rakshasa + + + + + + + +
+
+

Rtorrent

+

rTorrent BitTorrent client

+ +

View the Project on GitHub rakshasa/rtorrent

+ + + +
+
+

+RTorrent and LibTorrent Wiki

+ +

+Download

+ + +
+ +
+ + + + \ No newline at end of file diff --git a/javascripts/scale.fix.js b/javascripts/scale.fix.js new file mode 100644 index 00000000..87a40ca7 --- /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