diff --git a/waterspill/static/css/pygment.css b/waterspill/static/css/pygment.css new file mode 100644 index 0000000..594b0fa --- /dev/null +++ b/waterspill/static/css/pygment.css @@ -0,0 +1,205 @@ +.hll { +background-color:#FFFFCC; +} +.c { +color:#408090; +font-style:italic; +} +.err { +border:1px solid #FF0000; +} +.k { +color:#007020; +font-weight:bold; +} +.o { +color:#666666; +} +.cm { +color:#408090; +font-style:italic; +} +.cp { +color:#007020; +} +.c1 { +color:#408090; +font-style:italic; +} +.cs { +background-color:#FFF0F0; +color:#408090; +} +.gd { +color:#A00000; +} +.ge { +font-style:italic; +} +.gr { +color:#FF0000; +} +.gh { +color:#000080; +font-weight:bold; +} +.gi { +color:#00A000; +} +.go { +color:#303030; +} +.gp { +color:#C65D09; +font-weight:bold; +} +.gs { +font-weight:bold; +} +.gu { +color:#800080; +font-weight:bold; +} +.gt { +color:#0040D0; +} +.kc { +color:#007020; +font-weight:bold; +} +.kd { +color:#007020; +font-weight:bold; +} +.kn { +color:#007020; +font-weight:bold; +} +.kp { +color:#007020; +} +.kr { +color:#007020; +font-weight:bold; +} +.kt { +color:#902000; +} +.m { +color:#208050; +} +.s { +color:#4070A0; +} +.na { +color:#4070A0; +} +.nb { +color:#007020; +} +.nc { +color:#0E84B5; +font-weight:bold; +} +.no { +color:#60ADD5; +} +.nd { +color:#555555; +font-weight:bold; +} +.ni { +color:#D55537; +font-weight:bold; +} +.ne { +color:#007020; +} +.nf { +color:#06287E; +} +.nl { +color:#002070; +font-weight:bold; +} +.nn { +color:#0E84B5; +font-weight:bold; +} +.nt { +color:#062873; +font-weight:bold; +} +.nv { +color:#BB60D5; +} +.ow { +color:#007020; +font-weight:bold; +} +.w { +color:#BBBBBB; +} +.mf { +color:#208050; +} +.mh { +color:#208050; +} +.mi { +color:#208050; +} +.mo { +color:#208050; +} +.sb { +color:#4070A0; +} +.sc { +color:#4070A0; +} +.sd { +color:#4070A0; +font-style:italic; +} +.s2 { +color:#4070A0; +} +.se { +color:#4070A0; +font-weight:bold; +} +.sh { +color:#4070A0; +} +.si { +color:#70A0D0; +font-style:italic; +} +.sx { +color:#C65D09; +} +.sr { +color:#235388; +} +.s1 { +color:#4070A0; +} +.ss { +color:#517918; +} +.bp { +color:#007020; +} +.vc { +color:#BB60D5; +} +.vg { +color:#BB60D5; +} +.vi { +color:#BB60D5; +} +.il { +color:#208050; +} diff --git a/waterspill/static/css/style.css b/waterspill/static/css/style.css new file mode 100644 index 0000000..760429c --- /dev/null +++ b/waterspill/static/css/style.css @@ -0,0 +1,212 @@ +* { margin: 0; padding: 0; } + +/* *** General Styles *** */ + +body { + background: url(../images/background.jpg); + color: #293331; + font: 13px Georgia, "Times New Roman", Times, serif; + text-align: center; +} + +a { + color: #293331; +} + +a:hover { + background: #a7aa9e; +} + +#header a, +#topMenu a, +.blogItem h2 a, +.blogMeta a { + text-decoration: none; +} + +p { + line-height: 1.5em; + padding: 5px 0; +} + +h1, +h2, +h3 { + font-weight: normal; +} + +blockquote { + background: url(../images/body.gif) top left repeat-y; + font-size: 14px; + font-style: italic; + padding: 5px 0 5px 30px; +} + +ul, +ol { + margin-left: 20px; + line-height: 1.6em; +} + +/* *** Layout *** */ + +#container { + background: url(../images/spill.gif) no-repeat top right; + margin: 0 auto; + text-align: left; + width: 780px; +} + +#header { + background: url(../images/header.gif) no-repeat; + height: 109px; + padding: 0 10px 0 20px; +} + +#topMenu { + background: url(../images/menubar.gif) no-repeat; + height: 48px; +} + +#sidebar { + float: right; + padding: 20px 30px 10px 0; + text-align: right; + width: 150px; +} + +#mainContent { + background: url(../images/body.gif) repeat-y; + padding: 20px 250px 10px 40px; +} + +#footer { + background: url(../images/bottom.gif) no-repeat; + font-size: 12px; + height: 70px; + padding: 0 10px 0 20px; +} + +/* *** Header Styles *** */ + +#header h1 { + font-size: 48px; + font-weight: normal; + padding: 20px 0 0 170px; +} + +#header h2 { + font-size: 18px; + font-weight: normal; + text-align: right; +} + +#header a:hover { + background: none; +} + +/* *** Top Menu Styles *** */ + +#topMenu ul { + font-size: 24px; + line-height: 1em; + list-style: none; + padding: 14px 30px 0 0; + text-align: right; +} + +#topMenu li { + display: inline; +} + +#topMenu a:hover { + background: url(../images/hr.gif) center center no-repeat; +} + +/* *** Blog Styles *** */ + +.blogItem { + padding-bottom: 20px; +} + +.blogItem h2, +.blogItem h3 { + font-weight: normal; +} + +.blogItem h2 a:hover, +.blogItem h3 a:hover { + background: none; + text-decoration: underline; +} + +.blogItem h2 { + font-size: 24px; +} + +.blogItem h3 { + background: url(../images/hr.gif) bottom left no-repeat; + font-size: 14px; + padding-bottom: 6px; +} + +.blogItem h3.blogMeta { + background-position: top left; + padding: 6px 0 0 0; + text-align: right; +} + +/* *** Sidebar Styles *** */ + +#sidebar h3 { + font-size: 24px; + font-weight: normal; +} + +#sidebar ul { + line-height: 1.8em; + list-style: none; + padding-bottom: 20px; +} + +#sidebar ul a { + text-decoration: none; +} + +/* *** Comments Styles *** */ + +#comments { + margin: 20px 0 0 20px; +} + +#comments li { + margin-bottom: 10px; +} + +.commentSep { + background: url(../images/hr.gif) bottom left no-repeat; +} + +/* *** Footer Styles *** */ + +#footer p { + padding: 30px 0 0 0; + text-align: center; +} + +.floatR { + float: right; + margin-left: 8px; +} + +.floatL { + float: left; + margin-right: 8px; +} + +.clearfloat { + clear:both; + height:0; + font-size: 1px; + line-height: 0px; +} diff --git a/waterspill/static/images/background.jpg b/waterspill/static/images/background.jpg new file mode 100644 index 0000000..d68ebff Binary files /dev/null and b/waterspill/static/images/background.jpg differ diff --git a/waterspill/static/images/body.gif b/waterspill/static/images/body.gif new file mode 100644 index 0000000..0fd3a24 Binary files /dev/null and b/waterspill/static/images/body.gif differ diff --git a/waterspill/static/images/bottom.gif b/waterspill/static/images/bottom.gif new file mode 100644 index 0000000..7696480 Binary files /dev/null and b/waterspill/static/images/bottom.gif differ diff --git a/waterspill/static/images/header.gif b/waterspill/static/images/header.gif new file mode 100644 index 0000000..35889b8 Binary files /dev/null and b/waterspill/static/images/header.gif differ diff --git a/waterspill/static/images/hr.gif b/waterspill/static/images/hr.gif new file mode 100644 index 0000000..fecffc8 Binary files /dev/null and b/waterspill/static/images/hr.gif differ diff --git a/waterspill/static/images/menubar.gif b/waterspill/static/images/menubar.gif new file mode 100644 index 0000000..485ad21 Binary files /dev/null and b/waterspill/static/images/menubar.gif differ diff --git a/waterspill/static/images/spill.gif b/waterspill/static/images/spill.gif new file mode 100644 index 0000000..c536c7a Binary files /dev/null and b/waterspill/static/images/spill.gif differ diff --git a/waterspill/templates/analytics.html b/waterspill/templates/analytics.html new file mode 100644 index 0000000..f19c7a6 --- /dev/null +++ b/waterspill/templates/analytics.html @@ -0,0 +1,11 @@ +{% if GOOGLE_ANALYTICS %} + + +{% endif %} diff --git a/waterspill/templates/archives.html b/waterspill/templates/archives.html new file mode 100644 index 0000000..bd23243 --- /dev/null +++ b/waterspill/templates/archives.html @@ -0,0 +1,25 @@ +{% extends "base.html" %} +{% block title %}Archives de {{ SITENAME }}{% endblock %} +{% block content %} + +
+
+

Archives de {{ SITENAME }}

+ {% for article in dates %} +
{{ article.date.strftime('%a %d %B %Y') }}
+
{{ article.title }}
+ + {% endfor %} +
+ + +
+ + + +{% endblock %} + + + + + diff --git a/waterspill/templates/article.html b/waterspill/templates/article.html new file mode 100644 index 0000000..cb1e314 --- /dev/null +++ b/waterspill/templates/article.html @@ -0,0 +1,37 @@ +{% extends "base.html" %} +{% block title %}{{ article.title }}{% endblock %} +{% block content %} + + +
+ +

{{ article.title }}

+

Le {{ article.date.strftime('%a %d %B %Y') }}

+ + {{ article.content }} + {% include 'twitter.html' %} + +

Par {{ article.author }}, Catégorie : {{ article.category }}

+

Tags : {% for tag in article.tags %} +{{ tag }} / +{% endfor %}

+ +
+{% if DISQUS_SITENAME %} +
+ +

Commentaires

+
+ +
+ {% endif %} + + +{% endblock %} diff --git a/waterspill/templates/base.html b/waterspill/templates/base.html new file mode 100644 index 0000000..0ec8d25 --- /dev/null +++ b/waterspill/templates/base.html @@ -0,0 +1,113 @@ + + + + + + + + {% block title %}{{ SITENAME }}{%endblock%} + + +{% if FEED_RSS %} + +{% endif %} + + + + + + + +
+ + + +
+ + + +
+ + + +
+ + {% block content %} + {% endblock %} + +
+ +
+ + + +
+{% include 'analytics.html' %} + + diff --git a/waterspill/templates/categories.html b/waterspill/templates/categories.html new file mode 100644 index 0000000..b32f5cb --- /dev/null +++ b/waterspill/templates/categories.html @@ -0,0 +1,18 @@ +{% extends "base.html" %} +{% block content %} + +
+ {% if articles %} + {% for article in articles %} + {% if loop.index == 1 %} + + {% endif %} + {% endfor %} + {% endif %} +
+ +{% endblock %} diff --git a/waterspill/templates/category.html b/waterspill/templates/category.html new file mode 100644 index 0000000..56f8e93 --- /dev/null +++ b/waterspill/templates/category.html @@ -0,0 +1,2 @@ +{% extends "index.html" %} +{% block title %}{{ SITENAME }} - {{ category }}{% endblock %} diff --git a/waterspill/templates/index.html b/waterspill/templates/index.html new file mode 100644 index 0000000..ae381bc --- /dev/null +++ b/waterspill/templates/index.html @@ -0,0 +1,46 @@ +{% extends "base.html" %} +{% block content_title %}{% endblock %} +{% block content %} + {% if articles %} + {% for article in articles %} + {% if loop.index == 1 %} + +
+ +

{{ article.title }}

+

Le {{ article.date.strftime('%a %d %B %Y') }}

+ + {{ article.content }} + + +

Par {{ article.author }}, Catégorie : {{ article.category }}

+

Tags : {% for tag in article.tags %} +{{ tag }} / +{% endfor %}

+ +
+ {% if loop.length > 1 %} +
+

Autres articles

+
+{% endif %} +{% else %} +
+ +

{{ article.title }}

+

Le {{ article.date.strftime('%a %d %B %Y') }}

+ + {{ article.summary }} +

Par {{ article.author }}, Catégorie : {{ article.category }}

+ Lire la suite … + + + + +
+ {% endif %} +{% endfor %} +{% else %} + +{% endif %} +{% endblock content %} diff --git a/waterspill/templates/page.html b/waterspill/templates/page.html new file mode 100644 index 0000000..f9a091a --- /dev/null +++ b/waterspill/templates/page.html @@ -0,0 +1,16 @@ +{% extends "base.html" %} +{% block title %}{{ page.title }}{% endblock %} +{% block content %} + +
+

{{ page.title }}

+ {{ page.content }} + {% include 'twitter.html' %} + + {% if PDF_PROCESSOR %}

get + the pdf

{% endif %} + + +
+ +{% endblock %} diff --git a/waterspill/templates/tag.html b/waterspill/templates/tag.html new file mode 100644 index 0000000..68cdcba --- /dev/null +++ b/waterspill/templates/tag.html @@ -0,0 +1,2 @@ +{% extends "index.html" %} +{% block title %}{{ SITENAME }} - {{ tag }}{% endblock %} diff --git a/waterspill/templates/tags.html b/waterspill/templates/tags.html new file mode 100644 index 0000000..1fd478c --- /dev/null +++ b/waterspill/templates/tags.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} +{% block content %} +
+ +
+{% endblock %} diff --git a/waterspill/templates/twitter.html b/waterspill/templates/twitter.html new file mode 100644 index 0000000..94a9ba9 --- /dev/null +++ b/waterspill/templates/twitter.html @@ -0,0 +1,3 @@ +{% if TWITTER_USERNAME %} +Tweet +{% endif %}