From 0d4448356bfbaf12685542d698ac2f10bbf0ae20 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 31 Oct 2014 16:05:51 -0700 Subject: [PATCH] doc: move site files around --- doc/site/.gitignore | 4 ++++ doc/site/README | 4 ++++ doc/site/{files => }/css/bootstrap-theme.css | 0 doc/site/{files => }/css/bootstrap-theme.min.css | 0 doc/site/{files => }/css/bootstrap.css | 0 doc/site/{files => }/css/bootstrap.min.css | 0 doc/site/{files => }/css/style.css | 0 doc/site/files/README | 1 + doc/site/files/js/nav.js | 9 --------- .../fonts/glyphicons-halflings-regular.eot | Bin .../fonts/glyphicons-halflings-regular.svg | 0 .../fonts/glyphicons-halflings-regular.ttf | Bin .../fonts/glyphicons-halflings-regular.woff | Bin doc/site/{files => }/images/hledger-charts-2.png | Bin doc/site/{files => }/images/hledger-screen-1.png | Bin doc/site/{files => }/images/hledger-web-journal.png | Bin doc/site/{files => }/images/linux.png | Bin doc/site/{files => }/images/mac.png | Bin doc/site/{files => }/images/sshot.png | Bin doc/site/{files => }/images/watchhours.png | Bin doc/site/{files => }/images/windows.png | Bin doc/site/{files => }/js/bootstrap.js | 0 doc/site/{files => }/js/bootstrap.min.js | 0 .../{files => }/js/highslide/graphics/close.png | Bin .../{files => }/js/highslide/graphics/closeX.png | Bin .../js/highslide/graphics/fullexpand.gif | Bin .../js/highslide/graphics/geckodimmer.png | Bin doc/site/{files => }/js/highslide/graphics/icon.gif | Bin .../{files => }/js/highslide/graphics/loader.gif | Bin .../js/highslide/graphics/loader.white.gif | Bin .../js/highslide/graphics/outlines/beveled.png | Bin .../js/highslide/graphics/outlines/drop-shadow.png | Bin .../js/highslide/graphics/outlines/glossy-dark.png | Bin .../js/highslide/graphics/outlines/outer-glow.png | Bin .../highslide/graphics/outlines/rounded-black.png | Bin .../highslide/graphics/outlines/rounded-white.png | Bin .../{files => }/js/highslide/graphics/resize.gif | Bin .../{files => }/js/highslide/graphics/zoomin.cur | Bin .../{files => }/js/highslide/graphics/zoomout.cur | Bin doc/site/{files => }/js/highslide/highslide-ie6.css | 0 doc/site/{files => }/js/highslide/highslide.css | 0 doc/site/{files => }/js/highslide/highslide.js | 0 42 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 doc/site/.gitignore create mode 100644 doc/site/README rename doc/site/{files => }/css/bootstrap-theme.css (100%) rename doc/site/{files => }/css/bootstrap-theme.min.css (100%) rename doc/site/{files => }/css/bootstrap.css (100%) rename doc/site/{files => }/css/bootstrap.min.css (100%) rename doc/site/{files => }/css/style.css (100%) create mode 100644 doc/site/files/README delete mode 100644 doc/site/files/js/nav.js rename doc/site/{files => }/fonts/glyphicons-halflings-regular.eot (100%) rename doc/site/{files => }/fonts/glyphicons-halflings-regular.svg (100%) rename doc/site/{files => }/fonts/glyphicons-halflings-regular.ttf (100%) rename doc/site/{files => }/fonts/glyphicons-halflings-regular.woff (100%) rename doc/site/{files => }/images/hledger-charts-2.png (100%) rename doc/site/{files => }/images/hledger-screen-1.png (100%) rename doc/site/{files => }/images/hledger-web-journal.png (100%) rename doc/site/{files => }/images/linux.png (100%) rename doc/site/{files => }/images/mac.png (100%) rename doc/site/{files => }/images/sshot.png (100%) rename doc/site/{files => }/images/watchhours.png (100%) rename doc/site/{files => }/images/windows.png (100%) rename doc/site/{files => }/js/bootstrap.js (100%) rename doc/site/{files => }/js/bootstrap.min.js (100%) rename doc/site/{files => }/js/highslide/graphics/close.png (100%) rename doc/site/{files => }/js/highslide/graphics/closeX.png (100%) rename doc/site/{files => }/js/highslide/graphics/fullexpand.gif (100%) rename doc/site/{files => }/js/highslide/graphics/geckodimmer.png (100%) rename doc/site/{files => }/js/highslide/graphics/icon.gif (100%) rename doc/site/{files => }/js/highslide/graphics/loader.gif (100%) rename doc/site/{files => }/js/highslide/graphics/loader.white.gif (100%) rename doc/site/{files => }/js/highslide/graphics/outlines/beveled.png (100%) rename doc/site/{files => }/js/highslide/graphics/outlines/drop-shadow.png (100%) rename doc/site/{files => }/js/highslide/graphics/outlines/glossy-dark.png (100%) rename doc/site/{files => }/js/highslide/graphics/outlines/outer-glow.png (100%) rename doc/site/{files => }/js/highslide/graphics/outlines/rounded-black.png (100%) rename doc/site/{files => }/js/highslide/graphics/outlines/rounded-white.png (100%) rename doc/site/{files => }/js/highslide/graphics/resize.gif (100%) rename doc/site/{files => }/js/highslide/graphics/zoomin.cur (100%) rename doc/site/{files => }/js/highslide/graphics/zoomout.cur (100%) rename doc/site/{files => }/js/highslide/highslide-ie6.css (100%) rename doc/site/{files => }/js/highslide/highslide.css (100%) rename doc/site/{files => }/js/highslide/highslide.js (100%) diff --git a/doc/site/.gitignore b/doc/site/.gitignore new file mode 100644 index 000000000..caa3b5d25 --- /dev/null +++ b/doc/site/.gitignore @@ -0,0 +1,4 @@ +_cache +_site +files/downloads +files/static diff --git a/doc/site/README b/doc/site/README new file mode 100644 index 000000000..f9cdfaf76 --- /dev/null +++ b/doc/site/README @@ -0,0 +1,4 @@ +Static bits of the hledger.org website. + +In some cases these are rendered to _site/* by hakyll (or hakyll-std), +in others they are served directly from the git working copy. diff --git a/doc/site/files/css/bootstrap-theme.css b/doc/site/css/bootstrap-theme.css similarity index 100% rename from doc/site/files/css/bootstrap-theme.css rename to doc/site/css/bootstrap-theme.css diff --git a/doc/site/files/css/bootstrap-theme.min.css b/doc/site/css/bootstrap-theme.min.css similarity index 100% rename from doc/site/files/css/bootstrap-theme.min.css rename to doc/site/css/bootstrap-theme.min.css diff --git a/doc/site/files/css/bootstrap.css b/doc/site/css/bootstrap.css similarity index 100% rename from doc/site/files/css/bootstrap.css rename to doc/site/css/bootstrap.css diff --git a/doc/site/files/css/bootstrap.min.css b/doc/site/css/bootstrap.min.css similarity index 100% rename from doc/site/files/css/bootstrap.min.css rename to doc/site/css/bootstrap.min.css diff --git a/doc/site/files/css/style.css b/doc/site/css/style.css similarity index 100% rename from doc/site/files/css/style.css rename to doc/site/css/style.css diff --git a/doc/site/files/README b/doc/site/files/README new file mode 100644 index 000000000..d8f4db382 --- /dev/null +++ b/doc/site/files/README @@ -0,0 +1 @@ +Non-revision controlled static content goes here. Downloads, etc. \ No newline at end of file diff --git a/doc/site/files/js/nav.js b/doc/site/files/js/nav.js deleted file mode 100644 index e6d5a7890..000000000 --- a/doc/site/files/js/nav.js +++ /dev/null @@ -1,9 +0,0 @@ -$(document).ready(function(){ - /*$("div#nav li > ul").hide();*/ - /*$("div#nav li > ul.active").show();*/ - $("div#nav ul li a").click(function(event){ - // $(event.target).parent().children("ul").slideToggle("fast"); - if ($(event.target).html() == "User Manual »") document.location = "/MANUAL.html"; - else if ($(event.target).html() == "Wiki »") document.location = "/wiki"; - }); -}); diff --git a/doc/site/files/fonts/glyphicons-halflings-regular.eot b/doc/site/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from doc/site/files/fonts/glyphicons-halflings-regular.eot rename to doc/site/fonts/glyphicons-halflings-regular.eot diff --git a/doc/site/files/fonts/glyphicons-halflings-regular.svg b/doc/site/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from doc/site/files/fonts/glyphicons-halflings-regular.svg rename to doc/site/fonts/glyphicons-halflings-regular.svg diff --git a/doc/site/files/fonts/glyphicons-halflings-regular.ttf b/doc/site/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from doc/site/files/fonts/glyphicons-halflings-regular.ttf rename to doc/site/fonts/glyphicons-halflings-regular.ttf diff --git a/doc/site/files/fonts/glyphicons-halflings-regular.woff b/doc/site/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from doc/site/files/fonts/glyphicons-halflings-regular.woff rename to doc/site/fonts/glyphicons-halflings-regular.woff diff --git a/doc/site/files/images/hledger-charts-2.png b/doc/site/images/hledger-charts-2.png similarity index 100% rename from doc/site/files/images/hledger-charts-2.png rename to doc/site/images/hledger-charts-2.png diff --git a/doc/site/files/images/hledger-screen-1.png b/doc/site/images/hledger-screen-1.png similarity index 100% rename from doc/site/files/images/hledger-screen-1.png rename to doc/site/images/hledger-screen-1.png diff --git a/doc/site/files/images/hledger-web-journal.png b/doc/site/images/hledger-web-journal.png similarity index 100% rename from doc/site/files/images/hledger-web-journal.png rename to doc/site/images/hledger-web-journal.png diff --git a/doc/site/files/images/linux.png b/doc/site/images/linux.png similarity index 100% rename from doc/site/files/images/linux.png rename to doc/site/images/linux.png diff --git a/doc/site/files/images/mac.png b/doc/site/images/mac.png similarity index 100% rename from doc/site/files/images/mac.png rename to doc/site/images/mac.png diff --git a/doc/site/files/images/sshot.png b/doc/site/images/sshot.png similarity index 100% rename from doc/site/files/images/sshot.png rename to doc/site/images/sshot.png diff --git a/doc/site/files/images/watchhours.png b/doc/site/images/watchhours.png similarity index 100% rename from doc/site/files/images/watchhours.png rename to doc/site/images/watchhours.png diff --git a/doc/site/files/images/windows.png b/doc/site/images/windows.png similarity index 100% rename from doc/site/files/images/windows.png rename to doc/site/images/windows.png diff --git a/doc/site/files/js/bootstrap.js b/doc/site/js/bootstrap.js similarity index 100% rename from doc/site/files/js/bootstrap.js rename to doc/site/js/bootstrap.js diff --git a/doc/site/files/js/bootstrap.min.js b/doc/site/js/bootstrap.min.js similarity index 100% rename from doc/site/files/js/bootstrap.min.js rename to doc/site/js/bootstrap.min.js diff --git a/doc/site/files/js/highslide/graphics/close.png b/doc/site/js/highslide/graphics/close.png similarity index 100% rename from doc/site/files/js/highslide/graphics/close.png rename to doc/site/js/highslide/graphics/close.png diff --git a/doc/site/files/js/highslide/graphics/closeX.png b/doc/site/js/highslide/graphics/closeX.png similarity index 100% rename from doc/site/files/js/highslide/graphics/closeX.png rename to doc/site/js/highslide/graphics/closeX.png diff --git a/doc/site/files/js/highslide/graphics/fullexpand.gif b/doc/site/js/highslide/graphics/fullexpand.gif similarity index 100% rename from doc/site/files/js/highslide/graphics/fullexpand.gif rename to doc/site/js/highslide/graphics/fullexpand.gif diff --git a/doc/site/files/js/highslide/graphics/geckodimmer.png b/doc/site/js/highslide/graphics/geckodimmer.png similarity index 100% rename from doc/site/files/js/highslide/graphics/geckodimmer.png rename to doc/site/js/highslide/graphics/geckodimmer.png diff --git a/doc/site/files/js/highslide/graphics/icon.gif b/doc/site/js/highslide/graphics/icon.gif similarity index 100% rename from doc/site/files/js/highslide/graphics/icon.gif rename to doc/site/js/highslide/graphics/icon.gif diff --git a/doc/site/files/js/highslide/graphics/loader.gif b/doc/site/js/highslide/graphics/loader.gif similarity index 100% rename from doc/site/files/js/highslide/graphics/loader.gif rename to doc/site/js/highslide/graphics/loader.gif diff --git a/doc/site/files/js/highslide/graphics/loader.white.gif b/doc/site/js/highslide/graphics/loader.white.gif similarity index 100% rename from doc/site/files/js/highslide/graphics/loader.white.gif rename to doc/site/js/highslide/graphics/loader.white.gif diff --git a/doc/site/files/js/highslide/graphics/outlines/beveled.png b/doc/site/js/highslide/graphics/outlines/beveled.png similarity index 100% rename from doc/site/files/js/highslide/graphics/outlines/beveled.png rename to doc/site/js/highslide/graphics/outlines/beveled.png diff --git a/doc/site/files/js/highslide/graphics/outlines/drop-shadow.png b/doc/site/js/highslide/graphics/outlines/drop-shadow.png similarity index 100% rename from doc/site/files/js/highslide/graphics/outlines/drop-shadow.png rename to doc/site/js/highslide/graphics/outlines/drop-shadow.png diff --git a/doc/site/files/js/highslide/graphics/outlines/glossy-dark.png b/doc/site/js/highslide/graphics/outlines/glossy-dark.png similarity index 100% rename from doc/site/files/js/highslide/graphics/outlines/glossy-dark.png rename to doc/site/js/highslide/graphics/outlines/glossy-dark.png diff --git a/doc/site/files/js/highslide/graphics/outlines/outer-glow.png b/doc/site/js/highslide/graphics/outlines/outer-glow.png similarity index 100% rename from doc/site/files/js/highslide/graphics/outlines/outer-glow.png rename to doc/site/js/highslide/graphics/outlines/outer-glow.png diff --git a/doc/site/files/js/highslide/graphics/outlines/rounded-black.png b/doc/site/js/highslide/graphics/outlines/rounded-black.png similarity index 100% rename from doc/site/files/js/highslide/graphics/outlines/rounded-black.png rename to doc/site/js/highslide/graphics/outlines/rounded-black.png diff --git a/doc/site/files/js/highslide/graphics/outlines/rounded-white.png b/doc/site/js/highslide/graphics/outlines/rounded-white.png similarity index 100% rename from doc/site/files/js/highslide/graphics/outlines/rounded-white.png rename to doc/site/js/highslide/graphics/outlines/rounded-white.png diff --git a/doc/site/files/js/highslide/graphics/resize.gif b/doc/site/js/highslide/graphics/resize.gif similarity index 100% rename from doc/site/files/js/highslide/graphics/resize.gif rename to doc/site/js/highslide/graphics/resize.gif diff --git a/doc/site/files/js/highslide/graphics/zoomin.cur b/doc/site/js/highslide/graphics/zoomin.cur similarity index 100% rename from doc/site/files/js/highslide/graphics/zoomin.cur rename to doc/site/js/highslide/graphics/zoomin.cur diff --git a/doc/site/files/js/highslide/graphics/zoomout.cur b/doc/site/js/highslide/graphics/zoomout.cur similarity index 100% rename from doc/site/files/js/highslide/graphics/zoomout.cur rename to doc/site/js/highslide/graphics/zoomout.cur diff --git a/doc/site/files/js/highslide/highslide-ie6.css b/doc/site/js/highslide/highslide-ie6.css similarity index 100% rename from doc/site/files/js/highslide/highslide-ie6.css rename to doc/site/js/highslide/highslide-ie6.css diff --git a/doc/site/files/js/highslide/highslide.css b/doc/site/js/highslide/highslide.css similarity index 100% rename from doc/site/files/js/highslide/highslide.css rename to doc/site/js/highslide/highslide.css diff --git a/doc/site/files/js/highslide/highslide.js b/doc/site/js/highslide/highslide.js similarity index 100% rename from doc/site/files/js/highslide/highslide.js rename to doc/site/js/highslide/highslide.js