author: Sylvain Viollon
date: Mon Aug 26 16:35:06 2013 +0200
revision: 75:3d4ce127a2b9 in silvatheme.silvadocs
branch:
details: https://hg.infrae.com/silvatheme.silvadocs?cmd=changeset;node=3d4ce127a2b9
modified: README.txt build.sh docs/HISTORY.txt setup.py silvatheme/silvadocs/static/default.min.css silvatheme/silvadocs/static/html5reset.min.css silvatheme/silvadocs/static/typography.min.css
added: build.sh silvatheme/silvadocs/static/default.min.css silvatheme/silvadocs/static/html5reset.min.css silvatheme/silvadocs/static/typography.min.css
removed:
log: Tag 1.0.2.
Subject: [silvatheme.silvadocs][Sylvain Viollon] Added tag silvatheme.silvadocs-1.0.2 for changeset 3d4ce127a2b9
author: Sylvain Viollon
date: Mon Aug 26 16:35:41 2013 +0200
revision: 76:1cbbb0c1e631 in silvatheme.silvadocs
branch:
details: https://hg.infrae.com/silvatheme.silvadocs?cmd=changeset;node=1cbbb0c1e631
modified: .hgtags
added:
removed:
log: Added tag silvatheme.silvadocs-1.0.2 for changeset 3d4ce127a2b9
Subject: [silvatheme.silvadocs][Sylvain Viollon] Bump version.
author: Sylvain Viollon
date: Mon Aug 26 16:36:14 2013 +0200
revision: 77:91ca0434f6ab in silvatheme.silvadocs
branch:
details: https://hg.infrae.com/silvatheme.silvadocs?cmd=changeset;node=91ca0434f6ab
modified: docs/HISTORY.txt setup.py
added:
removed:
log: Bump version.
diffstat:
.hgtags | 1 +
README.txt | 7 +++++--
build.sh | 23 +++++++++++++++++++++++
docs/HISTORY.txt | 7 +++++++
setup.py | 2 +-
silvatheme/silvadocs/static/default.min.css | 1 +
silvatheme/silvadocs/static/html5reset.min.css | 1 +
silvatheme/silvadocs/static/typography.min.css | 1 +
8 files changed, 40 insertions(+), 3 deletions(-)
diffs (102 lines):
diff -r 184ec0fd7e56 -r 91ca0434f6ab .hgtags
--- a/.hgtags Sun Apr 28 08:07:52 2013 +0200
+++ b/.hgtags Mon Aug 26 16:36:14 2013 +0200
@@ -1,2 +1,3 @@
10824b68e9deee69dd4a21abecdb41ec72abbe7c silvatheme.silvadocs-1.0
fe8e34167d570cccc8def131213cd89c5c7ec098 silvatheme.silvadocs-1.0.1
+3d4ce127a2b9d821ec891c6d98dd44796a871122 silvatheme.silvadocs-1.0.2
diff -r 184ec0fd7e56 -r 91ca0434f6ab README.txt
--- a/README.txt Sun Apr 28 08:07:52 2013 +0200
+++ b/README.txt Mon Aug 26 16:36:14 2013 +0200
@@ -2,8 +2,8 @@
silvatheme.silvadocs
====================
-Silva Docs is a visual design (theme) for Silva 3 and higher. It is
-used by default on the Silva User Documentation.
+Silva Docs is a visual design (theme) for `Silva`_ 3 and higher. It is
+used by default on the `Silva User Documentation`_.
Code repository
@@ -12,3 +12,6 @@
The code for this extension can be found in Mercurial:
https://hg.infrae.com/silvatheme.silvadocs
+
+.. _Silva: http://silvacms.org
+.. _Silva User Documentation: http://silvacms.org/docs/user/
diff -r 184ec0fd7e56 -r 91ca0434f6ab build.sh
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/build.sh Mon Aug 26 16:36:14 2013 +0200
@@ -0,0 +1,23 @@
+#/usr/bin/env bash
+
+CLEANCSS=`which cleancss`
+if test "$?" != "0" ; then
+ echo "clean-css is not installed. Install with npm:"
+ echo "npm install -g clean-css"
+ exit 1
+fi
+UGLIFYJS=`which uglifyjs`
+if test "$?" != "0" ; then
+ echo "uglify-js is not installed. Install with npm:"
+ echo "npm install -g uglify-js"
+ exit 1
+fi
+
+for file in $(find . -name '*.js' | grep -ve '\.min\.js$'); do
+ echo "Compressing $file ..."
+ $UGLIFYJS -nc -o $(echo $file | sed 's/\.js$/.min.js/') $file;
+done
+for file in $(find . -name '*.css' | grep -ve '\.min\.css$'); do
+ echo "Compressing $file ..."
+ $CLEANCSS -nc -o $(echo $file | sed 's/\.css$/.min.css/') $file;
+done
diff -r 184ec0fd7e56 -r 91ca0434f6ab docs/HISTORY.txt
--- a/docs/HISTORY.txt Sun Apr 28 08:07:52 2013 +0200
+++ b/docs/HISTORY.txt Mon Aug 26 16:36:14 2013 +0200
@@ -6,6 +6,13 @@
* ...
+1.0.2 (2013-08-26)
+------------------
+
+* Various updates, login form, images.
+
+* Minify resources.
+
1.0.1 (2013-04-18)
------------------
diff -r 184ec0fd7e56 -r 91ca0434f6ab setup.py
--- a/setup.py Sun Apr 28 08:07:52 2013 +0200
+++ b/setup.py Mon Aug 26 16:36:14 2013 +0200
@@ -18,7 +18,7 @@
"Topic :: Software Development :: Libraries :: Python Modules",
],
keywords='silvatheme silvadocs',
- author='Infrae - Design by NodeThirtyThree',
+ author='Infrae',
author_email='[email protected]',
url='http://infrae.com/products/silva',
license='BSD and Creative Commons',
diff -r 184ec0fd7e56 -r 91ca0434f6ab silvatheme/silvadocs/static/default.min.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/silvatheme/silvadocs/static/default.min.css Mon Aug 26 16:36:14 2013 +0200
@@ -0,0 +1,1 @@
+@media screen{html,body{ margin:0;padding:0;height:100%}body{background:#59A80F;color:#333;font-family:Arial,Helvetica,sans-serif;font-size:100%;line-height:1.3}h1,h2,h3,h4,h5,h6{margin:.5em 0;font-weight:400;color:#3E3E3E;line-height:1.1}h1{border-bottom:1px solid #1A8922;font-size:1.5em;margin-bottom:5px}h2{font-size:1.5em}h3{border-bottom:1px solid #1A8922;display:inline-block;font-size:1.1em}h4{display:block;border:0;font-weight:700;font-size:1.1em}h5{display:block;font-size:1em;border:0}h6{font-size:.9em;display:block;border:0}ul,ol,p,td,dd,dt{font-size:.85em}ul{margin:0 0 .5em;list-style:none}ol{margin:0 0 .5em 2em}p{margin:0 0 .5em}pre{font-size:85%;overflow:hidden}::-selection{background:#777;color:#FFF}::-moz-selection{background:#777;color:#FFF}a:link{color:#F60}a:visited{color:
#F60}a:hover,a:active{text-decoration:none}img{border:0}img.left{float:left;margin-right:15px}img.right{float:right;margin-left:15px}#content img{-moz-box-shadow:3px 3px 4px #aaa;-webkit-box
-shadow:3px 3px 4px #aaa;box-shadow:3px 3px 4px #aaa;-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa')";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#aaaaaa')}#content .float-left img,#content .searchresult img{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#ffffff')";filter:progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color='#ffffff')}#header{width:74%;height:30px;margin:0 auto;padding-top:10px}span.exit-link{font-size:80%;padding-left:.2em}.exit-link a{background-image:url(images/upalevel.png);background-repeat:no-repeat;background-position:1px 0;color:#494949;text-decoration:none;paddi
ng-top:2px;padding-left:20px}#logo h2{margin-top:-10px;font-size:12px;color:#A0A0A0}#menu{float:right}#menu ul{margin:0;padding:15px 0 0 0;list-style:none}#menu li{display:inline}#menu a{dis
play:block;float:left;margin-left:30px;padding:7px;text-decoration:underline;font-size:13px;color:#F60}#menu a:hover{color:#F30;text-decoration:underline}#site{background-color:#FCFCFC;background-image:url(images/site_bg.png);background-position:top left;background-repeat:repeat-x;height:auto!important;min-height:100%;height:100%;position:relative}#page{width:74%;margin:0 auto 35px;padding-bottom:60px}#content ul{list-style:disc;margin-left:1em}#content{border:1px solid #CCC;border-radius:4px;box-shadow:1px 1px 0 rgba(0,0,0,.1);-webkit-box-shadow:1px 1px 0 rgba(0,0,0,.1);float:left;width:70%}.post{}.post .title{margin-bottom:20px;padding-bottom:5px;background:url(images/img03.gif) repeat-x left bottom}.post .entry{}.post .meta{padding:15px 0 60px 0;background:url(images/img03.gif) repeat-
x}.post .meta p{margin:0;line-height:normal;color:#999}.post .meta .byline{float:left}.post .meta .links{float:right}.post .meta .more{padding:0 20px 0 18px;background:url(images/img06.gif)
no-repeat left center}.post .meta .comments{padding-left:22px;background:url(images/img07.gif) no-repeat left center}.post .meta b{display:none}#sidebar{border:1px solid #CCC;border-radius:4px;box-shadow:1px 1px 0 rgba(0,0,0,.1);-webkit-box-shadow:1px 1px 0 rgba(0,0,0,.1);float:right;padding:15px;width:23%;background:#fff}#sidebar input[type="text"]{width:67%}#sidebar h2{border-bottom:1px solid #1A8922;display:inline-block;margin-bottom:12px;font-size:1.25em}#sidebar ul{font-size:.9em;margin:0;padding:0}#sidebar li{margin-bottom:25px}#sidebar li ul li.level-0{background-image:url(images/bullet_triangle_green.png);background-repeat:no-repeat;background-position:7px 7px;padding:5px 6px 5px 25px;margin:0}#sidebar li ul li.level-0:hover,#sidebar li ul li.selected{background-image:url(images/b
ullet_triangle_toggled.png);background-repeat:no-repeat;background-position:4px 7px}#sidebar li ul li.level-1{background-image:url(images/bullet_triangle_green.png);background-repeat:no-repe
at;background-position:1px 7px;font-size:1.05em;margin:0;padding:6px 6px 6px 20px}#sidebar li ul li.last{border:1px solid rgba(0,0,0,.3)}#sidebar ul li h2 a,#sidebar li ul li a{color:#333;text-decoration:none}#sidebar li li.level-0 a:hover{text-decoration:underline}#sidebar ul.navigation-level-1,#sidebar ul.navigation-level-2,#sidebar ul.navigation-level-3{margin-top:.5em;margin-left:1em}#navigation-menu li a.selected{color:#00a200;font-weight:700}#search{}#search h2{margin-bottom:20px}#s{width:120px;margin-right:5px;padding:3px;border:1px solid #F0F0F0}#x{padding:3px;border:0;font-size:11px;color:#4F4F4F}.searchform td{vertical-align:middle}.box1{padding:5px 20px 20px}.box2{color:#BABABA}.box2 h2{margin-bottom:15px;font-size:16px;color:#FFF}.box2 ul{margin:0;padding:0;list-style:none}.bo
x2 a:link,.box2 a:hover,.box2 a:active,.box2 a:visited{color:#EDEDED}p.annotation{clear:both;font-size:.75em;margin-bottom:20px;padding-top:.5em;font-style:italic}#footer{background:#59A80F;
height:60px;position:absolute;bottom:0;left:0;width:100%}#footer .wrap{margin:0 auto}#legal{clear:both;color:#EEE;font-size:13px;margin-top:15px;text-align:center}#legal a{color:#EEE}#fbox1,#fbox2,#fbox3{float:left}#fbox1{width:310px}#fbox2{width:200px;padding-left:70px}#fbox3{width:200px;:38 padding-left:70px}form{margin:0;padding:0}fieldset{margin:0;padding:0;border:0}input,textarea,select{padding:.1em;color:#333;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;font-size:13px}input[type="text"],textarea,input[type="password"]{border:1px solid #777;border-radius:5px;font-family:Arial,Helvetica,sans-serif;padding:2px;margin:.1em 0}input[type="text"]:hover,textarea:hover,input[type="password"]:hover{border:1px solid #000}input[type="submit"],input[type="button"]{background:#696969;bac
kground-image:-webkit-gradient(linear,top left,bottom left,from(#696969),to(#797979));background-image:-webkit-linear-gradient(top,#696969,#797979);background-image:-moz-linear-gradient(top,
#696969,#797979);background-image:filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#696969', endColorstr='#797979');background-image:-o-linear-gradient(top,#696969,#797979);border:1px solid rgba(255,255,255,.3);border-radius:8px;color:#fff}input[type="submit"]:hover,input[type="submit"]:focus,input[type="button"]:hover,input[type="button"]:focus{background:#519A0F}label{font-weight:700}div.form{width:25em;margin:1em 0;padding:.2em .5em .3em;border:1px solid #CCC;box-shadow:1px 1px 0 rgba(0,0,0,.1);-webkit-box-shadow:1px 1px 0 rgba(0,0,0,.1);border-radius:4px}div.login-form div.form-label label{font-size:.9em}div.form-title{height:1.6em;font-size:15px;font-weight:700}div.form-label{float:left;width:7em;height:2em}div.form-label label{display:block;margin:.2em 0 0;font-weigh
t:400}div.form-field{height:2em}div.form-field input[type="text"],div.form-field input[type="password"]{float:right;width:22em}div.form-actions input.submit{float:right;padding:.1em 1.5em;fo
nt-weight:700}div.form-actions input.cancel{padding:.1em 1.5em}input[type="button"].cancel{background:#fff;border:1px solid rgba(32,32,32,.5);border-radius:8px;color:inherit}input[type="button"].cancel:hover{background-color:#aaa}.newsproperties{float:right}.newsproperties .form-display-label{font-weight:700}.newsproperties .form-display-row:hover{background-color:#EEE}.searchform input,.searchform select,.searchform textarea{width:94%}:first-child+html .searchform input,:first-child+html .searchform select,:first-child+html .searchform textarea{width:99%}div.searchform input.searchform-submit{width:auto}.searchform-title{width:20%;padding-top:.25em;padding-right:.3em}.searchform-title:after{content:':'}.searchform-description{width:35%;padding-top:.25em;padding-left:.5em}.searchresult-he
ader{margin:.5em 0;padding:0 .3em;border:1px solid #898a8b}.searchresult-header span{font-size:11px}div.searchresult-header a:link{text-decoration:none}div.searchresult-header a:visited{text
-decoration:none}div.searchresult-header a:hover{text-decoration:underline}body div#content div.searchresults ul li{list-style-type:none;margin:.5em .5em 1.5em 0}div.searchresult{margin-top:1em}.searchresult-ranking{float:right;font-size:.95em}.searchresults .batchNav a{font-size:85%}.searchresult-link{font-weight:700}.searchresult-date:before{content:'('}.searchresult-date{font-size:.85em}.searchresult-date:after{content:')'}.searchresult-field{display:block;margin-left:2em;padding-left:10em;border-bottom:1px solid #898a8b}.searchresult-field-title{float:left;margin-left:-10em;font-style:italic}.searchresult-snippet{margin-left:2em}.searchresult-notallowed{color:red}.searchresult-thumbnail{margin-left:2em;padding-top:.25em;padding-bottom:.25em}.searchresult-breadcrumb{margin-left:2em;dis
play:block}.searchresult-nomatch{border-radius:3px;box-shadow:1px 1px 0 rgba(0,0,0,.2);-webkit-box-shadow:1px 1px 0 rgba(0,0,0,.2);margin-top:20px;padding:.2em .5em;text-align:center}}@media
print{h1,h2,h3,h4,h5,h6{ text-decoration:underline}h1{font-size:24pt}h2{font-size:18pt;margin:15px 0}h3{font-size:16pt}h4,h5{font-size:14pt}p{margin:0 0 5px}p.annotation{clear:both;font-size:85%;margin-bottom:20px;font-style:italic}img{max-width:100%;border:1px solid #ddd}#header,#sidebar,#footer,#legal{display:none}#content{width:100%;margin:0;float:none}body{background:#fff}#content,#site{background:transparent}a:link,a:visited{color:#06C!important;background:transparent;font-weight:700;text-decoration:underline}body{font-family:Georgia,"Times New Roman",serif}p{font-size:12pt}#page{margin:0}}
\ No newline at end of file
diff -r 184ec0fd7e56 -r 91ca0434f6ab silvatheme/silvadocs/static/html5reset.min.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/silvatheme/silvadocs/static/html5reset.min.css Mon Aug 26 16:36:14 2013 +0200
@@ -0,0 +1,1 @@
+html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;colo
r:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:he
lp}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
\ No newline at end of file
diff -r 184ec0fd7e56 -r 91ca0434f6ab silvatheme/silvadocs/static/typography.min.css
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/silvatheme/silvadocs/static/typography.min.css Mon Aug 26 16:36:14 2013 +0200
@@ -0,0 +1,1 @@
+h1{font-size:2.2em;margin:0 0 .5em}h2{font-size:1.8em;margin:0 0 .5em}h3{font-size:1.4em;margin:1em 0 .5em}h4{font-size:1.2em;margin:1.1em 0 .4em}h5{font-size:1.1em;margin:1.2em 0 .3em}h6{font-size:1.0em;margin:1em 0 .2em}p,ul,ol,dl{margin-bottom:1em}ul,ol{margin-left:1.8em}li{margin-bottom:.5em}li ul{margin-top:.5em;margin-bottom:0}dt{display:block}dd{margin:.2em 0 1em;padding-left:1.3em}pre{margin-bottom:1em}sup,sub{line-height:0}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}a:hover,a:active{outline:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:3px}th{text-align:left}td,td img{vertical-align:top}p.lead{font-size:110%}p.annotation{font-size:95%}span.error{color:#a00}.align-left{}.align-center{text-align:center}.align-right{float:righ
t;clear:both}.float-left{float:left;clear:both}.float-right{float:right;clear:both}img.default{margin-bottom:.7em}div.image.default{margin-bottom:.7em}div.image-left{float:left;margin:5px 6p
x 5px 0}div.image.align-left{float:left;margin:5px 6px 5px 0}div.image-center{text-align:center;margin:0}div.image.align-center{text-align:center;margin:0}div.image-right{float:right;margin:8px 0 10px 20px}div.image.align-right{float:right;margin:8px 0 10px 20px}div.image.float-left{margin:6px 10px 5px 0;clear:none}div.image.float-right{margin:6px 0 5px 10px}div.image-left{float:left;margin:2px 6px 5px 0}div.image-center{text-align:center;margin:0}div.image-right{float:right;margin:8px 0 10px 20px}img.default{margin-bottom:.7em}img.float-left{margin:6px 10px 5px 0}img.float-right{margin:6px 0 5px 10px}div.login-form{width:25em;padding-top:0}div.login-form form{float:none}div.login-form p{line-height:inherit}div.login-form div.form-element{height:2em;clear:both}div.login-form div.form-titl
e{height:1.6em;font-size:1.2em;font-weight:700}div.login-form div.form-label{float:left;width:auto}div.login-form div.form-label label{display:block;margin:.2em 0 0}div.login-form div.form-f
ield input[type="text"],div.login-form div.form-field input[type="password"]{float:right;width:18em}div.login-form input[type="text"],div.login-form input[type="password"]{border:1px solid #777;border-radius:5px;padding:2px}div.login-form input[type="text"]:focus,div.login-form input[type="password"]:focus{box-shadow:1px 1px 2px #7A7A7A}div.login-form input[type="text"]:hover,div.login-form input[type="password"]:hover{border-color:#000}div.login-form div.form-actions{text-align:right}div.login-form div.form-actions input.submit{height:1.8em;font-weight:700;margin-top:.4em}div.login-form div.form-actions input.cancel{float:left;height:1.8em;margin-top:.4em}div.login-form div div.warning{height:2em;margin-bottom:.5em}
\ No newline at end of file
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.