15eb4bbf6d54

chancery: Update site.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Dec 2019 16:18:40 -0500
parents 511800267161
children 4fd427fcd0a2
branches/tags (none)
files chancery/_dmedia/goodwolf.css chancery/_dmedia/pygments-clean.css chancery/_dmedia/style.css chancery/_dmedia/style.less chancery/_dmedia/tango.css chancery/changelog/index.html chancery/index.html chancery/installation/index.html chancery/reference/index.html chancery/usage/index.html

Changes

--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/chancery/_dmedia/goodwolf.css	Mon Dec 23 16:18:40 2019 -0500
@@ -0,0 +1,62 @@
+/* @override http://localhost:8080/media/css/pygments-monokai-light.css */
+div.highlight .hll { background-color: #FFD7EF; display: block; }
+div.highlight .err { color: #fff; background-color: #f00 } /* Error */
+div.highlight .gi { font-weight: bold } /* Diff Insert */
+div.highlight .gd { font-weight: bold } /* Diff Delete */
+div.highlight .k { color: #111} /* Keyword */
+div.highlight .l { color: #111 } /* Literal */
+div.highlight .n { color: #111 } /* Name */
+div.highlight .o { color: #111 } /* Operator */
+div.highlight .p { color: #111 } /* Punctuation */
+div.highlight .c  { color: #714678; font-style: italic; font-weight: bold; } /* Comment */
+div.highlight .cm { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Multiline */
+div.highlight .cp { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Preproc */
+div.highlight .c1 { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Single */
+div.highlight .cs { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Special */
+div.highlight .ge { font-style: italic } /* Generic.Emph */
+div.highlight .gs { font-weight: bold } /* Generic.Strong */
+div.highlight .kc { color: #111 } /* Keyword.Constant */
+div.highlight .kd { color: #111 } /* Keyword.Declaration */
+div.highlight .kn { color: #111 } /* Keyword.Namespace */
+div.highlight .kp { color: #111 } /* Keyword.Pseudo */
+div.highlight .kr { color: #111 } /* Keyword.Reserved */
+div.highlight .kt { color: #111 } /* Keyword.Type */
+div.highlight .ld { color: #111 } /* Literal.Date */
+div.highlight .m { color: #111 } /* Literal.Number */
+div.highlight .s { color: #111; font-style: italic; } /* Literal.String */
+div.highlight .na { color: #111 } /* Name.Attribute */
+div.highlight .nb { color: #111 } /* Name.Builtin */
+div.highlight .nc { color: #111 } /* Name.Class */
+div.highlight .no { color: #111 } /* Name.Constant */
+div.highlight .nd { color: #111 } /* Name.Decorator */
+div.highlight .ni { color: #111 } /* Name.Entity */
+div.highlight .ne { color: #111 } /* Name.Exception */
+div.highlight .nf { color: #111} /* Name.Function */
+div.highlight .nl { color: #111 } /* Name.Label */
+div.highlight .nn { color: #111} /* Name.Namespace */
+div.highlight .nx { color: #111 } /* Name.Other */
+div.highlight .py { color: #111 } /* Name.Property */
+div.highlight .nt { color: #111 } /* Name.Tag */
+div.highlight .nv { color: #111 } /* Name.Variable */
+div.highlight .ow { color: #111 } /* Operator.Word */
+div.highlight .w { color: #111 } /* Text.Whitespace */
+div.highlight .mf { color: #111 } /* Literal.Number.Float */
+div.highlight .mh { color: #111 } /* Literal.Number.Hex */
+div.highlight .mi { color: #111 } /* Literal.Number.Integer */
+div.highlight .mo { color: #111 } /* Literal.Number.Oct */
+div.highlight .sb { color: #111 } /* Literal.String.Backtick */
+div.highlight .sc { color: #111 } /* Literal.String.Char */
+div.highlight .sd { color: #111 } /* Literal.String.Doc */
+div.highlight .s2 { color: #111 } /* Literal.String.Double */
+div.highlight .se { color: #111 } /* Literal.String.Escape */
+div.highlight .sh { color: #111 } /* Literal.String.Heredoc */
+div.highlight .si { color: #111 } /* Literal.String.Interpol */
+div.highlight .sx { color: #111 } /* Literal.String.Other */
+div.highlight .sr { color: #111 } /* Literal.String.Regex */
+div.highlight .s1 { color: #111 } /* Literal.String.Single */
+div.highlight .ss { color: #111 } /* Literal.String.Symbol */
+div.highlight .bp { color: #111 } /* Name.Builtin.Pseudo */
+div.highlight .vc { color: #111 } /* Name.Variable.Class */
+div.highlight .vg { color: #111 } /* Name.Variable.Global */
+div.highlight .vi { color: #111 } /* Name.Variable.Instance */
+div.highlight .il { color: #111 } /* Literal.Number.Integer.Long */
--- a/chancery/_dmedia/pygments-clean.css	Mon Dec 23 16:14:13 2019 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
-/* @override http://localhost:8080/media/css/pygments-monokai-light.css */
-div.codehilite .hll { background-color: #49483e }
-/* div.codehilite .err { color: #fff; background-color: #f00 } /1* Error *1/ */
-div.codehilite .err { color: #111; } /* Error */
-div.codehilite .k { color: #111} /* Keyword */
-div.codehilite .l { color: #111 } /* Literal */
-div.codehilite .n { color: #111 } /* Name */
-div.codehilite .o { color: #111 } /* Operator */
-div.codehilite .p { color: #111 } /* Punctuation */
-div.codehilite .c  { color: #714678; font-style: italic; font-weight: bold; } /* Comment */
-div.codehilite .cm { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Multiline */
-div.codehilite .cp { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Preproc */
-div.codehilite .c1 { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Single */
-div.codehilite .cs { color: #714678; font-style: italic; font-weight: bold; } /* Comment.Special */
-div.codehilite .ge { font-style: italic } /* Generic.Emph */
-div.codehilite .gs { font-weight: bold } /* Generic.Strong */
-div.codehilite .kc { color: #111 } /* Keyword.Constant */
-div.codehilite .kd { color: #111 } /* Keyword.Declaration */
-div.codehilite .kn { color: #111 } /* Keyword.Namespace */
-div.codehilite .kp { color: #111 } /* Keyword.Pseudo */
-div.codehilite .kr { color: #111 } /* Keyword.Reserved */
-div.codehilite .kt { color: #111 } /* Keyword.Type */
-div.codehilite .ld { color: #111 } /* Literal.Date */
-div.codehilite .m { color: #111 } /* Literal.Number */
-div.codehilite .s { color: #111; font-style: italic; } /* Literal.String */
-div.codehilite .na { color: #111 } /* Name.Attribute */
-div.codehilite .nb { color: #111 } /* Name.Builtin */
-div.codehilite .nc { color: #111 } /* Name.Class */
-div.codehilite .no { color: #111 } /* Name.Constant */
-div.codehilite .nd { color: #111 } /* Name.Decorator */
-div.codehilite .ni { color: #111 } /* Name.Entity */
-div.codehilite .ne { color: #111 } /* Name.Exception */
-div.codehilite .nf { color: #111} /* Name.Function */
-div.codehilite .nl { color: #111 } /* Name.Label */
-div.codehilite .nn { color: #111} /* Name.Namespace */
-div.codehilite .nx { color: #111 } /* Name.Other */
-div.codehilite .py { color: #111 } /* Name.Property */
-div.codehilite .nt { color: #111 } /* Name.Tag */
-div.codehilite .nv { color: #111 } /* Name.Variable */
-div.codehilite .ow { color: #111 } /* Operator.Word */
-div.codehilite .w { color: #111 } /* Text.Whitespace */
-div.codehilite .mf { color: #111 } /* Literal.Number.Float */
-div.codehilite .mh { color: #111 } /* Literal.Number.Hex */
-div.codehilite .mi { color: #111 } /* Literal.Number.Integer */
-div.codehilite .mo { color: #111 } /* Literal.Number.Oct */
-div.codehilite .sb { color: #111 } /* Literal.String.Backtick */
-div.codehilite .sc { color: #111 } /* Literal.String.Char */
-div.codehilite .sd { color: #111 } /* Literal.String.Doc */
-div.codehilite .s2 { color: #111 } /* Literal.String.Double */
-div.codehilite .se { color: #111 } /* Literal.String.Escape */
-div.codehilite .sh { color: #111 } /* Literal.String.Heredoc */
-div.codehilite .si { color: #111 } /* Literal.String.Interpol */
-div.codehilite .sx { color: #111 } /* Literal.String.Other */
-div.codehilite .sr { color: #111 } /* Literal.String.Regex */
-div.codehilite .s1 { color: #111 } /* Literal.String.Single */
-div.codehilite .ss { color: #111 } /* Literal.String.Symbol */
-div.codehilite .bp { color: #111 } /* Name.Builtin.Pseudo */
-div.codehilite .vc { color: #111 } /* Name.Variable.Class */
-div.codehilite .vg { color: #111 } /* Name.Variable.Global */
-div.codehilite .vi { color: #111 } /* Name.Variable.Instance */
-div.codehilite .il { color: #111 } /* Literal.Number.Integer.Long */
--- a/chancery/_dmedia/style.css	Mon Dec 23 16:14:13 2019 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,155 +0,0 @@
-html {
-  overflow-y: scroll;
-}
-.wrap {
-  width: 600px;
-  margin: 40px auto 180px;
-}
-body {
-  font-size: 18px;
-  line-height: 1.4;
-  font-family: Georgia, Palatino, "Palatino Linotype", serif;
-  color: #111111;
-}
-a {
-  text-decoration: none;
-  color: #0069d6;
-}
-h1,
-h2,
-h3,
-h4,
-h5 {
-  font-family: Palatino, "Palatino Linotype", serif;
-}
-h1 a,
-h2 a,
-h3 a,
-h4 a,
-h5 a {
-  color: #111111;
-}
-h1 a:hover,
-h2 a:hover,
-h3 a:hover,
-h4 a:hover,
-h5 a:hover {
-  color: #0069d6;
-}
-h1 {
-  font-size: 48px;
-  line-height: 1;
-}
-h2 {
-  font-size: 34px;
-  line-height: 1;
-  margin-top: 40px;
-  margin-bottom: 0;
-}
-h2 code {
-  font-size: 34px;
-  border: none;
-  background: #fff4f4;
-  padding: 0px 5px;
-}
-h3 {
-  font-size: 26px;
-  line-height: 1;
-  margin-top: 40px;
-  margin-bottom: 0;
-}
-h3 code {
-  font-size: 24px;
-  border: none;
-  background: #fff4f4;
-  padding: 0px 5px;
-}
-h4 {
-  font-size: 20px;
-  line-height: 1;
-  margin-top: 30px;
-  margin-bottom: 0;
-}
-h4 code {
-  font-size: 18px;
-  border: none;
-  background: #fff4f4;
-  padding: 0px 5px;
-}
-h5 {
-  font-size: 16px;
-  line-height: 1;
-  margin-top: 18px;
-  margin-bottom: 0;
-}
-h5 code {
-  font-size: 14px;
-  border: none;
-  background: #fff4f4;
-  padding: 0px 5px;
-}
-pre {
-  font-size: 15px;
-  line-height: 1.3;
-  white-space: pre;
-  overflow-x: auto;
-  border: 1px solid #fdd;
-  background: #fffafa;
-  padding: 10px 10px;
-  font-family: Menlo, Monaco, Consolas, monospace;
-}
-code {
-  font-size: 15px;
-  border: 1px solid #fdd;
-  background: #fffafa;
-  padding: 1px 4px;
-  font-family: Menlo, Monaco, Consolas, monospace;
-}
-ol,
-ul {
-  margin-bottom: 9px;
-}
-footer {
-  margin-top: 36px;
-  border-top: 1px solid #eee;
-  text-align: center;
-}
-body.index header {
-  text-align: center;
-}
-body.index header h1 {
-  font-size: 56px;
-  margin-bottom: 40px;
-}
-body.index h2 {
-  font-size: 28px;
-}
-body.index ol.toc {
-  list-style-type: none;
-  margin-left: 0;
-  margin-left: 0px;
-  padding-left: 0px;
-}
-body.content header {
-  float: right;
-  position: relative;
-  min-width: 150px;
-}
-body.content header h1 {
-  text-align: right;
-  font-size: 24px;
-  line-height: 1;
-  margin-top: 0px;
-}
-body.content .toc ul {
-  list-style-type: none;
-  margin-left: 0px;
-  padding-left: 0px;
-}
-body.content .toc ul ul {
-  margin-left: 20px;
-  margin-bottom: 0;
-}
-body.content img {
-  max-width: 500px;
-}
--- a/chancery/_dmedia/style.less	Mon Dec 23 16:14:13 2019 -0500
+++ b/chancery/_dmedia/style.less	Mon Dec 23 16:18:40 2019 -0500
@@ -2,11 +2,11 @@
     overflow-y: scroll;
 }
 .wrap {
-    width: 600px;
+    width: 640px;
     margin: 40px auto 180px;
 }
 body {
-    font-size: 18px;
+    font-size: 16px;
     line-height: 1.4;
     font-family: Georgia, Palatino, "Palatino Linotype", serif;
     color: #111111;
@@ -27,11 +27,11 @@
     }
 }
 h1 {
-    font-size: 48px;
+    font-size: 40px;
     line-height: 1;
 }
 h2 {
-    font-size: 34px;
+    font-size: 28px;
     line-height: 1;
     margin-top: 40px;
     margin-bottom: 0;
@@ -44,7 +44,7 @@
     }
 }
 h3 {
-    font-size: 26px;
+    font-size: 22px;
     line-height: 1;
     margin-top: 40px;
     margin-bottom: 0;
@@ -57,7 +57,7 @@
     }
 }
 h4 {
-    font-size: 20px;
+    font-size: 18px;
     line-height: 1;
     margin-top: 30px;
     margin-bottom: 0;
@@ -83,7 +83,7 @@
     }
 }
 pre {
-    font-size: 15px;
+    font-size: 14px;
     line-height: 1.3;
     white-space: pre;
     overflow-x: auto;
@@ -93,7 +93,7 @@
     font-family: Menlo, Monaco, Consolas, monospace;
 }
 code {
-    font-size: 15px;
+    font-size: 14px;
     border: 1px solid #fdd;
     background: #fffafa;
     padding: 1px 4px;
--- a/chancery/_dmedia/tango.css	Mon Dec 23 16:14:13 2019 -0500
+++ b/chancery/_dmedia/tango.css	Mon Dec 23 16:18:40 2019 -0500
@@ -1,6 +1,6 @@
 .codehilite .hll { background-color: #ffffcc }
 .codehilite .c { color: #8f5902; font-style: italic } /* Comment */
-.codehilite .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
+.codehilite .err { color: #000000; } /* Error */
 .codehilite .g { color: #000000 } /* Generic */
 .codehilite .k { color: #204a87; font-weight: bold } /* Keyword */
 .codehilite .l { color: #000000 } /* Literal */
@@ -61,7 +61,7 @@
 .codehilite .sx { color: #4e9a06 } /* Literal.String.Other */
 .codehilite .sr { color: #4e9a06 } /* Literal.String.Regex */
 .codehilite .s1 { color: #4e9a06 } /* Literal.String.Single */
-.codehilite .ss { color: #4e9a06 } /* Literal.String.Symbol */
+.codehilite .ss { color: #000000 } /* Literal.String.Symbol */
 .codehilite .bp { color: #3465a4 } /* Name.Builtin.Pseudo */
 .codehilite .vc { color: #000000 } /* Name.Variable.Class */
 .codehilite .vg { color: #000000 } /* Name.Variable.Global */
--- a/chancery/changelog/index.html	Mon Dec 23 16:14:13 2019 -0500
+++ b/chancery/changelog/index.html	Mon Dec 23 16:18:40 2019 -0500
@@ -3,7 +3,7 @@
     <head>
         <meta charset="utf-8"/>
         <title>Changelog / Chancery</title>
-        <link rel="stylesheet" href="../_dmedia/pygments-clean.css"/>
+        <link rel="stylesheet" href="../_dmedia/tango.css"/>
         <link rel="stylesheet/less" type="text/css" href="../_dmedia/style.less"/>
         <script src="../_dmedia/less.js" type="text/javascript">
         </script>
--- a/chancery/index.html	Mon Dec 23 16:14:13 2019 -0500
+++ b/chancery/index.html	Mon Dec 23 16:18:40 2019 -0500
@@ -3,8 +3,9 @@
     <head>
         <meta charset="utf-8" />
         <title>Chancery</title>
-        <link rel="stylesheet" href="./_dmedia/pygments-clean.css"/>
-        <link rel="stylesheet" href="./_dmedia/style.css"/>
+        <link rel="stylesheet" href="./_dmedia/tango.css"/>
+        <link rel="stylesheet/less" type="text/css" href="./_dmedia/style.less">
+        <script src="./_dmedia/less.js" type="text/javascript">
         </script>
     </head>
     <body class="index">
@@ -16,9 +17,9 @@
 <p>Chancery can be installed with <a href="https://quicklisp.org/">Quicklisp</a>: <code>(ql:quickload :chancery)</code></p>
 <ul>
 <li><strong>License:</strong> MIT/X11</li>
-<li><strong>Documentation:</strong> <a href="https://sjl.bitbucket.io/chancery/">https://sjl.bitbucket.io/chancery/</a></li>
-<li><strong>Mercurial:</strong> <a href="http://bitbucket.org/sjl/chancery/">http://bitbucket.org/sjl/chancery/</a></li>
-<li><strong>Git:</strong> <a href="http://github.com/sjl/chancery/">http://github.com/sjl/chancery/</a></li>
+<li><strong>Documentation:</strong> <a href="https://docs.stevelosh.com/chancery/">https://docs.stevelosh.com/chancery/</a></li>
+<li><strong>Mercurial:</strong> <a href="https://hg.sr.ht/~sjl/chancery/">https://hg.sr.ht/~sjl/chancery/</a></li>
+<li><strong>Git:</strong> <a href="https://github.com/sjl/chancery/">https://github.com/sjl/chancery/</a></li>
 </ul>
 <p>Chancery focuses on simplicity, correctness, and usability.  Performance is not
 <em>terrible</em>, but is not a high priority.</p>
--- a/chancery/installation/index.html	Mon Dec 23 16:14:13 2019 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
-<!DOCTYPE html>
-<html>
-    <head>
-        <meta charset="utf-8"/>
-        <title>Installation / Chancery</title>
-        <link rel="stylesheet" href="../_dmedia/pygments-clean.css"/>
-        <link rel="stylesheet/less" type="text/css" href="../_dmedia/style.less"/>
-        <script src="../_dmedia/less.js" type="text/javascript">
-        </script>
-    </head>
-    <body class="content">
-        <div class="wrap">
-            <header><h1><a href="..">Chancery</a></h1></header>
-                <div class="markdown">
-<h1 id="installation"><a href="">Installation</a></h1><p>Chancery is compatible with Quicklisp, but not <em>in</em> Quicklisp (yet?).  You can
-clone the repository into your <a href="https://www.quicklisp.org/beta/faq.html#local-project">Quicklisp local-projects</a> directory for
-now.</p>
-                </div>
-            <footer><p><i>Made with Lisp and love by <a href="http://stevelosh.com/">Steve Losh</a> in Reykjavík, Iceland.</i></p>
-<script>
-  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-  ga('create', 'UA-15328874-3', 'auto');
-  ga('send', 'pageview');
-
-</script></footer>
-        </div>
-    </body>
-</html>
\ No newline at end of file
--- a/chancery/reference/index.html	Mon Dec 23 16:14:13 2019 -0500
+++ b/chancery/reference/index.html	Mon Dec 23 16:18:40 2019 -0500
@@ -3,7 +3,7 @@
     <head>
         <meta charset="utf-8"/>
         <title> API Reference / Chancery</title>
-        <link rel="stylesheet" href="../_dmedia/pygments-clean.css"/>
+        <link rel="stylesheet" href="../_dmedia/tango.css"/>
         <link rel="stylesheet/less" type="text/css" href="../_dmedia/style.less"/>
         <script src="../_dmedia/less.js" type="text/javascript">
         </script>
--- a/chancery/usage/index.html	Mon Dec 23 16:14:13 2019 -0500
+++ b/chancery/usage/index.html	Mon Dec 23 16:18:40 2019 -0500
@@ -3,7 +3,7 @@
     <head>
         <meta charset="utf-8"/>
         <title>Usage / Chancery</title>
-        <link rel="stylesheet" href="../_dmedia/pygments-clean.css"/>
+        <link rel="stylesheet" href="../_dmedia/tango.css"/>
         <link rel="stylesheet/less" type="text/css" href="../_dmedia/style.less"/>
         <script src="../_dmedia/less.js" type="text/javascript">
         </script>