Automatic commit via /home/don/bin/deployweb Wed Jun 10 05:00:10 UTC 2015

This commit is contained in:
Don Harper 2015-06-10 05:00:10 +00:00
parent f120f3f5f4
commit 43c8c29909
52 changed files with 888 additions and 888 deletions

BIN
.doit.db

Binary file not shown.

View file

@ -4,12 +4,12 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.8817794
_modified_time = 1433912407.2775562
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/annotation_helper.tmpl'
_template_uri = 'annotation_helper.tmpl'
_source_encoding = 'ascii'
_exports = ['css', 'code']
_exports = ['code', 'css']
def render_body(context,**pageargs):
@ -24,16 +24,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_css(context):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n <link rel="stylesheet" href="http://assets.annotateit.org/annotator/v1.2.5/annotator.min.css">\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_code(context):
__M_caller = context.caller_stack._push_frame()
try:
@ -44,8 +34,18 @@ def render_code(context):
context.caller_stack._pop_frame()
def render_css(context):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n <link rel="stylesheet" href="http://assets.annotateit.org/annotator/v1.2.5/annotator.min.css">\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"uri": "annotation_helper.tmpl", "source_encoding": "ascii", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/annotation_helper.tmpl", "line_map": {"20": 3, "21": 16, "15": 0, "41": 5, "27": 1, "37": 5, "47": 41, "31": 1}}
{"uri": "annotation_helper.tmpl", "line_map": {"20": 3, "21": 16, "15": 0, "41": 1, "27": 5, "37": 1, "47": 41, "31": 5}, "source_encoding": "ascii", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/annotation_helper.tmpl"}
__M_END_METADATA
"""

View file

@ -4,12 +4,12 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.8085158
_modified_time = 1433912407.2047858
_enable_loop = True
_template_filename = 'themes/bootstrap3/templates/base.tmpl'
_template_uri = 'base.tmpl'
_source_encoding = 'utf-8'
_exports = ['sourcelink', 'extra_js', 'extra_head', 'content', 'belowtitle']
_exports = ['belowtitle', 'content', 'extra_js', 'extra_head', 'sourcelink']
def _mako_get_namespace(context, name):
@ -19,50 +19,50 @@ def _mako_get_namespace(context, name):
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
ns = runtime.TemplateNamespace('notes', context._clean_inheritance_tokens(), templateuri='annotation_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'notes')] = ns
ns = runtime.TemplateNamespace('base', context._clean_inheritance_tokens(), templateuri='base_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'base')] = ns
ns = runtime.TemplateNamespace('notes', context._clean_inheritance_tokens(), templateuri='annotation_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'notes')] = ns
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
_import_ns = {}
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
date_fanciness = _import_ns.get('date_fanciness', context.get('date_fanciness', UNDEFINED))
content_footer = _import_ns.get('content_footer', context.get('content_footer', UNDEFINED))
momentjs_locales = _import_ns.get('momentjs_locales', context.get('momentjs_locales', UNDEFINED))
search_form = _import_ns.get('search_form', context.get('search_form', UNDEFINED))
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
show_blog_title = _import_ns.get('show_blog_title', context.get('show_blog_title', UNDEFINED))
post = _import_ns.get('post', context.get('post', UNDEFINED))
momentjs_locales = _import_ns.get('momentjs_locales', context.get('momentjs_locales', UNDEFINED))
len = _import_ns.get('len', context.get('len', UNDEFINED))
lang = _import_ns.get('lang', context.get('lang', UNDEFINED))
def extra_head():
return render_extra_head(context._locals(__M_locals))
def extra_js():
return render_extra_js(context._locals(__M_locals))
js_date_format = _import_ns.get('js_date_format', context.get('js_date_format', UNDEFINED))
blog_title = _import_ns.get('blog_title', context.get('blog_title', UNDEFINED))
show_sourcelink = _import_ns.get('show_sourcelink', context.get('show_sourcelink', UNDEFINED))
body_end = _import_ns.get('body_end', context.get('body_end', UNDEFINED))
notes = _mako_get_namespace(context, 'notes')
base = _mako_get_namespace(context, 'base')
translations = _import_ns.get('translations', context.get('translations', UNDEFINED))
len = _import_ns.get('len', context.get('len', UNDEFINED))
template_hooks = _import_ns.get('template_hooks', context.get('template_hooks', UNDEFINED))
lang = _import_ns.get('lang', context.get('lang', UNDEFINED))
def content():
return render_content(context._locals(__M_locals))
logo_url = _import_ns.get('logo_url', context.get('logo_url', UNDEFINED))
annotations = _import_ns.get('annotations', context.get('annotations', UNDEFINED))
messages = _import_ns.get('messages', context.get('messages', UNDEFINED))
def sourcelink():
return render_sourcelink(context._locals(__M_locals))
js_date_format = _import_ns.get('js_date_format', context.get('js_date_format', UNDEFINED))
translations = _import_ns.get('translations', context.get('translations', UNDEFINED))
abs_link = _import_ns.get('abs_link', context.get('abs_link', UNDEFINED))
def content():
return render_content(context._locals(__M_locals))
notes = _mako_get_namespace(context, 'notes')
post = _import_ns.get('post', context.get('post', UNDEFINED))
messages = _import_ns.get('messages', context.get('messages', UNDEFINED))
template_hooks = _import_ns.get('template_hooks', context.get('template_hooks', UNDEFINED))
def belowtitle():
return render_belowtitle(context._locals(__M_locals))
body_end = _import_ns.get('body_end', context.get('body_end', UNDEFINED))
annotations = _import_ns.get('annotations', context.get('annotations', UNDEFINED))
date_fanciness = _import_ns.get('date_fanciness', context.get('date_fanciness', UNDEFINED))
blog_title = _import_ns.get('blog_title', context.get('blog_title', UNDEFINED))
logo_url = _import_ns.get('logo_url', context.get('logo_url', UNDEFINED))
search_form = _import_ns.get('search_form', context.get('search_form', UNDEFINED))
base = _mako_get_namespace(context, 'base')
set_locale = _import_ns.get('set_locale', context.get('set_locale', UNDEFINED))
def extra_js():
return render_extra_js(context._locals(__M_locals))
show_sourcelink = _import_ns.get('show_sourcelink', context.get('show_sourcelink', UNDEFINED))
content_footer = _import_ns.get('content_footer', context.get('content_footer', UNDEFINED))
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
@ -158,74 +158,17 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_sourcelink(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
_import_ns = {}
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
def sourcelink():
return render_sourcelink(context)
__M_writer = context.writer()
return ''
finally:
context.caller_stack._pop_frame()
def render_extra_js(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
_import_ns = {}
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
def extra_js():
return render_extra_js(context)
__M_writer = context.writer()
return ''
finally:
context.caller_stack._pop_frame()
def render_extra_head(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
_import_ns = {}
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
def extra_head():
return render_extra_head(context)
__M_writer = context.writer()
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
_import_ns = {}
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
def content():
return render_content(context)
__M_writer = context.writer()
return ''
finally:
context.caller_stack._pop_frame()
def render_belowtitle(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
_import_ns = {}
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
translations = _import_ns.get('translations', context.get('translations', UNDEFINED))
len = _import_ns.get('len', context.get('len', UNDEFINED))
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
def belowtitle():
return render_belowtitle(context)
base = _mako_get_namespace(context, 'base')
translations = _import_ns.get('translations', context.get('translations', UNDEFINED))
len = _import_ns.get('len', context.get('len', UNDEFINED))
__M_writer = context.writer()
__M_writer('\n')
if len(translations) > 1:
@ -238,8 +181,65 @@ def render_belowtitle(context,**pageargs):
context.caller_stack._pop_frame()
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
_import_ns = {}
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
def content():
return render_content(context)
__M_writer = context.writer()
return ''
finally:
context.caller_stack._pop_frame()
def render_extra_js(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
_import_ns = {}
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
def extra_js():
return render_extra_js(context)
__M_writer = context.writer()
return ''
finally:
context.caller_stack._pop_frame()
def render_extra_head(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
_import_ns = {}
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
def extra_head():
return render_extra_head(context)
__M_writer = context.writer()
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_sourcelink(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
_import_ns = {}
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
def sourcelink():
return render_sourcelink(context)
__M_writer = context.writer()
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"uri": "base.tmpl", "source_encoding": "utf-8", "filename": "themes/bootstrap3/templates/base.tmpl", "line_map": {"128": 71, "129": 72, "130": 72, "131": 77, "132": 77, "133": 81, "134": 81, "135": 82, "136": 82, "137": 82, "138": 82, "143": 85, "144": 86, "145": 87, "146": 87, "147": 87, "148": 88, "149": 89, "22": 3, "151": 89, "152": 91, "25": 2, "154": 92, "155": 92, "28": 0, "218": 45, "150": 89, "230": 45, "161": 51, "198": 6, "241": 235, "175": 85, "189": 6, "153": 91, "67": 2, "68": 3, "69": 4, "70": 4, "71": 5, "72": 5, "204": 66, "77": 8, "78": 9, "79": 9, "80": 12, "81": 12, "82": 25, "83": 25, "84": 26, "85": 27, "86": 27, "87": 27, "88": 27, "89": 27, "90": 29, "91": 30, "92": 31, "93": 31, "94": 31, "95": 33, "96": 37, "97": 37, "98": 38, "99": 38, "100": 40, "101": 41, "102": 41, "103": 41, "104": 43, "233": 47, "234": 47, "231": 46, "235": 49, "109": 49, "110": 50, "111": 51, "232": 47, "116": 51, "117": 53, "118": 53, "119": 53, "120": 65, "121": 65, "126": 66, "127": 71}}
{"uri": "base.tmpl", "line_map": {"128": 71, "129": 72, "130": 72, "131": 77, "132": 77, "133": 81, "134": 81, "135": 82, "136": 82, "137": 82, "138": 82, "143": 85, "144": 86, "145": 87, "146": 87, "147": 87, "148": 88, "149": 89, "22": 2, "151": 89, "152": 91, "25": 3, "154": 92, "155": 92, "28": 0, "150": 89, "161": 45, "198": 85, "227": 51, "173": 45, "174": 46, "175": 47, "176": 47, "177": 47, "178": 49, "184": 66, "153": 91, "67": 2, "68": 3, "69": 4, "70": 4, "71": 5, "72": 5, "212": 6, "77": 8, "78": 9, "79": 9, "80": 12, "81": 12, "82": 25, "83": 25, "84": 26, "85": 27, "86": 27, "87": 27, "88": 27, "89": 27, "90": 29, "91": 30, "92": 31, "93": 31, "94": 31, "95": 33, "96": 37, "97": 37, "98": 38, "99": 38, "100": 40, "101": 41, "102": 41, "103": 41, "104": 43, "109": 49, "110": 50, "111": 51, "241": 227, "221": 6, "116": 51, "117": 53, "118": 53, "119": 53, "120": 65, "121": 65, "126": 66, "127": 71}, "source_encoding": "utf-8", "filename": "themes/bootstrap3/templates/base.tmpl"}
__M_END_METADATA
"""

View file

@ -4,12 +4,12 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.8490338
_modified_time = 1433912407.2451048
_enable_loop = True
_template_filename = 'themes/bootstrap3/templates/base_helper.tmpl'
_template_uri = 'base_helper.tmpl'
_source_encoding = 'utf-8'
_exports = ['html_stylesheets', 'html_feedlinks', 'late_load_js', 'html_translations', 'html_headstart', 'html_navigation_links']
_exports = ['html_headstart', 'html_translations', 'html_stylesheets', 'late_load_js', 'html_feedlinks', 'html_navigation_links']
def render_body(context,**pageargs):
@ -29,156 +29,32 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_html_stylesheets(context):
__M_caller = context.caller_stack._push_frame()
try:
has_custom_css = context.get('has_custom_css', UNDEFINED)
annotations = context.get('annotations', UNDEFINED)
post = context.get('post', UNDEFINED)
use_cdn = context.get('use_cdn', UNDEFINED)
notes = context.get('notes', UNDEFINED)
use_bundles = context.get('use_bundles', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if use_bundles:
if use_cdn:
__M_writer(' <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet">\n <link href="/assets/css/all.css" rel="stylesheet" type="text/css">\n')
else:
__M_writer(' <link href="/assets/css/all-nocdn.css" rel="stylesheet" type="text/css">\n')
else:
if use_cdn:
__M_writer(' <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet">\n')
else:
__M_writer(' <link href="/assets/css/bootstrap.min.css" rel="stylesheet" type="text/css">\n')
__M_writer(' <link href="/assets/css/rst.css" rel="stylesheet" type="text/css">\n <link href="/assets/css/code.css" rel="stylesheet" type="text/css">\n <link href="/assets/css/colorbox.css" rel="stylesheet" type="text/css">\n <link href="/assets/css/theme.css" rel="stylesheet" type="text/css">\n')
if has_custom_css:
__M_writer(' <link href="/assets/css/custom.css" rel="stylesheet" type="text/css">\n')
if annotations and post and not post.meta('noannotations'):
__M_writer(' ')
__M_writer(str(notes.css()))
__M_writer('\n')
elif not annotations and post and post.meta('annotations'):
__M_writer(' ')
__M_writer(str(notes.css()))
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_feedlinks(context):
__M_caller = context.caller_stack._push_frame()
try:
translations = context.get('translations', UNDEFINED)
len = context.get('len', UNDEFINED)
_link = context.get('_link', UNDEFINED)
generate_rss = context.get('generate_rss', UNDEFINED)
rss_link = context.get('rss_link', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if rss_link:
__M_writer(' ')
__M_writer(str(rss_link))
__M_writer('\n')
elif generate_rss:
if len(translations) > 1:
for language in translations:
__M_writer(' <link rel="alternate" type="application/rss+xml" title="RSS (')
__M_writer(str(language))
__M_writer(')" href="')
__M_writer(str(_link('rss', None, language)))
__M_writer('">\n')
else:
__M_writer(' <link rel="alternate" type="application/rss+xml" title="RSS" href="')
__M_writer(str(_link('rss', None)))
__M_writer('">\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_late_load_js(context):
__M_caller = context.caller_stack._push_frame()
try:
use_cdn = context.get('use_cdn', UNDEFINED)
colorbox_locales = context.get('colorbox_locales', UNDEFINED)
use_bundles = context.get('use_bundles', UNDEFINED)
lang = context.get('lang', UNDEFINED)
social_buttons_code = context.get('social_buttons_code', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if use_bundles:
if use_cdn:
__M_writer(' <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>\n <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>\n <script src="/assets/js/all.js"></script>\n')
else:
__M_writer(' <script src="/assets/js/all-nocdn.js"></script>\n')
else:
if use_cdn:
__M_writer(' <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>\n <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>\n')
else:
__M_writer(' <script src="/assets/js/jquery.min.js"></script>\n <script src="/assets/js/bootstrap.min.js"></script>\n <script src="/assets/js/moment-with-locales.min.js"></script>\n <script src="/assets/js/fancydates.js"></script>\n')
__M_writer(' <script src="/assets/js/jquery.colorbox-min.js"></script>\n')
if colorbox_locales[lang]:
__M_writer(' <script src="/assets/js/colorbox-i18n/jquery.colorbox-')
__M_writer(str(colorbox_locales[lang]))
__M_writer('.js"></script>\n')
__M_writer(' ')
__M_writer(str(social_buttons_code))
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_translations(context):
__M_caller = context.caller_stack._push_frame()
try:
translations = context.get('translations', UNDEFINED)
_link = context.get('_link', UNDEFINED)
lang = context.get('lang', UNDEFINED)
messages = context.get('messages', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
for langname in translations.keys():
if langname != lang:
__M_writer(' <li><a href="')
__M_writer(str(_link("index", None, langname)))
__M_writer('" rel="alternate" hreflang="')
__M_writer(str(langname))
__M_writer('">')
__M_writer(str(messages("LANGUAGE", langname)))
__M_writer('</a></li>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_headstart(context):
__M_caller = context.caller_stack._push_frame()
try:
prevlink = context.get('prevlink', UNDEFINED)
extra_head_data = context.get('extra_head_data', UNDEFINED)
url_replacer = context.get('url_replacer', UNDEFINED)
is_rtl = context.get('is_rtl', UNDEFINED)
mathjax_config = context.get('mathjax_config', UNDEFINED)
striphtml = context.get('striphtml', UNDEFINED)
blog_title = context.get('blog_title', UNDEFINED)
comment_system = context.get('comment_system', UNDEFINED)
description = context.get('description', UNDEFINED)
nextlink = context.get('nextlink', UNDEFINED)
def html_feedlinks():
return render_html_feedlinks(context)
lang = context.get('lang', UNDEFINED)
favicons = context.get('favicons', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
title = context.get('title', UNDEFINED)
use_cdn = context.get('use_cdn', UNDEFINED)
def html_stylesheets():
return render_html_stylesheets(context)
prevlink = context.get('prevlink', UNDEFINED)
def html_feedlinks():
return render_html_feedlinks(context)
comment_system_id = context.get('comment_system_id', UNDEFINED)
striphtml = context.get('striphtml', UNDEFINED)
use_open_graph = context.get('use_open_graph', UNDEFINED)
use_cdn = context.get('use_cdn', UNDEFINED)
lang = context.get('lang', UNDEFINED)
description = context.get('description', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
nextlink = context.get('nextlink', UNDEFINED)
abs_link = context.get('abs_link', UNDEFINED)
extra_head_data = context.get('extra_head_data', UNDEFINED)
favicons = context.get('favicons', UNDEFINED)
twitter_card = context.get('twitter_card', UNDEFINED)
comment_system = context.get('comment_system', UNDEFINED)
blog_title = context.get('blog_title', UNDEFINED)
is_rtl = context.get('is_rtl', UNDEFINED)
title = context.get('title', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n<!DOCTYPE html>\n<html\n')
if use_open_graph or (twitter_card and twitter_card['use_twitter_cards']) or (comment_system == 'facebook'):
@ -253,13 +129,137 @@ def render_html_headstart(context):
context.caller_stack._pop_frame()
def render_html_translations(context):
__M_caller = context.caller_stack._push_frame()
try:
_link = context.get('_link', UNDEFINED)
lang = context.get('lang', UNDEFINED)
messages = context.get('messages', UNDEFINED)
translations = context.get('translations', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
for langname in translations.keys():
if langname != lang:
__M_writer(' <li><a href="')
__M_writer(str(_link("index", None, langname)))
__M_writer('" rel="alternate" hreflang="')
__M_writer(str(langname))
__M_writer('">')
__M_writer(str(messages("LANGUAGE", langname)))
__M_writer('</a></li>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_stylesheets(context):
__M_caller = context.caller_stack._push_frame()
try:
notes = context.get('notes', UNDEFINED)
use_bundles = context.get('use_bundles', UNDEFINED)
use_cdn = context.get('use_cdn', UNDEFINED)
post = context.get('post', UNDEFINED)
has_custom_css = context.get('has_custom_css', UNDEFINED)
annotations = context.get('annotations', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if use_bundles:
if use_cdn:
__M_writer(' <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet">\n <link href="/assets/css/all.css" rel="stylesheet" type="text/css">\n')
else:
__M_writer(' <link href="/assets/css/all-nocdn.css" rel="stylesheet" type="text/css">\n')
else:
if use_cdn:
__M_writer(' <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet">\n')
else:
__M_writer(' <link href="/assets/css/bootstrap.min.css" rel="stylesheet" type="text/css">\n')
__M_writer(' <link href="/assets/css/rst.css" rel="stylesheet" type="text/css">\n <link href="/assets/css/code.css" rel="stylesheet" type="text/css">\n <link href="/assets/css/colorbox.css" rel="stylesheet" type="text/css">\n <link href="/assets/css/theme.css" rel="stylesheet" type="text/css">\n')
if has_custom_css:
__M_writer(' <link href="/assets/css/custom.css" rel="stylesheet" type="text/css">\n')
if annotations and post and not post.meta('noannotations'):
__M_writer(' ')
__M_writer(str(notes.css()))
__M_writer('\n')
elif not annotations and post and post.meta('annotations'):
__M_writer(' ')
__M_writer(str(notes.css()))
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_late_load_js(context):
__M_caller = context.caller_stack._push_frame()
try:
use_bundles = context.get('use_bundles', UNDEFINED)
use_cdn = context.get('use_cdn', UNDEFINED)
colorbox_locales = context.get('colorbox_locales', UNDEFINED)
lang = context.get('lang', UNDEFINED)
social_buttons_code = context.get('social_buttons_code', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if use_bundles:
if use_cdn:
__M_writer(' <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>\n <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>\n <script src="/assets/js/all.js"></script>\n')
else:
__M_writer(' <script src="/assets/js/all-nocdn.js"></script>\n')
else:
if use_cdn:
__M_writer(' <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>\n <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>\n')
else:
__M_writer(' <script src="/assets/js/jquery.min.js"></script>\n <script src="/assets/js/bootstrap.min.js"></script>\n <script src="/assets/js/moment-with-locales.min.js"></script>\n <script src="/assets/js/fancydates.js"></script>\n')
__M_writer(' <script src="/assets/js/jquery.colorbox-min.js"></script>\n')
if colorbox_locales[lang]:
__M_writer(' <script src="/assets/js/colorbox-i18n/jquery.colorbox-')
__M_writer(str(colorbox_locales[lang]))
__M_writer('.js"></script>\n')
__M_writer(' ')
__M_writer(str(social_buttons_code))
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_feedlinks(context):
__M_caller = context.caller_stack._push_frame()
try:
_link = context.get('_link', UNDEFINED)
len = context.get('len', UNDEFINED)
rss_link = context.get('rss_link', UNDEFINED)
translations = context.get('translations', UNDEFINED)
generate_rss = context.get('generate_rss', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if rss_link:
__M_writer(' ')
__M_writer(str(rss_link))
__M_writer('\n')
elif generate_rss:
if len(translations) > 1:
for language in translations:
__M_writer(' <link rel="alternate" type="application/rss+xml" title="RSS (')
__M_writer(str(language))
__M_writer(')" href="')
__M_writer(str(_link('rss', None, language)))
__M_writer('">\n')
else:
__M_writer(' <link rel="alternate" type="application/rss+xml" title="RSS" href="')
__M_writer(str(_link('rss', None)))
__M_writer('">\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_navigation_links(context):
__M_caller = context.caller_stack._push_frame()
try:
lang = context.get('lang', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
rel_link = context.get('rel_link', UNDEFINED)
isinstance = context.get('isinstance', UNDEFINED)
lang = context.get('lang', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
tuple = context.get('tuple', UNDEFINED)
navigation_links = context.get('navigation_links', UNDEFINED)
__M_writer = context.writer()
@ -303,6 +303,6 @@ def render_html_navigation_links(context):
"""
__M_BEGIN_METADATA
{"uri": "base_helper.tmpl", "source_encoding": "utf-8", "filename": "themes/bootstrap3/templates/base_helper.tmpl", "line_map": {"15": 0, "20": 2, "21": 65, "22": 92, "23": 122, "24": 145, "25": 159, "26": 167, "32": 95, "42": 95, "43": 96, "44": 97, "45": 98, "46": 100, "47": 101, "48": 103, "49": 104, "50": 105, "51": 106, "52": 107, "53": 109, "54": 113, "55": 114, "56": 117, "57": 118, "58": 118, "59": 118, "60": 119, "61": 120, "62": 120, "63": 120, "69": 147, "78": 147, "79": 148, "80": 149, "81": 149, "82": 149, "83": 150, "84": 151, "85": 152, "86": 153, "87": 153, "88": 153, "89": 153, "90": 153, "91": 155, "92": 156, "93": 156, "94": 156, "100": 67, "109": 67, "110": 68, "111": 69, "112": 70, "113": 73, "114": 74, "115": 76, "116": 77, "117": 78, "118": 80, "119": 81, "120": 86, "121": 88, "122": 89, "123": 89, "124": 89, "125": 91, "126": 91, "127": 91, "133": 161, "141": 161, "142": 162, "143": 163, "144": 164, "145": 164, "146": 164, "147": 164, "148": 164, "149": 164, "150": 164, "156": 3, "183": 3, "184": 7, "185": 8, "186": 9, "187": 10, "188": 12, "189": 13, "190": 15, "191": 16, "192": 18, "193": 21, "194": 22, "195": 25, "196": 25, "197": 25, "198": 28, "199": 29, "200": 29, "201": 29, "202": 31, "203": 32, "204": 32, "205": 32, "206": 32, "207": 34, "208": 34, "209": 35, "210": 35, "211": 36, "212": 37, "213": 37, "214": 37, "215": 39, "216": 40, "217": 41, "218": 42, "219": 42, "220": 42, "221": 42, "222": 42, "223": 42, "224": 42, "225": 45, "226": 46, "227": 47, "228": 47, "229": 47, "230": 49, "231": 50, "232": 51, "233": 51, "234": 51, "235": 53, "236": 54, "237": 54, "238": 54, "239": 56, "240": 57, "241": 57, "242": 58, "243": 59, "244": 60, "245": 61, "246": 61, "247": 61, "248": 63, "249": 64, "250": 64, "256": 124, "266": 124, "267": 125, "268": 126, "269": 127, "270": 127, "271": 127, "272": 129, "273": 130, "274": 131, "275": 131, "276": 131, "277": 131, "278": 131, "279": 132, "280": 133, "281": 133, "282": 133, "283": 133, "284": 133, "285": 136, "286": 137, "287": 138, "288": 139, "289": 139, "290": 139, "291": 139, "292": 139, "293": 140, "294": 141, "295": 141, "296": 141, "297": 141, "298": 141, "304": 298}}
{"uri": "base_helper.tmpl", "line_map": {"15": 0, "20": 2, "21": 65, "22": 92, "23": 122, "24": 145, "25": 159, "26": 167, "32": 3, "59": 3, "60": 7, "61": 8, "62": 9, "63": 10, "64": 12, "65": 13, "66": 15, "67": 16, "68": 18, "69": 21, "70": 22, "71": 25, "72": 25, "73": 25, "74": 28, "75": 29, "76": 29, "77": 29, "78": 31, "79": 32, "80": 32, "81": 32, "82": 32, "83": 34, "84": 34, "85": 35, "86": 35, "87": 36, "88": 37, "89": 37, "90": 37, "91": 39, "92": 40, "93": 41, "94": 42, "95": 42, "96": 42, "97": 42, "98": 42, "99": 42, "100": 42, "101": 45, "102": 46, "103": 47, "104": 47, "105": 47, "106": 49, "107": 50, "108": 51, "109": 51, "110": 51, "111": 53, "112": 54, "113": 54, "114": 54, "115": 56, "116": 57, "117": 57, "118": 58, "119": 59, "120": 60, "121": 61, "122": 61, "123": 61, "124": 63, "125": 64, "126": 64, "132": 161, "140": 161, "141": 162, "142": 163, "143": 164, "144": 164, "145": 164, "146": 164, "147": 164, "148": 164, "149": 164, "155": 95, "165": 95, "166": 96, "167": 97, "168": 98, "169": 100, "170": 101, "171": 103, "172": 104, "173": 105, "174": 106, "175": 107, "176": 109, "177": 113, "178": 114, "179": 117, "180": 118, "181": 118, "182": 118, "183": 119, "184": 120, "185": 120, "186": 120, "192": 67, "201": 67, "202": 68, "203": 69, "204": 70, "205": 73, "206": 74, "207": 76, "208": 77, "209": 78, "210": 80, "211": 81, "212": 86, "213": 88, "214": 89, "215": 89, "216": 89, "217": 91, "218": 91, "219": 91, "225": 147, "234": 147, "235": 148, "236": 149, "237": 149, "238": 149, "239": 150, "240": 151, "241": 152, "242": 153, "243": 153, "244": 153, "245": 153, "246": 153, "247": 155, "248": 156, "249": 156, "250": 156, "256": 124, "266": 124, "267": 125, "268": 126, "269": 127, "270": 127, "271": 127, "272": 129, "273": 130, "274": 131, "275": 131, "276": 131, "277": 131, "278": 131, "279": 132, "280": 133, "281": 133, "282": 133, "283": 133, "284": 133, "285": 136, "286": 137, "287": 138, "288": 139, "289": 139, "290": 139, "291": 139, "292": 139, "293": 140, "294": 141, "295": 141, "296": 141, "297": 141, "298": 141, "304": 298}, "source_encoding": "utf-8", "filename": "themes/bootstrap3/templates/base_helper.tmpl"}
__M_END_METADATA
"""

View file

@ -4,12 +4,12 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.7234263
_modified_time = 1433912407.1201615
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper.tmpl'
_template_uri = 'comments_helper.tmpl'
_source_encoding = 'utf-8'
_exports = ['comment_link_script', 'comment_form', 'comment_link']
_exports = ['comment_form', 'comment_link', 'comment_link_script']
def _mako_get_namespace(context, name):
@ -19,14 +19,11 @@ def _mako_get_namespace(context, name):
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
ns = runtime.TemplateNamespace('googleplus', context._clean_inheritance_tokens(), templateuri='comments_helper_googleplus.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'googleplus')] = ns
ns = runtime.TemplateNamespace('muut', context._clean_inheritance_tokens(), templateuri='comments_helper_muut.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'muut')] = ns
ns = runtime.TemplateNamespace('intensedebate', context._clean_inheritance_tokens(), templateuri='comments_helper_intensedebate.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'intensedebate')] = ns
ns = runtime.TemplateNamespace('livefyre', context._clean_inheritance_tokens(), templateuri='comments_helper_livefyre.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'livefyre')] = ns
ns = runtime.TemplateNamespace('isso', context._clean_inheritance_tokens(), templateuri='comments_helper_isso.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'isso')] = ns
@ -34,12 +31,15 @@ def _mako_generate_namespaces(context):
ns = runtime.TemplateNamespace('facebook', context._clean_inheritance_tokens(), templateuri='comments_helper_facebook.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'facebook')] = ns
ns = runtime.TemplateNamespace('livefyre', context._clean_inheritance_tokens(), templateuri='comments_helper_livefyre.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'livefyre')] = ns
ns = runtime.TemplateNamespace('intensedebate', context._clean_inheritance_tokens(), templateuri='comments_helper_intensedebate.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'intensedebate')] = ns
ns = runtime.TemplateNamespace('disqus', context._clean_inheritance_tokens(), templateuri='comments_helper_disqus.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'disqus')] = ns
ns = runtime.TemplateNamespace('googleplus', context._clean_inheritance_tokens(), templateuri='comments_helper_googleplus.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'googleplus')] = ns
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
@ -61,63 +61,17 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
googleplus = _mako_get_namespace(context, 'googleplus')
muut = _mako_get_namespace(context, 'muut')
isso = _mako_get_namespace(context, 'isso')
livefyre = _mako_get_namespace(context, 'livefyre')
intensedebate = _mako_get_namespace(context, 'intensedebate')
facebook = _mako_get_namespace(context, 'facebook')
disqus = _mako_get_namespace(context, 'disqus')
comment_system = context.get('comment_system', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if comment_system == 'disqus':
__M_writer(' ')
__M_writer(str(disqus.comment_link_script()))
__M_writer('\n')
elif comment_system == 'livefyre':
__M_writer(' ')
__M_writer(str(livefyre.comment_link_script()))
__M_writer('\n')
elif comment_system == 'intensedebate':
__M_writer(' ')
__M_writer(str(intensedebate.comment_link_script()))
__M_writer('\n')
elif comment_system == 'muut':
__M_writer(' ')
__M_writer(str(muut.comment_link_script()))
__M_writer('\n')
elif comment_system == 'googleplus':
__M_writer(' ')
__M_writer(str(googleplus.comment_link_script()))
__M_writer('\n')
elif comment_system == 'facebook':
__M_writer(' ')
__M_writer(str(facebook.comment_link_script()))
__M_writer('\n')
elif comment_system == 'isso':
__M_writer(' ')
__M_writer(str(isso.comment_link_script()))
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
googleplus = _mako_get_namespace(context, 'googleplus')
isso = _mako_get_namespace(context, 'isso')
muut = _mako_get_namespace(context, 'muut')
livefyre = _mako_get_namespace(context, 'livefyre')
intensedebate = _mako_get_namespace(context, 'intensedebate')
facebook = _mako_get_namespace(context, 'facebook')
disqus = _mako_get_namespace(context, 'disqus')
comment_system = context.get('comment_system', UNDEFINED)
livefyre = _mako_get_namespace(context, 'livefyre')
isso = _mako_get_namespace(context, 'isso')
facebook = _mako_get_namespace(context, 'facebook')
intensedebate = _mako_get_namespace(context, 'intensedebate')
disqus = _mako_get_namespace(context, 'disqus')
__M_writer = context.writer()
__M_writer('\n')
if comment_system == 'disqus':
@ -157,13 +111,13 @@ def render_comment_link(context,link,identifier):
__M_caller = context.caller_stack._push_frame()
try:
googleplus = _mako_get_namespace(context, 'googleplus')
isso = _mako_get_namespace(context, 'isso')
muut = _mako_get_namespace(context, 'muut')
livefyre = _mako_get_namespace(context, 'livefyre')
intensedebate = _mako_get_namespace(context, 'intensedebate')
facebook = _mako_get_namespace(context, 'facebook')
disqus = _mako_get_namespace(context, 'disqus')
comment_system = context.get('comment_system', UNDEFINED)
livefyre = _mako_get_namespace(context, 'livefyre')
isso = _mako_get_namespace(context, 'isso')
facebook = _mako_get_namespace(context, 'facebook')
intensedebate = _mako_get_namespace(context, 'intensedebate')
disqus = _mako_get_namespace(context, 'disqus')
__M_writer = context.writer()
__M_writer('\n')
if comment_system == 'disqus':
@ -199,8 +153,54 @@ def render_comment_link(context,link,identifier):
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
googleplus = _mako_get_namespace(context, 'googleplus')
muut = _mako_get_namespace(context, 'muut')
comment_system = context.get('comment_system', UNDEFINED)
livefyre = _mako_get_namespace(context, 'livefyre')
isso = _mako_get_namespace(context, 'isso')
facebook = _mako_get_namespace(context, 'facebook')
intensedebate = _mako_get_namespace(context, 'intensedebate')
disqus = _mako_get_namespace(context, 'disqus')
__M_writer = context.writer()
__M_writer('\n')
if comment_system == 'disqus':
__M_writer(' ')
__M_writer(str(disqus.comment_link_script()))
__M_writer('\n')
elif comment_system == 'livefyre':
__M_writer(' ')
__M_writer(str(livefyre.comment_link_script()))
__M_writer('\n')
elif comment_system == 'intensedebate':
__M_writer(' ')
__M_writer(str(intensedebate.comment_link_script()))
__M_writer('\n')
elif comment_system == 'muut':
__M_writer(' ')
__M_writer(str(muut.comment_link_script()))
__M_writer('\n')
elif comment_system == 'googleplus':
__M_writer(' ')
__M_writer(str(googleplus.comment_link_script()))
__M_writer('\n')
elif comment_system == 'facebook':
__M_writer(' ')
__M_writer(str(facebook.comment_link_script()))
__M_writer('\n')
elif comment_system == 'isso':
__M_writer(' ')
__M_writer(str(isso.comment_link_script()))
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"uri": "comments_helper.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper.tmpl", "line_map": {"22": 7, "25": 6, "28": 5, "31": 9, "34": 8, "37": 4, "40": 3, "43": 0, "48": 2, "49": 3, "50": 4, "51": 5, "52": 6, "53": 7, "54": 8, "55": 9, "56": 27, "57": 45, "58": 63, "64": 47, "76": 47, "77": 48, "78": 49, "79": 49, "80": 49, "81": 50, "82": 51, "83": 51, "84": 51, "85": 52, "86": 53, "87": 53, "88": 53, "89": 54, "90": 55, "91": 55, "92": 55, "93": 56, "94": 57, "95": 57, "96": 57, "97": 58, "98": 59, "99": 59, "100": 59, "101": 60, "102": 61, "103": 61, "104": 61, "110": 11, "122": 11, "123": 12, "124": 13, "125": 13, "126": 13, "127": 14, "128": 15, "129": 15, "130": 15, "131": 16, "132": 17, "133": 17, "134": 17, "135": 18, "136": 19, "137": 19, "138": 19, "139": 20, "140": 21, "141": 21, "142": 21, "143": 22, "144": 23, "145": 23, "146": 23, "147": 24, "148": 25, "149": 25, "150": 25, "156": 29, "168": 29, "169": 30, "170": 31, "171": 31, "172": 31, "173": 32, "174": 33, "175": 33, "176": 33, "177": 34, "178": 35, "179": 35, "180": 35, "181": 36, "182": 37, "183": 37, "184": 37, "185": 38, "186": 39, "187": 39, "188": 39, "189": 40, "190": 41, "191": 41, "192": 41, "193": 42, "194": 43, "195": 43, "196": 43, "202": 196}}
{"uri": "comments_helper.tmpl", "line_map": {"22": 6, "25": 4, "28": 9, "31": 8, "34": 5, "37": 3, "40": 7, "43": 0, "48": 2, "49": 3, "50": 4, "51": 5, "52": 6, "53": 7, "54": 8, "55": 9, "56": 27, "57": 45, "58": 63, "64": 11, "76": 11, "77": 12, "78": 13, "79": 13, "80": 13, "81": 14, "82": 15, "83": 15, "84": 15, "85": 16, "86": 17, "87": 17, "88": 17, "89": 18, "90": 19, "91": 19, "92": 19, "93": 20, "94": 21, "95": 21, "96": 21, "97": 22, "98": 23, "99": 23, "100": 23, "101": 24, "102": 25, "103": 25, "104": 25, "110": 29, "122": 29, "123": 30, "124": 31, "125": 31, "126": 31, "127": 32, "128": 33, "129": 33, "130": 33, "131": 34, "132": 35, "133": 35, "134": 35, "135": 36, "136": 37, "137": 37, "138": 37, "139": 38, "140": 39, "141": 39, "142": 39, "143": 40, "144": 41, "145": 41, "146": 41, "147": 42, "148": 43, "149": 43, "150": 43, "156": 47, "168": 47, "169": 48, "170": 49, "171": 49, "172": 49, "173": 50, "174": 51, "175": 51, "176": 51, "177": 52, "178": 53, "179": 53, "180": 53, "181": 54, "182": 55, "183": 55, "184": 55, "185": 56, "186": 57, "187": 57, "188": 57, "189": 58, "190": 59, "191": 59, "192": 59, "193": 60, "194": 61, "195": 61, "196": 61, "202": 196}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper.tmpl"}
__M_END_METADATA
"""

View file

@ -4,12 +4,12 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.7481022
_modified_time = 1433912407.144729
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_disqus.tmpl'
_template_uri = 'comments_helper_disqus.tmpl'
_source_encoding = 'utf-8'
_exports = ['comment_link_script', 'comment_form', 'comment_link']
_exports = ['comment_form', 'comment_link', 'comment_link_script']
import json
@ -29,21 +29,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
comment_system_id = context.get('comment_system_id', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if comment_system_id:
__M_writer(' <script>var disqus_shortname="')
__M_writer(str(comment_system_id))
__M_writer('";(function(){var a=document.createElement("script");a.async=true;a.src="//"+disqus_shortname+".disqus.com/count.js";(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(a)}());</script>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
@ -93,8 +78,23 @@ def render_comment_link(context,link,identifier):
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
comment_system_id = context.get('comment_system_id', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if comment_system_id:
__M_writer(' <script>var disqus_shortname="')
__M_writer(str(comment_system_id))
__M_writer('";(function(){var a=document.createElement("script");a.async=true;a.src="//"+disqus_shortname+".disqus.com/count.js";(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(a)}());</script>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"uri": "comments_helper_disqus.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_disqus.tmpl", "line_map": {"15": 3, "17": 0, "22": 2, "23": 3, "24": 31, "25": 37, "26": 44, "32": 40, "37": 40, "38": 41, "39": 42, "40": 42, "41": 42, "47": 5, "53": 5, "54": 6, "55": 7, "56": 9, "57": 9, "58": 10, "59": 11, "60": 11, "61": 11, "62": 13, "63": 13, "64": 13, "65": 14, "66": 14, "67": 16, "68": 17, "69": 18, "70": 19, "71": 19, "72": 19, "73": 21, "79": 33, "84": 33, "85": 34, "86": 35, "87": 35, "88": 35, "89": 35, "90": 35, "96": 90}}
{"uri": "comments_helper_disqus.tmpl", "line_map": {"15": 3, "17": 0, "22": 2, "23": 3, "24": 31, "25": 37, "26": 44, "32": 5, "38": 5, "39": 6, "40": 7, "41": 9, "42": 9, "43": 10, "44": 11, "45": 11, "46": 11, "47": 13, "48": 13, "49": 13, "50": 14, "51": 14, "52": 16, "53": 17, "54": 18, "55": 19, "56": 19, "57": 19, "58": 21, "64": 33, "69": 33, "70": 34, "71": 35, "72": 35, "73": 35, "74": 35, "75": 35, "81": 40, "86": 40, "87": 41, "88": 42, "89": 42, "90": 42, "96": 90}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_disqus.tmpl"}
__M_END_METADATA
"""

View file

@ -4,12 +4,12 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.785284
_modified_time = 1433912407.1817024
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_facebook.tmpl'
_template_uri = 'comments_helper_facebook.tmpl'
_source_encoding = 'utf-8'
_exports = ['comment_link_script', 'comment_form', 'comment_link']
_exports = ['comment_form', 'comment_link', 'comment_link_script']
def render_body(context,**pageargs):
@ -25,19 +25,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
comment_system_id = context.get('comment_system_id', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n<div id="fb-root"></div>\n<script>\n // thank lxml for this\n $(\'.fb-comments-count\').each(function(i, obj) {\n var url = obj.attributes[\'data-url\'].value;\n // change here if you dislike the default way of displaying\n // this\n obj.innerHTML = \'<fb:comments-count href="\' + url + \'"></fb:comments-count> comments\';\n });\n\n window.fbAsyncInit = function() {\n // init the FB JS SDK\n FB.init({\n appId : \'')
__M_writer(str(comment_system_id))
__M_writer('\',\n status : true,\n xfbml : true\n });\n\n };\n\n // Load the SDK asynchronously\n (function(d, s, id){\n var js, fjs = d.getElementsByTagName(s)[0];\n if (d.getElementById(id)) {return;}\n js = d.createElement(s); js.id = id;\n js.src = "//connect.facebook.net/en_US/all.js";\n fjs.parentNode.insertBefore(js, fjs);\n }(document, \'script\', \'facebook-jssdk\'));\n</script>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
@ -65,8 +52,21 @@ def render_comment_link(context,link,identifier):
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
comment_system_id = context.get('comment_system_id', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n<div id="fb-root"></div>\n<script>\n // thank lxml for this\n $(\'.fb-comments-count\').each(function(i, obj) {\n var url = obj.attributes[\'data-url\'].value;\n // change here if you dislike the default way of displaying\n // this\n obj.innerHTML = \'<fb:comments-count href="\' + url + \'"></fb:comments-count> comments\';\n });\n\n window.fbAsyncInit = function() {\n // init the FB JS SDK\n FB.init({\n appId : \'')
__M_writer(str(comment_system_id))
__M_writer('\',\n status : true,\n xfbml : true\n });\n\n };\n\n // Load the SDK asynchronously\n (function(d, s, id){\n var js, fjs = d.getElementsByTagName(s)[0];\n if (d.getElementById(id)) {return;}\n js = d.createElement(s); js.id = id;\n js.src = "//connect.facebook.net/en_US/all.js";\n fjs.parentNode.insertBefore(js, fjs);\n }(document, \'script\', \'facebook-jssdk\'));\n</script>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"uri": "comments_helper_facebook.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_facebook.tmpl", "line_map": {"33": 32, "34": 46, "35": 46, "68": 62, "41": 2, "60": 28, "46": 2, "47": 8, "48": 8, "49": 25, "50": 25, "20": 26, "21": 30, "22": 62, "56": 28, "15": 0, "28": 32, "61": 29, "62": 29}}
{"uri": "comments_helper_facebook.tmpl", "line_map": {"33": 2, "34": 8, "35": 8, "36": 25, "37": 25, "60": 32, "43": 28, "15": 0, "48": 29, "49": 29, "20": 26, "21": 30, "22": 62, "55": 32, "68": 62, "47": 28, "28": 2, "61": 46, "62": 46}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_facebook.tmpl"}
__M_END_METADATA
"""

View file

@ -4,12 +4,12 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.7794657
_modified_time = 1433912407.1758654
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_googleplus.tmpl'
_template_uri = 'comments_helper_googleplus.tmpl'
_source_encoding = 'utf-8'
_exports = ['comment_link_script', 'comment_form', 'comment_link']
_exports = ['comment_form', 'comment_link', 'comment_link_script']
def render_body(context,**pageargs):
@ -25,16 +25,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
@ -59,8 +49,18 @@ def render_comment_link(context,link,identifier):
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"uri": "comments_helper_googleplus.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_googleplus.tmpl", "line_map": {"32": 16, "54": 11, "38": 2, "42": 2, "43": 5, "44": 5, "15": 0, "50": 11, "20": 9, "21": 14, "22": 17, "55": 12, "56": 12, "28": 16, "62": 56}}
{"uri": "comments_helper_googleplus.tmpl", "line_map": {"32": 2, "33": 5, "34": 5, "40": 11, "44": 11, "45": 12, "46": 12, "15": 0, "20": 9, "21": 14, "22": 17, "56": 16, "52": 16, "28": 2, "62": 56}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_googleplus.tmpl"}
__M_END_METADATA
"""

View file

@ -4,12 +4,12 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.7660666
_modified_time = 1433912407.1626067
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_intensedebate.tmpl'
_template_uri = 'comments_helper_intensedebate.tmpl'
_source_encoding = 'utf-8'
_exports = ['comment_link_script', 'comment_form', 'comment_link']
_exports = ['comment_form', 'comment_link', 'comment_link_script']
def render_body(context,**pageargs):
@ -25,16 +25,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
@ -73,8 +63,18 @@ def render_comment_link(context,link,identifier):
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"uri": "comments_helper_intensedebate.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_intensedebate.tmpl", "line_map": {"64": 14, "65": 16, "66": 16, "67": 17, "68": 17, "69": 18, "70": 18, "76": 70, "15": 0, "20": 11, "21": 22, "22": 25, "28": 24, "32": 24, "38": 2, "43": 2, "44": 4, "45": 4, "46": 5, "47": 5, "48": 6, "49": 6, "55": 13, "60": 13, "61": 14, "62": 14, "63": 14}}
{"uri": "comments_helper_intensedebate.tmpl", "line_map": {"66": 24, "70": 24, "76": 70, "15": 0, "20": 11, "21": 22, "22": 25, "28": 2, "33": 2, "34": 4, "35": 4, "36": 5, "37": 5, "38": 6, "39": 6, "45": 13, "50": 13, "51": 14, "52": 14, "53": 14, "54": 14, "55": 16, "56": 16, "57": 17, "58": 17, "59": 18, "60": 18}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_intensedebate.tmpl"}
__M_END_METADATA
"""

View file

@ -4,12 +4,12 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.793144
_modified_time = 1433912407.1895492
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_isso.tmpl'
_template_uri = 'comments_helper_isso.tmpl'
_source_encoding = 'utf-8'
_exports = ['comment_link_script', 'comment_form', 'comment_link']
_exports = ['comment_form', 'comment_link', 'comment_link_script']
def render_body(context,**pageargs):
@ -25,23 +25,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
comment_system_id = context.get('comment_system_id', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if comment_system_id:
__M_writer(' <script src="')
__M_writer(str(comment_system_id))
__M_writer('js/count.min.js" data-isso="')
__M_writer(str(comment_system_id))
__M_writer('"></script>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
@ -76,8 +59,25 @@ def render_comment_link(context,link,identifier):
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
comment_system_id = context.get('comment_system_id', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if comment_system_id:
__M_writer(' <script src="')
__M_writer(str(comment_system_id))
__M_writer('js/count.min.js" data-isso="')
__M_writer(str(comment_system_id))
__M_writer('"></script>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"uri": "comments_helper_isso.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_isso.tmpl", "line_map": {"64": 9, "69": 9, "70": 10, "71": 11, "72": 11, "73": 11, "15": 0, "20": 7, "21": 13, "22": 20, "79": 73, "28": 16, "33": 16, "34": 17, "35": 18, "36": 18, "37": 18, "38": 18, "39": 18, "45": 2, "50": 2, "51": 3, "52": 4, "53": 4, "54": 4, "55": 5, "56": 5, "57": 5, "58": 5}}
{"uri": "comments_helper_isso.tmpl", "line_map": {"67": 16, "68": 17, "69": 18, "70": 18, "71": 18, "72": 18, "73": 18, "15": 0, "20": 7, "21": 13, "22": 20, "79": 73, "28": 2, "33": 2, "34": 3, "35": 4, "36": 4, "37": 4, "38": 5, "39": 5, "40": 5, "41": 5, "47": 9, "52": 9, "53": 10, "54": 11, "55": 11, "56": 11, "62": 16}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_isso.tmpl"}
__M_END_METADATA
"""

View file

@ -4,12 +4,12 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.7583773
_modified_time = 1433912407.1548207
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_livefyre.tmpl'
_template_uri = 'comments_helper_livefyre.tmpl'
_source_encoding = 'utf-8'
_exports = ['comment_link_script', 'comment_form', 'comment_link']
_exports = ['comment_form', 'comment_link', 'comment_link_script']
def render_body(context,**pageargs):
@ -25,16 +25,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n<script src="http://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js"></script>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
@ -67,8 +57,18 @@ def render_comment_link(context,link,identifier):
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n<script src="http://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js"></script>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"uri": "comments_helper_livefyre.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_livefyre.tmpl", "line_map": {"32": 31, "64": 25, "59": 24, "70": 64, "38": 2, "63": 25, "60": 24, "43": 2, "44": 7, "45": 7, "46": 11, "15": 0, "20": 21, "21": 28, "22": 33, "58": 23, "47": 11, "28": 31, "61": 25, "62": 25, "53": 23}}
{"uri": "comments_helper_livefyre.tmpl", "line_map": {"64": 31, "33": 2, "34": 7, "35": 7, "36": 11, "37": 11, "70": 64, "60": 31, "43": 23, "15": 0, "48": 23, "49": 24, "50": 24, "51": 25, "20": 21, "21": 28, "22": 33, "52": 25, "54": 25, "28": 2, "53": 25}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_livefyre.tmpl"}
__M_END_METADATA
"""

View file

@ -4,12 +4,12 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.7737632
_modified_time = 1433912407.170149
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_muut.tmpl'
_template_uri = 'comments_helper_muut.tmpl'
_source_encoding = 'utf-8'
_exports = ['comment_link_script', 'comment_form', 'comment_link']
_exports = ['comment_form', 'comment_link', 'comment_link_script']
def render_body(context,**pageargs):
@ -26,16 +26,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n<script src="//cdn.muut.com/1/moot.min.js"></script>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
@ -63,8 +53,18 @@ def render_comment_link(context,link,identifier):
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n<script src="//cdn.muut.com/1/moot.min.js"></script>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"uri": "comments_helper_muut.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_muut.tmpl", "line_map": {"33": 11, "66": 60, "39": 3, "44": 3, "45": 4, "46": 4, "15": 0, "48": 4, "49": 4, "50": 4, "20": 2, "21": 5, "22": 8, "23": 13, "56": 7, "47": 4, "60": 7, "29": 11}}
{"uri": "comments_helper_muut.tmpl", "line_map": {"34": 3, "35": 4, "36": 4, "37": 4, "38": 4, "39": 4, "40": 4, "66": 60, "46": 7, "15": 0, "50": 7, "20": 2, "21": 5, "22": 8, "23": 13, "56": 11, "60": 11, "29": 3}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_muut.tmpl"}
__M_END_METADATA
"""

View file

@ -4,7 +4,7 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.9198003
_modified_time = 1433912407.315355
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/crumbs.tmpl'
_template_uri = 'crumbs.tmpl'
@ -52,6 +52,6 @@ def render_bar(context,crumbs):
"""
__M_BEGIN_METADATA
{"uri": "crumbs.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/crumbs.tmpl", "line_map": {"32": 3, "33": 4, "34": 5, "35": 7, "36": 8, "37": 9, "38": 10, "39": 10, "40": 10, "41": 11, "42": 12, "43": 12, "44": 12, "45": 12, "46": 12, "15": 0, "47": 16, "20": 2, "21": 19, "27": 3, "53": 47}}
{"uri": "crumbs.tmpl", "line_map": {"32": 3, "33": 4, "34": 5, "35": 7, "36": 8, "37": 9, "38": 10, "39": 10, "40": 10, "41": 11, "42": 12, "43": 12, "44": 12, "45": 12, "46": 12, "15": 0, "47": 16, "20": 2, "21": 19, "27": 3, "53": 47}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/crumbs.tmpl"}
__M_END_METADATA
"""

View file

@ -4,12 +4,12 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.6873224
_modified_time = 1433912407.0844722
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/index.tmpl'
_template_uri = 'index.tmpl'
_source_encoding = 'utf-8'
_exports = ['extra_head', 'content', 'content_header']
_exports = ['content_header', 'extra_head', 'content']
def _mako_get_namespace(context, name):
@ -19,12 +19,12 @@ def _mako_get_namespace(context, name):
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
ns = runtime.TemplateNamespace('comments', context._clean_inheritance_tokens(), templateuri='comments_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'comments')] = ns
ns = runtime.TemplateNamespace('helper', context._clean_inheritance_tokens(), templateuri='index_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'helper')] = ns
ns = runtime.TemplateNamespace('comments', context._clean_inheritance_tokens(), templateuri='comments_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'comments')] = ns
def _mako_inherit(template, context):
_mako_generate_namespaces(context)
return runtime._inherit_from(context, 'base.tmpl', _template_uri)
@ -32,21 +32,21 @@ def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
helper = _mako_get_namespace(context, 'helper')
index_file = context.get('index_file', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
index_teasers = context.get('index_teasers', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
comments = _mako_get_namespace(context, 'comments')
posts = context.get('posts', UNDEFINED)
parent = context.get('parent', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
def extra_head():
return render_extra_head(context._locals(__M_locals))
def content():
return render_content(context._locals(__M_locals))
permalink = context.get('permalink', UNDEFINED)
parent = context.get('parent', UNDEFINED)
posts = context.get('posts', UNDEFINED)
def content_header():
return render_content_header(context._locals(__M_locals))
index_teasers = context.get('index_teasers', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
site_has_comments = context.get('site_has_comments', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
@ -66,15 +66,26 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_content_header(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
def content_header():
return render_content_header(context)
__M_writer = context.writer()
return ''
finally:
context.caller_stack._pop_frame()
def render_extra_head(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
posts = context.get('posts', UNDEFINED)
parent = context.get('parent', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
index_file = context.get('index_file', UNDEFINED)
def extra_head():
return render_extra_head(context)
permalink = context.get('permalink', UNDEFINED)
parent = context.get('parent', UNDEFINED)
posts = context.get('posts', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n ')
__M_writer(str(parent.extra_head()))
@ -91,16 +102,16 @@ def render_extra_head(context,**pageargs):
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
date_format = context.get('date_format', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
index_teasers = context.get('index_teasers', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
comments = _mako_get_namespace(context, 'comments')
def content():
return render_content(context)
date_format = context.get('date_format', UNDEFINED)
posts = context.get('posts', UNDEFINED)
index_teasers = context.get('index_teasers', UNDEFINED)
def content_header():
return render_content_header(context)
comments = _mako_get_namespace(context, 'comments')
site_has_comments = context.get('site_has_comments', UNDEFINED)
def content():
return render_content(context)
__M_writer = context.writer()
__M_writer('\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'content_header'):
@ -152,19 +163,8 @@ def render_content(context,**pageargs):
context.caller_stack._pop_frame()
def render_content_header(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
def content_header():
return render_content_header(context)
__M_writer = context.writer()
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"uri": "index.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/index.tmpl", "line_map": {"128": 22, "129": 23, "130": 24, "131": 24, "132": 24, "133": 26, "134": 28, "135": 29, "136": 30, "137": 30, "138": 31, "139": 32, "140": 33, "141": 33, "142": 35, "143": 38, "144": 39, "145": 39, "146": 40, "147": 40, "148": 41, "149": 41, "22": 3, "25": 2, "155": 14, "31": 0, "166": 155, "51": 2, "52": 3, "53": 4, "58": 11, "63": 42, "69": 6, "79": 6, "80": 7, "81": 7, "82": 8, "83": 9, "84": 9, "85": 9, "91": 13, "105": 13, "110": 14, "111": 16, "112": 17, "113": 17, "114": 17, "115": 19, "116": 19, "117": 19, "118": 19, "119": 21, "120": 21, "121": 22, "122": 22, "123": 22, "124": 22, "125": 22, "126": 22, "127": 22}}
{"uri": "index.tmpl", "line_map": {"128": 19, "129": 19, "130": 21, "131": 21, "132": 22, "133": 22, "134": 22, "135": 22, "136": 22, "137": 22, "138": 22, "139": 22, "140": 23, "141": 24, "142": 24, "143": 24, "144": 26, "145": 28, "146": 29, "147": 30, "148": 30, "149": 31, "22": 2, "151": 33, "152": 33, "25": 3, "154": 38, "155": 39, "156": 39, "157": 40, "150": 32, "31": 0, "160": 41, "166": 160, "51": 2, "52": 3, "53": 4, "58": 11, "159": 41, "63": 42, "69": 14, "158": 40, "80": 6, "90": 6, "91": 7, "92": 7, "93": 8, "94": 9, "95": 9, "96": 9, "102": 13, "116": 13, "153": 35, "121": 14, "122": 16, "123": 17, "124": 17, "125": 17, "126": 19, "127": 19}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/index.tmpl"}
__M_END_METADATA
"""

View file

@ -4,12 +4,12 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.7060227
_modified_time = 1433912407.1029828
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/index_helper.tmpl'
_template_uri = 'index_helper.tmpl'
_source_encoding = 'utf-8'
_exports = ['mathjax_script', 'html_pager']
_exports = ['html_pager', 'mathjax_script']
def render_body(context,**pageargs):
@ -24,25 +24,12 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_mathjax_script(context,posts):
__M_caller = context.caller_stack._push_frame()
try:
any = context.get('any', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if any(post.is_mathjax for post in posts):
__M_writer(' <script type="text/x-mathjax-config">\n MathJax.Hub.Config({tex2jax: {inlineMath: [[\'$latex \',\'$\'], [\'\\\\(\',\'\\\\)\']]}});</script>\n <script src="/assets/js/mathjax.js"></script>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_pager(context):
__M_caller = context.caller_stack._push_frame()
try:
prevlink = context.get('prevlink', UNDEFINED)
nextlink = context.get('nextlink', UNDEFINED)
messages = context.get('messages', UNDEFINED)
nextlink = context.get('nextlink', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if prevlink or nextlink:
@ -65,8 +52,21 @@ def render_html_pager(context):
context.caller_stack._pop_frame()
def render_mathjax_script(context,posts):
__M_caller = context.caller_stack._push_frame()
try:
any = context.get('any', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if any(post.is_mathjax for post in posts):
__M_writer(' <script type="text/x-mathjax-config">\n MathJax.Hub.Config({tex2jax: {inlineMath: [[\'$latex \',\'$\'], [\'\\\\(\',\'\\\\)\']]}});</script>\n <script src="/assets/js/mathjax.js"></script>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"uri": "index_helper.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/index_helper.tmpl", "line_map": {"68": 62, "15": 0, "20": 19, "21": 27, "27": 21, "32": 21, "33": 22, "34": 23, "40": 2, "47": 2, "48": 3, "49": 4, "50": 6, "51": 7, "52": 8, "53": 8, "54": 8, "55": 8, "56": 11, "57": 12, "58": 13, "59": 13, "60": 13, "61": 13, "62": 16}}
{"uri": "index_helper.tmpl", "line_map": {"68": 62, "15": 0, "20": 19, "21": 27, "27": 2, "34": 2, "35": 3, "36": 4, "37": 6, "38": 7, "39": 8, "40": 8, "41": 8, "42": 8, "43": 11, "44": 12, "45": 13, "46": 13, "47": 13, "48": 13, "49": 16, "55": 21, "60": 21, "61": 22, "62": 23}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/index_helper.tmpl"}
__M_END_METADATA
"""

View file

@ -4,7 +4,7 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.940077
_modified_time = 1433912407.3355043
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list.tmpl'
_template_uri = 'list.tmpl'
@ -27,11 +27,11 @@ def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
title = context.get('title', UNDEFINED)
items = context.get('items', UNDEFINED)
messages = context.get('messages', UNDEFINED)
title = context.get('title', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
messages = context.get('messages', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'content'):
@ -47,11 +47,11 @@ def render_body(context,**pageargs):
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
title = context.get('title', UNDEFINED)
items = context.get('items', UNDEFINED)
messages = context.get('messages', UNDEFINED)
title = context.get('title', UNDEFINED)
def content():
return render_content(context)
messages = context.get('messages', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n<article class="listpage">\n <header>\n <h1>')
__M_writer(str(title))
@ -77,6 +77,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
{"uri": "list.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list.tmpl", "line_map": {"64": 12, "65": 12, "66": 12, "67": 14, "68": 15, "69": 16, "70": 16, "71": 16, "72": 18, "78": 72, "26": 0, "36": 2, "41": 19, "47": 4, "56": 4, "57": 7, "58": 7, "59": 9, "60": 10, "61": 11, "62": 12, "63": 12}}
{"uri": "list.tmpl", "line_map": {"64": 12, "65": 12, "66": 12, "67": 14, "68": 15, "69": 16, "70": 16, "71": 16, "72": 18, "78": 72, "26": 0, "36": 2, "41": 19, "47": 4, "56": 4, "57": 7, "58": 7, "59": 9, "60": 10, "61": 11, "62": 12, "63": 12}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list.tmpl"}
__M_END_METADATA
"""

View file

@ -4,7 +4,7 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.9546988
_modified_time = 1433912407.3503408
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list_post.tmpl'
_template_uri = 'list_post.tmpl'
@ -27,12 +27,12 @@ def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
posts = context.get('posts', UNDEFINED)
messages = context.get('messages', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
title = context.get('title', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
date_format = context.get('date_format', UNDEFINED)
messages = context.get('messages', UNDEFINED)
posts = context.get('posts', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'content'):
@ -48,12 +48,12 @@ def render_body(context,**pageargs):
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
posts = context.get('posts', UNDEFINED)
messages = context.get('messages', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
title = context.get('title', UNDEFINED)
def content():
return render_content(context)
date_format = context.get('date_format', UNDEFINED)
messages = context.get('messages', UNDEFINED)
posts = context.get('posts', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n<article class="listpage">\n <header>\n <h1>')
__M_writer(str(title))
@ -85,6 +85,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
{"uri": "list_post.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list_post.tmpl", "line_map": {"64": 12, "65": 12, "66": 12, "67": 12, "68": 12, "69": 12, "70": 12, "71": 12, "72": 12, "73": 12, "74": 12, "75": 14, "76": 15, "77": 16, "78": 16, "79": 16, "80": 18, "86": 80, "26": 0, "37": 2, "42": 19, "48": 4, "58": 4, "59": 7, "60": 7, "61": 9, "62": 10, "63": 11}}
{"uri": "list_post.tmpl", "line_map": {"64": 12, "65": 12, "66": 12, "67": 12, "68": 12, "69": 12, "70": 12, "71": 12, "72": 12, "73": 12, "74": 12, "75": 14, "76": 15, "77": 16, "78": 16, "79": 16, "80": 18, "86": 80, "26": 0, "37": 2, "42": 19, "48": 4, "58": 4, "59": 7, "60": 7, "61": 9, "62": 10, "63": 11}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list_post.tmpl"}
__M_END_METADATA
"""

View file

@ -4,7 +4,7 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.9082606
_modified_time = 1433912407.303964
_enable_loop = True
_template_filename = 'themes/bootstrap3/templates/listing.tmpl'
_template_uri = 'listing.tmpl'
@ -31,17 +31,17 @@ def render_body(context,**pageargs):
__M_locals = __M_dict_builtin(pageargs=pageargs)
_import_ns = {}
_mako_get_namespace(context, 'ui')._populate(_import_ns, ['bar'])
files = _import_ns.get('files', context.get('files', UNDEFINED))
folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
def content():
return render_content(context._locals(__M_locals))
source_link = _import_ns.get('source_link', context.get('source_link', UNDEFINED))
ui = _mako_get_namespace(context, 'ui')
messages = _import_ns.get('messages', context.get('messages', UNDEFINED))
crumbs = _import_ns.get('crumbs', context.get('crumbs', UNDEFINED))
code = _import_ns.get('code', context.get('code', UNDEFINED))
files = _import_ns.get('files', context.get('files', UNDEFINED))
def sourcelink():
return render_sourcelink(context._locals(__M_locals))
code = _import_ns.get('code', context.get('code', UNDEFINED))
folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
crumbs = _import_ns.get('crumbs', context.get('crumbs', UNDEFINED))
source_link = _import_ns.get('source_link', context.get('source_link', UNDEFINED))
ui = _mako_get_namespace(context, 'ui')
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n\n')
@ -65,10 +65,10 @@ def render_sourcelink(context,**pageargs):
try:
_import_ns = {}
_mako_get_namespace(context, 'ui')._populate(_import_ns, ['bar'])
source_link = _import_ns.get('source_link', context.get('source_link', UNDEFINED))
messages = _import_ns.get('messages', context.get('messages', UNDEFINED))
def sourcelink():
return render_sourcelink(context)
messages = _import_ns.get('messages', context.get('messages', UNDEFINED))
source_link = _import_ns.get('source_link', context.get('source_link', UNDEFINED))
__M_writer = context.writer()
__M_writer('\n')
if source_link:
@ -87,13 +87,13 @@ def render_content(context,**pageargs):
try:
_import_ns = {}
_mako_get_namespace(context, 'ui')._populate(_import_ns, ['bar'])
files = _import_ns.get('files', context.get('files', UNDEFINED))
folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
def content():
return render_content(context)
ui = _mako_get_namespace(context, 'ui')
crumbs = _import_ns.get('crumbs', context.get('crumbs', UNDEFINED))
code = _import_ns.get('code', context.get('code', UNDEFINED))
files = _import_ns.get('files', context.get('files', UNDEFINED))
folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
crumbs = _import_ns.get('crumbs', context.get('crumbs', UNDEFINED))
ui = _mako_get_namespace(context, 'ui')
__M_writer = context.writer()
__M_writer('\n')
__M_writer(str(ui.bar(crumbs)))
@ -124,6 +124,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
{"uri": "listing.tmpl", "source_encoding": "utf-8", "filename": "themes/bootstrap3/templates/listing.tmpl", "line_map": {"73": 22, "74": 23, "75": 24, "76": 25, "77": 25, "78": 25, "79": 25, "85": 5, "22": 3, "110": 13, "111": 13, "28": 0, "116": 17, "98": 5, "99": 6, "100": 6, "101": 7, "102": 8, "103": 9, "104": 10, "105": 10, "106": 10, "107": 10, "108": 10, "109": 12, "46": 2, "47": 3, "112": 13, "113": 13, "114": 13, "115": 15, "52": 20, "117": 18, "118": 18, "119": 18, "57": 28, "125": 119, "63": 22}}
{"uri": "listing.tmpl", "line_map": {"73": 22, "74": 23, "75": 24, "76": 25, "77": 25, "78": 25, "79": 25, "85": 5, "22": 3, "110": 13, "111": 13, "28": 0, "116": 17, "98": 5, "99": 6, "100": 6, "101": 7, "102": 8, "103": 9, "104": 10, "105": 10, "106": 10, "107": 10, "108": 10, "109": 12, "46": 2, "47": 3, "112": 13, "113": 13, "114": 13, "115": 15, "52": 20, "117": 18, "118": 18, "119": 18, "57": 28, "125": 119, "63": 22}, "source_encoding": "utf-8", "filename": "themes/bootstrap3/templates/listing.tmpl"}
__M_END_METADATA
"""

View file

@ -4,7 +4,7 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911011.9824212
_modified_time = 1433912407.378008
_enable_loop = True
_template_filename = 'themes/bootstrap/templates/post.tmpl'
_template_uri = 'post.tmpl'
@ -19,14 +19,14 @@ def _mako_get_namespace(context, name):
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
ns = runtime.TemplateNamespace('comments', context._clean_inheritance_tokens(), templateuri='comments_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'comments')] = ns
ns = runtime.TemplateNamespace('helper', context._clean_inheritance_tokens(), templateuri='post_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'helper')] = ns
ns = runtime.TemplateNamespace('pheader', context._clean_inheritance_tokens(), templateuri='post_header.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'pheader')] = ns
ns = runtime.TemplateNamespace('helper', context._clean_inheritance_tokens(), templateuri='post_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'helper')] = ns
ns = runtime.TemplateNamespace('comments', context._clean_inheritance_tokens(), templateuri='comments_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'comments')] = ns
def _mako_inherit(template, context):
_mako_generate_namespaces(context)
@ -35,20 +35,20 @@ def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
site_has_comments = context.get('site_has_comments', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
pheader = _mako_get_namespace(context, 'pheader')
post = context.get('post', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
messages = context.get('messages', UNDEFINED)
parent = context.get('parent', UNDEFINED)
def extra_head():
return render_extra_head(context._locals(__M_locals))
def content():
return render_content(context._locals(__M_locals))
parent = context.get('parent', UNDEFINED)
pheader = _mako_get_namespace(context, 'pheader')
messages = context.get('messages', UNDEFINED)
show_sourcelink = context.get('show_sourcelink', UNDEFINED)
def sourcelink():
return render_sourcelink(context._locals(__M_locals))
comments = _mako_get_namespace(context, 'comments')
site_has_comments = context.get('site_has_comments', UNDEFINED)
show_sourcelink = context.get('show_sourcelink', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
@ -77,11 +77,11 @@ def render_body(context,**pageargs):
def render_sourcelink(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
post = context.get('post', UNDEFINED)
messages = context.get('messages', UNDEFINED)
show_sourcelink = context.get('show_sourcelink', UNDEFINED)
def sourcelink():
return render_sourcelink(context)
messages = context.get('messages', UNDEFINED)
post = context.get('post', UNDEFINED)
show_sourcelink = context.get('show_sourcelink', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if show_sourcelink:
@ -98,11 +98,11 @@ def render_sourcelink(context,**pageargs):
def render_extra_head(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
def extra_head():
return render_extra_head(context)
helper = _mako_get_namespace(context, 'helper')
parent = context.get('parent', UNDEFINED)
post = context.get('post', UNDEFINED)
def extra_head():
return render_extra_head(context)
__M_writer = context.writer()
__M_writer('\n ')
__M_writer(str(parent.extra_head()))
@ -146,11 +146,11 @@ def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
pheader = _mako_get_namespace(context, 'pheader')
site_has_comments = context.get('site_has_comments', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
post = context.get('post', UNDEFINED)
messages = context.get('messages', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
site_has_comments = context.get('site_has_comments', UNDEFINED)
def content():
return render_content(context)
__M_writer = context.writer()
@ -183,6 +183,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
{"uri": "post.tmpl", "source_encoding": "utf-8", "filename": "themes/bootstrap/templates/post.tmpl", "line_map": {"128": 20, "129": 20, "130": 20, "131": 20, "132": 20, "133": 22, "134": 22, "135": 22, "136": 23, "137": 23, "138": 24, "139": 24, "145": 27, "22": 4, "25": 3, "28": 2, "157": 27, "158": 28, "159": 28, "160": 29, "161": 29, "34": 0, "163": 31, "162": 31, "165": 35, "166": 36, "167": 36, "168": 39, "169": 40, "170": 41, "171": 41, "172": 42, "173": 42, "174": 45, "175": 45, "176": 45, "177": 47, "178": 47, "53": 2, "54": 3, "55": 4, "56": 5, "61": 25, "66": 48, "164": 35, "71": 56, "77": 50, "184": 178, "86": 50, "87": 51, "88": 52, "89": 53, "90": 53, "91": 53, "92": 53, "98": 7, "107": 7, "108": 8, "109": 8, "110": 9, "111": 10, "112": 10, "113": 10, "114": 12, "115": 13, "116": 13, "117": 13, "118": 15, "119": 15, "120": 15, "121": 16, "122": 17, "123": 17, "124": 17, "125": 17, "126": 17, "127": 19}}
{"uri": "post.tmpl", "line_map": {"128": 20, "129": 20, "130": 20, "131": 20, "132": 20, "133": 22, "134": 22, "135": 22, "136": 23, "137": 23, "138": 24, "139": 24, "145": 27, "22": 2, "25": 3, "28": 4, "157": 27, "158": 28, "159": 28, "160": 29, "161": 29, "34": 0, "163": 31, "162": 31, "165": 35, "166": 36, "167": 36, "168": 39, "169": 40, "170": 41, "171": 41, "172": 42, "173": 42, "174": 45, "175": 45, "176": 45, "177": 47, "178": 47, "53": 2, "54": 3, "55": 4, "56": 5, "61": 25, "66": 48, "164": 35, "71": 56, "77": 50, "184": 178, "86": 50, "87": 51, "88": 52, "89": 53, "90": 53, "91": 53, "92": 53, "98": 7, "107": 7, "108": 8, "109": 8, "110": 9, "111": 10, "112": 10, "113": 10, "114": 12, "115": 13, "116": 13, "117": 13, "118": 15, "119": 15, "120": 15, "121": 16, "122": 17, "123": 17, "124": 17, "125": 17, "126": 17, "127": 19}, "source_encoding": "utf-8", "filename": "themes/bootstrap/templates/post.tmpl"}
__M_END_METADATA
"""

View file

@ -4,12 +4,12 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911012.0462902
_modified_time = 1433912407.4420514
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_header.tmpl'
_template_uri = 'post_header.tmpl'
_source_encoding = 'utf-8'
_exports = ['html_translations', 'html_sourcelink', 'html_post_header', 'html_title']
_exports = ['html_sourcelink', 'html_post_header', 'html_title', 'html_translations']
def _mako_get_namespace(context, name):
@ -19,12 +19,12 @@ def _mako_get_namespace(context, name):
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
ns = runtime.TemplateNamespace('comments', context._clean_inheritance_tokens(), templateuri='comments_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'comments')] = ns
ns = runtime.TemplateNamespace('helper', context._clean_inheritance_tokens(), templateuri='post_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'helper')] = ns
ns = runtime.TemplateNamespace('comments', context._clean_inheritance_tokens(), templateuri='comments_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'comments')] = ns
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
@ -41,39 +41,11 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_html_translations(context,post):
__M_caller = context.caller_stack._push_frame()
try:
translations = context.get('translations', UNDEFINED)
len = context.get('len', UNDEFINED)
lang = context.get('lang', UNDEFINED)
messages = context.get('messages', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if len(post.translated_to) > 1:
__M_writer(' <div class="metadata posttranslations translations">\n <h3 class="posttranslations-intro">')
__M_writer(str(messages("Also available in:")))
__M_writer('</h3>\n')
for langname in translations.keys():
if langname != lang and post.is_translation_available(langname):
__M_writer(' <p><a href="')
__M_writer(str(post.permalink(langname)))
__M_writer('" rel="alternate" hreflang="')
__M_writer(str(langname))
__M_writer('">')
__M_writer(str(messages("LANGUAGE", langname)))
__M_writer('</a></p>\n')
__M_writer(' </div>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_sourcelink(context):
__M_caller = context.caller_stack._push_frame()
try:
messages = context.get('messages', UNDEFINED)
post = context.get('post', UNDEFINED)
messages = context.get('messages', UNDEFINED)
show_sourcelink = context.get('show_sourcelink', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
@ -91,17 +63,17 @@ def render_html_sourcelink(context):
def render_html_post_header(context):
__M_caller = context.caller_stack._push_frame()
try:
def html_title():
return render_html_title(context)
date_format = context.get('date_format', UNDEFINED)
post = context.get('post', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
def html_sourcelink():
return render_html_sourcelink(context)
messages = context.get('messages', UNDEFINED)
def html_translations(post):
return render_html_translations(context,post)
messages = context.get('messages', UNDEFINED)
def html_sourcelink():
return render_html_sourcelink(context)
date_format = context.get('date_format', UNDEFINED)
def html_title():
return render_html_title(context)
comments = _mako_get_namespace(context, 'comments')
site_has_comments = context.get('site_has_comments', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n <header>\n ')
__M_writer(str(html_title()))
@ -144,8 +116,8 @@ def render_html_post_header(context):
def render_html_title(context):
__M_caller = context.caller_stack._push_frame()
try:
title = context.get('title', UNDEFINED)
post = context.get('post', UNDEFINED)
title = context.get('title', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if title and not post.meta('hidetitle'):
@ -159,8 +131,36 @@ def render_html_title(context):
context.caller_stack._pop_frame()
def render_html_translations(context,post):
__M_caller = context.caller_stack._push_frame()
try:
lang = context.get('lang', UNDEFINED)
messages = context.get('messages', UNDEFINED)
translations = context.get('translations', UNDEFINED)
len = context.get('len', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if len(post.translated_to) > 1:
__M_writer(' <div class="metadata posttranslations translations">\n <h3 class="posttranslations-intro">')
__M_writer(str(messages("Also available in:")))
__M_writer('</h3>\n')
for langname in translations.keys():
if langname != lang and post.is_translation_available(langname):
__M_writer(' <p><a href="')
__M_writer(str(post.permalink(langname)))
__M_writer('" rel="alternate" hreflang="')
__M_writer(str(langname))
__M_writer('">')
__M_writer(str(messages("LANGUAGE", langname)))
__M_writer('</a></p>\n')
__M_writer(' </div>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"uri": "post_header.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_header.tmpl", "line_map": {"128": 41, "129": 41, "130": 41, "131": 41, "132": 43, "133": 44, "134": 44, "135": 44, "136": 46, "137": 47, "138": 47, "144": 5, "22": 3, "151": 6, "152": 7, "25": 2, "154": 7, "155": 7, "28": 0, "150": 5, "33": 2, "34": 3, "35": 9, "36": 22, "37": 28, "38": 49, "156": 7, "44": 11, "52": 11, "53": 12, "54": 13, "55": 14, "56": 14, "57": 15, "58": 16, "59": 17, "60": 17, "61": 17, "62": 17, "63": 17, "64": 17, "65": 17, "66": 20, "72": 24, "162": 156, "79": 24, "80": 25, "81": 26, "82": 26, "83": 26, "84": 26, "85": 26, "153": 7, "91": 30, "106": 30, "107": 32, "108": 32, "109": 34, "110": 34, "111": 35, "112": 35, "113": 35, "114": 35, "115": 35, "116": 35, "117": 35, "118": 35, "119": 36, "120": 37, "121": 37, "122": 37, "123": 39, "124": 39, "125": 39, "126": 40, "127": 41}}
{"uri": "post_header.tmpl", "line_map": {"128": 7, "150": 17, "134": 11, "142": 11, "143": 12, "144": 13, "145": 14, "146": 14, "147": 15, "148": 16, "149": 17, "22": 2, "151": 17, "152": 17, "25": 3, "154": 17, "155": 17, "28": 0, "33": 2, "34": 3, "35": 9, "36": 22, "37": 28, "38": 49, "156": 20, "44": 24, "51": 24, "52": 25, "53": 26, "54": 26, "55": 26, "56": 26, "57": 26, "63": 30, "162": 156, "78": 30, "79": 32, "80": 32, "81": 34, "82": 34, "83": 35, "84": 35, "85": 35, "86": 35, "87": 35, "88": 35, "89": 35, "90": 35, "91": 36, "92": 37, "93": 37, "94": 37, "95": 39, "96": 39, "97": 39, "98": 40, "99": 41, "100": 41, "101": 41, "102": 41, "103": 41, "104": 43, "105": 44, "106": 44, "107": 44, "108": 46, "109": 47, "110": 47, "116": 5, "153": 17, "122": 5, "123": 6, "124": 7, "125": 7, "126": 7, "127": 7}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_header.tmpl"}
__M_END_METADATA
"""

View file

@ -4,12 +4,12 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911012.0140297
_modified_time = 1433912407.4097297
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_helper.tmpl'
_template_uri = 'post_helper.tmpl'
_source_encoding = 'utf-8'
_exports = ['html_pager', 'open_graph_metadata', 'mathjax_script', 'meta_translations', 'twitter_card_information', 'html_tags']
_exports = ['html_pager', 'meta_translations', 'twitter_card_information', 'open_graph_metadata', 'html_tags', 'mathjax_script']
def render_body(context,**pageargs):
@ -59,71 +59,12 @@ def render_html_pager(context,post):
context.caller_stack._pop_frame()
def render_open_graph_metadata(context,post):
__M_caller = context.caller_stack._push_frame()
try:
url_replacer = context.get('url_replacer', UNDEFINED)
lang = context.get('lang', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
striphtml = context.get('striphtml', UNDEFINED)
blog_title = context.get('blog_title', UNDEFINED)
use_open_graph = context.get('use_open_graph', UNDEFINED)
abs_link = context.get('abs_link', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if use_open_graph:
__M_writer(' <meta property="og:site_name" content="')
__M_writer(striphtml(str(blog_title)))
__M_writer('">\n <meta property="og:title" content="')
__M_writer(filters.html_escape(str(post.title()[:70])))
__M_writer('">\n <meta property="og:url" content="')
__M_writer(str(abs_link(permalink)))
__M_writer('">\n')
if post.description():
__M_writer(' <meta property="og:description" content="')
__M_writer(filters.html_escape(str(post.description()[:200])))
__M_writer('">\n')
else:
__M_writer(' <meta property="og:description" content="')
__M_writer(filters.html_escape(str(post.text(strip_html=True)[:200])))
__M_writer('">\n')
if post.previewimage:
__M_writer(' <meta property="og:image" content="')
__M_writer(str(url_replacer(permalink, post.previewimage, lang, 'absolute')))
__M_writer('">\n')
__M_writer(' <meta property="og:type" content="article">\n')
if post.date.isoformat():
__M_writer(' <meta property="article:published_time" content="')
__M_writer(str(post.date.isoformat()))
__M_writer('">\n')
if post.tags:
for tag in post.tags:
__M_writer(' <meta property="article:tag" content="')
__M_writer(str(tag))
__M_writer('">\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_mathjax_script(context,post):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n')
if post.is_mathjax:
__M_writer(' <script type="text/x-mathjax-config">\n MathJax.Hub.Config({tex2jax: {inlineMath: [[\'$latex \',\'$\'], [\'\\\\(\',\'\\\\)\']]}});</script>\n <script src="/assets/js/mathjax.js"></script>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_meta_translations(context,post):
__M_caller = context.caller_stack._push_frame()
try:
lang = context.get('lang', UNDEFINED)
translations = context.get('translations', UNDEFINED)
len = context.get('len', UNDEFINED)
lang = context.get('lang', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if len(translations) > 1:
@ -170,11 +111,58 @@ def render_twitter_card_information(context,post):
context.caller_stack._pop_frame()
def render_open_graph_metadata(context,post):
__M_caller = context.caller_stack._push_frame()
try:
striphtml = context.get('striphtml', UNDEFINED)
use_open_graph = context.get('use_open_graph', UNDEFINED)
lang = context.get('lang', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
blog_title = context.get('blog_title', UNDEFINED)
abs_link = context.get('abs_link', UNDEFINED)
url_replacer = context.get('url_replacer', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if use_open_graph:
__M_writer(' <meta property="og:site_name" content="')
__M_writer(striphtml(str(blog_title)))
__M_writer('">\n <meta property="og:title" content="')
__M_writer(filters.html_escape(str(post.title()[:70])))
__M_writer('">\n <meta property="og:url" content="')
__M_writer(str(abs_link(permalink)))
__M_writer('">\n')
if post.description():
__M_writer(' <meta property="og:description" content="')
__M_writer(filters.html_escape(str(post.description()[:200])))
__M_writer('">\n')
else:
__M_writer(' <meta property="og:description" content="')
__M_writer(filters.html_escape(str(post.text(strip_html=True)[:200])))
__M_writer('">\n')
if post.previewimage:
__M_writer(' <meta property="og:image" content="')
__M_writer(str(url_replacer(permalink, post.previewimage, lang, 'absolute')))
__M_writer('">\n')
__M_writer(' <meta property="og:type" content="article">\n')
if post.date.isoformat():
__M_writer(' <meta property="article:published_time" content="')
__M_writer(str(post.date.isoformat()))
__M_writer('">\n')
if post.tags:
for tag in post.tags:
__M_writer(' <meta property="article:tag" content="')
__M_writer(str(tag))
__M_writer('">\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_tags(context,post):
__M_caller = context.caller_stack._push_frame()
try:
hidden_tags = context.get('hidden_tags', UNDEFINED)
_link = context.get('_link', UNDEFINED)
hidden_tags = context.get('hidden_tags', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if post.tags:
@ -192,8 +180,20 @@ def render_html_tags(context,post):
context.caller_stack._pop_frame()
def render_mathjax_script(context,post):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n')
if post.is_mathjax:
__M_writer(' <script type="text/x-mathjax-config">\n MathJax.Hub.Config({tex2jax: {inlineMath: [[\'$latex \',\'$\'], [\'\\\\(\',\'\\\\)\']]}});</script>\n <script src="/assets/js/mathjax.js"></script>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"uri": "post_helper.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_helper.tmpl", "line_map": {"15": 0, "20": 2, "21": 11, "22": 23, "23": 40, "24": 69, "25": 85, "26": 93, "32": 25, "37": 25, "38": 26, "39": 27, "40": 28, "41": 29, "42": 30, "43": 30, "44": 30, "45": 30, "46": 30, "47": 30, "48": 33, "49": 34, "50": 35, "51": 35, "52": 35, "53": 35, "54": 35, "55": 35, "56": 38, "62": 42, "73": 42, "74": 43, "75": 44, "76": 44, "77": 44, "78": 45, "79": 45, "80": 46, "81": 46, "82": 47, "83": 48, "84": 48, "85": 48, "86": 49, "87": 50, "88": 50, "89": 50, "90": 52, "91": 53, "92": 53, "93": 53, "94": 55, "95": 60, "96": 61, "97": 61, "98": 61, "99": 63, "100": 64, "101": 65, "102": 65, "103": 65, "109": 87, "113": 87, "114": 88, "115": 89, "121": 3, "128": 3, "129": 4, "130": 5, "131": 6, "132": 7, "133": 7, "134": 7, "135": 7, "136": 7, "142": 71, "147": 71, "148": 72, "149": 73, "150": 73, "151": 73, "152": 74, "153": 75, "154": 75, "155": 75, "156": 76, "157": 77, "158": 77, "159": 77, "160": 79, "161": 80, "162": 80, "163": 80, "164": 81, "165": 82, "166": 82, "167": 82, "173": 13, "179": 13, "180": 14, "181": 15, "182": 16, "183": 17, "184": 18, "185": 18, "186": 18, "187": 18, "188": 18, "189": 21, "195": 189}}
{"uri": "post_helper.tmpl", "line_map": {"15": 0, "20": 2, "21": 11, "22": 23, "23": 40, "24": 69, "25": 85, "26": 93, "32": 25, "37": 25, "38": 26, "39": 27, "40": 28, "41": 29, "42": 30, "43": 30, "44": 30, "45": 30, "46": 30, "47": 30, "48": 33, "49": 34, "50": 35, "51": 35, "52": 35, "53": 35, "54": 35, "55": 35, "56": 38, "62": 3, "69": 3, "70": 4, "71": 5, "72": 6, "73": 7, "74": 7, "75": 7, "76": 7, "77": 7, "83": 71, "88": 71, "89": 72, "90": 73, "91": 73, "92": 73, "93": 74, "94": 75, "95": 75, "96": 75, "97": 76, "98": 77, "99": 77, "100": 77, "101": 79, "102": 80, "103": 80, "104": 80, "105": 81, "106": 82, "107": 82, "108": 82, "114": 42, "125": 42, "126": 43, "127": 44, "128": 44, "129": 44, "130": 45, "131": 45, "132": 46, "133": 46, "134": 47, "135": 48, "136": 48, "137": 48, "138": 49, "139": 50, "140": 50, "141": 50, "142": 52, "143": 53, "144": 53, "145": 53, "146": 55, "147": 60, "148": 61, "149": 61, "150": 61, "151": 63, "152": 64, "153": 65, "154": 65, "155": 65, "161": 13, "167": 13, "168": 14, "169": 15, "170": 16, "171": 17, "172": 18, "173": 18, "174": 18, "175": 18, "176": 18, "177": 21, "183": 87, "187": 87, "188": 88, "189": 89, "195": 189}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_helper.tmpl"}
__M_END_METADATA
"""

View file

@ -4,7 +4,7 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911012.0695572
_modified_time = 1433912407.4653502
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/story.tmpl'
_template_uri = 'story.tmpl'
@ -19,14 +19,14 @@ def _mako_get_namespace(context, name):
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
ns = runtime.TemplateNamespace('comments', context._clean_inheritance_tokens(), templateuri='comments_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'comments')] = ns
ns = runtime.TemplateNamespace('helper', context._clean_inheritance_tokens(), templateuri='post_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'helper')] = ns
ns = runtime.TemplateNamespace('pheader', context._clean_inheritance_tokens(), templateuri='post_header.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'pheader')] = ns
ns = runtime.TemplateNamespace('helper', context._clean_inheritance_tokens(), templateuri='post_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'helper')] = ns
ns = runtime.TemplateNamespace('comments', context._clean_inheritance_tokens(), templateuri='comments_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'comments')] = ns
def _mako_inherit(template, context):
_mako_generate_namespaces(context)
@ -35,15 +35,15 @@ def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
site_has_comments = context.get('site_has_comments', UNDEFINED)
pheader = _mako_get_namespace(context, 'pheader')
helper = _mako_get_namespace(context, 'helper')
post = context.get('post', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
messages = context.get('messages', UNDEFINED)
enable_comments = context.get('enable_comments', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
site_has_comments = context.get('site_has_comments', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
pheader = _mako_get_namespace(context, 'pheader')
messages = context.get('messages', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
@ -62,15 +62,15 @@ def render_body(context,**pageargs):
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
site_has_comments = context.get('site_has_comments', UNDEFINED)
pheader = _mako_get_namespace(context, 'pheader')
helper = _mako_get_namespace(context, 'helper')
post = context.get('post', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
messages = context.get('messages', UNDEFINED)
enable_comments = context.get('enable_comments', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
site_has_comments = context.get('site_has_comments', UNDEFINED)
def content():
return render_content(context)
pheader = _mako_get_namespace(context, 'pheader')
messages = context.get('messages', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n<article class="storypage" itemscope="itemscope" itemtype="http://schema.org/Article">\n <header>\n ')
__M_writer(str(pheader.html_title()))
@ -95,6 +95,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
{"uri": "story.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/story.tmpl", "line_map": {"86": 19, "75": 7, "76": 10, "77": 10, "78": 11, "79": 11, "80": 14, "81": 14, "82": 16, "83": 17, "84": 18, "85": 18, "22": 4, "87": 19, "88": 22, "25": 3, "90": 22, "28": 2, "96": 90, "34": 0, "48": 2, "49": 3, "50": 4, "51": 5, "89": 22, "56": 24, "62": 7}}
{"uri": "story.tmpl", "line_map": {"86": 19, "75": 7, "76": 10, "77": 10, "78": 11, "79": 11, "80": 14, "81": 14, "82": 16, "83": 17, "84": 18, "85": 18, "22": 2, "87": 19, "88": 22, "25": 3, "90": 22, "28": 4, "96": 90, "34": 0, "48": 2, "49": 3, "50": 4, "51": 5, "89": 22, "56": 24, "62": 7}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/story.tmpl"}
__M_END_METADATA
"""

View file

@ -4,7 +4,7 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911012.1231341
_modified_time = 1433912407.5187435
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/tag.tmpl'
_template_uri = 'tag.tmpl'
@ -27,23 +27,23 @@ def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
translations = context.get('translations', UNDEFINED)
len = context.get('len', UNDEFINED)
messages = context.get('messages', UNDEFINED)
_link = context.get('_link', UNDEFINED)
description = context.get('description', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
subcategories = context.get('subcategories', UNDEFINED)
generate_rss = context.get('generate_rss', UNDEFINED)
len = context.get('len', UNDEFINED)
posts = context.get('posts', UNDEFINED)
parent = context.get('parent', UNDEFINED)
description = context.get('description', UNDEFINED)
def extra_head():
return render_extra_head(context._locals(__M_locals))
subcategories = context.get('subcategories', UNDEFINED)
kind = context.get('kind', UNDEFINED)
tag = context.get('tag', UNDEFINED)
translations = context.get('translations', UNDEFINED)
title = context.get('title', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
kind = context.get('kind', UNDEFINED)
parent = context.get('parent', UNDEFINED)
posts = context.get('posts', UNDEFINED)
title = context.get('title', UNDEFINED)
generate_rss = context.get('generate_rss', UNDEFINED)
messages = context.get('messages', UNDEFINED)
tag = context.get('tag', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'extra_head'):
@ -64,15 +64,15 @@ def render_body(context,**pageargs):
def render_extra_head(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
translations = context.get('translations', UNDEFINED)
len = context.get('len', UNDEFINED)
_link = context.get('_link', UNDEFINED)
len = context.get('len', UNDEFINED)
generate_rss = context.get('generate_rss', UNDEFINED)
parent = context.get('parent', UNDEFINED)
def extra_head():
return render_extra_head(context)
kind = context.get('kind', UNDEFINED)
parent = context.get('parent', UNDEFINED)
generate_rss = context.get('generate_rss', UNDEFINED)
tag = context.get('tag', UNDEFINED)
translations = context.get('translations', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n ')
__M_writer(str(parent.extra_head()))
@ -104,20 +104,20 @@ def render_extra_head(context,**pageargs):
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
description = context.get('description', UNDEFINED)
translations = context.get('translations', UNDEFINED)
len = context.get('len', UNDEFINED)
messages = context.get('messages', UNDEFINED)
_link = context.get('_link', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
len = context.get('len', UNDEFINED)
generate_rss = context.get('generate_rss', UNDEFINED)
posts = context.get('posts', UNDEFINED)
description = context.get('description', UNDEFINED)
subcategories = context.get('subcategories', UNDEFINED)
kind = context.get('kind', UNDEFINED)
tag = context.get('tag', UNDEFINED)
translations = context.get('translations', UNDEFINED)
title = context.get('title', UNDEFINED)
def content():
return render_content(context)
kind = context.get('kind', UNDEFINED)
posts = context.get('posts', UNDEFINED)
title = context.get('title', UNDEFINED)
generate_rss = context.get('generate_rss', UNDEFINED)
messages = context.get('messages', UNDEFINED)
tag = context.get('tag', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n<article class="tagpage">\n <header>\n <h1>')
__M_writer(filters.html_escape(str(title)))
@ -179,6 +179,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
{"uri": "tag.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/tag.tmpl", "line_map": {"128": 21, "129": 23, "130": 24, "131": 24, "132": 24, "133": 26, "134": 27, "135": 27, "136": 27, "137": 27, "138": 27, "139": 29, "140": 31, "141": 32, "142": 33, "143": 34, "144": 35, "145": 35, "146": 35, "147": 35, "148": 35, "149": 35, "150": 35, "151": 35, "152": 38, "153": 39, "26": 0, "155": 39, "156": 39, "154": 39, "158": 41, "159": 43, "160": 44, "161": 45, "162": 46, "163": 46, "164": 46, "165": 46, "166": 46, "167": 46, "168": 46, "169": 46, "170": 46, "171": 46, "172": 46, "173": 48, "174": 50, "157": 39, "48": 2, "180": 174, "53": 13, "58": 51, "64": 4, "77": 4, "78": 5, "79": 5, "80": 6, "81": 7, "82": 8, "83": 8, "84": 8, "85": 8, "86": 8, "87": 8, "88": 8, "89": 8, "90": 8, "91": 10, "92": 11, "93": 11, "94": 11, "95": 11, "96": 11, "97": 11, "98": 11, "104": 16, "122": 16, "123": 19, "124": 19, "125": 20, "126": 21, "127": 21}}
{"uri": "tag.tmpl", "line_map": {"128": 21, "129": 23, "130": 24, "131": 24, "132": 24, "133": 26, "134": 27, "135": 27, "136": 27, "137": 27, "138": 27, "139": 29, "140": 31, "141": 32, "142": 33, "143": 34, "144": 35, "145": 35, "146": 35, "147": 35, "148": 35, "149": 35, "150": 35, "151": 35, "152": 38, "153": 39, "26": 0, "155": 39, "156": 39, "154": 39, "158": 41, "159": 43, "160": 44, "161": 45, "162": 46, "163": 46, "164": 46, "165": 46, "166": 46, "167": 46, "168": 46, "169": 46, "170": 46, "171": 46, "172": 46, "173": 48, "174": 50, "157": 39, "48": 2, "180": 174, "53": 13, "58": 51, "64": 4, "77": 4, "78": 5, "79": 5, "80": 6, "81": 7, "82": 8, "83": 8, "84": 8, "85": 8, "86": 8, "87": 8, "88": 8, "89": 8, "90": 8, "91": 10, "92": 11, "93": 11, "94": 11, "95": 11, "96": 11, "97": 11, "98": 11, "104": 16, "122": 16, "123": 19, "124": 19, "125": 20, "126": 21, "127": 21}, "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/tag.tmpl"}
__M_END_METADATA
"""

View file

@ -4,7 +4,7 @@ UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1433911012.103686
_modified_time = 1433912407.499532
_enable_loop = True
_template_filename = 'themes/bootstrap/templates/tags.tmpl'
_template_uri = 'tags.tmpl'
@ -27,12 +27,12 @@ def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
title = context.get('title', UNDEFINED)
items = context.get('items', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
cat_items = context.get('cat_items', UNDEFINED)
messages = context.get('messages', UNDEFINED)
items = context.get('items', UNDEFINED)
title = context.get('title', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
__M_writer = context.writer()
__M_writer('\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'content'):
@ -48,12 +48,12 @@ def render_body(context,**pageargs):
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
title = context.get('title', UNDEFINED)
items = context.get('items', UNDEFINED)
def content():
return render_content(context)
cat_items = context.get('cat_items', UNDEFINED)
messages = context.get('messages', UNDEFINED)
items = context.get('items', UNDEFINED)
title = context.get('title', UNDEFINED)
def content():
return render_content(context)
__M_writer = context.writer()
__M_writer('\n<h1>')
__M_writer(str(title))
@ -90,6 +90,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
{"uri": "tags.tmpl", "source_encoding": "utf-8", "filename": "themes/bootstrap/templates/tags.tmpl", "line_map": {"64": 7, "65": 9, "66": 10, "67": 11, "68": 11, "69": 11, "70": 11, "71": 11, "72": 14, "73": 15, "74": 16, "75": 16, "76": 16, "77": 19, "78": 20, "79": 21, "80": 22, "81": 22, "82": 22, "83": 22, "84": 22, "85": 24, "26": 0, "91": 85, "37": 2, "42": 26, "48": 4, "58": 4, "59": 5, "60": 5, "61": 6, "62": 7, "63": 7}}
{"uri": "tags.tmpl", "line_map": {"64": 7, "65": 9, "66": 10, "67": 11, "68": 11, "69": 11, "70": 11, "71": 11, "72": 14, "73": 15, "74": 16, "75": 16, "76": 16, "77": 19, "78": 20, "79": 21, "80": 22, "81": 22, "82": 22, "83": 22, "84": 22, "85": 24, "26": 0, "91": 85, "37": 2, "42": 26, "48": 4, "58": 4, "59": 5, "60": 5, "61": 6, "62": 7, "63": 7}, "source_encoding": "utf-8", "filename": "themes/bootstrap/templates/tags.tmpl"}
__M_END_METADATA
"""

2
cache/lastdeploy vendored
View file

@ -1 +1 @@
2015-06-10T04:36:54.828795
2015-06-10T05:00:10.263258

View file

@ -136,10 +136,10 @@
<a href="../posts/200706screen-terminal-multiplexer.html" class="listtitle">Screen - terminal multiplexer</a> <time class="listdate" datetime="2007-06-13T18:06:00-05:00" title="2007-06-13">2007-06-13</time>
</li>
<li>
<a href="../posts/200705ikog-the-simple-todo-list.html" class="listtitle">iKog - the simple todo list</a> <time class="listdate" datetime="2007-05-21T18:05:00-05:00" title="2007-05-21">2007-05-21</time>
<a href="../posts/200705bins-photo-album.html" class="listtitle">BINS Photo Album</a> <time class="listdate" datetime="2007-05-21T18:05:00-05:00" title="2007-05-21">2007-05-21</time>
</li>
<li>
<a href="../posts/200705bins-photo-album.html" class="listtitle">BINS Photo Album</a> <time class="listdate" datetime="2007-05-21T18:05:00-05:00" title="2007-05-21">2007-05-21</time>
<a href="../posts/200705ikog-the-simple-todo-list.html" class="listtitle">iKog - the simple todo list</a> <time class="listdate" datetime="2007-05-21T18:05:00-05:00" title="2007-05-21">2007-05-21</time>
</li>
<li>
<a href="../posts/200703strayed-from-the-path.html" class="listtitle">Strayed from the path</a> <time class="listdate" datetime="2007-03-19T18:03:00-06:00" title="2007-03-19">2007-03-19</time>

View file

@ -148,10 +148,10 @@
<a href="../posts/200706screen-terminal-multiplexer.html" class="listtitle">Screen - terminal multiplexer</a> <time class="listdate" datetime="2007-06-13T18:06:00-05:00" title="2007-06-13">2007-06-13</time>
</li>
<li>
<a href="../posts/200705ikog-the-simple-todo-list.html" class="listtitle">iKog - the simple todo list</a> <time class="listdate" datetime="2007-05-21T18:05:00-05:00" title="2007-05-21">2007-05-21</time>
<a href="../posts/200705bins-photo-album.html" class="listtitle">BINS Photo Album</a> <time class="listdate" datetime="2007-05-21T18:05:00-05:00" title="2007-05-21">2007-05-21</time>
</li>
<li>
<a href="../posts/200705bins-photo-album.html" class="listtitle">BINS Photo Album</a> <time class="listdate" datetime="2007-05-21T18:05:00-05:00" title="2007-05-21">2007-05-21</time>
<a href="../posts/200705ikog-the-simple-todo-list.html" class="listtitle">iKog - the simple todo list</a> <time class="listdate" datetime="2007-05-21T18:05:00-05:00" title="2007-05-21">2007-05-21</time>
</li>
<li>
<a href="../posts/200703cli-bugissuetask-tracking-system.html" class="listtitle">cli bug/issue/task tracking system?</a> <time class="listdate" datetime="2007-03-05T17:03:00-06:00" title="2007-03-05">2007-03-05</time>

View file

@ -6,666 +6,666 @@
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>http://www.duckland.org/2006/06/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2006/07/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2006/11/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2006/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2007/01/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2007/03/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2007/05/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2007/06/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2007/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2008/04/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2008/05/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2008/08/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2008/11/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2008/12/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2008/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2009/01/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2009/04/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2009/05/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2009/12/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2009/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2010/02/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2010/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2011/12/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2011/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2013/10/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2013/11/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2013/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/01/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/02/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/03/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/04/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/05/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/06/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/07/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/08/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/09/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/10/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/12/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2015/01/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2015/02/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2015/03/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2015/05/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2015/06/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2015/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/archive.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/30daychallenge.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/ansible.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/arch.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/article.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/blogging.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/bugtracker.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/calendar.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/cli.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/email.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/freebsd.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/games.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/imap.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/lifeimitatingmovies.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/linux.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/music.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/network.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/openbsd.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/personal.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/personeal.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/photo.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/remind.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/rss.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/sa.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/screen.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/screensaver.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/search.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/sitenews.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/software.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/ssh.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/telecommute.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/todo.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/travel.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/troubleshooting.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/unix.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/windowmanager.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/wireless.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/work.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/index-1.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/index-10.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/index-11.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/index-12.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/index-13.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/index-2.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/index-3.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/index-4.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/index-5.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/index-6.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/index-7.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/index-8.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/index-9.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200606what-do-i-use.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200607window-managers.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200611another-rss-reader.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200611disconnected-imap.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200611rss-reader-raggle.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200611screen-saver-yes.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200701window-manager-for-tty.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200703cli-bugissuetask-tracking-system.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200703cli-magic-linux-troubleshooting-tools-101.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200703strayed-from-the-path.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200705bins-photo-album.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200705ikog-the-simple-todo-list.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200706pacman-for-console.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200706screen-terminal-multiplexer.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200804dvtm-dynamic-virtual-terminal-manager.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200805command-line-blog-posts.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200808pizza-party-command-line-pizza-ordering-program.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200808so-you-need-a-calendar.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200811alerting-with-remind.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200812googles-calendar-on-the-command-line.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200901cmus-a-music-manager-for-the-terminal.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200904wifiroamd-intel-prowireless-3945abg-and-fedora.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200905search-your-email.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/200912making-life-easy-over-flaky-links.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201002cmus-project-restarted.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201112an-update-to-window-managers.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201311clickable-urls-links-in-rxvt.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201311dd-with-progress.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201311rebooting-ducklandorg.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201311tale-of-install.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201401cli-added.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201401tale-of-install-2.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201402travels.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201403back-to-freebsd-aka-day-1.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201403freebsd-challenge-day-12-15.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201403freebsd-challenge-day-16.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201403freebsd-challenge-day-2.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201403freebsd-challenge-day-3.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201403freebsd-challenge-day-4-6.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201403freebsd-challenge-day-7.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201403freebsd-challenge-day-8.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201403freebsd-challenge-day-9-11.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201403new-cms-again.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201404freebsd-challenge-day-17.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201404freebsd-challenge-final-for-now.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201404freebsd-challenge-update.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201405on-the-road-again.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201406back-to-freebsd-maybe-back-to-the-challenge.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201406more-travel.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201406rewards-for-hard-travel.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201407freebsd-switch.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201408one-step-closer.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201409perl-modules-and-package-management.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201410another-month-going-quick.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/201412this-posting-thing-is-not-working-right-now.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/30daychallengefreebsdsa.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/another-year.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/april-recap.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/freebsd-challenge-ii-day-14.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/freebsd-challenge-ii-day-30-update.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/goodbye-2014.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/march-update.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/new-look-again.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/quick-ansible-tip.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/update-on-revisiting-freebsd-challenge.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/updates-to-aur-packages.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/vegas-again.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/stories/about.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
</urlset>

View file

@ -6,158 +6,158 @@
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<sitemap>
<loc>http://www.duckland.org/categories/30daychallenge.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/ansible.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/arch.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/article.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/blogging.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/bugtracker.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/calendar.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/cli.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/email.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/freebsd.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/games.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/imap.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/lifeimitatingmovies.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/linux.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/music.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/network.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/openbsd.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/personal.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/personeal.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/photo.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/remind.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/rss.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/sa.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/screen.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/screensaver.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/search.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/sitenews.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/software.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/ssh.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/telecommute.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/todo.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/travel.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/troubleshooting.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/unix.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/windowmanager.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/wireless.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/categories/work.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/rss.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
<sitemap>
<loc>http://www.duckland.org/sitemap.xml</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-10</lastmod>
</sitemap>
</sitemapindex>