From acb69a472d11e6f5c7f5710f6afcee2f2b9c17b9 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Thu, 22 Aug 2013 15:46:09 -0700 Subject: [PATCH] Doc stubs --- .gitignore | 3 + docs/_build/doctrees/environment.pickle | Bin 4093 -> 0 bytes docs/_build/doctrees/index.doctree | Bin 11072 -> 0 bytes docs/_build/html/.buildinfo | 4 - docs/_build/html/_sources/index.txt | 47 - docs/_build/html/_static/ajax-loader.gif | Bin 673 -> 0 bytes docs/_build/html/_static/basic.css | 540 --- docs/_build/html/_static/comment-bright.png | Bin 3500 -> 0 bytes docs/_build/html/_static/comment-close.png | Bin 3578 -> 0 bytes docs/_build/html/_static/comment.png | Bin 3445 -> 0 bytes docs/_build/html/_static/default.css | 256 -- docs/_build/html/_static/doctools.js | 235 -- docs/_build/html/_static/down-pressed.png | Bin 368 -> 0 bytes docs/_build/html/_static/down.png | Bin 363 -> 0 bytes docs/_build/html/_static/file.png | Bin 392 -> 0 bytes docs/_build/html/_static/flasky.css | 479 --- docs/_build/html/_static/jquery.js | 4 - docs/_build/html/_static/minus.png | Bin 199 -> 0 bytes docs/_build/html/_static/plus.png | Bin 199 -> 0 bytes docs/_build/html/_static/pygments.css | 70 - docs/_build/html/_static/searchtools.js | 622 --- docs/_build/html/_static/sidebar.js | 159 - docs/_build/html/_static/underscore.js | 31 - docs/_build/html/_static/up-pressed.png | Bin 372 -> 0 bytes docs/_build/html/_static/up.png | Bin 363 -> 0 bytes docs/_build/html/_static/websupport.js | 808 ---- docs/_build/html/genindex.html | 102 - docs/_build/html/index.html | 133 - docs/_build/html/objects.inv | Bin 234 -> 0 bytes docs/_build/html/search.html | 98 - docs/_build/html/searchindex.js | 1 - docs/_themes/1450/static/small_flask.css | 91 - docs/_themes/jrnl/index.html | 88 + docs/_themes/{1450 => jrnl}/layout.html | 0 docs/_themes/{1450 => jrnl}/relations.html | 0 docs/_themes/jrnl/static/css/jrnl.css | 321 ++ docs/_themes/jrnl/static/css/main.css | 223 ++ .../_themes/jrnl/static/css/normalize.min.css | 1 + .../{1450 => jrnl}/static/flasky.css_t | 10 +- docs/_themes/jrnl/static/icons@2x.png | Bin 0 -> 20059 bytes docs/_themes/jrnl/static/img/favicon.ico | Bin 0 -> 318 bytes docs/_themes/jrnl/static/img/favicon.png | Bin 0 -> 661 bytes .../static/img/glyphicons-halflings-white.png | Bin 0 -> 4352 bytes .../jrnl/static/img/glyphicons-halflings.png | Bin 0 -> 4352 bytes docs/_themes/jrnl/static/img/header.png | Bin 0 -> 21885 bytes docs/_themes/jrnl/static/img/header.svg | 2746 ++++++++++++++ docs/_themes/jrnl/static/img/icons.png | Bin 0 -> 9971 bytes docs/_themes/jrnl/static/img/icons@2x.png | Bin 0 -> 20371 bytes docs/_themes/jrnl/static/img/logo-left.png | Bin 0 -> 2598 bytes docs/_themes/jrnl/static/img/logo-top.png | Bin 0 -> 11016 bytes docs/_themes/jrnl/static/img/logo.png | Bin 0 -> 2783 bytes docs/_themes/jrnl/static/img/logo@2x.png | Bin 0 -> 5598 bytes docs/_themes/jrnl/static/img/terminal.png | Bin 0 -> 687 bytes docs/_themes/jrnl/static/js/landing.js | 88 + docs/_themes/jrnl/static/landing.svg | 3364 +++++++++++++++++ docs/_themes/jrnl/static/less/3L.less | 1369 +++++++ docs/_themes/jrnl/static/less/jrnl.less | 208 + docs/_themes/jrnl/static/less/retina.less | 35 + docs/_themes/jrnl/static/normalize.css | 527 +++ .../jrnl/static}/small_flask.css | 0 .../_themes/{1450 => jrnl}/static/sprites.css | 0 .../_themes/{1450 => jrnl}/static/sprites.svg | 0 docs/_themes/{1450 => jrnl}/theme.conf | 2 +- docs/conf.py | 4 +- docs/index.rst | 20 +- docs/installation.rst | 39 + docs/usage.rst | 64 + 67 files changed, 9087 insertions(+), 3705 deletions(-) delete mode 100644 docs/_build/doctrees/environment.pickle delete mode 100644 docs/_build/doctrees/index.doctree delete mode 100644 docs/_build/html/.buildinfo delete mode 100644 docs/_build/html/_sources/index.txt delete mode 100644 docs/_build/html/_static/ajax-loader.gif delete mode 100644 docs/_build/html/_static/basic.css delete mode 100644 docs/_build/html/_static/comment-bright.png delete mode 100644 docs/_build/html/_static/comment-close.png delete mode 100644 docs/_build/html/_static/comment.png delete mode 100644 docs/_build/html/_static/default.css delete mode 100644 docs/_build/html/_static/doctools.js delete mode 100644 docs/_build/html/_static/down-pressed.png delete mode 100644 docs/_build/html/_static/down.png delete mode 100644 docs/_build/html/_static/file.png delete mode 100644 docs/_build/html/_static/flasky.css delete mode 100644 docs/_build/html/_static/jquery.js delete mode 100644 docs/_build/html/_static/minus.png delete mode 100644 docs/_build/html/_static/plus.png delete mode 100644 docs/_build/html/_static/pygments.css delete mode 100644 docs/_build/html/_static/searchtools.js delete mode 100644 docs/_build/html/_static/sidebar.js delete mode 100644 docs/_build/html/_static/underscore.js delete mode 100644 docs/_build/html/_static/up-pressed.png delete mode 100644 docs/_build/html/_static/up.png delete mode 100644 docs/_build/html/_static/websupport.js delete mode 100644 docs/_build/html/genindex.html delete mode 100644 docs/_build/html/index.html delete mode 100644 docs/_build/html/objects.inv delete mode 100644 docs/_build/html/search.html delete mode 100644 docs/_build/html/searchindex.js delete mode 100755 docs/_themes/1450/static/small_flask.css create mode 100755 docs/_themes/jrnl/index.html rename docs/_themes/{1450 => jrnl}/layout.html (100%) rename docs/_themes/{1450 => jrnl}/relations.html (100%) create mode 100644 docs/_themes/jrnl/static/css/jrnl.css create mode 100755 docs/_themes/jrnl/static/css/main.css create mode 100755 docs/_themes/jrnl/static/css/normalize.min.css rename docs/_themes/{1450 => jrnl}/static/flasky.css_t (98%) create mode 100644 docs/_themes/jrnl/static/icons@2x.png create mode 100644 docs/_themes/jrnl/static/img/favicon.ico create mode 100644 docs/_themes/jrnl/static/img/favicon.png create mode 100644 docs/_themes/jrnl/static/img/glyphicons-halflings-white.png create mode 100644 docs/_themes/jrnl/static/img/glyphicons-halflings.png create mode 100644 docs/_themes/jrnl/static/img/header.png create mode 100644 docs/_themes/jrnl/static/img/header.svg create mode 100644 docs/_themes/jrnl/static/img/icons.png create mode 100644 docs/_themes/jrnl/static/img/icons@2x.png create mode 100644 docs/_themes/jrnl/static/img/logo-left.png create mode 100644 docs/_themes/jrnl/static/img/logo-top.png create mode 100644 docs/_themes/jrnl/static/img/logo.png create mode 100644 docs/_themes/jrnl/static/img/logo@2x.png create mode 100644 docs/_themes/jrnl/static/img/terminal.png create mode 100644 docs/_themes/jrnl/static/js/landing.js create mode 100644 docs/_themes/jrnl/static/landing.svg create mode 100644 docs/_themes/jrnl/static/less/3L.less create mode 100644 docs/_themes/jrnl/static/less/jrnl.less create mode 100644 docs/_themes/jrnl/static/less/retina.less create mode 100755 docs/_themes/jrnl/static/normalize.css rename docs/{_build/html/_static => _themes/jrnl/static}/small_flask.css (100%) mode change 100644 => 100755 rename docs/_themes/{1450 => jrnl}/static/sprites.css (100%) rename docs/_themes/{1450 => jrnl}/static/sprites.svg (100%) rename docs/_themes/{1450 => jrnl}/theme.conf (88%) create mode 100644 docs/installation.rst create mode 100644 docs/usage.rst diff --git a/.gitignore b/.gitignore index deb6c96d..e24938c0 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,7 @@ lib64 pip-log.txt .DS_Store .travis-solo +Icon +# Documentation +_build diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle deleted file mode 100644 index ab58b5111f2f0aa774ca419bb1333e4634ec17c6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4093 zcma)9d7Kni5nkB4*&UWMmq`Zjm?i8C8$c0B6vBeAvfx66(a>q$bibL`(9_-3?=`!t zv;lQDtoI#{c*G-~F&b};8a3WgqoT(9zVG92f7a`s8I}e7@!w2MO}(n`eO2|nlM4&B z42A1Y7P)`ijRL>UePwKqUC$YrW55LgE=;h!0NsvPbv-Vzqxr{Jxt_6;Y(A@V@Lk;D z+RDJr!Bf~}TULc)Dc83wLvk{Ao73aiQ-O9ChS)m>{Sl8ib1ddfuqla#NF5eImvWUp zrZ2(%a%Wpxo9jD#5_7f_*!o0S^aF=WBXu)yF`YJ$;F1FLMr=X`ab$B`3TEp{p70x`LP= zq)81gu$jjV>tMuu=`rO7{{ASKoHB6TJeT@ZjVqNxI0Sur11I))es_B1#hFuB5<{Xm zjq7JBw~I6@u}%y@XXY?W4%d^z@HB4F4r|3)XiFUy9Y{0J?`JiR8_8`Gxow=r$CFzO z-N$((DJ6WuXd83~m80BN5;rG=NEFn9P^T-C7#7$GKCvJ+CxRSfSQt(vxJ7@*Czbme zw_V)RxZABFSMDKWHTG>C0B@L)&`tPKL9!X)DBZ%1XCt;pQYHB0IR-ln6MRa`5JP{> z3o4chY!z{0>$a>-wnLX&r`jamBy_*+$jl=Z&4tv}aU~fn)NJ4wRkkm|{RJ2hs_t1*1QS*^weab)kPD}3X(^Ue zQy#~0=<+GI;~Wpb68#6kz0j&KnGPsC2;I75suGMeoD!T`37}(mlKv%{aUD)>;!$ygjV@4lj6qKEdPuW@OC49BXJQ=;t7S!>!D9XU~NN1#iSn|TV6HL0RmYG;8X6R8u4B-(_EqMp6}%p*4OIC-RmkT^lPW#@8_7(%^* zlL_<&)Dw|Q*y9v2zX3WvtK8AJMKEZJabFJ>iO)9i1T1ZC*hy7nu?jS?5}M)>#U)na zb3_$7X*tFr-ZmCjXgG7l(kXs2!BZlaNXRuB(H6|tkUlqo#WV~oKdxJpS>%%Kc?mvW ziEFm-Tg*#^l#&k9rX27ThvF~UoCEiX(JS}pJR`M(uUf|anTlWPCzEI@EfP_AW zhn(iHZ|gH&l;DfWPJep|EGrhX;bB>>?<&hGhEw=b9qVNh1{$M^eo8qb@#P7=LgY*d zz4~gcw7yp+&_Rw8UzOmi#d*8E5_=w3mgh>^tgoRda7Ti#rKL&JomTnl3SxyRR+{26 zQ(SHe+R%db^6Lxp7qkAm<KS^dn%O*&MLoxI>7aHFEa0RELMrT^hxg)m!v}8Ln`FG3BHdG6?yva-6So< zYSK^5yzrjPvgEwN@%?c{=nJ_w!4I^O{@_JxzppvjTUa*eVc>@-%7+vDNGr-mNu4zL zOMAH?eMAm2sV7OtOwB@v-iNdE!RT)Ef{7o4F5x;v+gWNSHc2E_Vss(&HRza1SQ9@E z{S8CISz~xFVMsW1H&Vn;WGF0}!$$mMT;Uq47Ps(Igovis{Rw`$Rm*2Cgh)!S&k9YQ z2NL{T%lY#ca=u?*=of@0$b$)fvE}@wa|yC+4Xr8H=5k1jO~ooCHZGMj59lMlOq|hs zh!m9$lczBGEDU~yc=FW*zeZLQ#{BJhhrR4Y0Bc!~UE34aSY+DGRE%}ua~ zULiFKOV7i4bAITTU*q9-D04WF{%+v!s6&3A;2-GGLsj4(?TFqTdT`Oh)WAQ%b%zUu z9V6Re*NNR@JNKP9v~7HB_t>rzBje-y#!nm=xp`!KWUzG0`k{^H;X(ZKXxq#<{snq; z7Fx;UU-e>cr#G^oAre*XR8OYWUDc>g1pz%uU9PHWby{1L@NckEj~d#7B)+wHrfsd8 z(>V=`8xNi|Nm?tXA?NyGtjNRGkFy%|#;Q8Bc}S8p{(B4q>CB>yPUY!0wS)giNIa1U opi9XHro?}eF0g1Bhpv6ha%+A-Q2Z-f{r`qut5wc_sGQ>e0Mu#SMgRZ+ diff --git a/docs/_build/doctrees/index.doctree b/docs/_build/doctrees/index.doctree deleted file mode 100644 index afc06d44d83ae91b908477ca90638f71f55e7dd8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 11072 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 diff --git a/docs/_build/html/.buildinfo b/docs/_build/html/.buildinfo deleted file mode 100644 index 82779c31..00000000 --- a/docs/_build/html/.buildinfo +++ /dev/null @@ -1,4 +0,0 @@ -# Sphinx build info version 1 -# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 5e8db80baf8a4d9eb9443c5cb06f8564 -tags: a205e9ed8462ae86fdd2f73488852ba9 diff --git a/docs/_build/html/_sources/index.txt b/docs/_build/html/_sources/index.txt deleted file mode 100644 index 0ef8ea67..00000000 --- a/docs/_build/html/_sources/index.txt +++ /dev/null @@ -1,47 +0,0 @@ -.. jrnl documentation master file, created by - sphinx-quickstart on Wed Aug 7 13:22:51 2013. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - -jrnl: The command-line journal -============================== - -Release v\ |version|. (:ref:`Installation `) - - - >>> r = requests.get('https://api.github.com/user', auth=('user', 'pass')) - >>> r.status_code - 200 - >>> r.headers['content-type'] - 'application/json; charset=utf8' - >>> r.encoding - 'utf-8' - >>> r.text - u'{"type":"User"...' - >>> r.json() - {u'private_gists': 419, u'total_private_repos': 77, ...} - -.. autofunction:: jrnl -.. autofunction:: jrnl.Journal - - -Contents: - -.. toctree:: - :maxdepth: 2 - - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` - diff --git a/docs/_build/html/_static/ajax-loader.gif b/docs/_build/html/_static/ajax-loader.gif deleted file mode 100644 index 61faf8cab23993bd3e1560bff0668bd628642330..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 673 zcmZ?wbhEHb6krfw_{6~Q|Nno%(3)e{?)x>&1u}A`t?OF7Z|1gRivOgXi&7IyQd1Pl zGfOfQ60;I3a`F>X^fL3(@);C=vM_KlFfb_o=k{|A33hf2a5d61U}gjg=>Rd%XaNQW zW@Cw{|b%Y*pl8F?4B9 zlo4Fz*0kZGJabY|>}Okf0}CCg{u4`zEPY^pV?j2@h+|igy0+Kz6p;@SpM4s6)XEMg z#3Y4GX>Hjlml5ftdH$4x0JGdn8~MX(U~_^d!Hi)=HU{V%g+mi8#UGbE-*ao8f#h+S z2a0-5+vc7MU$e-NhmBjLIC1v|)9+Im8x1yacJ7{^tLX(ZhYi^rpmXm0`@ku9b53aN zEXH@Y3JaztblgpxbJt{AtE1ad1Ca>{v$rwwvK(>{m~Gf_=-Ro7Fk{#;i~+{{>QtvI yb2P8Zac~?~=sRA>$6{!(^3;ZP0TPFR(G_-UDU(8Jl0?(IXu$~#4A!880|o%~Al1tN diff --git a/docs/_build/html/_static/basic.css b/docs/_build/html/_static/basic.css deleted file mode 100644 index a04c8e13..00000000 --- a/docs/_build/html/_static/basic.css +++ /dev/null @@ -1,540 +0,0 @@ -/* - * basic.css - * ~~~~~~~~~ - * - * Sphinx stylesheet -- basic theme. - * - * :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * - */ - -/* -- main layout ----------------------------------------------------------- */ - -div.clearer { - clear: both; -} - -/* -- relbar ---------------------------------------------------------------- */ - -div.related { - width: 100%; - font-size: 90%; -} - -div.related h3 { - display: none; -} - -div.related ul { - margin: 0; - padding: 0 0 0 10px; - list-style: none; -} - -div.related li { - display: inline; -} - -div.related li.right { - float: right; - margin-right: 5px; -} - -/* -- sidebar --------------------------------------------------------------- */ - -div.sphinxsidebarwrapper { - padding: 10px 5px 0 10px; -} - -div.sphinxsidebar { - float: left; - width: 230px; - margin-left: -100%; - font-size: 90%; -} - -div.sphinxsidebar ul { - list-style: none; -} - -div.sphinxsidebar ul ul, -div.sphinxsidebar ul.want-points { - margin-left: 20px; - list-style: square; -} - -div.sphinxsidebar ul ul { - margin-top: 0; - margin-bottom: 0; -} - -div.sphinxsidebar form { - margin-top: 10px; -} - -div.sphinxsidebar input { - border: 1px solid #98dbcc; - font-family: sans-serif; - font-size: 1em; -} - -div.sphinxsidebar #searchbox input[type="text"] { - width: 170px; -} - -div.sphinxsidebar #searchbox input[type="submit"] { - width: 30px; -} - -img { - border: 0; -} - -/* -- search page ----------------------------------------------------------- */ - -ul.search { - margin: 10px 0 0 20px; - padding: 0; -} - -ul.search li { - padding: 5px 0 5px 20px; - background-image: url(file.png); - background-repeat: no-repeat; - background-position: 0 7px; -} - -ul.search li a { - font-weight: bold; -} - -ul.search li div.context { - color: #888; - margin: 2px 0 0 30px; - text-align: left; -} - -ul.keywordmatches li.goodmatch a { - font-weight: bold; -} - -/* -- index page ------------------------------------------------------------ */ - -table.contentstable { - width: 90%; -} - -table.contentstable p.biglink { - line-height: 150%; -} - -a.biglink { - font-size: 1.3em; -} - -span.linkdescr { - font-style: italic; - padding-top: 5px; - font-size: 90%; -} - -/* -- general index --------------------------------------------------------- */ - -table.indextable { - width: 100%; -} - -table.indextable td { - text-align: left; - vertical-align: top; -} - -table.indextable dl, table.indextable dd { - margin-top: 0; - margin-bottom: 0; -} - -table.indextable tr.pcap { - height: 10px; -} - -table.indextable tr.cap { - margin-top: 10px; - background-color: #f2f2f2; -} - -img.toggler { - margin-right: 3px; - margin-top: 3px; - cursor: pointer; -} - -div.modindex-jumpbox { - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; - margin: 1em 0 1em 0; - padding: 0.4em; -} - -div.genindex-jumpbox { - border-top: 1px solid #ddd; - border-bottom: 1px solid #ddd; - margin: 1em 0 1em 0; - padding: 0.4em; -} - -/* -- general body styles --------------------------------------------------- */ - -a.headerlink { - visibility: hidden; -} - -h1:hover > a.headerlink, -h2:hover > a.headerlink, -h3:hover > a.headerlink, -h4:hover > a.headerlink, -h5:hover > a.headerlink, -h6:hover > a.headerlink, -dt:hover > a.headerlink { - visibility: visible; -} - -div.body p.caption { - text-align: inherit; -} - -div.body td { - text-align: left; -} - -.field-list ul { - padding-left: 1em; -} - -.first { - margin-top: 0 !important; -} - -p.rubric { - margin-top: 30px; - font-weight: bold; -} - -img.align-left, .figure.align-left, object.align-left { - clear: left; - float: left; - margin-right: 1em; -} - -img.align-right, .figure.align-right, object.align-right { - clear: right; - float: right; - margin-left: 1em; -} - -img.align-center, .figure.align-center, object.align-center { - display: block; - margin-left: auto; - margin-right: auto; -} - -.align-left { - text-align: left; -} - -.align-center { - text-align: center; -} - -.align-right { - text-align: right; -} - -/* -- sidebars -------------------------------------------------------------- */ - -div.sidebar { - margin: 0 0 0.5em 1em; - border: 1px solid #ddb; - padding: 7px 7px 0 7px; - background-color: #ffe; - width: 40%; - float: right; -} - -p.sidebar-title { - font-weight: bold; -} - -/* -- topics ---------------------------------------------------------------- */ - -div.topic { - border: 1px solid #ccc; - padding: 7px 7px 0 7px; - margin: 10px 0 10px 0; -} - -p.topic-title { - font-size: 1.1em; - font-weight: bold; - margin-top: 10px; -} - -/* -- admonitions ----------------------------------------------------------- */ - -div.admonition { - margin-top: 10px; - margin-bottom: 10px; - padding: 7px; -} - -div.admonition dt { - font-weight: bold; -} - -div.admonition dl { - margin-bottom: 0; -} - -p.admonition-title { - margin: 0px 10px 5px 0px; - font-weight: bold; -} - -div.body p.centered { - text-align: center; - margin-top: 25px; -} - -/* -- tables ---------------------------------------------------------------- */ - -table.docutils { - border: 0; - border-collapse: collapse; -} - -table.docutils td, table.docutils th { - padding: 1px 8px 1px 5px; - border-top: 0; - border-left: 0; - border-right: 0; - border-bottom: 1px solid #aaa; -} - -table.field-list td, table.field-list th { - border: 0 !important; -} - -table.footnote td, table.footnote th { - border: 0 !important; -} - -th { - text-align: left; - padding-right: 5px; -} - -table.citation { - border-left: solid 1px gray; - margin-left: 1px; -} - -table.citation td { - border-bottom: none; -} - -/* -- other body styles ----------------------------------------------------- */ - -ol.arabic { - list-style: decimal; -} - -ol.loweralpha { - list-style: lower-alpha; -} - -ol.upperalpha { - list-style: upper-alpha; -} - -ol.lowerroman { - list-style: lower-roman; -} - -ol.upperroman { - list-style: upper-roman; -} - -dl { - margin-bottom: 15px; -} - -dd p { - margin-top: 0px; -} - -dd ul, dd table { - margin-bottom: 10px; -} - -dd { - margin-top: 3px; - margin-bottom: 10px; - margin-left: 30px; -} - -dt:target, .highlighted { - background-color: #fbe54e; -} - -dl.glossary dt { - font-weight: bold; - font-size: 1.1em; -} - -.field-list ul { - margin: 0; - padding-left: 1em; -} - -.field-list p { - margin: 0; -} - -.refcount { - color: #060; -} - -.optional { - font-size: 1.3em; -} - -.versionmodified { - font-style: italic; -} - -.system-message { - background-color: #fda; - padding: 5px; - border: 3px solid red; -} - -.footnote:target { - background-color: #ffa; -} - -.line-block { - display: block; - margin-top: 1em; - margin-bottom: 1em; -} - -.line-block .line-block { - margin-top: 0; - margin-bottom: 0; - margin-left: 1.5em; -} - -.guilabel, .menuselection { - font-family: sans-serif; -} - -.accelerator { - text-decoration: underline; -} - -.classifier { - font-style: oblique; -} - -abbr, acronym { - border-bottom: dotted 1px; - cursor: help; -} - -/* -- code displays --------------------------------------------------------- */ - -pre { - overflow: auto; - overflow-y: hidden; /* fixes display issues on Chrome browsers */ -} - -td.linenos pre { - padding: 5px 0px; - border: 0; - background-color: transparent; - color: #aaa; -} - -table.highlighttable { - margin-left: 0.5em; -} - -table.highlighttable td { - padding: 0 0.5em 0 0.5em; -} - -tt.descname { - background-color: transparent; - font-weight: bold; - font-size: 1.2em; -} - -tt.descclassname { - background-color: transparent; -} - -tt.xref, a tt { - background-color: transparent; - font-weight: bold; -} - -h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { - background-color: transparent; -} - -.viewcode-link { - float: right; -} - -.viewcode-back { - float: right; - font-family: sans-serif; -} - -div.viewcode-block:target { - margin: -1px -10px; - padding: 0 10px; -} - -/* -- math display ---------------------------------------------------------- */ - -img.math { - vertical-align: middle; -} - -div.body div.math p { - text-align: center; -} - -span.eqno { - float: right; -} - -/* -- printout stylesheet --------------------------------------------------- */ - -@media print { - div.document, - div.documentwrapper, - div.bodywrapper { - margin: 0 !important; - width: 100%; - } - - div.sphinxsidebar, - div.related, - div.footer, - #top-link { - display: none; - } -} \ No newline at end of file diff --git a/docs/_build/html/_static/comment-bright.png b/docs/_build/html/_static/comment-bright.png deleted file mode 100644 index 551517b8c83b76f734ff791f847829a760ad1903..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3500 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 A2LJ#7 diff --git a/docs/_build/html/_static/comment.png b/docs/_build/html/_static/comment.png deleted file mode 100644 index 92feb52b8824c6b0f59b658b1196c61de9162a95..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3445 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 Xn!ZpXD%P(H00000NkvXXu0mjf= 0 && !jQuery(node.parentNode).hasClass(className)) { - var span = document.createElement("span"); - span.className = className; - span.appendChild(document.createTextNode(val.substr(pos, text.length))); - node.parentNode.insertBefore(span, node.parentNode.insertBefore( - document.createTextNode(val.substr(pos + text.length)), - node.nextSibling)); - node.nodeValue = val.substr(0, pos); - } - } - else if (!jQuery(node).is("button, select, textarea")) { - jQuery.each(node.childNodes, function() { - highlight(this); - }); - } - } - return this.each(function() { - highlight(this); - }); -}; - -/** - * Small JavaScript module for the documentation. - */ -var Documentation = { - - init : function() { - this.fixFirefoxAnchorBug(); - this.highlightSearchWords(); - this.initIndexTable(); - }, - - /** - * i18n support - */ - TRANSLATIONS : {}, - PLURAL_EXPR : function(n) { return n == 1 ? 0 : 1; }, - LOCALE : 'unknown', - - // gettext and ngettext don't access this so that the functions - // can safely bound to a different name (_ = Documentation.gettext) - gettext : function(string) { - var translated = Documentation.TRANSLATIONS[string]; - if (typeof translated == 'undefined') - return string; - return (typeof translated == 'string') ? translated : translated[0]; - }, - - ngettext : function(singular, plural, n) { - var translated = Documentation.TRANSLATIONS[singular]; - if (typeof translated == 'undefined') - return (n == 1) ? singular : plural; - return translated[Documentation.PLURALEXPR(n)]; - }, - - addTranslations : function(catalog) { - for (var key in catalog.messages) - this.TRANSLATIONS[key] = catalog.messages[key]; - this.PLURAL_EXPR = new Function('n', 'return +(' + catalog.plural_expr + ')'); - this.LOCALE = catalog.locale; - }, - - /** - * add context elements like header anchor links - */ - addContextElements : function() { - $('div[id] > :header:first').each(function() { - $('\u00B6'). - attr('href', '#' + this.id). - attr('title', _('Permalink to this headline')). - appendTo(this); - }); - $('dt[id]').each(function() { - $('\u00B6'). - attr('href', '#' + this.id). - attr('title', _('Permalink to this definition')). - appendTo(this); - }); - }, - - /** - * workaround a firefox stupidity - */ - fixFirefoxAnchorBug : function() { - if (document.location.hash && $.browser.mozilla) - window.setTimeout(function() { - document.location.href += ''; - }, 10); - }, - - /** - * highlight the search words provided in the url in the text - */ - highlightSearchWords : function() { - var params = $.getQueryParameters(); - var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : []; - if (terms.length) { - var body = $('div.body'); - window.setTimeout(function() { - $.each(terms, function() { - body.highlightText(this.toLowerCase(), 'highlighted'); - }); - }, 10); - $('') - .appendTo($('#searchbox')); - } - }, - - /** - * init the domain index toggle buttons - */ - initIndexTable : function() { - var togglers = $('img.toggler').click(function() { - var src = $(this).attr('src'); - var idnum = $(this).attr('id').substr(7); - $('tr.cg-' + idnum).toggle(); - if (src.substr(-9) == 'minus.png') - $(this).attr('src', src.substr(0, src.length-9) + 'plus.png'); - else - $(this).attr('src', src.substr(0, src.length-8) + 'minus.png'); - }).css('display', ''); - if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) { - togglers.click(); - } - }, - - /** - * helper function to hide the search marks again - */ - hideSearchWords : function() { - $('#searchbox .highlight-link').fadeOut(300); - $('span.highlighted').removeClass('highlighted'); - }, - - /** - * make the url absolute - */ - makeURL : function(relativeURL) { - return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL; - }, - - /** - * get the current relative url - */ - getCurrentURL : function() { - var path = document.location.pathname; - var parts = path.split(/\//); - $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() { - if (this == '..') - parts.pop(); - }); - var url = parts.join('/'); - return path.substring(url.lastIndexOf('/') + 1, path.length - 1); - } -}; - -// quick alias for translations -_ = Documentation.gettext; - -$(document).ready(function() { - Documentation.init(); -}); diff --git a/docs/_build/html/_static/down-pressed.png b/docs/_build/html/_static/down-pressed.png deleted file mode 100644 index 6f7ad782782e4f8e39b0c6e15c7344700cdd2527..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 368 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|*pj^6U4S$Y z{B+)352QE?JR*yM+OLB!qm#z$3ZNi+iKnkC`z>}Z23@f-Ava~9&<9T!#}JFtXD=!G zGdl{fK6ro2OGiOl+hKvH6i=D3%%Y^j`yIkRn!8O>@bG)IQR0{Kf+mxNd=_WScA8u_ z3;8(7x2){m9`nt+U(Nab&1G)!{`SPVpDX$w8McLTzAJ39wprG3p4XLq$06M`%}2Yk zRPPsbES*dnYm1wkGL;iioAUB*Or2kz6(-M_r_#Me-`{mj$Z%( diff --git a/docs/_build/html/_static/down.png b/docs/_build/html/_static/down.png deleted file mode 100644 index 3003a88770de3977d47a2ba69893436a2860f9e7..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 363 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|*pj^6U4S$Y z{B+)352QE?JR*yM+OLB!qm#z$3ZNi+iKnkC`z>}xaV3tUZ$qnrLa#kt978NlpS`ru z&)HFc^}^>{UOEce+71h5nn>6&w6A!ieNbu1wh)UGh{8~et^#oZ1# z>T7oM=FZ~xXWnTo{qnXm$ZLOlqGswI_m2{XwVK)IJmBjW{J3-B3x@C=M{ShWt#fYS9M?R;8K$~YwlIqwf>VA7q=YKcwf2DS4Zj5inDKXXB1zl=(YO3ST6~rDq)&z z*o>z)=hxrfG-cDBW0G$!?6{M<$@{_4{m1o%Ub!naEtn|@^frU1tDnm{r-UW|!^@B8 diff --git a/docs/_build/html/_static/file.png b/docs/_build/html/_static/file.png deleted file mode 100644 index d18082e397e7e54f20721af768c4c2983258f1b4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 392 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`Y)RhkE)4%caKYZ?lYt_f1s;*b z3=G`DAk4@xYmNj^kiEpy*OmP$HyOL$D9)yc9|lc|nKf<9@eUiWd>3GuTC!a5vdfWYEazjncPj5ZQX%+1 zt8B*4=d)!cdDz4wr^#OMYfqGz$1LDFF>|#>*O?AGil(WEs?wLLy{Gj2J_@opDm%`dlax3yA*@*N$G&*ukFv>P8+2CBWO(qz zD0k1@kN>hhb1_6`&wrCswzINE(evt-5C1B^STi2@PmdKI;Vst0PQB6!2kdN diff --git a/docs/_build/html/_static/flasky.css b/docs/_build/html/_static/flasky.css deleted file mode 100644 index 79247895..00000000 --- a/docs/_build/html/_static/flasky.css +++ /dev/null @@ -1,479 +0,0 @@ -/* - * flasky.css_t - * ~~~~~~~~~~~~ - * - * :copyright: Copyright 2010 by Armin Ronacher. Modifications by Kenneth Reitz. - * :license: Flask Design License, see LICENSE for details. - */ - - - - -@import url("basic.css"); - -/* -- page layout ----------------------------------------------------------- */ - -body { - font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro'; - font-size: 17px; - background-color: white; - color: #000; - margin: 0; - padding: 0; -} - -div.document { - width: 940px; - margin: 30px auto 0 auto; -} - -div.documentwrapper { - float: left; - width: 100%; -} - -div.bodywrapper { - margin: 0 0 0 220px; -} - -div.sphinxsidebar { - width: 220px; -} - -hr { - border: 1px solid #B1B4B6; -} - -div.body { - background-color: #ffffff; - color: #3E4349; - padding: 0 30px 0 30px; -} - -img.floatingflask { - padding: 0 0 10px 10px; - float: right; -} - -div.footer { - width: 940px; - margin: 20px auto 30px auto; - font-size: 14px; - color: #888; - text-align: right; -} - -div.footer a { - color: #888; -} - -div.related { - display: none; -} - -div.sphinxsidebar a { - color: #444; - text-decoration: none; - border-bottom: 1px dotted #999; -} - -div.sphinxsidebar a:hover { - border-bottom: 1px solid #999; -} - -div.sphinxsidebar { - font-size: 14px; - line-height: 1.5; -} - -div.sphinxsidebarwrapper { - padding: 18px 10px; -} - -div.sphinxsidebarwrapper p.logo { - padding: 0; - margin: -10px 0 0 -20px; - text-align: center; -} - -div.sphinxsidebar h3, -div.sphinxsidebar h4 { - font-family: 'Garamond', 'Georgia', serif; - color: #444; - font-size: 24px; - font-weight: normal; - margin: 0 0 5px 0; - padding: 0; -} - -div.sphinxsidebar h4 { - font-size: 20px; -} - -div.sphinxsidebar h3 a { - color: #444; -} - -div.sphinxsidebar p.logo a, -div.sphinxsidebar h3 a, -div.sphinxsidebar p.logo a:hover, -div.sphinxsidebar h3 a:hover { - border: none; -} - -div.sphinxsidebar p { - color: #555; - margin: 10px 0; -} - -div.sphinxsidebar ul { - margin: 10px 0; - padding: 0; - color: #000; -} - -div.sphinxsidebar input { - border: 1px solid #ccc; - font-family: 'Georgia', serif; - font-size: 1em; -} - -/* -- body styles ----------------------------------------------------------- */ - -a { - color: #004B6B; - text-decoration: underline; -} - -a:hover { - color: #6D4100; - text-decoration: underline; -} - -div.body h1, -div.body h2, -div.body h3, -div.body h4, -div.body h5, -div.body h6 { - font-family: 'Garamond', 'Georgia', serif; - font-weight: normal; - margin: 30px 0px 10px 0px; - padding: 0; -} - -div.body h1 { margin-top: 0; padding-top: 0; font-size: 240%; } -div.body h2 { font-size: 180%; } -div.body h3 { font-size: 150%; } -div.body h4 { font-size: 130%; } -div.body h5 { font-size: 100%; } -div.body h6 { font-size: 100%; } - -a.headerlink { - color: #ddd; - padding: 0 4px; - text-decoration: none; -} - -a.headerlink:hover { - color: #444; - background: #eaeaea; -} - -div.body p, div.body dd, div.body li { - line-height: 1.4em; -} - -div.admonition { - background: #fafafa; - margin: 20px -30px; - padding: 10px 30px; - border-top: 1px solid #ccc; - border-bottom: 1px solid #ccc; -} - -div.admonition tt.xref, div.admonition a tt { - border-bottom: 1px solid #fafafa; -} - -dd div.admonition { - margin-left: -60px; - padding-left: 60px; -} - -div.admonition p.admonition-title { - font-family: 'Garamond', 'Georgia', serif; - font-weight: normal; - font-size: 24px; - margin: 0 0 10px 0; - padding: 0; - line-height: 1; -} - -div.admonition p.last { - margin-bottom: 0; -} - -div.highlight { - background-color: white; -} - -dt:target, .highlight { - background: #FAF3E8; -} - -div.note { - background-color: #eee; - border: 1px solid #ccc; -} - -div.seealso { - background-color: #ffc; - border: 1px solid #ff6; -} - -div.topic { - background-color: #eee; -} - -p.admonition-title { - display: inline; -} - -p.admonition-title:after { - content: ":"; -} - -pre, tt { - font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace; - font-size: 0.9em; -} - -img.screenshot { -} - -tt.descname, tt.descclassname { - font-size: 0.95em; -} - -tt.descname { - padding-right: 0.08em; -} - -img.screenshot { - -moz-box-shadow: 2px 2px 4px #eee; - -webkit-box-shadow: 2px 2px 4px #eee; - box-shadow: 2px 2px 4px #eee; -} - -table.docutils { - border: 1px solid #888; - -moz-box-shadow: 2px 2px 4px #eee; - -webkit-box-shadow: 2px 2px 4px #eee; - box-shadow: 2px 2px 4px #eee; -} - -table.docutils td, table.docutils th { - border: 1px solid #888; - padding: 0.25em 0.7em; -} - -table.field-list, table.footnote { - border: none; - -moz-box-shadow: none; - -webkit-box-shadow: none; - box-shadow: none; -} - -table.footnote { - margin: 15px 0; - width: 100%; - border: 1px solid #eee; - background: #fdfdfd; - font-size: 0.9em; -} - -table.footnote + table.footnote { - margin-top: -15px; - border-top: none; -} - -table.field-list th { - padding: 0 0.8em 0 0; -} - -table.field-list td { - padding: 0; -} - -table.footnote td.label { - width: 0px; - padding: 0.3em 0 0.3em 0.5em; -} - -table.footnote td { - padding: 0.3em 0.5em; -} - -dl { - margin: 0; - padding: 0; -} - -dl dd { - margin-left: 30px; -} - -blockquote { - margin: 0 0 0 30px; - padding: 0; -} - -ul, ol { - margin: 10px 0 10px 30px; - padding: 0; -} - -pre { - background: #eee; - padding: 7px 30px; - margin: 15px -30px; - line-height: 1.3em; -} - -dl pre, blockquote pre, li pre { - margin-left: -60px; - padding-left: 60px; -} - -dl dl pre { - margin-left: -90px; - padding-left: 90px; -} - -tt { - background-color: #ecf0f3; - color: #222; - /* padding: 1px 2px; */ -} - -tt.xref, a tt { - background-color: #FBFBFB; - border-bottom: 1px solid white; -} - -a.reference { - text-decoration: none; - border-bottom: 1px dotted #004B6B; -} - -a.reference:hover { - border-bottom: 1px solid #6D4100; -} - -a.footnote-reference { - text-decoration: none; - font-size: 0.7em; - vertical-align: top; - border-bottom: 1px dotted #004B6B; -} - -a.footnote-reference:hover { - border-bottom: 1px solid #6D4100; -} - -a:hover tt { - background: #EEE; -} - - -@media screen and (max-width: 600px) { - - div.sphinxsidebar { - display: none; - } - - div.document { - width: 100%; - - } - - div.documentwrapper { - margin-left: 0; - margin-top: 0; - margin-right: 0; - margin-bottom: 0; - } - - div.bodywrapper { - margin-top: 0; - margin-right: 0; - margin-bottom: 0; - margin-left: 0; - } - - ul { - margin-left: 0; - } - - .document { - width: auto; - } - - .footer { - width: auto; - } - - .bodywrapper { - margin: 0; - } - - .footer { - width: auto; - } - - .github { - display: none; - } - -} - -/* misc. */ - -.revsys-inline { - display: none!important; -} - - - - -div.highlight { - box-shadow: 0px 0px 15px #aaa; - margin: 20px 0px; - border-radius: 5px; -} - -div.highlight:before { - content: "Code block"; - background: #ccc; - background-image: -ms-linear-gradient(top, #E5E5E5 0%, #BBBBBB 100%); - background-image: -moz-linear-gradient(top, #E5E5E5 0%, #BBBBBB 100%); - background-image: -o-linear-gradient(top, #E5E5E5 0%, #BBBBBB 100%); - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E5E5E5), color-stop(1, #BBBBBB)); - background-image: -webkit-linear-gradient(top, #E5E5E5 0%, #BBBBBB 100%); - background-image: linear-gradient(to bottom, #E5E5E5 0%, #BBBBBB 100%); - box-shadow: inset 0px 1px 0px #f0f0f0, inset 0px -1px 0px #999; - border-radius: 5px 5px 0px 0px; - display: block; - padding: 5px 0px; - color: #555; - text-shadow: 0px 1px 0px #eee; - text-align: center; -} -div.highlight pre { - border-radius: 0px 0px 5px 5px; - box-shadow: inset 0px 4px 3px -3px #333; - margin: 0px; - background-color: #444; - padding: 10px; -} \ No newline at end of file diff --git a/docs/_build/html/_static/jquery.js b/docs/_build/html/_static/jquery.js deleted file mode 100644 index 198b3ff0..00000000 --- a/docs/_build/html/_static/jquery.js +++ /dev/null @@ -1,4 +0,0 @@ -/*! jQuery v1.7.1 jquery.com | jquery.org/license */ -(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!ck[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"":"")+""),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return ck[a]}function cu(a,b){var c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ci(){try{return new a.XMLHttpRequest}catch(b){}}function cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){if(c!=="border")for(;g=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?parseFloat(d):j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c
a",d=q.getElementsByTagName("*"),e=q.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=q.getElementsByTagName("input")[0],b={leadingWhitespace:q.firstChild.nodeType===3,tbody:!q.getElementsByTagName("tbody").length,htmlSerialize:!!q.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:q.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete q.test}catch(s){b.deleteExpando=!1}!q.addEventListener&&q.attachEvent&&q.fireEvent&&(q.attachEvent("onclick",function(){b.noCloneEvent=!1}),q.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),q.appendChild(i),k=c.createDocumentFragment(),k.appendChild(q.lastChild),b.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,k.removeChild(i),k.appendChild(q),q.innerHTML="",a.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",q.style.width="2px",q.appendChild(j),b.reliableMarginRight=(parseInt((a.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0);if(q.attachEvent)for(o in{submit:1,change:1,focusin:1})n="on"+o,p=n in q,p||(q.setAttribute(n,"return;"),p=typeof q[n]=="function"),b[o+"Bubbles"]=p;k.removeChild(q),k=g=h=j=q=i=null,f(function(){var a,d,e,g,h,i,j,k,m,n,o,r=c.getElementsByTagName("body")[0];!r||(j=1,k="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",m="visibility:hidden;border:0;",n="style='"+k+"border:5px solid #000;padding:0;'",o="
"+""+"
",a=c.createElement("div"),a.style.cssText=m+"width:0;height:0;position:static;top:0;margin-top:"+j+"px",r.insertBefore(a,r.firstChild),q=c.createElement("div"),a.appendChild(q),q.innerHTML="
t
",l=q.getElementsByTagName("td"),p=l[0].offsetHeight===0,l[0].style.display="",l[1].style.display="none",b.reliableHiddenOffsets=p&&l[0].offsetHeight===0,q.innerHTML="",q.style.width=q.style.paddingLeft="1px",f.boxModel=b.boxModel=q.offsetWidth===2,typeof q.style.zoom!="undefined"&&(q.style.display="inline",q.style.zoom=1,b.inlineBlockNeedsLayout=q.offsetWidth===2,q.style.display="",q.innerHTML="
",b.shrinkWrapBlocks=q.offsetWidth!==2),q.style.cssText=k+m,q.innerHTML=o,d=q.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,i={doesNotAddBorder:e.offsetTop!==5,doesAddBorderForTableAndCells:h.offsetTop===5},e.style.position="fixed",e.style.top="20px",i.fixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",i.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,i.doesNotIncludeMarginInBodyOffset=r.offsetTop!==j,r.removeChild(a),q=a=null,f.extend(b,i))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.nodeName.toLowerCase()]||f.valHooks[g.type];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;h=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/\bhover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")}; -f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;le&&i.push({elem:this,matches:d.slice(e)});for(j=0;j0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h0)for(h=g;h=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
","
"]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function() -{for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1>");try{for(var c=0,d=this.length;c1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||!bc.test("<"+a.nodeName)?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!_.test(k))k=b.createTextNode(k);else{k=k.replace(Y,"<$1>");var l=(Z.exec(k)||["",""])[1].toLowerCase(),m=bg[l]||bg._default,n=m[0],o=b.createElement("div");b===c?bh.appendChild(o):U(b).appendChild(o),o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=$.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]===""&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&X.test(k)&&o.insertBefore(b.createTextNode(X.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return br.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bq,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bq.test(g)?g.replace(bq,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bz(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bA=function(a,b){var c,d,e;b=b.replace(bs,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b)));return c}),c.documentElement.currentStyle&&(bB=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f===null&&g&&(e=g[b])&&(f=e),!bt.test(f)&&bu.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f||0,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),bz=bA||bB,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bD=/%20/g,bE=/\[\]$/,bF=/\r?\n/g,bG=/#.*$/,bH=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bI=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bJ=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bK=/^(?:GET|HEAD)$/,bL=/^\/\//,bM=/\?/,bN=/)<[^<]*)*<\/script>/gi,bO=/^(?:select|textarea)/i,bP=/\s+/,bQ=/([?&])_=[^&]*/,bR=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bS=f.fn.load,bT={},bU={},bV,bW,bX=["*/"]+["*"];try{bV=e.href}catch(bY){bV=c.createElement("a"),bV.href="",bV=bV.href}bW=bR.exec(bV.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bS)return bS.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
").append(c.replace(bN,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bO.test(this.nodeName)||bI.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bF,"\r\n")}}):{name:b.name,value:c.replace(bF,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b_(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b_(a,b);return a},ajaxSettings:{url:bV,isLocal:bJ.test(bW[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bX},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bZ(bT),ajaxTransport:bZ(bU),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?cb(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cc(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bH.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bG,"").replace(bL,bW[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bP),d.crossDomain==null&&(r=bR.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bW[1]&&r[2]==bW[2]&&(r[3]||(r[1]==="http:"?80:443))==(bW[3]||(bW[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),b$(bT,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bK.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bM.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bQ,"$1_="+x);d.url=y+(y===d.url?(bM.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bX+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=b$(bU,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)ca(g,a[g],c,e);return d.join("&").replace(bD,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cd=f.now(),ce=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cd++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ce.test(b.url)||e&&ce.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ce,l),b.url===j&&(e&&(k=k.replace(ce,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cf=a.ActiveXObject?function(){for(var a in ch)ch[a](0,1)}:!1,cg=0,ch;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ci()||cj()}:ci,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cf&&delete ch[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cg,cf&&(ch||(ch={},f(a).unload(cf)),ch[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var ck={},cl,cm,cn=/^(?:toggle|show|hide)$/,co=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cp,cq=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cr;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cu("show",3),a,b,c);for(var g=0,h=this.length;g=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cy(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cy(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,d,"padding")):this[d]():null},f.fn["outer"+c]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,d,a?"margin":"border")):this[d]():null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c],h=e.document.body;return e.document.compatMode==="CSS1Compat"&&g||h&&h["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var i=f.css(e,d),j=parseFloat(i);return f.isNumeric(j)?j:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window); \ No newline at end of file diff --git a/docs/_build/html/_static/minus.png b/docs/_build/html/_static/minus.png deleted file mode 100644 index da1c5620d10c047525a467a425abe9ff5269cfc2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 199 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1SHkYJtzcHoCO|{#XvD(5N2eUHAey{$X?>< z>&kweokM_|(Po{+Q=kw>iEBiObAE1aYF-J$w=>iB1I2R$WLpMkF=>bh=@O1TaS?83{1OVknK< z>&kweokM`jkU7Va11Q8%;u=xnoS&PUnpeW`?aZ|OK(QcC7sn8Z%gHvy&v=;Q4jejg zV8NnAO`-4Z@2~&zopr02WF_WB>pF diff --git a/docs/_build/html/_static/pygments.css b/docs/_build/html/_static/pygments.css deleted file mode 100644 index f62f9ecb..00000000 --- a/docs/_build/html/_static/pygments.css +++ /dev/null @@ -1,70 +0,0 @@ -.highlight .hll { background-color: #404040 } -.highlight { background: #202020; color: #d0d0d0 } -.highlight .c { color: #999999; font-style: italic } /* Comment */ -.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */ -.highlight .g { color: #d0d0d0 } /* Generic */ -.highlight .k { color: #6ab825; font-weight: bold } /* Keyword */ -.highlight .l { color: #d0d0d0 } /* Literal */ -.highlight .n { color: #d0d0d0 } /* Name */ -.highlight .o { color: #d0d0d0 } /* Operator */ -.highlight .x { color: #d0d0d0 } /* Other */ -.highlight .p { color: #d0d0d0 } /* Punctuation */ -.highlight .cm { color: #999999; font-style: italic } /* Comment.Multiline */ -.highlight .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */ -.highlight .c1 { color: #999999; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ -.highlight .gd { color: #d22323 } /* Generic.Deleted */ -.highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */ -.highlight .gr { color: #d22323 } /* Generic.Error */ -.highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */ -.highlight .gi { color: #589819 } /* Generic.Inserted */ -.highlight .go { color: #cccccc } /* Generic.Output */ -.highlight .gp { color: #aaaaaa } /* Generic.Prompt */ -.highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */ -.highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */ -.highlight .gt { color: #d22323 } /* Generic.Traceback */ -.highlight .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */ -.highlight .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */ -.highlight .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */ -.highlight .kp { color: #6ab825 } /* Keyword.Pseudo */ -.highlight .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */ -.highlight .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */ -.highlight .ld { color: #d0d0d0 } /* Literal.Date */ -.highlight .m { color: #3677a9 } /* Literal.Number */ -.highlight .s { color: #ed9d13 } /* Literal.String */ -.highlight .na { color: #bbbbbb } /* Name.Attribute */ -.highlight .nb { color: #24909d } /* Name.Builtin */ -.highlight .nc { color: #447fcf; text-decoration: underline } /* Name.Class */ -.highlight .no { color: #40ffff } /* Name.Constant */ -.highlight .nd { color: #ffa500 } /* Name.Decorator */ -.highlight .ni { color: #d0d0d0 } /* Name.Entity */ -.highlight .ne { color: #bbbbbb } /* Name.Exception */ -.highlight .nf { color: #447fcf } /* Name.Function */ -.highlight .nl { color: #d0d0d0 } /* Name.Label */ -.highlight .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */ -.highlight .nx { color: #d0d0d0 } /* Name.Other */ -.highlight .py { color: #d0d0d0 } /* Name.Property */ -.highlight .nt { color: #6ab825; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #40ffff } /* Name.Variable */ -.highlight .ow { color: #6ab825; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #666666 } /* Text.Whitespace */ -.highlight .mf { color: #3677a9 } /* Literal.Number.Float */ -.highlight .mh { color: #3677a9 } /* Literal.Number.Hex */ -.highlight .mi { color: #3677a9 } /* Literal.Number.Integer */ -.highlight .mo { color: #3677a9 } /* Literal.Number.Oct */ -.highlight .sb { color: #ed9d13 } /* Literal.String.Backtick */ -.highlight .sc { color: #ed9d13 } /* Literal.String.Char */ -.highlight .sd { color: #ed9d13 } /* Literal.String.Doc */ -.highlight .s2 { color: #ed9d13 } /* Literal.String.Double */ -.highlight .se { color: #ed9d13 } /* Literal.String.Escape */ -.highlight .sh { color: #ed9d13 } /* Literal.String.Heredoc */ -.highlight .si { color: #ed9d13 } /* Literal.String.Interpol */ -.highlight .sx { color: #ffa500 } /* Literal.String.Other */ -.highlight .sr { color: #ed9d13 } /* Literal.String.Regex */ -.highlight .s1 { color: #ed9d13 } /* Literal.String.Single */ -.highlight .ss { color: #ed9d13 } /* Literal.String.Symbol */ -.highlight .bp { color: #24909d } /* Name.Builtin.Pseudo */ -.highlight .vc { color: #40ffff } /* Name.Variable.Class */ -.highlight .vg { color: #40ffff } /* Name.Variable.Global */ -.highlight .vi { color: #40ffff } /* Name.Variable.Instance */ -.highlight .il { color: #3677a9 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/docs/_build/html/_static/searchtools.js b/docs/_build/html/_static/searchtools.js deleted file mode 100644 index 56676b25..00000000 --- a/docs/_build/html/_static/searchtools.js +++ /dev/null @@ -1,622 +0,0 @@ -/* - * searchtools.js_t - * ~~~~~~~~~~~~~~~~ - * - * Sphinx JavaScript utilties for the full-text search. - * - * :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS. - * :license: BSD, see LICENSE for details. - * - */ - - -/** - * Porter Stemmer - */ -var Stemmer = function() { - - var step2list = { - ational: 'ate', - tional: 'tion', - enci: 'ence', - anci: 'ance', - izer: 'ize', - bli: 'ble', - alli: 'al', - entli: 'ent', - eli: 'e', - ousli: 'ous', - ization: 'ize', - ation: 'ate', - ator: 'ate', - alism: 'al', - iveness: 'ive', - fulness: 'ful', - ousness: 'ous', - aliti: 'al', - iviti: 'ive', - biliti: 'ble', - logi: 'log' - }; - - var step3list = { - icate: 'ic', - ative: '', - alize: 'al', - iciti: 'ic', - ical: 'ic', - ful: '', - ness: '' - }; - - var c = "[^aeiou]"; // consonant - var v = "[aeiouy]"; // vowel - var C = c + "[^aeiouy]*"; // consonant sequence - var V = v + "[aeiou]*"; // vowel sequence - - var mgr0 = "^(" + C + ")?" + V + C; // [C]VC... is m>0 - var meq1 = "^(" + C + ")?" + V + C + "(" + V + ")?$"; // [C]VC[V] is m=1 - var mgr1 = "^(" + C + ")?" + V + C + V + C; // [C]VCVC... is m>1 - var s_v = "^(" + C + ")?" + v; // vowel in stem - - this.stemWord = function (w) { - var stem; - var suffix; - var firstch; - var origword = w; - - if (w.length < 3) - return w; - - var re; - var re2; - var re3; - var re4; - - firstch = w.substr(0,1); - if (firstch == "y") - w = firstch.toUpperCase() + w.substr(1); - - // Step 1a - re = /^(.+?)(ss|i)es$/; - re2 = /^(.+?)([^s])s$/; - - if (re.test(w)) - w = w.replace(re,"$1$2"); - else if (re2.test(w)) - w = w.replace(re2,"$1$2"); - - // Step 1b - re = /^(.+?)eed$/; - re2 = /^(.+?)(ed|ing)$/; - if (re.test(w)) { - var fp = re.exec(w); - re = new RegExp(mgr0); - if (re.test(fp[1])) { - re = /.$/; - w = w.replace(re,""); - } - } - else if (re2.test(w)) { - var fp = re2.exec(w); - stem = fp[1]; - re2 = new RegExp(s_v); - if (re2.test(stem)) { - w = stem; - re2 = /(at|bl|iz)$/; - re3 = new RegExp("([^aeiouylsz])\\1$"); - re4 = new RegExp("^" + C + v + "[^aeiouwxy]$"); - if (re2.test(w)) - w = w + "e"; - else if (re3.test(w)) { - re = /.$/; - w = w.replace(re,""); - } - else if (re4.test(w)) - w = w + "e"; - } - } - - // Step 1c - re = /^(.+?)y$/; - if (re.test(w)) { - var fp = re.exec(w); - stem = fp[1]; - re = new RegExp(s_v); - if (re.test(stem)) - w = stem + "i"; - } - - // Step 2 - re = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/; - if (re.test(w)) { - var fp = re.exec(w); - stem = fp[1]; - suffix = fp[2]; - re = new RegExp(mgr0); - if (re.test(stem)) - w = stem + step2list[suffix]; - } - - // Step 3 - re = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/; - if (re.test(w)) { - var fp = re.exec(w); - stem = fp[1]; - suffix = fp[2]; - re = new RegExp(mgr0); - if (re.test(stem)) - w = stem + step3list[suffix]; - } - - // Step 4 - re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/; - re2 = /^(.+?)(s|t)(ion)$/; - if (re.test(w)) { - var fp = re.exec(w); - stem = fp[1]; - re = new RegExp(mgr1); - if (re.test(stem)) - w = stem; - } - else if (re2.test(w)) { - var fp = re2.exec(w); - stem = fp[1] + fp[2]; - re2 = new RegExp(mgr1); - if (re2.test(stem)) - w = stem; - } - - // Step 5 - re = /^(.+?)e$/; - if (re.test(w)) { - var fp = re.exec(w); - stem = fp[1]; - re = new RegExp(mgr1); - re2 = new RegExp(meq1); - re3 = new RegExp("^" + C + v + "[^aeiouwxy]$"); - if (re.test(stem) || (re2.test(stem) && !(re3.test(stem)))) - w = stem; - } - re = /ll$/; - re2 = new RegExp(mgr1); - if (re.test(w) && re2.test(w)) { - re = /.$/; - w = w.replace(re,""); - } - - // and turn initial Y back to y - if (firstch == "y") - w = firstch.toLowerCase() + w.substr(1); - return w; - } -} - - - -/** - * Simple result scoring code. - */ -var Scorer = { - // Implement the following function to further tweak the score for each result - // The function takes a result array [filename, title, anchor, descr, score] - // and returns the new score. - /* - score: function(result) { - return result[4]; - }, - */ - - // query matches the full name of an object - objNameMatch: 11, - // or matches in the last dotted part of the object name - objPartialMatch: 6, - // Additive scores depending on the priority of the object - objPrio: {0: 15, // used to be importantResults - 1: 5, // used to be objectResults - 2: -5}, // used to be unimportantResults - // Used when the priority is not in the mapping. - objPrioDefault: 0, - - // query found in title - title: 15, - // query found in terms - term: 5 -}; - - -/** - * Search Module - */ -var Search = { - - _index : null, - _queued_query : null, - _pulse_status : -1, - - init : function() { - var params = $.getQueryParameters(); - if (params.q) { - var query = params.q[0]; - $('input[name="q"]')[0].value = query; - this.performSearch(query); - } - }, - - loadIndex : function(url) { - $.ajax({type: "GET", url: url, data: null, - dataType: "script", cache: true, - complete: function(jqxhr, textstatus) { - if (textstatus != "success") { - document.getElementById("searchindexloader").src = url; - } - }}); - }, - - setIndex : function(index) { - var q; - this._index = index; - if ((q = this._queued_query) !== null) { - this._queued_query = null; - Search.query(q); - } - }, - - hasIndex : function() { - return this._index !== null; - }, - - deferQuery : function(query) { - this._queued_query = query; - }, - - stopPulse : function() { - this._pulse_status = 0; - }, - - startPulse : function() { - if (this._pulse_status >= 0) - return; - function pulse() { - var i; - Search._pulse_status = (Search._pulse_status + 1) % 4; - var dotString = ''; - for (i = 0; i < Search._pulse_status; i++) - dotString += '.'; - Search.dots.text(dotString); - if (Search._pulse_status > -1) - window.setTimeout(pulse, 500); - } - pulse(); - }, - - /** - * perform a search for something (or wait until index is loaded) - */ - performSearch : function(query) { - // create the required interface elements - this.out = $('#search-results'); - this.title = $('

' + _('Searching') + '

').appendTo(this.out); - this.dots = $('').appendTo(this.title); - this.status = $('

').appendTo(this.out); - this.output = $('
'); - } - // Prettify the comment rating. - comment.pretty_rating = comment.rating + ' point' + - (comment.rating == 1 ? '' : 's'); - // Make a class (for displaying not yet moderated comments differently) - comment.css_class = comment.displayed ? '' : ' moderate'; - // Create a div for this comment. - var context = $.extend({}, opts, comment); - var div = $(renderTemplate(commentTemplate, context)); - - // If the user has voted on this comment, highlight the correct arrow. - if (comment.vote) { - var direction = (comment.vote == 1) ? 'u' : 'd'; - div.find('#' + direction + 'v' + comment.id).hide(); - div.find('#' + direction + 'u' + comment.id).show(); - } - - if (opts.moderator || comment.text != '[deleted]') { - div.find('a.reply').show(); - if (comment.proposal_diff) - div.find('#sp' + comment.id).show(); - if (opts.moderator && !comment.displayed) - div.find('#cm' + comment.id).show(); - if (opts.moderator || (opts.username == comment.username)) - div.find('#dc' + comment.id).show(); - } - return div; - } - - /** - * A simple template renderer. Placeholders such as <%id%> are replaced - * by context['id'] with items being escaped. Placeholders such as <#id#> - * are not escaped. - */ - function renderTemplate(template, context) { - var esc = $(document.createElement('div')); - - function handle(ph, escape) { - var cur = context; - $.each(ph.split('.'), function() { - cur = cur[this]; - }); - return escape ? esc.text(cur || "").html() : cur; - } - - return template.replace(/<([%#])([\w\.]*)\1>/g, function() { - return handle(arguments[2], arguments[1] == '%' ? true : false); - }); - } - - /** Flash an error message briefly. */ - function showError(message) { - $(document.createElement('div')).attr({'class': 'popup-error'}) - .append($(document.createElement('div')) - .attr({'class': 'error-message'}).text(message)) - .appendTo('body') - .fadeIn("slow") - .delay(2000) - .fadeOut("slow"); - } - - /** Add a link the user uses to open the comments popup. */ - $.fn.comment = function() { - return this.each(function() { - var id = $(this).attr('id').substring(1); - var count = COMMENT_METADATA[id]; - var title = count + ' comment' + (count == 1 ? '' : 's'); - var image = count > 0 ? opts.commentBrightImage : opts.commentImage; - var addcls = count == 0 ? ' nocomment' : ''; - $(this) - .append( - $(document.createElement('a')).attr({ - href: '#', - 'class': 'sphinx-comment-open' + addcls, - id: 'ao' + id - }) - .append($(document.createElement('img')).attr({ - src: image, - alt: 'comment', - title: title - })) - .click(function(event) { - event.preventDefault(); - show($(this).attr('id').substring(2)); - }) - ) - .append( - $(document.createElement('a')).attr({ - href: '#', - 'class': 'sphinx-comment-close hidden', - id: 'ah' + id - }) - .append($(document.createElement('img')).attr({ - src: opts.closeCommentImage, - alt: 'close', - title: 'close' - })) - .click(function(event) { - event.preventDefault(); - hide($(this).attr('id').substring(2)); - }) - ); - }); - }; - - var opts = { - processVoteURL: '/_process_vote', - addCommentURL: '/_add_comment', - getCommentsURL: '/_get_comments', - acceptCommentURL: '/_accept_comment', - deleteCommentURL: '/_delete_comment', - commentImage: '/static/_static/comment.png', - closeCommentImage: '/static/_static/comment-close.png', - loadingImage: '/static/_static/ajax-loader.gif', - commentBrightImage: '/static/_static/comment-bright.png', - upArrow: '/static/_static/up.png', - downArrow: '/static/_static/down.png', - upArrowPressed: '/static/_static/up-pressed.png', - downArrowPressed: '/static/_static/down-pressed.png', - voting: false, - moderator: false - }; - - if (typeof COMMENT_OPTIONS != "undefined") { - opts = jQuery.extend(opts, COMMENT_OPTIONS); - } - - var popupTemplate = '\ -
\ -

\ - Sort by:\ - best rated\ - newest\ - oldest\ -

\ -
Comments
\ -
\ - loading comments...
\ -
    \ -
    \ -

    Add a comment\ - (markup):

    \ -
    \ - reStructured text markup: *emph*, **strong**, \ - ``code``, \ - code blocks: :: and an indented block after blank line
    \ -
    \ - \ -

    \ - \ - Propose a change ▹\ - \ - \ - Propose a change ▿\ - \ -

    \ - \ - \ - \ - \ - \ -
    \ -
    '; - - var commentTemplate = '\ -
    \ -
    \ -
    \ - \ - \ - \ - \ - \ - \ -
    \ -
    \ - \ - \ - \ - \ - \ - \ -
    \ -
    \ -
    \ -

    \ - <%username%>\ - <%pretty_rating%>\ - <%time.delta%>\ -

    \ -
    <#text#>
    \ -

    \ - \ - reply ▿\ - proposal ▹\ - proposal ▿\ - \ - \ -

    \ -
    \
    -<#proposal_diff#>\
    -        
    \ -
      \ -
      \ -
      \ -
      \ - '; - - var replyTemplate = '\ -
    • \ -
      \ -
      \ - \ - \ - \ - \ - \ - \ -
      \ -
    • '; - - $(document).ready(function() { - init(); - }); -})(jQuery); - -$(document).ready(function() { - // add comment anchors for all paragraphs that are commentable - $('.sphinx-has-comment').comment(); - - // highlight search words in search results - $("div.context").each(function() { - var params = $.getQueryParameters(); - var terms = (params.q) ? params.q[0].split(/\s+/) : []; - var result = $(this); - $.each(terms, function() { - result.highlightText(this.toLowerCase(), 'highlighted'); - }); - }); - - // directly open comment window if requested - var anchor = document.location.hash; - if (anchor.substring(0, 9) == '#comment-') { - $('#ao' + anchor.substring(9)).click(); - document.location.hash = '#s' + anchor.substring(9); - } -}); diff --git a/docs/_build/html/genindex.html b/docs/_build/html/genindex.html deleted file mode 100644 index c350b4b1..00000000 --- a/docs/_build/html/genindex.html +++ /dev/null @@ -1,102 +0,0 @@ - - - - - - - - - Index — jrnl 1.5.0 documentation - - - - - - - - - - - - - - - - - - -
      -
      -
      -
      - - -

      Index

      - -
      - J - -
      -

      J

      -
      - -
      - -
      Journal() (in module jrnl) -
      - -
      - - - - - - -
      -
      - -

      Related Topics

      - - - - -
      -
      -
      - - - - \ No newline at end of file diff --git a/docs/_build/html/index.html b/docs/_build/html/index.html deleted file mode 100644 index 48cb7ba1..00000000 --- a/docs/_build/html/index.html +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - - - jrnl: The command-line journal — jrnl 1.5.0 documentation - - - - - - - - - - - - - - - - - - -
      -
      -
      -
      - -
      -

      jrnl: The command-line journal¶

      -

      Release v1.5.0. (Installation)

      -
      >>> r = requests.get('https://api.github.com/user', auth=('user', 'pass'))
      ->>> r.status_code
      -200
      ->>> r.headers['content-type']
      -'application/json; charset=utf8'
      ->>> r.encoding
      -'utf-8'
      ->>> r.text
      -u'{"type":"User"...'
      ->>> r.json()
      -{u'private_gists': 419, u'total_private_repos': 77, ...}
      -
      -
      -
      -
      -jrnl.Journal()¶
      -
      - -

      Contents:

      -
      -
        -
      -
      -
      -
      -

      Indices and tables¶

      - -
      -
      -

      Indices and tables¶

      - -
      - - -
      -
      -
      -
      -
      -

      Table Of Contents

      - -

      Related Topics

      - - - -
      -
      -
      -
      - - - \ No newline at end of file diff --git a/docs/_build/html/objects.inv b/docs/_build/html/objects.inv deleted file mode 100644 index 2a9bd2c3db846a49f596575ea667b646c701d23f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 234 zcmY#Z2rkIT%&Sny%qvUHE6FdaR47X=D$dN$Q!wIERtPA{&q_@$u~Nt?%F6-r!ys~2 z3Wj>7dIms&kc?D?qSV~P%)FG;B8B`kg_4ZSVuiHKoKyuMot&RrP?TC+oSLFgTAZ1e zu27YenWV>6aqIM1|C49DJ=X?k=y`5D<>}*fHt>RJh{lR5XIs5qq)vJAOhfy}v*lBs zEzzoIYT0oq`16L0rcS3)hbdyq)x=cO7ihI~I8J4C7GY6Yw!A1+^y$+Vl~1ROJym_i fa5rIU*sSR>lV;9ep0J`JWm8v^o;ZWu5BqKay#8SC diff --git a/docs/_build/html/search.html b/docs/_build/html/search.html deleted file mode 100644 index 5a3adeaf..00000000 --- a/docs/_build/html/search.html +++ /dev/null @@ -1,98 +0,0 @@ - - - - - - - - Search — jrnl 1.5.0 documentation - - - - - - - - - - - - - - - - - - - - - - - - -
      -
      -
      -
      - -

      Search

      -
      - -

      - Please activate JavaScript to enable the search - functionality. -

      -
      -

      - From here you can search these documents. Enter your search - words into the box below and click "search". Note that the search - function will automatically search for all of the words. Pages - containing fewer words won't appear in the result list. -

      -
      - - - -
      - -
      - -
      - -
      -
      -
      -
      -

      Related Topics

      - -
      -
      -
      -
      - - - \ No newline at end of file diff --git a/docs/_build/html/searchindex.js b/docs/_build/html/searchindex.js deleted file mode 100644 index 89137466..00000000 --- a/docs/_build/html/searchindex.js +++ /dev/null @@ -1 +0,0 @@ -Search.setIndex({envversion:42,terms:{status_cod:0,text:0,modul:0,encod:0,header:0,api:0,pass:0,instal:0,total_private_repo:0,index:0,charset:0,content:0,json:0,type:0,applic:0,http:0,get:0,utf8:0,auth:0,user:0,releas:0,private_gist:0,search:0,github:0,utf:0,request:0,thi:[],com:0,page:0,block:[]},objtypes:{"0":"py:function"},objnames:{"0":["py","function","Python function"]},filenames:["index"],titles:["jrnl: The command-line journal"],objects:{jrnl:{Journal:[0,0,1,""]}},titleterms:{welcom:[],journal:0,indic:0,command:0,jrnl:0,tabl:0,line:0,document:[]}}) \ No newline at end of file diff --git a/docs/_themes/1450/static/small_flask.css b/docs/_themes/1450/static/small_flask.css deleted file mode 100755 index bf3634ef..00000000 --- a/docs/_themes/1450/static/small_flask.css +++ /dev/null @@ -1,91 +0,0 @@ -/* - * small_flask.css_t - * ~~~~~~~~~~~~~~~~~ - * - * :copyright: Copyright 2010 by Armin Ronacher. - * :license: Flask Design License, see LICENSE for details. - */ - -body { - margin: 0; - padding: 20px 30px; -} - -div.documentwrapper { - float: none; - background: white; -} - -div.sphinxsidebar { - display: block; - float: none; - width: 102.5%; - margin: 50px -30px -20px -30px; - padding: 10px 20px; - background: #333; - color: white; -} - -div.sphinxsidebar h3, div.sphinxsidebar h4, div.sphinxsidebar p, -div.sphinxsidebar h3 a { - color: white; -} - -div.sphinxsidebar a { - color: #aaa; -} - -div.sphinxsidebar p.logo { - display: none; -} - -div.document { - width: 100%; - margin: 0; -} - -div.related { - display: block; - margin: 0; - padding: 10px 0 20px 0; -} - -div.related ul, -div.related ul li { - margin: 0; - padding: 0; -} - -div.footer { - display: none; -} - -div.bodywrapper { - margin: 0; -} - -div.body { - min-height: 0; - padding: 0; -} - -.rtd_doc_footer { - display: none; -} - -.document { - width: auto; -} - -.footer { - width: auto; -} - -.footer { - width: auto; -} - -.github { - display: none; -} - diff --git a/docs/_themes/jrnl/index.html b/docs/_themes/jrnl/index.html new file mode 100755 index 00000000..3bc309f1 --- /dev/null +++ b/docs/_themes/jrnl/index.html @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + +
      +
      + +

      Collect your thoughts and notes
      without leaving the command line

      +
      +
      +
      +
      $ jrnl today: Started writing my memoirs. On the command line. Like a boss.
      +
      +
      +
      + +
      +
      +
      + +

      Human friendly.

      +

      jrnl has a natural-language interface so you don't have to remember cryptic shortcuts when you're writing down your thoughts.

      +
      +
      + +

      Future-proof.

      +

      your journals are stored in plain-text files that will still be readable in 50 years when all your fancy iPad apps will have gone the way of the Dodo.

      +
      +
      + +

      Secure.

      +

      Encrypt your journals with the military-grade AES encryption. Even the NSA won't be able to read your dirty secrets.

      +
      +
      +
      +
      + +

      Accessible anywhere.

      +

      Sync your journals with Dropbox and capture your thoughts where ever you are

      +
      +
      + +

      DayOne compatible.

      +

      Read, write and search your DayOne journal from the command line.

      +
      +
      + +

      Free & Open Source.

      +

      jrnl is made by by a bunch of really nice and remarkably attractive people. Maybe even you?

      +
      +
      + +

      For work and play.

      +

      Effortlessly access several journals for all parts of your life.

      +
      +
      +
      + + + + + diff --git a/docs/_themes/1450/layout.html b/docs/_themes/jrnl/layout.html similarity index 100% rename from docs/_themes/1450/layout.html rename to docs/_themes/jrnl/layout.html diff --git a/docs/_themes/1450/relations.html b/docs/_themes/jrnl/relations.html similarity index 100% rename from docs/_themes/1450/relations.html rename to docs/_themes/jrnl/relations.html diff --git a/docs/_themes/jrnl/static/css/jrnl.css b/docs/_themes/jrnl/static/css/jrnl.css new file mode 100644 index 00000000..5a9a0128 --- /dev/null +++ b/docs/_themes/jrnl/static/css/jrnl.css @@ -0,0 +1,321 @@ +.icon { + background-image: url("../img/icons.png"); + width: 32px; + height: 32px; + display: inline-block; + font-size: 40px; + background-size: 200px 120px; +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) { + .icon { + background-image: url("../img/icons@2x.png"); + } +} +.icon.share { + background-position: 0em 0em; +} +.icon.future { + background-position: -1em 0em; +} +.icon.search { + background-position: -2em 0em; +} +.icon.nli { + background-position: -3em 0em; +} +.icon.secure { + background-position: -4em 0em; +} +.icon.sync { + background-position: 0em -1em; +} +.icon.dayone { + background-position: -1em -1em; +} +.icon.github { + background-position: -2em -1em; +} +.icon.folders { + background-position: -3em -1em; +} +.icon.cal { + background-position: -4em -1em; +} +.icon.left { + background-position: 0em -2em; +} +.icon.right { + background-position: -1em -2em; +} +.icon.info { + background-position: -2em -2em; +} +.terminal { + background: #2f1e34; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + border-radius: 6px; + padding: 50px 20px 10px 20px; + margin: 40px auto; + width: 500px; + -webkit-box-shadow: 0px 1px 8px #a0acb7; + -moz-box-shadow: 0px 1px 8px #a0acb7; + -o-box-shadow: 0px 1px 8px #a0acb7; + box-shadow: 0px 1px 8px #a0acb7; + position: relative; + color: #f7f8f9; + font-family: "Monaco", "Courier New"; + font-size: 12pt; +} +.terminal #args { + color: #f6f7b9; +} +.terminal #output { + color: #9278b5; +} +.terminal:before { + content: "Terminal"; + display: block; + width: 100%; + position: absolute; + left: 0; + -webkit-box-shadow: inset 0px 1px 0px #f4f4f4, inset 0px -1px 0px #888888; + -moz-box-shadow: inset 0px 1px 0px #f4f4f4, inset 0px -1px 0px #888888; + -o-box-shadow: inset 0px 1px 0px #f4f4f4, inset 0px -1px 0px #888888; + box-shadow: inset 0px 1px 0px #f4f4f4, inset 0px -1px 0px #888888; + margin-top: -50px; + text-align: center; + height: 30px; + line-height: 30px; + color: #777; + text-shadow: 0px 1px 0px #ddd; + -webkit-border-radius: 5px 5px 0px 0px; + -moz-border-radius: 5px 5px 0px 0px; + border-radius: 5px 5px 0px 0px; + background: #eaeaea; + background-image: -moz-linear-gradient(top, #eaeaea 0%, #bababa 100%); + background-image: -webkit-linear-gradient(top, #eaeaea 0%, #bababa 100%); + background-image: -o-linear-gradient(top, #eaeaea 0%, #bababa 100%); + background-image: linear-gradient(to bottom, #eaeaea 0%, #bababa 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea', endColorstr='#bababa', GradientType=0); +} +.terminal:after { + content: ""; + width: 48px; + height: 30px; + position: absolute; + top: 0px; + left: 10px; + background: url(../img/terminal.png) no-repeat center center; +} +body#landing { + background-color: #47375d; + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-weight: 300; +} +body#landing #title, +body#landing .row3, +body#landing .row4, +body#landing #prompt { + width: 900px; + margin: 0px auto; +} +body#landing #upper { + *zoom: 1; + background: #f7f8f9; + -webkit-box-shadow: inset 0px -6px 6px -3px #dadfe3; + -moz-box-shadow: inset 0px -6px 6px -3px #dadfe3; + -o-box-shadow: inset 0px -6px 6px -3px #dadfe3; + box-shadow: inset 0px -6px 6px -3px #dadfe3; +} +body#landing #upper:before, +body#landing #upper:after { + content: " "; + display: table; +} +body#landing #upper:after { + clear: both; +} +body#landing #upper #title { + width: 650px; + margin: 150px auto 75px auto; +} +body#landing #upper img { + float: left; + margin-right: 30px; +} +body#landing #upper h1 { + color: #564371; + font-weight: 300; +} +body#landing #upper #prompt { + width: 640px; + margin: 0 auto; + *zoom: 1; +} +body#landing #upper #prompt:before, +body#landing #upper #prompt:after { + content: " "; + display: table; +} +body#landing #upper #prompt:after { + clear: both; +} +body#landing #upper .terminal { + -webkit-border-radius: 6px 6px 0px 0px; + -moz-border-radius: 6px 6px 0px 0px; + border-radius: 6px 6px 0px 0px; + float: left; + margin: 0px; + width: 500px; + min-height: 134px; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +body#landing #upper .pleft, +body#landing #upper .pright { + text-align: center; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + float: left; + padding-top: 50px; + width: 70px; +} +body#landing #upper .pleft i, +body#landing #upper .pright i { + opacity: 0.6; + filter: alpha(opacity= 60 ); +} +body#landing #upper .pleft i:hover, +body#landing #upper .pright i:hover { + opacity: 10; + filter: alpha(opacity= 1000 ); + cursor: pointer; +} +body#landing #nav { + background: #7c95ca; + background-image: -moz-linear-gradient(top, #7c95ca 0%, #5e7dc5 100%); + background-image: -webkit-linear-gradient(top, #7c95ca 0%, #5e7dc5 100%); + background-image: -o-linear-gradient(top, #7c95ca 0%, #5e7dc5 100%); + background-image: linear-gradient(to bottom, #7c95ca 0%, #5e7dc5 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7c95ca', endColorstr='#5e7dc5', GradientType=0); + height: 60px; + -webkit-box-shadow: 0px 6px 6px -3px #413155; + -moz-box-shadow: 0px 6px 6px -3px #413155; + -o-box-shadow: 0px 6px 6px -3px #413155; + box-shadow: 0px 6px 6px -3px #413155; + text-align: center; +} +body#landing #nav a { + color: #f7f8f9; + text-shadow: 0px -1px 0px #253865; + text-decoration: none; + font-size: 14pt; + line-height: 60px; + margin: 0 40px; +} +body#landing #nav a:hover { + color: #f8d055; + text-shadow: 0px -1px 0px #947206; +} +body#landing #nav a.cta { + background: #725794; + background-image: -moz-linear-gradient(top, #725794 0%, #564371 100%); + background-image: -webkit-linear-gradient(top, #725794 0%, #564371 100%); + background-image: -o-linear-gradient(top, #725794 0%, #564371 100%); + background-image: linear-gradient(to bottom, #725794 0%, #564371 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#725794', endColorstr='#564371', GradientType=0); + -webkit-box-shadow: 0px 1px 0px #413155; + -moz-box-shadow: 0px 1px 0px #413155; + -o-box-shadow: 0px 1px 0px #413155; + box-shadow: 0px 1px 0px #413155; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + padding: 6px 10px 5px 10px; +} +body#landing #nav a.cta:hover { + background: #f6c324; + background-image: -moz-linear-gradient(top, #f6c324 0%, #c59708 100%); + background-image: -webkit-linear-gradient(top, #f6c324 0%, #c59708 100%); + background-image: -o-linear-gradient(top, #f6c324 0%, #c59708 100%); + background-image: linear-gradient(to bottom, #f6c324 0%, #c59708 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6c324', endColorstr='#c59708', GradientType=0); + -webkit-box-shadow: 0px 1px 0px #947206; + -moz-box-shadow: 0px 1px 0px #947206; + -o-box-shadow: 0px 1px 0px #947206; + box-shadow: 0px 1px 0px #947206; + text-shadow: 0px -1px 0px #947206; + color: #f7f8f9; +} +body#landing #lower { + color: #f7f8f9; + padding-top: 40px; +} +body#landing #lower a { + color: #deaa09; + text-decoration: none; +} +body#landing #lower a:hover { + color: #f8d055; + text-decoration: underline; +} +body#landing #lower .row3, +body#landing #lower .row4 { + *zoom: 1; + margin-bottom: 20px; +} +body#landing #lower .row3:before, +body#landing #lower .row4:before, +body#landing #lower .row3:after, +body#landing #lower .row4:after { + content: " "; + display: table; +} +body#landing #lower .row3:after, +body#landing #lower .row4:after { + clear: both; +} +body#landing #lower .row3 .col, +body#landing #lower .row4 .col { + position: relative; + padding-left: 40px; + float: left; + width: 25%; + padding-right: 2%; + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; +} +body#landing #lower .row3 .col i, +body#landing #lower .row4 .col i { + position: absolute; + left: 0; + top: 16px; +} +body#landing #lower .row3 .col h3, +body#landing #lower .row4 .col h3 { + font-size: 12pt; + margin-bottom: .5em; +} +body#landing #lower .row3 .col p, +body#landing #lower .row4 .col p { + font-size: 10pt; + margin: 0; +} +body#landing #lower .row3 .col:last-child, +body#landing #lower .row4 .col:last-child { + padding-right: 0; +} +body#landing #lower .row3 .col { + width: 33.3333%; +} +body#landing #lower .row4 .col { + color: #d4d1da; +} +body#landing #lower .row4 .col i { + opacity: 0.8; + filter: alpha(opacity= 80 ); +} diff --git a/docs/_themes/jrnl/static/css/main.css b/docs/_themes/jrnl/static/css/main.css new file mode 100755 index 00000000..8bb7b4b6 --- /dev/null +++ b/docs/_themes/jrnl/static/css/main.css @@ -0,0 +1,223 @@ +/* ========================================================================== + HTML5 Boilerplate styles - h5bp.com (generated via initializr.com) + ========================================================================== */ + +html, +button, +input, +select, +textarea { + color: #222; +} + +body { + font-size: 1em; + line-height: 1.4; +} + +::-moz-selection { + background: #b3d4fc; + text-shadow: none; +} + +::selection { + background: #b3d4fc; + text-shadow: none; +} + +hr { + display: block; + height: 1px; + border: 0; + border-top: 1px solid #ccc; + margin: 1em 0; + padding: 0; +} + +img { + vertical-align: middle; +} + +fieldset { + border: 0; + margin: 0; + padding: 0; +} + +textarea { + resize: vertical; +} + +.chromeframe { + margin: 0.2em 0; + background: #ccc; + color: #000; + padding: 0.2em 0; +} + + +/* ========================================================================== + Author's custom styles + ========================================================================== */ + + + + + + + + + + + + + + + +/* ========================================================================== + Media Queries + ========================================================================== */ + +@media only screen and (min-width: 35em) { + +} + +@media print, + (-o-min-device-pixel-ratio: 5/4), + (-webkit-min-device-pixel-ratio: 1.25), + (min-resolution: 120dpi) { + +} + +/* ========================================================================== + Helper classes + ========================================================================== */ + +.ir { + background-color: transparent; + border: 0; + overflow: hidden; + *text-indent: -9999px; +} + +.ir:before { + content: ""; + display: block; + width: 0; + height: 150%; +} + +.hidden { + display: none !important; + visibility: hidden; +} + +.visuallyhidden { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} + +.visuallyhidden.focusable:active, +.visuallyhidden.focusable:focus { + clip: auto; + height: auto; + margin: 0; + overflow: visible; + position: static; + width: auto; +} + +.invisible { + visibility: hidden; +} + +.clearfix:before, +.clearfix:after { + content: " "; + display: table; +} + +.clearfix:after { + clear: both; +} + +.clearfix { + *zoom: 1; +} + +/* ========================================================================== + Print styles + ========================================================================== */ + +@media print { + * { + background: transparent !important; + color: #000 !important; /* Black prints faster: h5bp.com/s */ + box-shadow: none !important; + text-shadow: none !important; + } + + a, + a:visited { + text-decoration: underline; + } + + a[href]:after { + content: " (" attr(href) ")"; + } + + abbr[title]:after { + content: " (" attr(title) ")"; + } + + /* + * Don't show links for images, or javascript/internal links + */ + + .ir a:after, + a[href^="javascript:"]:after, + a[href^="#"]:after { + content: ""; + } + + pre, + blockquote { + border: 1px solid #999; + page-break-inside: avoid; + } + + thead { + display: table-header-group; /* h5bp.com/t */ + } + + tr, + img { + page-break-inside: avoid; + } + + img { + max-width: 100% !important; + } + + @page { + margin: 0.5cm; + } + + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + + h2, + h3 { + page-break-after: avoid; + } +} \ No newline at end of file diff --git a/docs/_themes/jrnl/static/css/normalize.min.css b/docs/_themes/jrnl/static/css/normalize.min.css new file mode 100755 index 00000000..378226f3 --- /dev/null +++ b/docs/_themes/jrnl/static/css/normalize.min.css @@ -0,0 +1 @@ +/*! normalize.css v1.1.2 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0} \ No newline at end of file diff --git a/docs/_themes/1450/static/flasky.css_t b/docs/_themes/jrnl/static/flasky.css_t similarity index 98% rename from docs/_themes/1450/static/flasky.css_t rename to docs/_themes/jrnl/static/flasky.css_t index 236e6232..2cbf607b 100755 --- a/docs/_themes/1450/static/flasky.css_t +++ b/docs/_themes/jrnl/static/flasky.css_t @@ -447,15 +447,16 @@ a:hover tt { -div.highlight { +div.highlight-python { box-shadow: 0px 0px 15px #aaa; margin: 20px 0px; border-radius: 5px; } -div.highlight:before { - content: "Code block"; +div.highlight-python:before { + content: " "; background: #ccc; + height: 15px; background-image: -ms-linear-gradient(top, #E5E5E5 0%, #BBBBBB 100%); background-image: -moz-linear-gradient(top, #E5E5E5 0%, #BBBBBB 100%); background-image: -o-linear-gradient(top, #E5E5E5 0%, #BBBBBB 100%); @@ -470,7 +471,8 @@ div.highlight:before { text-shadow: 0px 1px 0px #eee; text-align: center; } -div.highlight pre { +div.highlight-python pre { + color: #f0ede6; border-radius: 0px 0px 5px 5px; box-shadow: inset 0px 4px 3px -3px #333; margin: 0px; diff --git a/docs/_themes/jrnl/static/icons@2x.png b/docs/_themes/jrnl/static/icons@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..642e0f94f658f412ca728a7064fd8fc04e872e38 GIT binary patch literal 20059 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 literal 0 HcmV?d00001 diff --git a/docs/_themes/jrnl/static/img/favicon.png b/docs/_themes/jrnl/static/img/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..e3fe6e890dbeb75d8358d171b7ab5a7aa3852f43 GIT binary patch literal 661 zcmV;G0&4wXt-fA7zc^D4C9;t?Hc;pos}L?A{NS?b)? z)WI~0?WmQ+$)Ss;iP2fBTPGL0IMxA+rgk7+ETG#RZR$|HSUApmf1GG^f*8={zT3<1 z_wxDV<-O$nkdzWqsnjf`v?QfGt7#g`WV1V}s`}6)wq=F9PRE@{CW+u2zuDNxc5BgC z?Ay6a=5u%5Znf~cN@ZM18Ie*}Ip@pudi^yr3}ZHX@zTAKW12K3#>a{aiw4HH7aITo zHp^w}u-*DHGjpZz)AQg$K6g~RTqwY!$4~y~7ec^`)zyZ%Q~Ta>+vvmQ+xvKODt%4Y zVR+}=X99shAP@)y0)apv5C{YUfq@I;a(Rfw zVt`P8|64jRGD2{5ZVqnWS%R?+L>fZ{4LLpeXTLJ)ple!K!i?{mP_uuaTWxmfC z^D*;#j)DUV7lJY73+DR*SGTtu%W87ZXNnMl4;wCofWvm1Syq!*x3?VJFwM2ST{}XR zkh1ddL0JgFh6#WE?CB@Y1>4)TBMsABL*4P55L!YA(o#w%o6pz7;c(A))U<8Y>vY^R viA2v{*LCsxN+lts90Ncfh2Sf-TJ7a80N&WjLPDtV00000NkvXXu0mjfu=6y| literal 0 HcmV?d00001 diff --git a/docs/_themes/jrnl/static/img/glyphicons-halflings-white.png b/docs/_themes/jrnl/static/img/glyphicons-halflings-white.png new file mode 100644 index 0000000000000000000000000000000000000000..a20760bfde58d1c92cee95116059fba03c68d689 GIT binary patch literal 4352 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 literal 0 HcmV?d00001 diff --git a/docs/_themes/jrnl/static/img/header.png b/docs/_themes/jrnl/static/img/header.png new file mode 100644 index 0000000000000000000000000000000000000000..3c4fad0bd139a1f5665c78cd1c0e70b5065d8eb5 GIT binary patch literal 21885 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 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $ jrnl today: Started writing my Memoirs. On the command line. Like a boss. + + Terminal + Terminal + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_themes/jrnl/static/img/icons.png b/docs/_themes/jrnl/static/img/icons.png new file mode 100644 index 0000000000000000000000000000000000000000..afe5a6201f77338a08e6fa9c9cda49f055e39e56 GIT binary patch literal 9971 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

      -&Kn&Dt!+y5 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 e|J(k|T1xV!6ja_ik! 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

      vy49eXsIU7X;R-U$fCovd)x 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 b9>EM-mNpHC5`ORlJr*mh4dxa4a{PY*29UOt literal 0 HcmV?d00001 diff --git a/docs/_themes/jrnl/static/img/logo-left.png b/docs/_themes/jrnl/static/img/logo-left.png new file mode 100644 index 0000000000000000000000000000000000000000..84c1f64dfcfacf42944db603026bf5f41c0a549d GIT binary patch literal 2598 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 literal 0 HcmV?d00001 diff --git a/docs/_themes/jrnl/static/img/logo.png b/docs/_themes/jrnl/static/img/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..1ea79cf1583927ca8bdbde9f8779fecfc567b72a GIT binary patch literal 2783 zcmc&$c{tQx7ypiZ$&w~JBZX{*kSvkNOm;#)OD3`uV;g1&W1G-e#t_n&sVpUfD3UFb z2-$ZT!p~OrefNIf|KI=L`#k5K=bn3>^PF?;IiGW%T9_GeaR_q&0KkQS8(4wd9wZkw z7I5#5YH9=-6Ivf}hYeg|Y!BkWGrJ%BA2g^x^k0JLUnB>ELZLvzyMfle?t$3*0d4>m zi@o&F#|!Ox-_PxmZ-57RSz8zYI2;iMH|_*yFHu4Qt!>03>!lwWX9m8`m%TuD$mq4o z7?re8HzY_fx(GQYw?kTjn%$Z#yZmRBIyJ~`LSo-@FTM(X;4hRQ8BO3%cgt%t6OqVA zI8fL`ksAvhZ1*YI-~0`a?9f*$!=+-IbMNZ2oLxlv6~REQb%;zU=}x zff|dqo_~1Pgoq)|Cns~S5BbVO&@(}+csz3&hl-FYsAyHeEP%E7vkKNCNv4#}KLZ^6)5IdG4n3oF(+hdas-rlq{?1IYqwA zVF_hUy4BI-)$F1jmKuOQ`3mGf!rea)+X(0?BmRR)xH|LE(QFkgGkchC7tl)IPw%s$c&TynfL%!&a)Hzj!=Z41ajHNUr%-x##+b!u7Y>Nq?UVM@Y#^(CLXq9Hz z2WEfBc{s9fB=%3kxa95ROl2jNXCnM&jIWTtb~F~vtc+x?V8Y~pm%jVlk)Zs%`u$ZY zLH85n;lHP1^Q8cbz;337XJZP1Hzmt{WkX?d5D6@fJ0^!Ups*;GF*Lz4E71)wA*Uyu z0J;DsyrN4?+m{bW+Okbv)P?AECi*wB3^=#Gc*d>waIVdy*w()zdkql1tit$eZ9qxw zDkqTE6W#Wp96-hsSsE5RbE`jaM-Dfg1Mb`{1PcWP=OtNAM#uI=ECkq$qS!^xtQ%-PtHr+D=_Qf3j4$J-}$jX$zeny2Cfcm<()vv^h8x=l#UmvNa|m|c;l zvo2SqLe{se-}3RF1Q@nzm(yTiyZ_E3ewz0>kzsB39_((iF}SUCM! z$`U57H2FxhQ)*9tx-+jmok--t;g-?ml@+0*paN>UGb{=cbzCsTM;{StH>M-rvT}1U zzACBiN%K}Jx{~XsQj!|`o$8~tfO(PPqL-dB#a|cN zf-`UUOryU`#0q@QywS4{XAxn6_?33g7au#TLtzS#dD3{5-_B`(PYZn@PiX9XAHgJX z-H<4U8nY-rcSDfp<%79x81Ou>SSx64+Z<~>7-HO-MPhHzdLM3Lym1+8OEx{bxEppE zEKimON?Wk`oPjAKi4{3#r|Tm3iC4J9t^f1u0?^bLX2KB|tgFguTepvWE2DxQzu;KH z4Zhj+PqwU88)!i)6%InBZ~cqQIQ$V{Xc_GF-6$|HkT+8mPjXEys~8Rm{cZ&OtoB#g zAHG;9_voLK*|)&hT7x!248xf2*B0|m3ADa2SCDOn&c2G#Hq4`E>Muf!lDM{tpoT1- z{qsmTc=esb)BYzP(FZ)Wn~U~Eriz(9{n2IW6{TS#j|e>JuLcXMmZ()A$gTeDJ^MV7 zAN2FXYKbF=W;0#HFaJgIku)Ra>XkJ2x; zRrZ)vT~ueC2(yGIRHS#8B7MGua)BePAcQ4Lk#>0a| zF>1z-w3FSWxgb+Fovx!bQ#pkJ(A`M`OWCJ%>a>&Gen;YRvVHhI&kH1q_e&jAbtM7r zr18<`=UVOcd)`&0+>hDUa=JWjpO{p0XfgELTn#>YJQuS&L)p>UDOmOPT7r>r`!mJU zl8#LWL!b5V@t7)2ZK<0_n(}HpGM!jqB&nSQ}G&3mCM@Ih#m%}p~ literal 0 HcmV?d00001 diff --git a/docs/_themes/jrnl/static/img/logo@2x.png b/docs/_themes/jrnl/static/img/logo@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..9cc3d76b6447c42cf7c19f859d3a7ccb89c01387 GIT binary patch literal 5598 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 Og4C2W70VSYg8m0xQL!Tc literal 0 HcmV?d00001 diff --git a/docs/_themes/jrnl/static/img/terminal.png b/docs/_themes/jrnl/static/img/terminal.png new file mode 100644 index 0000000000000000000000000000000000000000..b813980e142c26710e7fc337c68da072389a7df5 GIT binary patch literal 687 zcmV;g0#N;lP)h<1H#hI(d|Ibq=okRtC$%R;pI>f0`iTFi&2vsAA zO65}#!1JTTUT}QXW-}K#67w`tbO@9*X#EM03zYA zojiMHbm4rqMntcz#puvY48RkP@$X-#({5#nDCsy(6abjHqqVL@W2apcJFJeA^9%I* V;j=^1`V0U7002ovPDHLkV1ljcEfN3# literal 0 HcmV?d00001 diff --git a/docs/_themes/jrnl/static/js/landing.js b/docs/_themes/jrnl/static/js/landing.js new file mode 100644 index 00000000..57ceb46f --- /dev/null +++ b/docs/_themes/jrnl/static/js/landing.js @@ -0,0 +1,88 @@ +var phrases = [ + ["", "today: Started writing my memoirs. On the command line. Like a boss.", ""], + ["", "yesterday 2pm: used jrnl to keep track of accomplished tasks. The done.txt for my todo.txt", ""], + ["-from 2009 -until may", "", "(Displays all entries from January 2009 to last may)"], + ["", "A day on the beach with @beth and @frank. Taggidy-tag-tag.", ""], + ["--tags", "", "@idea 7
      @beth 5"], + ["--export json", "", "(Exports your entire journal to json)"], + ["--encrypt", "", "(256 bit AES encryption. Crack this, NSA.)"] +] + +var args = document.getElementById("args"); +var input = document.getElementById("input"); +var output = document.getElementById("output"); +var right = document.getElementById("right"); +var left = document.getElementById("left"); +var current = 0 + +var next = function() { + reveal(++current % phrases.length); +} +var prev = function() { + reveal(--current % phrases.length); +} + +var reveal = function(idx) { + var args_text = phrases[idx][0]; + var input_text = phrases[idx][1]; + var output_text = phrases[idx][2]; + var old_dix = idx == 0 ? phrases.length - 1 : idx - 1; + console.log(idx, old_dix, "++++++++++++") + var old_args_text = phrases[old_dix][0] + var old_input_text = phrases[old_dix][1] + var old_output_text =phrases[old_dix][2] + console.log(args_text, input_text, output_text) + console.log(old_args_text, old_input_text, old_output_text) + var s4 = function() {fadeIn(output_text, output);} + var s3 = function() {letter(input_text, input, s4);} + var s2 = function() {letter(args_text, args, s3);} + var s1 = function() {unletter(old_args_text, args, s2);} + var s0 = function() {unletter(old_input_text, input, s1);} + fadeOut(old_output_text, output, s0, 10); + // letter(input_text, input); + // output.innerHTML = output_text; +} +var fadeIn = function(text, element, next, step) { + step = step || 0 + var nx = function() { fadeIn(text, element, next, ++step); } + if (step==0) { + element.innerHTML = ""; + setTimeout(nx, 550); + return; + } + if (step==1) {element.innerHTML = text;} + if (step>10 || !text) { if (next) {next(); return;} else return;} + element.style.opacity = (step-1)/10; + element.style.filter = 'alpha(opacity=' + (step-1)*10 + ')'; + setTimeout(nx, 50); +} +var fadeOut = function(text, element, next, step) { + if (step===10) element.innerHTML = text; + if (step<0 || !text) { + element.innerHTML = ""; + if (next) {next(); return;} + else return; + } + element.style.opacity = step/10; + element.style.filter = 'alpha(opacity=' + step*10 + ')'; + var nx = function() { fadeOut(text, element, next, --step); } + setTimeout(nx, 50); +} + +var unletter = function(text, element, next, timeout, index) { + timeout = timeout||10; + if (index==null) index = text.length; + if (index==-1 || !text.length) { if (next) {next(); return;} else return;} + element.innerHTML = text.substring(0, index); + var nx = function() { unletter(text, element, next, timeout, --index); } + setTimeout(nx, timeout); +} + +var letter = function(text, element, next, timeout, index) { + timeout = timeout||35; + index = index||0; + if (index > text.length || !text.length) { if (next) {next(); return;} else return;} + element.innerHTML = text.substring(0, index); + var nx = function() { letter(text, element, next, timeout, ++index); } + setTimeout(nx, timeout); +} diff --git a/docs/_themes/jrnl/static/landing.svg b/docs/_themes/jrnl/static/landing.svg new file mode 100644 index 00000000..f6d6ca19 --- /dev/null +++ b/docs/_themes/jrnl/static/landing.svg @@ -0,0 +1,3364 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + Collect your thoughts and noteswithout leaving the command line. + + + + + + + + + + + + + + + + + + + + + + + + + + Terminal + Terminal + + $ jrnl today: Started writing my Memoirs. On the command line. Like a boss. + + + + + + + + + + + + Collect your thoughts and noteswithout leaving the command line. + Secure.Ecnrypt your Journal with military-grade AES encryption so not even the NSA can read your dirty secrets. Human friendly. jrnl has a natural language interface so you don't have to remember cryptic shortcuts while writing down your thoghts. Future-proof.Your journals are stored as plain-text files and you will still be able to open them in 50 years when all your fancy iPad apps have gone the way of the Dodo. Accessible Anywhere.Ecnrypt your Journal with military-grade AES encryption so not even the NSA can read your dirty secrets. DayOne compatible.Your journals are stored as plain-text files and you will still be able to open them in 50 years when all . Free & Open SourceYour journals are stored as plain-text files and you will still be able to open them in 50 years when all . DayOne compatible.Your journals are stored as plain-text files and you will still be able to open them in 50 years when all . + + + + + + Download + + + Download + Documentation + Documentation + Fork me on Github + Fork me on Github + + jrnl is lovingly crafter by Manuel Ebert and other great people. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/_themes/jrnl/static/less/3L.less b/docs/_themes/jrnl/static/less/3L.less new file mode 100644 index 00000000..583c51f7 --- /dev/null +++ b/docs/_themes/jrnl/static/less/3L.less @@ -0,0 +1,1369 @@ +///* +// * 3L was made for YOU to help you create awesome websites +// * and fill the Internet with excessive amount of Love! ♥ +// * +// * Keep up your good work! +// * +// * Yours faithfully, +// * Mateusz Kocz -> http://radiatingstar.com +// * +// * 3L: -> http://mateuszkocz.github.com/3l +// * +// * Watch 3L on Github: -> https://github.com/mateuszkocz/3l +// * +// * Submit a bug issue: -> https://github.com/mateuszkocz/3l/issues?state=open +// * +// * +// * Licensed under the Apache License v2.0 +// * http://www.apache.org/licenses/LICENSE-2.0 +// * +// * Version: 1.4.0-beta (2012.12.06) +// * +// */ + +///* +// * To compile all of the code you need to use a compiler +// * that supports JavaScript code and guarder mixins. +// * WinLess meets those requirements. You can find it on winless.org +// * +// * If you're on a Mac and your compiler meets the requirements, +// * please, let me know via Twitter or GitHub! +// * +// */ + +///* ACTIVATE SUPPORTING CLASSES */ +///* Uncomment ones you want to use or put them in html or body elements in your style sheet. */ +///* For the explanation what those classes do, read further. */ + + //html { // If you want to use those classes, uncomment also the html element. + //.seo-helper; + //.box-sizing() // Put in the brackets box-model you want to use. + //} // CAUTION! If you're using any of those supporting classes, uncomment that bracket! + +///* +// * SEO & HTML Debugging +// * +// * A useful supporting class that will help a bit with your SEO +// * and usability of your website. +// * +// * Creating a website is a serious business, but sometimes you may +// * forget about some important details. This class will help you. +// * It will let you know when you haven't put an alt attribute on image +// * or kept that attribute empty, when you haven't typed a URL in anchor or when +// * anchor link has rel=nofollow attribute. It will also show you an alert +// * message if you don't have a tag and description or left them empty*. +// * +// * If any of the errors described above happens, according element will +// * get a red outline border drawing your attention and asking for some love +// * or you will get a message with the same purpose. +// * +// * *** * The <title> reminder can alert you even if you have a <title> tag. +// * *** This happens if you have a <link> tag (usually used for style sheets) +// * *** before <title> in your HTML. Just change the order of <link> and +// * *** <title> and you're cool. +// * +// * How to: +// * Place the .seo-helper class in html element. That's it! +// * +// * *** Example: html {.seo-helper} +// * +// * That way every element on your page will be affected +// * by this rule. You can also place it in any other container +// * class element in your code (body, div.wrapper, article and so on) +// * if you don't want for some reasons to check for bugs on whole page +// * but in a single area. +// * +// * Caution! Do not forget to delete this class before finishing your +// * project, unless you want to keep it in continuous project (like blog) +// * and debug every new content on your site. But then you might consider +// * restyling this class to be a bit more eye-pleasing. +// * +// * This may not work in every browser, but since you are a web +// * developer/designer you're probably already using a bleeding +// * edge nightly alpha back-door version of browser, so no problem! +// * It's probably the only class you don't need to care about how +// * your visitors will see it! +// * +// * *** Aside - How it works: +// * *** Section only for people who don't know yet what attribute +// * *** selectors and negation pseudo-class are. +// * *** +// * *** Using negation pseudo-class is like saying "target every element x +// * *** that doesn't have attribute y" or "target every element exept (but 'not') z". +// * *** You can read more about that here ->www.w3.org/TR/selectors/#negation. +// * *** +// * *** Attribute selectors are rules that target elements that have +// * *** some specified attributes (rel, alt, href etc.) and/or specified +// * *** value of this attributes. Read more on this topic here +// * *** ->www.w3.org/TR/selectors/#selectors. +// * +// * For a further explanation and a demo, refer to: +// * -> http://radiatingstar.com/how-to-improve-seo-with-css +// * +// * Why img:not([alt]), img[alt=""] and img[alt^=" "]? +// * First targets images that don't have an alt attribute, second targets +// * ones that have this attribute but it's left empty (probably left by +// * automatic completion of html editor), third is just in case - it +// * might have been left by html editor or manually "to do it later" (clearly +// * a space at the beginning of an alt can't be anything good). +// * +// * Why a[href=""]? +// * If you write an anchor text and leave href to copyPaste URL later, +// * it will reminding you about that. +// * +// * Why a[rel="nofollow"]? +// * For some reasons links on your site may have this attribute and this +// * may generate a huge SEO problem. Better fix it ASAP. (On the other hand +// * nofollow links might be useful in some situations. See here: +// * -> http://en.wikipedia.org/wiki/Nofollow#Control_internal_PageRank_flow) +// * +// * Why div:empty, span:empty, li:empty, p:empty, td:empty, th:empty? +// * It'll just check if you have some redundancy (empty elements) in you code. +// * +// */ + +.seo-helper () { + img:not([alt]), img[alt=""], img[alt^=" "], + a[href=""], a[href^=" "], a[href="#"], a[rel*="nofollow"], + div:empty, span:empty, li:empty, p:empty, td:empty, th:empty, + *[title=""], *[class=""], *[id=""] { + outline: 2px solid red !important; + outline-offset: 3px !important; + } + head, title:empty, link, meta {display: block;} + title:empty:before {content: "You've left the <title> empty!"} + link:before {content: "You don't have a <title>!"} + title ~ link {display: none;} + meta[name="description"][content=""]:before, meta[name="description"][content=" "]:before {content: "You've left description empty!";} + } + +///* +// * Helper classes from HTML5 Boilerplate +// * +// * Classes below help you create a better user experience for both users +// * of browsers and screen readers. Oh, and there's also a clearfix! +// * +// * All the classes comes from HTML5 Boilerplate (-> html5boilerplate.com). Here though, +// * they're changed so that they can be easily used in The LESS Way. +// * They're called "non-semantic" in H5B, but here they become semantic if used well. +// * (Actually they can't be used in any way than good in 3L.) +// * (Actually II they can be semantic in H5B as well, but it's a bit pain to do that.) +// * +// * Usage: +// * Just put them in your classes, id's or elements. +// * +// * Example: +// * .YOUR-AWESOME-CLASS-NAME { +// * // some rules +// * .clearfix; +// * } +// * +// */ + +// For image replacement. +.ir () {border: 0; overflow: hidden; background-color: transparent; *text-indent: -9999px; &:before {content: ""; display: block; width: 0; height: 100%;}} + +// Hide from both screenreaders and browsers: h5bp.com/u +.hidden () {display: none !important; visibility: hidden;} + +// Hide only visually, but have it available for screenreaders: h5bp.com/v +.visuallyhidden () {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;} + +// Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p +// CAUTION! The .visuallyhidden class is included! If you want your object be both +// .visuallyhidden and .focusabe use only .focusable class. +.focusable () {.visuallyhidden;&:active,&:focus{clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto;}} + +// Hide visually and from screenreaders, but maintain layout. +.invisible () {visibility: hidden;} + +// Contain floats: h5bp.com/q +.clearfix () {*zoom:1;&:before,&:after{content:" ";display:table;}&:after{clear:both;}} + +///* +// * Some other helper classes. +// */ + +.incomplete() {outline: 3px dotted green} +.fixme() {outline: 3px dotted yellow} +.todo() {outline: 3px dotted blue} +.xxx() {outline: 3px dotted red} + +///* +// * Box-sizing +// * +// * Change the basic box-model to the one you want. +// * +// * Basic box-model defines the width and height of an object only as a size of +// * object's content area. In order to know exactly how big is the object you need +// * to add its padding and borders. This may result in many unwanted behaviours. +// * That's why you can define how you want the browser to calculate the width/height: +// * with or without padding, with or without borders. +// * +// * To use this feature just put a value you want: +// * -- content-box ("content" works too) - it's default value from basic model. +// * -- padding-box (also "padding") - width and height declarations will include paddings. +// * -- border-box (and "border") - border and padding included. +// * +// * Usage: +// * 1. .box-sizing(content-box), .box-sizing(content) and .content-box-sizing* for box-sizing: content-box. +// * 2. .box-sizing(padding-box), .box-sizing(padding) and .padding-box-sizing* for box-sizing: padding-box. +// * 3. .box-sizing(border-box), .box-sizing(padding) and .border.box-sizing* for box-sizing: border-box. +// * +// * * Beware not to use those properties without -sizing suffix thus suffixless classes are for background-clip (see this class below). +// * +// * Resources: +// * -- http://paulirish.com/2012/box-sizing-border-box-ftw/ +// * +// * Browsers support: IE8+ and every other. +// * Notable lack of support: IE7- +// * +// */ + +.content-box-sizing(){-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;} +.padding-box-sizing(){-moz-box-sizing:padding-box;-webkit-box-sizing:padding-box;box-sizing:padding-box;} +.border-box-sizing(){-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;} +.box-sizing (padding) {.padding-box-sizing;} +.box-sizing (padding-box){.padding-box-sizing;} +.box-sizing (border){.border-box-sizing;} +.box-sizing (border-box){.border-box-sizing;} +.box-sizing (content){.content-box-sizing;} +.box-sizing (content-box){.content-box-sizing;} + +///* +// * Background-clip +// * +// * Clips the object's background to the desired box according to the box-model. +// * +// * To use this class simply put into an object a .background-clip(box) class, +// * where box means the desired box (see below). You can also use a shorter class +// * .bg-clip or class that corresponds to the clipping you want to get (.content-clip, +// * .padding-clip, .border-clip). +// * +// * Arguments that comes into (box) are: +// * -- content-box or content for content clip, +// * -- padding-box or padding for padding clip, +// * -- border-box or border for border clip. +// * *** You can use values either with or without "-box" suffix. +// * +// * Browsers support: IE9+ and every other. +// * Notable lack of support: IE8- +// * +// */ + +.content-box(){-moz-background-clip:content;background-clip:content-box;} +.padding-box(){-moz-background-clip:padding;background-clip:padding-box;} +.border-box(){-moz-background-clip:border;background-clip:border-box;} +.background-clip (padding){.padding-box;} +.background-clip (padding-box){.padding-box;} +.background-clip (border){.border-box;} +.background-clip (border-box){.border-box;} +.background-clip (content){.content-box;} +.background-clip (content-box){.content-box;} +.bg-clip(@arguments){.background-clip(@arguments);} + +///* +// * Box-shadow +// * Create a shadow behind or inside the element. +// * +// * Usage: +// * In .box-shadow() brackets put arguments for every single shadow. Separate +// * each shadows' arguments with comma. You can put up to five shadows +// * by default but feel free to add a class with as many as you want. +// * Just check how it is done. +// * +// * You can use a default box-shadow which will create a shadow with +// * 0px x and 1px y offsets, 3px of blur and in black colour with 25% transparency. +// * Just place a .box-shadow class without any arguments. +// * +// * Box-shadow property takes following arguments: +// * +// * 1. inset [optional]. +// * 2. x-offset [required]. +// * 3. y-offset [required]. +// * 4. blur [optional]. +// * 5. spread [optional]. +// * 6. color [optional/required]. +// * +// * Resources: +// * -- developer.mozilla.org/en/CSS/box-shadow +// * +// * Browsers support: IE9, Fx3.5, Chrome, Opera, Safari, Opera Mobile, Android Browser +// * Notable lack of support: IE8-, Opera Mini +// * +// * Example: +// * Two box-shadows: one is 1px offset, black, second one is green with 30% opacity, inset, +// * with 5px offsets, 3px of blur and 1px spread. +// * .box-shadow(1px 1px black, inset 5px 5px 3px 1px fade(green,30%)) // fade(colour,XX%) is a LESS native function +// * // that adds alpha channel to colour. Instead of fade() +// * // you can also use rgba or hsla colours declaration. +// * Solution for multiple box-shadows in a single mixin taken from http://www.toekneestuck.com/blog/2012/05/15/less-css-arguments-variable/ +// */ + +.box-shadow(@shadow1, @shadow2:X, ...){ + @shadows: ~`"@{arguments}".replace(/[\[\]]|\,\sX/g, '')`; + -webkit-box-shadow: @shadows; + -moz-box-shadow: @shadows; + -o-box-shadow: @shadows; + box-shadow: @shadows; +} + +///* +// * Border-radius +// * Round the element's corners. +// * +// * Usage: +// * Border-radius property takes one to four arguments with px, em and % +// * values and round the element's corners accordingly. You can make +// * ellipticaly roundeded corners putting two sets of values separated with +// * comma using .elliptical-border-radius class. In order to round a single +// * corner use .round-corner class. This class takes two sets of arguments. +// * First one is a declaration of corner you want to round (top-left, top-right, +// * bottom-right, bottom-left), second one (separated from the first with comma), +// * is a set of values in px, em or % that round choosen corner. Second +// * declaration can have one (for circle rounding) or two values (for +// * elliptical rounding). +// * +// * For further explanation of the border-radius property, refer to the +// * resources section above. +// * +// * Resources: +// * -- developer.mozilla.org/en/CSS/border-radius +// * +// * Browsers support: IE9, Fx3.5, Chrome, Opera, Safari, Opera Mobile, Android Browser +// * Notable lack of support: IE8-, Opera Mini +// * +// * Example: +// * 1. Round every corner of the element with 10px radius. +// * .border-radius(10px) +// * 2. Round top-left and bottom-right corners by 10px, top-right +// * and bottom-left corners by 20px. +// * .border-radius(10px 20px) +// * 3 Exemplary use of the .elliptical-border-radius class. +// * .elliptical-border-radius(10px 20px 30px, 40px 50px 60px 70px) +// * 4. Round top-right corner by 10px and 20px (elliptical). +// * .round-corner(top-right, 10px 20px) +// * .border-top-right-radius(10px 20px) // Alternate method. +// * 5. Round similar corners. +// * .border-top-radius(20px 10px); // top-left + top-right (elliptical) +// * .border-left-radius(5px); // top-left + bottom-left +// * +// */ + +// If your rounded corners looks bad with borders add this class to your rounded element. +// -> http://tumble.sneak.co.nz/post/928998513/fixing-the-background-bleed +.border-radius-fix(){.background-clip(padding-box);} + +.border-radius (@radius:5px, ...) { + -webkit-border-radius: @arguments; + -moz-border-radius: @arguments; + border-radius: @arguments; +} +// Alternate name for .border-radius. +.round-corners (@radius:5px, ...) {.border-radius(@arguments);} + +.elliptical-border-radius (@radius1, @radius2) { + -webkit-border-radius: @radius1 ~"/" @radius2; + -moz-border-radius: @radius1 ~"/" @radius2; + border-radius: @radius1 ~"/" @radius2; +} +.round-corner (top-left, @radius...){ + -webkit-border-top-left-radius: @radius; + -moz-border-top-left-radius: @radius; + border-top-left-radius: @radius; +} +.round-corner (top-right, @radius...){ + -webkit-border-top-right-radius: @radius; + -moz-border-top-right-radius: @radius; + border-top-right-radius: @radius; +} +.round-corner (bottom-right, @radius...) { + -webkit-border-bottom-right-radius: @radius; + -moz-border-bottom-right-radius: @radius; + border-bottom-right-radius: @radius; +} +.round-corner (bottom-left, @radius...) { + -webkit-border-bottom-left-radius: @radius; + -moz-border-bottom-left-radius: @radius; + border-bottom-left-radius: @radius; +} +// Another methods to use corner radius. +.border-top-left-radius (...) {.round-corner(top-left,@arguments);} +.border-top-right-radius (...) {.round-corner(top-right,@arguments);} +.border-bottom-right-radius (...) {.round-corner(bottom-right,@arguments);} +.border-bottom-left-radius (...) {.round-corner(bottom-left,@arguments);} + +// Round similar corners. +.border-top-radius (...) {.round-corner(top-left,@arguments);.round-corner(top-right,@arguments);} +.border-bottom-radius (...) {.round-corner(bottom-left,@arguments);.round-corner(bottom-right,@arguments);} +.border-left-radius (...) {.round-corner(top-left,@arguments);.round-corner(bottom-left,@arguments);} +.border-right-radius (...) {.round-corner(top-right,@arguments);.round-corner(bottom-right,@arguments);} + +// Another classes for the same purpose as above. +.round-top-corners (...) {.border-top-radius(@arguments);} +.round-bottom-corners (...) {.border-bottom-radius(@arguments);} +.round-left-corners (...) {.border-left-radius(@arguments);} +.round-right-corners (...) {.border-right-radius(@arguments);} + +///* +// * Opacity +// * Make an object transparent. +// * +// * Opacity takes values between 0.0 (invisible) to 1.0 (default - full +// * visibility) but 3L lets you also use percentages and values from >1 to 100. +// * +// * If you want an element with transparency 1, .5 or 0, use these classes: +// * .not-transparent., .half-transparent, .transparent. +// * +// * Browsers support: full (IE6+) +// * Caution! According to -> caniuse.com/#search=opacity, transparency doesn't +// * work well with PNG images that are itself transparent (use alpha channel) in IE8-. +// * +// * Aside: +// * Do we need the ability to set opacity in numbers from 1 to 100 +// * and in percentages? I think we do, because: +// * 1. You need to use integer numbers in filter property for IE, +// * so there is a possibility that someone will type this kind +// * of value, instead of [0,1]. +// * 2. LESS has a fade() function that uses percentages to makes +// * colours (semi)transparent, so using percentages here will +// * result in more consistent code (same unit in similar situation). +// * 3. Percentages are more intuitive when it comes to transparency and +// * opacity since graphic editors like Photoshop and GIMP use them. +// * +// */ + +.transparent() {.opacity(0);} +.non-transparent() {.opacity(1);} +.half-transparent () {.opacity(.5);} +.opacity () {.non-transparent();} +.opacity (@value) when (isnumber(@value)) and (@value =< 1){ + opacity: @value; + filter: ~"alpha(opacity="@value*100~")"; + } +.opacity (@value) when (isnumber(@value)) and (@value > 1) and not (ispercentage(@value)){ + // INFO: for the explanation of rule "and not (ispercentage(@value))" refer to the class below. + opacity: @value/100; + filter: ~"alpha(opacity="@value~")"; + } +.opacity (@value) when (ispercentage(@value)) { + // Change the @value from percentage to integer (XX% => XX) + @integerValue: `parseInt('@{value}')`; + // Actually the @value should be a number now... but it isn't. + // LESS think of it as a string so we can't do math here. + // We'll use a feature of LESS that automatically makes + // a second value's unit in a sum to be the same as the first one. + // In our case we need a number so we can divide it by 100. + opacity: (0 + @integerValue) /100; + // We don't need a math in filter so no trick. + filter: ~"alpha(opacity="@integerValue~")"; + + // BUG: WinLESS compile this with doubled properties unless the rule + // "and not (ispercentage(@value))" is added in the class above. + // In Firebug (through the LESS native compiler) those properties + // aren't doubled, though. + } + +///* +// * Gradient +// * Create a beautiful gradient without images. +// * +// * Pick a type of a gradient you want to have and put colours in +// * brackets. You can put either two or three colours. In the first case +// * the default colour for old browsers will be the same as the first colour provided. +// * In the second case you can set that colour as a third argument. +// * +// * The default class - .gradient - is the same as .vertical-gradient. +// * +// * You can choose from four types of gradients: +// * 1. Vertical - colour will change from top to bottom. +// * 2. Horizontal - change is from left to right. +// * 3. Diagonal - from top-left to bottom-right. +// * 4. Radial - from the centre of an element to its borders. +// * +// * Gradients tend to be tricky. There's no support for this property +// * in older IE, but "filter" comes to the rescue. It can generate +// * only horizontal and vertical gradients, though. Also IE9 has some +// * strange behaviour -> css3wizardry.com/2010/10/29/css-gradients-for-ie9/. +// * To provide the best experience for your visitors you should use +// * gradient generator (refer to resources above) with "IE9 Support" option checked. +// * +// * Resources: +// * -- gradient generator with broad browsers support and some advanced options: +// * -> www.colorzilla.com/gradient-editor/ +// * -- gradient is a powerful tool - you can generate shapes as a background! +// * -> lea.verou.me/css3patterns/ +// * +// * Browsers support: almost full +// * Notable lack of support: Opera mini +// * Caution! IE6 - IE8 use filter property that can generate only vertical and +// * horizontal gradients. For the best experience in IE9 use gradient generator +// * mentioned above in the resources. +// * +// * TODO: manual for .gradient(). Mention it's still compatible with previous versions of 3L since +// * you need to provide at least 4 values to use it. Anything less will use the old .gradient(). +// * You can provide as much stop colors as you want. +// */ + +// Multi-purpose gradient is in a BETA stage! Uncomment for your own responsibility. +///* +// * FIXME: you don't need to provide the @direction value since default is "to bottom". How to make it works? +// * FIXME: simple radial-gradient should work, but what if you provide some more advanced values? +// * FIXME: does it work with "to top left" and similar or angles? +// */ +// .gradient(@gradientType, @direction, @rest...) { + // @valuesProcessed: ~`"@{rest}".replace(/[\[\]]/g, '')`; + // @directionProcessedOld: ~`"@{direction}".replace(/[\[\]]|\,/g,'').replace("to ","").replace("top","bottom").replace("bottom","top").replace("right","left").replace("left","right").replace("at ","").replace("cover", "farthest-corner")`; + // @directionProcessedNew: ~`"@{direction}".replace(/[\[\]]|\,/g,'')`; +// + // @webkit1: `"-webkit-" + "@{gradientType}" + "-gradient(" + "@{directionProcessedOld}," + "@{valuesProcessed}" + ")"`; + // @webkit2: ~`'@{webkit1}'.replace(/\"/g, '')`; + // background-image: @webkit2; +// + // @moz1: `"-moz-" + "@{gradientType}" + "-gradient(" + "@{directionProcessedOld}," + "@{valuesProcessed}" + ")"`; + // @moz2: ~`'@{moz1}'.replace(/\"/g, '')`; + // background-image: @moz2; +// + // @o1: `"-o-" + "@{gradientType}" + "-gradient(" + "@{directionProcessedOld}," + "@{valuesProcessed}" + ")"`; + // @o2: ~`'@{o1}'.replace(/\"/g, '')`; + // background-image: @o2; +// + // @w3c1: `"@{gradientType}" + "-gradient(" + "@{directionProcessedNew}," + "@{valuesProcessed}" + ")"`; + // @w3c2: ~`'@{w3c1}'.replace(/\"/g, '')`; + // background-image: @w3c2; +// } + +.gradient (@color1, @color2){ + background: @color1; + background-image: -moz-linear-gradient(top, @color1 0%, @color2 100%); + background-image: -webkit-linear-gradient(top, @color1 0%,@color2 100%); + background-image: -o-linear-gradient(top, @color1 0%,@color2 100%); + background-image: linear-gradient(to bottom, @color1 0%,@color2 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@{color1}', endColorstr='@{color2}',GradientType=0 ); +} + + +.gradient (@color1, @color2, @color3){ + background: @color3; + background-image: -moz-linear-gradient(top, @color1 0%, @color2 100%); + background-image: -webkit-linear-gradient(top, @color1 0%,@color2 100%); + background-image: -o-linear-gradient(top, @color1 0%,@color2 100%); + background-image: linear-gradient(to bottom, @color1 0%,@color2 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@{color1}', endColorstr='@{color2}',GradientType=0 ); +} +// .vertical-gradient = .gradient +.vertical-gradient (@color1,@color2) {.gradient(@color1,@color2)} +.vertical-gradient (@color1,@color2,@color3) {.gradient(@color1,@color2,@color3)} +.horizontal-gradient (@color1, @color2) { + background: @color1; + background-image: -moz-linear-gradient(left, @color1 0%, @color2 100%); + background-image: -webkit-linear-gradient(left, @color1 0%,@color2 100%); + background-image: -o-linear-gradient(left, @color1 0%,@color2 100%); + background-image: linear-gradient(to right, @color1 0%,@color2 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@{color1}', endColorstr='@{color2}',GradientType=1 ); +} +.horizontal-gradient (@color1, @color2, @color3) { + background: @color3; + background-image: -moz-linear-gradient(left, @color1 0%, @color2 100%); + background-image: -webkit-linear-gradient(left, @color1 0%,@color2 100%); + background-image: -o-linear-gradient(left, @color1 0%,@color2 100%); + background-image: linear-gradient(to right, @color1 0%,@color2 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@{color1}', endColorstr='@{color2}',GradientType=1 ); +} +.diagonal-gradient (@color1, @color2) { + background: @color1; + background-image: -moz-linear-gradient(-45deg, @color1 0%, @color2 100%); + background-image: -webkit-linear-gradient(-45deg, @color1 0%,@color2 100%); + background-image: -o-linear-gradient(-45deg, @color1 0%,@color2 100%); + background-image: linear-gradient(135deg, @color1 0%,@color2 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@{color1}', endColorstr='@{color2}',GradientType=1 ); + } +.diagonal-gradient (@color1, @color2,@color3) { + background: @color3; + background-image: -moz-linear-gradient(-45deg, @color1 0%, @color2 100%); + background-image: -webkit-linear-gradient(-45deg, @color1 0%,@color2 100%); + background-image: -o-linear-gradient(-45deg, @color1 0%,@color2 100%); + background-image: linear-gradient(135deg, @color1 0%,@color2 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@{color1}', endColorstr='@{color2}',GradientType=1 ); + } +.radial-gradient (@color1, @color2) { + background: @color1; + background-image: -moz-radial-gradient(center, @color1 0%, @color2 100%); + background-image: -webkit-radial-gradient(center, @color1 0%,@color2 100%); + background-image: -o-radial-gradient(center, @color1 0%,@color2 100%); + background-image: radial-gradient(at center, @color1 0%,@color2 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@{color1}', endColorstr='@{color2}',GradientType=1 ); + } +.radial-gradient (@color1, @color2,@color3) { + background: @color3; + background-image: -moz-radial-gradient(center, @color1 0%, @color2 100%); + background-image: -webkit-radial-gradient(center, @color1 0%,@color2 100%); + background-image: -o-radial-gradient(center, @color1 0%,@color2 100%); + background-image: radial-gradient(at center, @color1 0%,@color2 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@{color1}', endColorstr='@{color2}',GradientType=1 ); + } + +///* +// * Background-size +// * Scale (or not) your background image. +// * +// * This property takes following values: +// * -- auto [default] - it does nothing when used alone; when used with a value +// * it makes sure that image will keep its aspect ratio while being stretched +// * to the required size. (See: examples 3. and 4.) +// * -- contain - scale image to the first border it meets; +// * it may leave some area uncovered but keeps image's aspect ratio, +// * -- cover - scale image to the second border it meets; +// * cover all area but part of an image may not be shown. The image keeps its aspect ratio. +// * -- px, em, % - scale image according to declared value; +// * you can declare one value (x-size) or two values for each size. +// * Using (100%, 100%) stretch the image to cover full area but may not +// * keep its aspect ratio. When you use percentages keep in mind that XX% +// * means XX% of the element size, not XX% of the background image. +// * +// * Consider adding background-repeat property to avoid unwanted repetition of background. +// * +// * Browsers support: IE9+, Fx3.6+, Chrome, Safari, Opera, Opera Mini, Opera Mobile, Android Browser +// * Notable lack of support: IE8- +// * +// * Examples: +// * 1. .background-size(contain); +// * 2. .background-size(cover); +// * 3. .background-size(70%); // = (70% auto). Image is scaled to take 70% of width +// * // of the element and it keeps its own aspect ratio. +// * 4. .background-size(auto, 70%) // Image is scaled to take 70% of element's +// * // height and keeps aspect ratio. +// * 5. background-size(70px 7em); // Size of the background image is now 70px (width) x 7em (height). +// * 6. background-size(70px,7em); // Same as above. Comma is fine too. +// * +// */ + +.background-size (...) { + -moz-background-size: @arguments; + background-size: @arguments; + } +// A shorthand class. +.bg-size (...) {.background-size(@arguments)} + +///* +// * Columns layout +// * +// * Divide a block of text into columns as seen in newspapers. +// * +// * Basic usage: +// * Use .columns() class providing in brackets arguments for columns. +// * Non of those arguments are required, but unless you provide one, columns +// * layout won't work. Available arguments: +// * -- integer - declare a column-count. Unless declared, their width will +// * equal to division of the block's width minus column-gaps and declared integer. +// * Default value is "auto" which means that width of columns will be determined +// * by column-width value. +// * -- width - declare every column width in px, em and % (of containing block). +// * Default value is "auto" - column width will be equal to division of the +// * block's width and declared column-count +// * +// * Usage of supporting classes: +// * You can declare the gaps between columns by .column-gap() class that takes +// * width type argument. Default value is "normal" and equals to 1em. +// * +// * Declare a vertical rule between columns using .column-rule(). It's the same +// * type of declaration as in borders, that is width, style and colour. By default +// * there is no rule. +// * +// * Browsers support: IE10+, Fx, Chrome, Safari, Opera, Opera Mobile, Android Browser +// * Notable lack of support: IE9-, Opera Mini +// * +// * Example: +// * 1. .column(2, 20px) // Two columns with 20px width. +// * 2. .column(5) // Five columns layout. +// * 3. element { +// * .column(100px); // A 100px width columns +// * .column-gap(10px); // with 10px gap between +// * .column-rule(1px solid black); // and 1px thick, solid, black vertical rule. +// * } +// * +// */ + +.columns (...) { + -webkit-columns: @arguments; + -moz-columns: @arguments; + columns: @arguments; + } +.column-gap (@gap) { + -webkit-column-gap: @gap; + -moz-column-gap: @gap; + column-gap: @gap; + } +.columns-gap (@gap) {.column-gap(@gap);} +.column-rule (...) { + -webkit-column-rule: @arguments; + -moz-column-rule: @arguments; + column-rule: @arguments; + } +.columns-rule (...) {.column-rule(@arguments);} +.column-fill (@fill) { + -webkit-column-fill: @fill; + -moz-column-fill: @fill; + column-fill: @fill; +} +.columns-fill (@fill) {.column-fill(@fill);} + +///* +// * Transform +// * 2D and 3D transformation of an object. +// * +// * You can use classes dedicated to specifics transformation, but if you plan +// * to use multiple transformation on an object, use general classes .transform +// * or .transform3d instead. Otherwise the latter transform will override the former. +// * If you want to use some of the 3D transformations, use .transform3d class. It +// * has a 3D specific property transform-style included. You can put both 3D and 2D +// * transformations in .transform3D. +// * +// * Transforms don't affect an object's place in a document and its environment +// * so there's no risk of crashing a layout. +// * +// * Transformations characteristics: +// * -- Rotate takes one argument and rotate object clockwise by specified angle (in deg). +// * -- Scale takes one or two arguments (x,y). If y is not specified it is assumed that x = y. +// * Arguments in interval (0,1) shrink the object. Arguments >1 makes it bigger. +// * -- Skew takes one or two arguments (x,y). If y is not specified it is assumed that y = 0 (no y-skew). +// * Arguments must be in deg. +// * -- Translate takes one or two arguments (w,y). If y is not specified it is assumed y = 0 (no y-translate). +// * Arguments are in px or em. Translate moves the object by specified value. +// * +// * Sometimes you might want to control the point that is the relative base of transformations. +// * For that reason use .transform-origin class. That class takes one or two values. +// * First value defines horizontal position of that point, second refers to vertical position. +// * In case you provide only the first value, the second is set to 50%. Default value is (50% 50%). +// * You can use three types of values: +// * -- pixels that place origin point in position according to the top-left corner of an element +// * to its bottom-right corner. Negative values allowed - in that case position goes to the left +// * and top from the top-left corner, +// * -- percentages that are relative to object's width and height. As in px, the original position +// * is top-left corner (0% 0%), and goes to bottom-right (100% 100%). Negative values does the +// * same as in px. +// * -- keywords: left / center / right for x-axis and top / center / bottom for y-axis. +// * +// * For 3D transformations you can set a perspective using .perspective() class and putting +// * value in brackets . +// * +// * Browsers support: IE9+, Fx3,5+, Chrome, Safari, Opera, Opera Mobile, Android Browser +// * Notable lack of support: IE8-*, Opera Mini +// * * You can use some of the transformation in older IE through filter property. +// * To generate that property refer to -> css3please.com. +// * You can also emulate scale property with zoom property. +// * +// * Examples: +// * 1. .scale(2,.5) // Stretch an object two times and shrink in height by half. +// * 2. .rotate(180deg) // Rotate an object by 180deg. +// * 3. .transform(.scale(2,.5),rotate(180deg)) // Does the combined transformation from examples above. +// * 4. .transform-origin(20% top) // Place the transformation origin at the top, 20% of the object's +// * // width to the right from the top-left corner. +// */ + +.transform-origin (...) { + -webkit-transform-origin: @arguments; + -moz-transform-origin: @arguments; + -ms-transform-origin: @arguments; + -o-transform-origin: @arguments; + transform-origin: @arguments; + } +.perspective (...) { + -webkit-perspective: @arguments; + -moz-perspective: @arguments; + -o-perspective: @arguments; + perspective: @arguments; + } +.backface-visibility(@visibility){ + -webkit-backface-visibility: @visibility; + backface-visibility: @visibility; +} +.transform (...) { + -webkit-transform: @arguments; + -moz-transform: @arguments; + -ms-transform: @arguments; + -o-transform: @arguments; + transform: @arguments; + } +.transform3d (...) { + -webkit-transform: @arguments; + -webkit-transform-style: preserve-3d; + -moz-transform: @arguments; + -moz-transform-style: preserve-3d; + -o-transform: @arguments; + -o-transform-style: preserve-3d; + transform: @arguments; + transform-style: preserve-3d; +} +.rotate (@rotate) { + -webkit-transform: rotate(@rotate); + -moz-transform: rotate(@rotate); + -ms-transform: rotate(@rotate); + -o-transform: rotate(@rotate); + transform: rotate(@rotate); + } +.rotate3d (@deg1, @deg2:0, @deg3:0){ + -webkit-transform: rotateX(@deg1) rotateY(@deg2) rotateZ(@deg3); + -webkit-transform-style: preserve-3d; + -moz-transform: rotateX(@deg1) rotateY(@deg2) rotateZ(@deg3); + -moz-transform-style: preserve-3d; + -o-transform: rotateX(@deg1) rotateY(@deg2) rotateZ(@deg3); + -o-transform-style: preserve-3d; + transform: rotateX(@deg1) rotateY(@deg2) rotateZ(@deg3); + transform-style: preserve-3d; + } +.scale (@scale) { + -webkit-transform: scale(@scale); + -moz-transform: scale(@scale); + -ms-transform: scale(@scale); + -o-transform: scale(@scale); + transform: scale(@scale); + } +.scale (@scale1,@scale2) { + -webkit-transform: scale(@scale1,@scale2); + -moz-transform: scale(@scale1,@scale2); + -ms-transform: scale(@scale1,@scale2); + -o-transform: scale(@scale1,@scale2); + transform: scale(@scale1,@scale2); + } +.scaleX (@scale) { + -webkit-transform: scaleX(@scale); + -moz-transform: scaleX(@scale); + -ms-transform: scaleX(@scale); + -o-transform: scaleX(@scale); + transform: scaleX(@scale); + } +.scaleY (@scale) { + -webkit-transform: scaleY(@scale); + -moz-transform: scaleY(@scale); + -ms-transform: scaleY(@scale); + -o-transform: scaleY(@scale); + transform: scaleY(@scale); + } +.skew (@skew) { + .skewX(@skew); + } +.skew (@skew1, @skew2) { + -webkit-transform: skewX(@skew1) skewY(@skew2); + -moz-transform: skewX(@skew1) skewY(@skew2); + -ms-transform: skewX(@skew1) skewY(@skew2); + -o-transform: skewX(@skew1) skewY(@skew2); + transform: skewX(@skew1) skewY(@skew2); + } +.skewX (@skew) { + -webkit-transform: skewX(@skew); + -moz-transform: skewX(@skew); + -ms-transform: skewX(@skew); + -o-transform: skewX(@skew); + transform: skewX(@skew); + } +.skewY (@skew) { + -webkit-transform: skewY(@skew); + -moz-transform: skewY(@skew); + -ms-transform: skewY(@skew); + -o-transform: skewY(@skew); + transform: skewY(@skew); + } +.translate (@translate) { + -webkit-transform: translate(@translate); + -moz-transform: translate(@translate); + -ms-transform: translate(@translate); + -o-transform: translate(@translate); + transform: translate(@translate); + } +.translate (@translate1, @translate2) { + -webkit-transform: translate(@translate1, @translate2); + -moz-transform: translate(@translate1, @translate2); + -ms-transform: translate(@translate1, @translate2); + -o-transform: translate(@translate1, @translate2); + transform: translate(@translate1, @translate2); + } +.translateX (@translate) { + -webkit-transform: translateX(@translate); + -moz-transform: translateX(@translate); + -ms-transform: translateX(@translate); + -o-transform: translateX(@translate); + transform: translateX(@translate); + } +.translateY (@translate) { + -webkit-transform: translateY(@translate); + -moz-transform: translateY(@translate); + -ms-transform: translateY(@translate); + -o-transform: translateY(@translate); + transform: translateY(@translate); + } + +///* +// * Transition +// * Animate a change between different object states. +// * +// * You can use this class to animate change of up to 5 different properties. +// * If you need more that that (wow!) it's easy to add more of these classes. +// * +// * Transition takes 4 values: +// * -- transition-property - choose a property you want to animate (margin, colour etc.). +// * Default value is "all" which will animate every change that might happen. It's a good +// * idea to explicitly write this value if you want to animate everything, though. We can't +// * be sure if in the future default state won't change to "none", which will break the whole transition. +// * -- transition-duration - specifies how long transition animation will have to take +// * until animation is finished. Put values in s (seconds) or ms (milliseconds). +// * Required value, since default state is 0s (no animation occurs). +// * -- transition-timing-function - this value describe an acceleration function. It can +// * really affect overall experience, so it's good idea to pay attention to that. +// * Timing function takes 4 number values of keywords: linear, ease, ease-in, +// * ease-in-out, ease-out. For further explanation refer to ->developer.mozilla.org/en/CSS/timing-function +// * Default value is "ease". +// * -- transition-delay - in seconds or millisecond describes how long transition will wait +// * until it occurs after a triggering requirement was met. Default value is 0 - instant animation. +// * +// * In case you want to put a transformation property into transition effect, use +// * the .transition-transform class. This class is prepared to automatically add +// * many browsers prefixes required in that case. It is also a bit future friendly, +// * but all at all using transitions on transform is very risky. +// * -> http://radiatingstar.com/transition-with-transform-cant-be-future-proof +// * +// * Usage: +// * For .transition class, put in brackets at least a time value. If you want to animate more than one +// * property or animate everything with different functions, put up to 5 declarations separated with +// * commas. If one of the property you want to animate is "transform" _and_ you want to animate every +// * other properties (or at least not with the same functions), use .transition-transform. As a first +// * value put a time duration for transform property. Do not write this property though. It's auto-added +// * for the first set of values. Add other properties after commas. Refer to the example 3. +// * +// * Browsers support: IE10+, Fx4+, Chrome, Opera, Safari, Opera Mobile, Android Browser +// * Notable lack of support: IE9-, Fx3.6-, Opera Mini +// * *** Transition provides only a visual effects between states. It's perfectly +// * *** safe to use. Users with older browser just won't see a phase of changing. +// * +// * Examples: +// * 1. .transition (all 1s); // Animate all properties for 1 second. +// * 2. .transition (background-color 5s, margin 1s linear 5s) // Animate change of background-color for 5s +// * // and after 5s animate margin change for 1s. +// * 3. .transition-transform (2s linear, padding 3s) // Animate change of transform property (no "transform" declared!) +// * // and padding property. +// * +// * Solution for multiple transitions in a single mixin taken from http://www.toekneestuck.com/blog/2012/05/15/less-css-arguments-variable/ +// */ + +.transition(@transition1, @transition2:X, ...){ + @transitions: ~`"@{arguments}".replace(/[\[\]]|\,\sX/g, '')`; + -webkit-transition: @transitions; + -moz-transition: @transitions; + -o-transition: @transitions; + transition: @transitions; +} +.transition-transform (@transformArguments1, @transformArguments2:X, ...) { + @transformArguments: ~`"@{arguments}".replace(/[\[\]]|\,\sX/g, '')`; + -webkit-transition: -webkit-transform @transformArguments; + -moz-transition: -moz-transform @transformArguments; + -o-transition: -o-transform @transformArguments; + transition: transform @transformArguments; +} +// FIXME: The specyfic properties also require the unlimited arguments feature. +.transition-property(...) { + -webkit-transition-property: @arguments; + -moz-transition-property: @arguments; + -o-transition-property: @arguments; + transition-property: @arguments; +} +.transition-duration(...) { + -webkit-transition-duration: @arguments; + -moz-transition-duration: @arguments; + -o-transition-duration: @arguments; + transition-duration: @arguments; +} +.transition-timing-function(...) { + -webkit-transition-timing-function: @arguments; + -moz-transition-timing-function: @arguments; + -o-transition-timing-function: @arguments; + transition-timing-function: @arguments; +} +.transition-delay(...) { + -webkit-transition-delay: @arguments; + -moz-transition-delay: @arguments; + -o-transition-delay: @arguments; + transition-delay: @arguments; +} + +///* +// * Animations +// * +// * Create an awesome animation! +// * +// * This class takes from two to five properties: +// * -- animation-name [required] - declare your @keyframes animation name. See below +// * for an easy way to make @keyframes! +// * -- animation-duration [required] - declare how long will it take for an animation +// * to reach end. Value in seconds (s) or milliseconds (ms). +// * -- timing-function - it's the same property as in transition. Refer to +// * that topic for further explanation. +// * -- iteration-count - how many times an animation will repeat. It takes integer +// * or "infinite" keyword (for infinite repetition). Default value is 1. +// * -- direction - indicates whether the animation should play in reverse on +// * alternate cycles. Refer to ->developer.mozilla.org/en/CSS/animation-direction +// * for better explanation. To declare a direction use normal [default value], +// * alternate, reverse or alternate-reverse keyword. +// * +// * Resources: +// * -- developer.mozilla.org/en/CSS/animation +// * +// * Creating @keyframes: +// * Write in your .less file: +// * *** @import 'animationX.less'; +// * where X stands for a number between 1 and 5. Then create a class +// * *** .animationX () {} +// * and in {} write declarations you normally write in @keyframes. +// * Then just put an .animation(animationX [other animation properties]) class in your element. +// * That's all! +// * +// * Example: +// * .toBeAnimated { +// * // Animation with every possible value declared. // +// * .animation(animation1 5s linear 3s infinite alternate); +// * } +// * // Importing prefixed @keyframes for animation1. +// * @import '3L/assets/animations/animation1'; +// * +// * // Declaring @keyframes for animation. Only once! +// * .animation1() { +// * from {margin-top: 3px;} +// * to {margin-top: 333px;} +// * } +// * +// */ + +.animation (...) { + -webkit-animation: @arguments; + -moz-animation: @arguments; + -o-animation: @arguments; + animation: @arguments; + } +.animate (...) {.animation(@arguments);} +.anime (...) {.animation(@arguments);} +// FIXME: The specyfic properties also require the unlimited arguments feature. +.animation-name(...) { + -webkit-animation-name: @arguments; + -moz-animation-name: @arguments; + -o-animation-name: @arguments; + animation-name: @arguments; +} +.animation-duration(...) { + -webkit-animation-duration: @arguments; + -moz-animation-duration: @arguments; + -o-animation-duration: @arguments; + animation-duration: @arguments; +} +.animation-timing-function(...) { + -webkit-animation-timing-function: @arguments; + -moz-animation-timing-function: @arguments; + -o-animation-timing-function: @arguments; + animation-timing-function: @arguments; +} +.animation-delay(...) { + -webkit-animation-delay: @arguments; + -moz-animation-delay: @arguments; + -o-animation-delay: @arguments; + animation-delay: @arguments; +} +.animation-iteration-count(...) { + -webkit-animation-iteration-count: @arguments; + -moz-animation-iteration-count: @arguments; + -o-animation-iteration-count: @arguments; + animation-iteration-count: @arguments; +} +.animation-direction(...) { + -webkit-animation-direction: @arguments; + -moz-animation-direction: @arguments; + -o-animation-direction: @arguments; + animation-direction: @arguments; +} +.animation-fill-mode(...) { + -webkit-animation-fill-mode: @arguments; + -moz-animation-fill-mode: @arguments; + -o-animation-fill-mode: @arguments; + animation-fill-mode: @arguments; +} + +///* +// * User-select +// * controls the selection model and granularity of an element. +// * +// * This property takes following values: +// * -- none - none of the element's content can be selected. +// * -- text [default] - the element's contents follow a standard text content selection model. +// * -- toggle - the element's contents follow a standard toggling content model. +// * -- element - one element at a time may be selected. +// * -- elements - one or more elements at a time may be selected. +// * -- all - Only the entire contents as a whole can be selected. +// * +// * Browsers support: IE10+, Fx0.6+, Chrome, Safari +// * Notable lack of support: IE9-, Opera +// * +// */ + +.user-select (...) { +-webkit-touch-callout: @arguments; +-webkit-user-select: @arguments; +-khtml-user-select: @arguments; +-moz-user-select: @arguments; +-ms-user-select: @arguments; +user-select: @arguments; +} + +///* +// * Filter +// * +// * Advanced image manipulation in your CSS! +// * +// * Note: the filter property works only in Webkit for now. Will the prefixed version for other +// * vendors be supported, is unknown, so the mixin might for now generate useles code. +// * You might want to use just the -webkit-filter property without the help of .filter() mixin. +// * +// * drop-shadow and opacity might be hardware accelerated. +// * +// * Resources: http://www.html5rocks.com/en/tutorials/filters/understanding-css/ +// * +// * TODO: requires testing +// */ +// FIXME: .filter() requires the unlimited arguments feature. +.filter(...) { + -webkit-filter: @arguments; + -moz-filter: @arguments; + -ms-filter: @arguments; + -o-filter: @arguments; + filter: @arguments; +} +.grayscale(@amount) { + -webkit-filter: @arguments; + -moz-filter: @arguments; + -ms-filter: @arguments; + -o-filter: @arguments; + filter: @arguments; +} +.sepia(@amount) { + -webkit-filter: @arguments; + -moz-filter: @arguments; + -ms-filter: @arguments; + -o-filter: @arguments; + filter: @arguments; +} +.saturate(@amount) { + -webkit-filter: @arguments; + -moz-filter: @arguments; + -ms-filter: @arguments; + -o-filter: @arguments; + filter: @arguments; +} +.hue-rotation(@angle) { + -webkit-filter: @arguments; + -moz-filter: @arguments; + -ms-filter: @arguments; + -o-filter: @arguments; + filter: @arguments; +} +.invert(@amount) { + -webkit-filter: @arguments; + -moz-filter: @arguments; + -ms-filter: @arguments; + -o-filter: @arguments; + filter: @arguments; +} +// .opacity() already taken, hence the -filter suffix. +.opacity-filter(@amount) { + -webkit-filter: @arguments; + -moz-filter: @arguments; + -ms-filter: @arguments; + -o-filter: @arguments; + filter: @arguments; +} +.brightness(@amount) { + -webkit-filter: @arguments; + -moz-filter: @arguments; + -ms-filter: @arguments; + -o-filter: @arguments; + filter: @arguments; +} +.contrast(@amount) { + -webkit-filter: @arguments; + -moz-filter: @arguments; + -ms-filter: @arguments; + -o-filter: @arguments; + filter: @arguments; +} +.blur(@radius) { + -webkit-filter: @arguments; + -moz-filter: @arguments; + -ms-filter: @arguments; + -o-filter: @arguments; + filter: @arguments; +} +.drop-shadow(@shadow) { + -webkit-filter: @arguments; + -moz-filter: @arguments; + -ms-filter: @arguments; + -o-filter: @arguments; + filter: @arguments; +} +.url(@url) { + -webkit-filter: @arguments; + -moz-filter: @arguments; + -ms-filter: @arguments; + -o-filter: @arguments; + filter: @arguments; +} + +///* +// * Border image +// * +// * Browsers support: Chrome, Firefox, Safari, Opera, Chrome for Android, Android Browser, Opera Mobile, Firefox for Android +// * Notable lack of support: IE, Opera Mini +// */ +.border-image(@url, @rest...) { + -webkit-border-image:url(@url) @rest; + -o-border-image:url(@url) @rest; + border-image:url(@url) @rest; +} + +///* +// * Flexible Box Model +// * +// * Resources: https://developer.mozilla.org/en-US/docs/CSS/Using_CSS_flexible_boxes +// * +// * Browsers Support: Chrome, Firefox 18*, Opera 12.1, Opera Mini 12.1 +// * Notable lack of support: IE, Firefox 17 (stable), Safari, Chrome for Android +// */ + +.display-flex() { + display: -webkit-flex; + display: -moz-flex; + display: flex; +} +.display-inline-flex(){ + display: -webkit-inline-flex; + display: -moz-inline-flex; + display: inline-flex; +} +.flex-direction(@direction) { + -webkit-flex-direction: @direction; + -moz-flex-direction: @direction; + flex-direction: @direction; +} +.justify-content(@alignment) { + -webkit-justify-content: @alignment; + -moz-justify-content: @alignment; + justify-content: @alignment; +} +.align-content(@alignment) { + -webkit-align-content: @alignment; + -moz-align-content: @alignment; + align-content: @alignment; +} +.align-items(@alignment) { + -webkit-align-items: @alignment; + -moz-align-items: @alignment; + align-items: @alignment; +} +.align-self(@alignment) { + -webkit-align-self: @alignment; + -moz-align-self: @alignment; + align-self: @alignment; +} +.flex(@arguments){ + -webkit-flex: @arguments; + -moz-flex: @arguments; + flex: @arguments; +} +.flex-basis(@basis) { + -webkit-flex-basis: @basis; + -moz-fles-basis: @basis; + flex-basis: @basis; +} +.flex-grow(@grow) { + -webkit-flex-grow: @grow; + -moz-flex-grow: @grow; + flex-grow: @grow; +} +.flex-shrink(@shrink) { + -webkit-flex-shrink: @shrink; + -moz-flex-shrink: @shrink; + flex-shrink: @shrink; +} +.flex-flow(@arguments) { + -webkit-flex-flow: @arguments; + -moz-flex-flow: @arguments; + flex-flow: @arguments; +} +.flex-direction(@direction) { + -webkit-flex-direction: @direction; + -moz-flex-direction: @direction; + flex-direction: @direction; +} +.flex-wrap(@wrap) { + -webkit-flex-wrap: @wrap; + -moz-flex-wrap: @wrap; + flex-wrap: @wrap; +} +.order(@order) { + -webkit-order: @order; + -moz-order: @order; + order: @order; +} + +///* +// * Appearance +// */ + +.appearance (@appearance) { + -webkit-appearance: @appearance; + -moz-appearance: @appearance; +} + +///* +// * Selection +// * +// * You can use it on the root of your CSS or inside a specyfic element. +// * +// * Examples: +// * 1. .selection(red, blue); +// * 2. p{ +// * .selection(red, blue) +// * } +// */ + +.selection(@text-color, @background-color) { + &::-moz-selection {color: @text-color; background-color: @background-color;} + &::selection {color: @text-color; background-color: @background-color;} +} + +///* +// * hasLayout +// * +// * http://reference.sitepoint.com/css/haslayout +// */ + +.hasLayout() {*zoom: 1;} + +///* +// * Normalize +// */ + +.normalize(){article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}} + +///* +// * Reset +// */ + +.reset() {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}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}} + +///* +// * HTML5 Boiler Plate's default stylesheets. +// */ +.h5bp() {html,button,input,select,textarea{color:#222}body{font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}} +.h5bp-print() {@media print{*{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;} a,a:visited{text-decoration:underline;} a[href]:after{content:" (" attr(href) ")";} abbr[title]:after{content:" (" attr(title) ")";} .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:"";} pre,blockquote{border:1px solid #999;page-break-inside:avoid;} thead{display:table-header-group;} tr,img{page-break-inside:avoid;} img{max-width:100% !important;} @page {margin:0.5cm;}p,h2,h3{orphans:3;widows:3;} h2,h3{page-break-after:avoid;}}.przerwa{color:#ff0000;}} + + +.ninja() { + color: black; + visibility: hidden; +} + diff --git a/docs/_themes/jrnl/static/less/jrnl.less b/docs/_themes/jrnl/static/less/jrnl.less new file mode 100644 index 00000000..10863157 --- /dev/null +++ b/docs/_themes/jrnl/static/less/jrnl.less @@ -0,0 +1,208 @@ +@import "retina"; +@import "3L"; + +@white: #f7f8f9; +@blue: #5e7dc5; +@blue-light: #7c95ca; +@terminal: #2f1e34; +@purple: #47375d; +@purple-shade: #413155; +@purple-light: #725794; +@purple-light-shade: #564371; +@orange: #deaa09; + +.icon, + { + .sprite("../img/icons.png", 32px, 5, 3, 8px); + &.share {.sprite(0, 0)}; + &.future {.sprite(1, 0)}; + &.search {.sprite(2, 0)}; + &.nli {.sprite(3, 0)}; + &.secure {.sprite(4, 0)}; + &.sync {.sprite(0, 1)}; + &.dayone {.sprite(1, 1)}; + &.github {.sprite(2, 1)}; + &.folders{.sprite(3, 1)}; + &.cal {.sprite(4, 1)}; + &.left {.sprite(0, 2)}; + &.right {.sprite(1, 2)}; + &.info {.sprite(2, 2)}; + } + +.terminal + { + background: @terminal; + .border-radius(6px); + @p: 20px; + padding: @p + 30px @p (@p - 10px) @p; + margin: 40px auto; + width: 500px; + .box-shadow(0px 1px 8px darken(@white, 30)); + position: relative; + color: @white; + font-family: "Monaco", "Courier New"; + font-size: 12pt; + #args {color: #f6f7b9} + #output {color: #9278b5} + &:before + { + content: "Terminal"; + display: block; + width: 100%; + position: absolute; + left: 0; + .box-shadow(inset 0px 1px 0px #f4f4f4, inset 0px -1px 0px #888); + margin-top: -50px; + // margin: -@p -@p 0px -@p; + text-align: center; + height: 30px; + line-height: 30px; + color: #777; + text-shadow: 0px 1px 0px #ddd; + .border-radius(5px 5px 0px 0px); + .gradient(#eaeaea, #bababa); + } + &:after + { + content: ""; + width: 48px; + height: 30px; + position: absolute; + top: 0px; + left: 10px; + background: url(../img/terminal.png) no-repeat center center; + } + } + +body#landing + { + background-color: @purple; + font-family: "Open Sans", "Helvetica Neue", sans-serif; + font-weight: 300; + #title, .row3, .row4, #prompt + { + width: 900px; + margin: 0px auto; + } + #upper + { + .clearfix; + background: @white; + .box-shadow(inset 0px -6px 6px -3px darken(@white, 10)); + #title + { + width: 650px; + margin: 150px auto 75px auto; + } + img + { + float: left; + margin-right: 30px; + } + h1 + { + color: @purple-light-shade; + font-weight: 300; + } + #prompt + { + width: 640px; + margin: 0 auto; + .clearfix; + } + .terminal + { + .border-radius(6px 6px 0px 0px); + float: left; + margin: 0px; + width: 500px; + min-height: 134px; + .border-box-sizing; + } + .pleft, .pright + { + text-align: center; + .border-box-sizing; + float: left; + padding-top: 50px; + width: 70px; + i {.opacity(60);} + i:hover {.opacity(1000); cursor: pointer;} + } + } + #nav + { + .gradient(@blue-light, @blue); + height: 60px; + .box-shadow(0px 6px 6px -3px @purple-shade); + text-align: center; + a + { + color: @white; + text-shadow: 0px -1px 0px darken(@blue, 30); + text-decoration: none; + font-size: 14pt; + line-height: 60px; + margin: 0 40px; + &:hover + { + color: lighten(@orange, 20); + text-shadow: 0px -1px 0px darken(@orange, 15); + } + } + a.cta + { + .gradient(@purple-light, @purple-light-shade); + .box-shadow(0px 1px 0px @purple-shade); + .border-radius(5px); + padding: 6px 10px 5px 10px; + &:hover + { + .gradient(lighten(@orange, 10), darken(@orange, 5)); + .box-shadow(0px 1px 0px darken(@orange, 15)); + text-shadow: 0px -1px 0px darken(@orange, 15); + color: @white; + + } + } + } + #lower + { + color: @white; + padding-top: 40px; + a + { + color: @orange; + text-decoration: none; + &:hover + { + color: lighten(@orange, 20); + text-decoration: underline; + } + } + .row3, .row4 { + .clearfix; + margin-bottom: 20px; + .col + { + position: relative; + padding-left: 40px; + i + { + position: absolute; + left: 0; + top: 16px; + } + h3 {font-size: 12pt; margin-bottom: .5em;} + p {font-size: 10pt; margin: 0;} + float: left; + width: 25%; + padding-right: 2%; + .border-box-sizing; + &:last-child {padding-right: 0;} + } + } + .row3 .col { width: 33.3333%; } + .row4 .col { color: mix(@white, @purple, 80); i {.opacity(80);}} + } + } diff --git a/docs/_themes/jrnl/static/less/retina.less b/docs/_themes/jrnl/static/less/retina.less new file mode 100644 index 00000000..3c006c45 --- /dev/null +++ b/docs/_themes/jrnl/static/less/retina.less @@ -0,0 +1,35 @@ +// A helper mixin for applying high-resolution background images (http://www.retinajs.com) + +@highdpi: ~"(-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx)"; + +.at2x(@path, @w: auto, @h: auto) { + background-image: url(@path); + @at2x_path: ~`@{path}.replace(/\.\w+$/, function(match) { return "@2x" + match; })`; + background-size: @w @h; + + @media @highdpi { + background-image: url("@{at2x_path}"); + } +} + +// Sprite mixin, see https://coderwall.com/p/oztebw + +.sprite (@path, @size, @w, @h, @pad: 0) when (isstring(@path)) + { + background-image: url(@path); + width: @size; + height: @size; + display: inline-block; + @at2x_path: ~`@{path}.replace(/\.[\w\?=]+$/, function(match) { return "@2x" + match; })`; + font-size: @size + @pad; + background-size: (@size + @pad) * @w (@size + @pad) * @h; + @media @highdpi + { + background-image: url("@{at2x_path}"); + } + } + +.sprite(@x, @y) + { + background-position: -@x * 1em -@y * 1em; + } diff --git a/docs/_themes/jrnl/static/normalize.css b/docs/_themes/jrnl/static/normalize.css new file mode 100755 index 00000000..6e8e42d8 --- /dev/null +++ b/docs/_themes/jrnl/static/normalize.css @@ -0,0 +1,527 @@ +/*! normalize.css v1.1.2 | MIT License | git.io/normalize */ + +/* ========================================================================== + HTML5 display definitions + ========================================================================== */ + +/** + * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. + */ + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +nav, +section, +summary { + display: block; +} + +/** + * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. + */ + +audio, +canvas, +video { + display: inline-block; + *display: inline; + *zoom: 1; +} + +/** + * Prevent modern browsers from displaying `audio` without controls. + * Remove excess height in iOS 5 devices. + */ + +audio:not([controls]) { + display: none; + height: 0; +} + +/** + * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. + * Known issue: no IE 6 support. + */ + +[hidden] { + display: none; +} + +/* ========================================================================== + Base + ========================================================================== */ + +/** + * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using + * `em` units. + * 2. Prevent iOS text size adjust after orientation change, without disabling + * user zoom. + */ + +html { + font-size: 100%; /* 1 */ + -ms-text-size-adjust: 100%; /* 2 */ + -webkit-text-size-adjust: 100%; /* 2 */ +} + +/** + * Address `font-family` inconsistency between `textarea` and other form + * elements. + */ + +html, +button, +input, +select, +textarea { + font-family: sans-serif; +} + +/** + * Address margins handled incorrectly in IE 6/7. + */ + +body { + margin: 0; +} + +/* ========================================================================== + Links + ========================================================================== */ + +/** + * Address `outline` inconsistency between Chrome and other browsers. + */ + +a:focus { + outline: thin dotted; +} + +/** + * Improve readability when focused and also mouse hovered in all browsers. + */ + +a:active, +a:hover { + outline: 0; +} + +/* ========================================================================== + Typography + ========================================================================== */ + +/** + * Address font sizes and margins set differently in IE 6/7. + * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, + * and Chrome. + */ + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +h2 { + font-size: 1.5em; + margin: 0.83em 0; +} + +h3 { + font-size: 1.17em; + margin: 1em 0; +} + +h4 { + font-size: 1em; + margin: 1.33em 0; +} + +h5 { + font-size: 0.83em; + margin: 1.67em 0; +} + +h6 { + font-size: 0.67em; + margin: 2.33em 0; +} + +/** + * Address styling not present in IE 7/8/9, Safari 5, and Chrome. + */ + +abbr[title] { + border-bottom: 1px dotted; +} + +/** + * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. + */ + +b, +strong { + font-weight: bold; +} + +blockquote { + margin: 1em 40px; +} + +/** + * Address styling not present in Safari 5 and Chrome. + */ + +dfn { + font-style: italic; +} + +/** + * Address differences between Firefox and other browsers. + * Known issue: no IE 6/7 normalization. + */ + +hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} + +/** + * Address styling not present in IE 6/7/8/9. + */ + +mark { + background: #ff0; + color: #000; +} + +/** + * Address margins set differently in IE 6/7. + */ + +p, +pre { + margin: 1em 0; +} + +/** + * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. + */ + +code, +kbd, +pre, +samp { + font-family: monospace, serif; + _font-family: 'courier new', monospace; + font-size: 1em; +} + +/** + * Improve readability of pre-formatted text in all browsers. + */ + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; +} + +/** + * Address CSS quotes not supported in IE 6/7. + */ + +q { + quotes: none; +} + +/** + * Address `quotes` property not supported in Safari 4. + */ + +q:before, +q:after { + content: ''; + content: none; +} + +/** + * Address inconsistent and variable font size in all browsers. + */ + +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` affecting `line-height` in all browsers. + */ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +/* ========================================================================== + Lists + ========================================================================== */ + +/** + * Address margins set differently in IE 6/7. + */ + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +/** + * Address paddings set differently in IE 6/7. + */ + +menu, +ol, +ul { + padding: 0 0 0 40px; +} + +/** + * Correct list images handled incorrectly in IE 7. + */ + +nav ul, +nav ol { + list-style: none; + list-style-image: none; +} + +/* ========================================================================== + Embedded content + ========================================================================== */ + +/** + * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. + * 2. Improve image quality when scaled in IE 7. + */ + +img { + border: 0; /* 1 */ + -ms-interpolation-mode: bicubic; /* 2 */ +} + +/** + * Correct overflow displayed oddly in IE 9. + */ + +svg:not(:root) { + overflow: hidden; +} + +/* ========================================================================== + Figures + ========================================================================== */ + +/** + * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. + */ + +figure { + margin: 0; +} + +/* ========================================================================== + Forms + ========================================================================== */ + +/** + * Correct margin displayed oddly in IE 6/7. + */ + +form { + margin: 0; +} + +/** + * Define consistent border, margin, and padding. + */ + +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +/** + * 1. Correct color not being inherited in IE 6/7/8/9. + * 2. Correct text not wrapping in Firefox 3. + * 3. Correct alignment displayed oddly in IE 6/7. + */ + +legend { + border: 0; /* 1 */ + padding: 0; + white-space: normal; /* 2 */ + *margin-left: -7px; /* 3 */ +} + +/** + * 1. Correct font size not being inherited in all browsers. + * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, + * and Chrome. + * 3. Improve appearance and consistency in all browsers. + */ + +button, +input, +select, +textarea { + font-size: 100%; /* 1 */ + margin: 0; /* 2 */ + vertical-align: baseline; /* 3 */ + *vertical-align: middle; /* 3 */ +} + +/** + * Address Firefox 3+ setting `line-height` on `input` using `!important` in + * the UA stylesheet. + */ + +button, +input { + line-height: normal; +} + +/** + * Address inconsistent `text-transform` inheritance for `button` and `select`. + * All other form control elements do not inherit `text-transform` values. + * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. + * Correct `select` style inheritance in Firefox 4+ and Opera. + */ + +button, +select { + text-transform: none; +} + +/** + * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` + * and `video` controls. + * 2. Correct inability to style clickable `input` types in iOS. + * 3. Improve usability and consistency of cursor style between image-type + * `input` and others. + * 4. Remove inner spacing in IE 7 without affecting normal text inputs. + * Known issue: inner spacing remains in IE 6. + */ + +button, +html input[type="button"], /* 1 */ +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; /* 2 */ + cursor: pointer; /* 3 */ + *overflow: visible; /* 4 */ +} + +/** + * Re-set default cursor for disabled elements. + */ + +button[disabled], +html input[disabled] { + cursor: default; +} + +/** + * 1. Address box sizing set to content-box in IE 8/9. + * 2. Remove excess padding in IE 8/9. + * 3. Remove excess padding in IE 7. + * Known issue: excess padding remains in IE 6. + */ + +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ + *height: 13px; /* 3 */ + *width: 13px; /* 3 */ +} + +/** + * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. + * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome + * (include `-moz` to future-proof). + */ + +input[type="search"] { + -webkit-appearance: textfield; /* 1 */ + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; /* 2 */ + box-sizing: content-box; +} + +/** + * Remove inner padding and search cancel button in Safari 5 and Chrome + * on OS X. + */ + +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * Remove inner padding and border in Firefox 3+. + */ + +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} + +/** + * 1. Remove default vertical scrollbar in IE 6/7/8/9. + * 2. Improve readability and alignment in all browsers. + */ + +textarea { + overflow: auto; /* 1 */ + vertical-align: top; /* 2 */ +} + +/* ========================================================================== + Tables + ========================================================================== */ + +/** + * Remove most spacing between table cells. + */ + +table { + border-collapse: collapse; + border-spacing: 0; +} diff --git a/docs/_build/html/_static/small_flask.css b/docs/_themes/jrnl/static/small_flask.css old mode 100644 new mode 100755 similarity index 100% rename from docs/_build/html/_static/small_flask.css rename to docs/_themes/jrnl/static/small_flask.css diff --git a/docs/_themes/1450/static/sprites.css b/docs/_themes/jrnl/static/sprites.css similarity index 100% rename from docs/_themes/1450/static/sprites.css rename to docs/_themes/jrnl/static/sprites.css diff --git a/docs/_themes/1450/static/sprites.svg b/docs/_themes/jrnl/static/sprites.svg similarity index 100% rename from docs/_themes/1450/static/sprites.svg rename to docs/_themes/jrnl/static/sprites.svg diff --git a/docs/_themes/1450/theme.conf b/docs/_themes/jrnl/theme.conf similarity index 88% rename from docs/_themes/1450/theme.conf rename to docs/_themes/jrnl/theme.conf index 307a1f0d..07698f6f 100755 --- a/docs/_themes/1450/theme.conf +++ b/docs/_themes/jrnl/theme.conf @@ -4,4 +4,4 @@ stylesheet = flasky.css pygments_style = flask_theme_support.FlaskyStyle [options] -touch_icon = +touch_icon = diff --git a/docs/conf.py b/docs/conf.py index ef3ea049..de7b4a8f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -97,7 +97,7 @@ pygments_style = 'native' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'default' +html_theme = 'jrnl' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the @@ -251,4 +251,4 @@ texinfo_documents = [ #texinfo_no_detailmenu = False sys.path.append(os.path.abspath('_themes')) html_theme_path = ['_themes'] -html_theme = '1450' +html_theme = 'jrnl' diff --git a/docs/index.rst b/docs/index.rst index 0ef8ea67..9729a2cf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,27 +21,11 @@ Release v\ |version|. (:ref:`Installation <install>`) >>> r.json() {u'private_gists': 419, u'total_private_repos': 77, ...} -.. autofunction:: jrnl -.. autofunction:: jrnl.Journal - Contents: .. toctree:: :maxdepth: 2 - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` - + installation + usage diff --git a/docs/installation.rst b/docs/installation.rst new file mode 100644 index 00000000..57e7be6f --- /dev/null +++ b/docs/installation.rst @@ -0,0 +1,39 @@ +.. _download: + +Getting started +=============== + +Installation +------------ + +Install *jrnl_* using pip :: + + pip install jrnl + +Or, if you want the option to encrypt your journal, :: + + pip install jrnl[encrypted] + +To install the dependencies for encrypting journals as well + +.. note:: + + Installing the encryption library, `pycrypto`, requires a `gcc` compiler. You can also `install PyCyrypto manually <https://www.dlitz.net/software/pycrypto/>`_ first. + +The first time you run ``jrnl`` you will be asked where your journal file should be created and whether you wish to encrypt it. + + +Quickstart +---------- + +to make a new entry, just type:: + + jrnl yesterday: Called in sick. Used the time to clean the house anspent 4h on writing my book. + +and hit return. `yesterday:` will be interpreted as a timestamp. Everything until the first sentence mark (`.?!`) will be interpreted as the title, the rest as the body. In your journal file, the result will look like this::: + + 2012-03-29 09:00 Called in sick. + Used the time to clean the house and spent 4h on writing my book. + +If you just call ``jrnl``, you will be prompted to compose your entry - but you can also configure *jrnl* to use your external editor. + diff --git a/docs/usage.rst b/docs/usage.rst new file mode 100644 index 00000000..c0350777 --- /dev/null +++ b/docs/usage.rst @@ -0,0 +1,64 @@ +.. _usage: + +Basic Usage +=========== + +*jrnl* has two modes: **composing** and **viewing**. + +Viewing +------- + +:: + + jrnl -n 10 + +will list you the ten latest entries, :: + + jrnl -from "last year" -to march + +everything that happened from the start of last year to the start of last march. If you only want to see the titles of your entries, use :: + + jrnl -short + +Using Tags +---------- + +Keep track of people, projects or locations, by tagging them with an ``@`` in your entries :: + + jrnl Had a wonderful day on the @beach with @Tom and @Anna. + +You can filter your journal entries just like this: :: + + jrnl @pinkie @WorldDomination + +Will print all entries in which either ``@pinkie`` or ``@WorldDomination`` occurred. :: + + jrnl -n 5 -and @pineapple @lubricant + +the last five entries containing both ``@pineapple`` **and** ``@lubricant``. You can change which symbols you'd like to use for tagging in the configuration. + +.. note:: + + ``jrnl @pinkie @WorldDomination`` will switch to viewing mode because although _no_ command line arguments are given, all the input strings look like tags - *jrnl* will assume you want to filter by tag. + + +Composing +--------- + +Composing mode is entered by either starting ``jrnl`` without any arguments -- which will prompt you to write an entry or launch your editor -- or by just writing an entry on the prompt, such as:: + + jrnl today at 3am: I just met Steve Buscemi in a bar! He looked funny. + + +Smart timestamps +~~~~~~~~~~~~~~~~ + +Timestamps that work: + +* at 6am +* yesterday +* last monday +* sunday at noon +* 2 march 2012 +* 7 apr +* 5/20/1998 at 23:42