From f82d259e7bda843fb63ac1a0f6ff1d6bfb187099 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 9 Dec 2015 20:40:42 -0500 Subject: Remove HTML from the project. (We're no longer using Dokku.) --- .html/media/_list.html | 92 -------------- .html/media/css/_list.html | 94 -------------- .html/media/css/grimoire.css | 135 --------------------- .html/media/css/index.html | 94 -------------- .html/media/css/reset.css | 48 -------- .html/media/dev/_list.html | 96 --------------- .html/media/dev/builds/_list.html | 98 --------------- .html/media/dev/builds/buildifesto-pyramid.png | Bin 88857 -> 0 bytes .html/media/dev/builds/index.html | 98 --------------- .html/media/dev/index.html | 96 --------------- .../dev/merging-structural-changes/_list.html | 102 ---------------- .../ideal-merge-results.png | Bin 87122 -> 0 bytes .../dev/merging-structural-changes/index.html | 102 ---------------- .../mercurial-merge-results.png | Bin 99313 -> 0 bytes .../subversion-merge-results.png | Bin 114985 -> 0 bytes .html/media/email/_list.html | 92 -------------- .html/media/email/flowchart.png | Bin 46297 -> 0 bytes .html/media/email/index.html | 92 -------------- .html/media/index.html | 92 -------------- 19 files changed, 1331 deletions(-) delete mode 100644 .html/media/_list.html delete mode 100644 .html/media/css/_list.html delete mode 100644 .html/media/css/grimoire.css delete mode 100644 .html/media/css/index.html delete mode 100644 .html/media/css/reset.css delete mode 100644 .html/media/dev/_list.html delete mode 100644 .html/media/dev/builds/_list.html delete mode 100644 .html/media/dev/builds/buildifesto-pyramid.png delete mode 100644 .html/media/dev/builds/index.html delete mode 100644 .html/media/dev/index.html delete mode 100644 .html/media/dev/merging-structural-changes/_list.html delete mode 100644 .html/media/dev/merging-structural-changes/ideal-merge-results.png delete mode 100644 .html/media/dev/merging-structural-changes/index.html delete mode 100644 .html/media/dev/merging-structural-changes/mercurial-merge-results.png delete mode 100644 .html/media/dev/merging-structural-changes/subversion-merge-results.png delete mode 100644 .html/media/email/_list.html delete mode 100644 .html/media/email/flowchart.png delete mode 100644 .html/media/email/index.html delete mode 100644 .html/media/index.html (limited to '.html/media') diff --git a/.html/media/_list.html b/.html/media/_list.html deleted file mode 100644 index 14d4f1f..0000000 --- a/.html/media/_list.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - The Codex » - ls /media - - - - - - - - -
- - - - - -
-

ls /media

- - -
-

Directories

- -
- - - - - -
- - - - - - - - -
- - \ No newline at end of file diff --git a/.html/media/css/_list.html b/.html/media/css/_list.html deleted file mode 100644 index b17b4d1..0000000 --- a/.html/media/css/_list.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - The Codex » - ls /media/css - - - - - - - - -
- - - - - -
-

ls /media/css

- - - - - - -
-

Files

- -
  • grimoire.css
  • - -
  • reset.css
  • - -
    - -
    - - - - - - - - -
    - - \ No newline at end of file diff --git a/.html/media/css/grimoire.css b/.html/media/css/grimoire.css deleted file mode 100644 index e817dd4..0000000 --- a/.html/media/css/grimoire.css +++ /dev/null @@ -1,135 +0,0 @@ -/* typography */ -body { - font-family: 'Baskerville', 'Buenard', serif; - font-size: 20px; - line-height: 30px; -} - -code { - font-family: 'Menlo', monospace; - font-size: 80%; -} - -em { - font-style: italic; -} - -strong { - font-weight: bold; -} - -blockquote { - margin-left: 40px; - color: #555; -} - -:link { - text-decoration: none; -} - -hr { - border: none; - border-top: 1px solid #AAA; - margin-left: 80px; - margin-right: 80px; -} - -h1, h2, h3, h4, h5, h6 { - font-weight: bold; -} - -h1 { - font-size: 40px; - line-height: 60px; - margin-bottom: 15px; -} -h2 { - font-size: 30px; - line-height: 45px; - margin-bottom: 15px; -} -h3 { - font-size: 20px; - line-height: 30px; - margin-bottom: 15px; -} - -/* layout */ -#shell { - margin-left: auto; - margin-right: auto; - width: 840px; -} - -#shell > * { - margin-top: 15px; - margin-bottom: 15px; - padding: 0 10px; -} - -#article, -#listing { - padding-left: 50px; -} -h1, h2, h3, h4, h5, h6 { - margin-left: -40px; -} - -#article p, -#article pre, -#article ul, -#article ol, -#article dl, -#listing ul { - margin-bottom: 15px; -} - -#article pre { - margin-left: 40px; -} - -#article > p > img { - margin-left: auto; - margin-right: auto; - display: block; -} - -#article ul { - list-style-type: disc; -} -#article ol { - list-style-type: decimal; -} - -#article ul, -#article ol, -#article dl { - padding-left: 40px; -} - -#article dd { - padding-left: 40px; -} - -#breadcrumbs li { - display: inline-block; -} -#breadcrumbs li.not-last:after { - content: '•'; -} - -@media print { - #breadcrumbs, - #comments, - #footer { - display: none; - } - - a:link { - color: black; - } - :link:after { - content: " (" attr(href) ")"; - font-size: 16px; - } -} \ No newline at end of file diff --git a/.html/media/css/index.html b/.html/media/css/index.html deleted file mode 100644 index b17b4d1..0000000 --- a/.html/media/css/index.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - The Codex » - ls /media/css - - - - - - - - -
    - - - - - -
    -

    ls /media/css

    - - - - - - -
    -

    Files

    - -
  • grimoire.css
  • - -
  • reset.css
  • - -
    - -
    - - - - - - - - -
    - - \ No newline at end of file diff --git a/.html/media/css/reset.css b/.html/media/css/reset.css deleted file mode 100644 index e29c0f5..0000000 --- a/.html/media/css/reset.css +++ /dev/null @@ -1,48 +0,0 @@ -/* http://meyerweb.com/eric/tools/css/reset/ - v2.0 | 20110126 - License: none (public domain) -*/ - -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td, -article, aside, canvas, details, embed, -figure, figcaption, footer, header, hgroup, -menu, nav, output, ruby, section, summary, -time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline; -} -/* HTML5 display-role reset for older browsers */ -article, aside, details, figcaption, figure, -footer, header, hgroup, menu, nav, section { - display: block; -} -body { - line-height: 1; -} -ol, ul { - list-style: none; -} -blockquote, q { - quotes: none; -} -blockquote:before, blockquote:after, -q:before, q:after { - content: ''; - content: none; -} -table { - border-collapse: collapse; - border-spacing: 0; -} diff --git a/.html/media/dev/_list.html b/.html/media/dev/_list.html deleted file mode 100644 index 28020c6..0000000 --- a/.html/media/dev/_list.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - The Codex » - ls /media/dev - - - - - - - - -
    - - - - - -
    -

    ls /media/dev

    - - -
    -

    Directories

    - -
    - - - - - -
    - - - - - - - - -
    - - \ No newline at end of file diff --git a/.html/media/dev/builds/_list.html b/.html/media/dev/builds/_list.html deleted file mode 100644 index 8af9c54..0000000 --- a/.html/media/dev/builds/_list.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - The Codex » - ls /media/dev/builds - - - - - - - - -
    - - - - - -
    -

    ls /media/dev/builds

    - - - - - - -
    -

    Files

    - -
  • buildifesto-pyramid.png
  • - -
    - -
    - - - - - - - - -
    - - \ No newline at end of file diff --git a/.html/media/dev/builds/buildifesto-pyramid.png b/.html/media/dev/builds/buildifesto-pyramid.png deleted file mode 100644 index a06148e..0000000 Binary files a/.html/media/dev/builds/buildifesto-pyramid.png and /dev/null differ diff --git a/.html/media/dev/builds/index.html b/.html/media/dev/builds/index.html deleted file mode 100644 index 8af9c54..0000000 --- a/.html/media/dev/builds/index.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - The Codex » - ls /media/dev/builds - - - - - - - - -
    - - - - - -
    -

    ls /media/dev/builds

    - - - - - - -
    -

    Files

    - -
  • buildifesto-pyramid.png
  • - -
    - -
    - - - - - - - - -
    - - \ No newline at end of file diff --git a/.html/media/dev/index.html b/.html/media/dev/index.html deleted file mode 100644 index 28020c6..0000000 --- a/.html/media/dev/index.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - The Codex » - ls /media/dev - - - - - - - - -
    - - - - - -
    -

    ls /media/dev

    - - -
    -

    Directories

    - -
    - - - - - -
    - - - - - - - - -
    - - \ No newline at end of file diff --git a/.html/media/dev/merging-structural-changes/_list.html b/.html/media/dev/merging-structural-changes/_list.html deleted file mode 100644 index bbdf659..0000000 --- a/.html/media/dev/merging-structural-changes/_list.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - The Codex » - ls /media/dev/merging-structural-changes - - - - - - - - -
    - - - - - -
    -

    ls /media/dev/merging-structural-changes

    - - - - - - - - -
    - - - - - - - - -
    - - \ No newline at end of file diff --git a/.html/media/dev/merging-structural-changes/ideal-merge-results.png b/.html/media/dev/merging-structural-changes/ideal-merge-results.png deleted file mode 100644 index cb78110..0000000 Binary files a/.html/media/dev/merging-structural-changes/ideal-merge-results.png and /dev/null differ diff --git a/.html/media/dev/merging-structural-changes/index.html b/.html/media/dev/merging-structural-changes/index.html deleted file mode 100644 index bbdf659..0000000 --- a/.html/media/dev/merging-structural-changes/index.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - The Codex » - ls /media/dev/merging-structural-changes - - - - - - - - -
    - - - - - -
    -

    ls /media/dev/merging-structural-changes

    - - - - - - - - -
    - - - - - - - - -
    - - \ No newline at end of file diff --git a/.html/media/dev/merging-structural-changes/mercurial-merge-results.png b/.html/media/dev/merging-structural-changes/mercurial-merge-results.png deleted file mode 100644 index d20f360..0000000 Binary files a/.html/media/dev/merging-structural-changes/mercurial-merge-results.png and /dev/null differ diff --git a/.html/media/dev/merging-structural-changes/subversion-merge-results.png b/.html/media/dev/merging-structural-changes/subversion-merge-results.png deleted file mode 100644 index 5ef2570..0000000 Binary files a/.html/media/dev/merging-structural-changes/subversion-merge-results.png and /dev/null differ diff --git a/.html/media/email/_list.html b/.html/media/email/_list.html deleted file mode 100644 index f5205d6..0000000 --- a/.html/media/email/_list.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - The Codex » - ls /media/email - - - - - - - - -
    - - - - - -
    -

    ls /media/email

    - - - - - - -
    -

    Files

    - -
  • flowchart.png
  • - -
    - -
    - - - - - - - - -
    - - \ No newline at end of file diff --git a/.html/media/email/flowchart.png b/.html/media/email/flowchart.png deleted file mode 100644 index a3f5ef0..0000000 Binary files a/.html/media/email/flowchart.png and /dev/null differ diff --git a/.html/media/email/index.html b/.html/media/email/index.html deleted file mode 100644 index f5205d6..0000000 --- a/.html/media/email/index.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - The Codex » - ls /media/email - - - - - - - - -
    - - - - - -
    -

    ls /media/email

    - - - - - - -
    -

    Files

    - -
  • flowchart.png
  • - -
    - -
    - - - - - - - - -
    - - \ No newline at end of file diff --git a/.html/media/index.html b/.html/media/index.html deleted file mode 100644 index 14d4f1f..0000000 --- a/.html/media/index.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - The Codex » - ls /media - - - - - - - - -
    - - - - - -
    -

    ls /media

    - - -
    -

    Directories

    - -
    - - - - - -
    - - - - - - - - -
    - - \ No newline at end of file -- cgit v1.2.3