Automatic commit via /home/don/bin/deployweb Fri Jun 12 15:00:12 UTC 2015

This commit is contained in:
Don Harper 2015-06-12 15:00:12 +00:00
parent 5737d39227
commit 25b8a8a658
69 changed files with 895 additions and 1074 deletions

BIN
.doit.db

Binary file not shown.

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 = 1434124560.1457129
_modified_time = 1434121208.022253
_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 = ['code', 'css']
_exports = ['css', 'code']
def render_body(context,**pageargs):
@ -24,16 +24,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_code(context):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n <script src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script>\n <script src="http://assets.annotateit.org/annotator/v1.2.7/annotator-full.js"></script>\n <script>\n jQuery(function ($) {\n $(\'body\').annotator().annotator(\'setupPlugins\', {}, {\n // Disable filter bar\n Filter: false\n });\n });\n </script>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_css(context):
__M_caller = context.caller_stack._push_frame()
try:
@ -44,8 +34,18 @@ def render_css(context):
context.caller_stack._pop_frame()
def render_code(context):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n <script src="http://code.jquery.com/jquery-migrate-1.2.1.js"></script>\n <script src="http://assets.annotateit.org/annotator/v1.2.7/annotator-full.js"></script>\n <script>\n jQuery(function ($) {\n $(\'body\').annotator().annotator(\'setupPlugins\', {}, {\n // Disable filter bar\n Filter: false\n });\n });\n </script>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"line_map": {"20": 3, "21": 16, "15": 0, "41": 1, "27": 5, "37": 1, "47": 41, "31": 5}, "uri": "annotation_helper.tmpl", "source_encoding": "ascii", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/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"}
__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 = 1434124559.9076583
_modified_time = 1434121207.9481463
_enable_loop = True
_template_filename = 'themes/bootstrap3/templates/base.tmpl'
_template_uri = 'base.tmpl'
_source_encoding = 'utf-8'
_exports = ['sourcelink', 'extra_head', 'content', 'extra_js', 'belowtitle']
_exports = ['extra_js', 'content', 'extra_head', 'sourcelink', 'belowtitle']
def _mako_get_namespace(context, name):
@ -32,37 +32,37 @@ def render_body(context,**pageargs):
_import_ns = {}
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
set_locale = _import_ns.get('set_locale', context.get('set_locale', UNDEFINED))
blog_title = _import_ns.get('blog_title', context.get('blog_title', UNDEFINED))
search_form = _import_ns.get('search_form', context.get('search_form', UNDEFINED))
len = _import_ns.get('len', context.get('len', UNDEFINED))
annotations = _import_ns.get('annotations', context.get('annotations', UNDEFINED))
momentjs_locales = _import_ns.get('momentjs_locales', context.get('momentjs_locales', UNDEFINED))
base = _mako_get_namespace(context, 'base')
content_footer = _import_ns.get('content_footer', context.get('content_footer', UNDEFINED))
search_form = _import_ns.get('search_form', context.get('search_form', UNDEFINED))
annotations = _import_ns.get('annotations', context.get('annotations', UNDEFINED))
len = _import_ns.get('len', context.get('len', UNDEFINED))
body_end = _import_ns.get('body_end', context.get('body_end', UNDEFINED))
set_locale = _import_ns.get('set_locale', context.get('set_locale', UNDEFINED))
post = _import_ns.get('post', context.get('post', UNDEFINED))
date_fanciness = _import_ns.get('date_fanciness', context.get('date_fanciness', UNDEFINED))
lang = _import_ns.get('lang', context.get('lang', UNDEFINED))
messages = _import_ns.get('messages', context.get('messages', UNDEFINED))
show_blog_title = _import_ns.get('show_blog_title', context.get('show_blog_title', UNDEFINED))
def sourcelink():
return render_sourcelink(context._locals(__M_locals))
lang = _import_ns.get('lang', context.get('lang', UNDEFINED))
momentjs_locales = _import_ns.get('momentjs_locales', context.get('momentjs_locales', UNDEFINED))
abs_link = _import_ns.get('abs_link', context.get('abs_link', UNDEFINED))
logo_url = _import_ns.get('logo_url', context.get('logo_url', UNDEFINED))
template_hooks = _import_ns.get('template_hooks', context.get('template_hooks', UNDEFINED))
def extra_js():
return render_extra_js(context._locals(__M_locals))
messages = _import_ns.get('messages', context.get('messages', UNDEFINED))
notes = _mako_get_namespace(context, 'notes')
date_fanciness = _import_ns.get('date_fanciness', context.get('date_fanciness', UNDEFINED))
body_end = _import_ns.get('body_end', context.get('body_end', UNDEFINED))
def extra_head():
return render_extra_head(context._locals(__M_locals))
def content():
return render_content(context._locals(__M_locals))
base = _mako_get_namespace(context, 'base')
def belowtitle():
return render_belowtitle(context._locals(__M_locals))
translations = _import_ns.get('translations', context.get('translations', UNDEFINED))
show_sourcelink = _import_ns.get('show_sourcelink', context.get('show_sourcelink', UNDEFINED))
show_blog_title = _import_ns.get('show_blog_title', context.get('show_blog_title', UNDEFINED))
def content():
return render_content(context._locals(__M_locals))
js_date_format = _import_ns.get('js_date_format', context.get('js_date_format', UNDEFINED))
logo_url = _import_ns.get('logo_url', context.get('logo_url', UNDEFINED))
template_hooks = _import_ns.get('template_hooks', context.get('template_hooks', UNDEFINED))
abs_link = _import_ns.get('abs_link', context.get('abs_link', 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))
translations = _import_ns.get('translations', context.get('translations', UNDEFINED))
notes = _mako_get_namespace(context, 'notes')
def extra_js():
return render_extra_js(context._locals(__M_locals))
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
@ -158,14 +158,28 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_sourcelink(context,**pageargs):
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 sourcelink():
return render_sourcelink(context)
def extra_js():
return render_extra_js(context)
__M_writer = context.writer()
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:
@ -187,28 +201,14 @@ def render_extra_head(context,**pageargs):
context.caller_stack._pop_frame()
def render_content(context,**pageargs):
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 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, 'notes')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
def extra_js():
return render_extra_js(context)
def sourcelink():
return render_sourcelink(context)
__M_writer = context.writer()
return ''
finally:
@ -221,9 +221,9 @@ def render_belowtitle(context,**pageargs):
_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))
base = _mako_get_namespace(context, 'base')
len = _import_ns.get('len', context.get('len', UNDEFINED))
translations = _import_ns.get('translations', context.get('translations', UNDEFINED))
def belowtitle():
return render_belowtitle(context)
__M_writer = context.writer()
@ -240,6 +240,6 @@ def render_belowtitle(context,**pageargs):
"""
__M_BEGIN_METADATA
{"line_map": {"128": 71, "129": 72, "130": 72, "131": 77, "132": 77, "133": 81, "134": 81, "135": 82, "136": 82, "137": 82, "138": 82, "190": 66, "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, "241": 235, "175": 6, "184": 6, "153": 91, "67": 2, "68": 3, "69": 4, "70": 4, "71": 5, "72": 5, "204": 85, "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", "source_encoding": "utf-8", "filename": "themes/bootstrap3/templates/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": 85, "198": 6, "241": 235, "175": 66, "189": 6, "153": 91, "67": 2, "68": 3, "69": 4, "70": 4, "71": 5, "72": 5, "204": 51, "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"}
__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 = 1434124560.0383453
_modified_time = 1434121207.9895308
_enable_loop = True
_template_filename = 'themes/bootstrap3/templates/base_helper.tmpl'
_template_uri = 'base_helper.tmpl'
_source_encoding = 'utf-8'
_exports = ['html_stylesheets', 'html_headstart', 'html_navigation_links', 'html_translations', 'html_feedlinks', 'late_load_js']
_exports = ['late_load_js', 'html_headstart', 'html_stylesheets', 'html_feedlinks', 'html_translations', 'html_navigation_links']
def render_body(context,**pageargs):
@ -29,38 +29,34 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_html_stylesheets(context):
def render_late_load_js(context):
__M_caller = context.caller_stack._push_frame()
try:
has_custom_css = context.get('has_custom_css', UNDEFINED)
annotations = context.get('annotations', UNDEFINED)
social_buttons_code = context.get('social_buttons_code', UNDEFINED)
use_bundles = context.get('use_bundles', UNDEFINED)
post = context.get('post', UNDEFINED)
notes = context.get('notes', UNDEFINED)
colorbox_locales = context.get('colorbox_locales', UNDEFINED)
use_cdn = context.get('use_cdn', UNDEFINED)
lang = context.get('lang', 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')
__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(' <link href="/assets/css/all-nocdn.css" rel="stylesheet" type="text/css">\n')
__M_writer(' <script src="/assets/js/all-nocdn.js"></script>\n')
else:
if use_cdn:
__M_writer(' <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet">\n')
__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(' <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')
__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()
@ -69,29 +65,29 @@ def render_html_stylesheets(context):
def render_html_headstart(context):
__M_caller = context.caller_stack._push_frame()
try:
nextlink = context.get('nextlink', UNDEFINED)
twitter_card = context.get('twitter_card', UNDEFINED)
is_rtl = context.get('is_rtl', UNDEFINED)
use_open_graph = context.get('use_open_graph', UNDEFINED)
url_replacer = context.get('url_replacer', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
def html_stylesheets():
return render_html_stylesheets(context)
permalink = context.get('permalink', UNDEFINED)
url_replacer = context.get('url_replacer', UNDEFINED)
blog_title = context.get('blog_title', UNDEFINED)
comment_system_id = context.get('comment_system_id', UNDEFINED)
twitter_card = context.get('twitter_card', UNDEFINED)
nextlink = context.get('nextlink', UNDEFINED)
use_open_graph = context.get('use_open_graph', UNDEFINED)
description = context.get('description', UNDEFINED)
extra_head_data = context.get('extra_head_data', UNDEFINED)
lang = context.get('lang', UNDEFINED)
abs_link = context.get('abs_link', UNDEFINED)
description = context.get('description', UNDEFINED)
title = context.get('title', UNDEFINED)
comment_system_id = context.get('comment_system_id', UNDEFINED)
favicons = context.get('favicons', UNDEFINED)
comment_system = context.get('comment_system', UNDEFINED)
prevlink = context.get('prevlink', UNDEFINED)
use_cdn = context.get('use_cdn', UNDEFINED)
mathjax_config = context.get('mathjax_config', UNDEFINED)
def html_feedlinks():
return render_html_feedlinks(context)
comment_system = context.get('comment_system', UNDEFINED)
title = context.get('title', UNDEFINED)
prevlink = context.get('prevlink', UNDEFINED)
mathjax_config = context.get('mathjax_config', UNDEFINED)
favicons = context.get('favicons', UNDEFINED)
is_rtl = context.get('is_rtl', UNDEFINED)
use_cdn = context.get('use_cdn', UNDEFINED)
striphtml = context.get('striphtml', UNDEFINED)
blog_title = context.get('blog_title', UNDEFINED)
abs_link = context.get('abs_link', 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'):
@ -166,15 +162,106 @@ def render_html_headstart(context):
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)
post = context.get('post', UNDEFINED)
use_cdn = context.get('use_cdn', UNDEFINED)
use_bundles = context.get('use_bundles', UNDEFINED)
annotations = context.get('annotations', UNDEFINED)
notes = context.get('notes', 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:
rss_link = context.get('rss_link', UNDEFINED)
len = context.get('len', UNDEFINED)
translations = context.get('translations', UNDEFINED)
generate_rss = context.get('generate_rss', UNDEFINED)
_link = context.get('_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_html_translations(context):
__M_caller = context.caller_stack._push_frame()
try:
translations = context.get('translations', UNDEFINED)
messages = context.get('messages', UNDEFINED)
_link = context.get('_link', UNDEFINED)
lang = context.get('lang', 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_navigation_links(context):
__M_caller = context.caller_stack._push_frame()
try:
isinstance = context.get('isinstance', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
navigation_links = context.get('navigation_links', UNDEFINED)
rel_link = context.get('rel_link', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
tuple = context.get('tuple', UNDEFINED)
lang = context.get('lang', UNDEFINED)
navigation_links = context.get('navigation_links', UNDEFINED)
isinstance = context.get('isinstance', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
for url, text in navigation_links[lang]:
@ -214,95 +301,8 @@ def render_html_navigation_links(context):
context.caller_stack._pop_frame()
def render_html_translations(context):
__M_caller = context.caller_stack._push_frame()
try:
translations = context.get('translations', UNDEFINED)
messages = context.get('messages', UNDEFINED)
_link = context.get('_link', UNDEFINED)
lang = context.get('lang', 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_feedlinks(context):
__M_caller = context.caller_stack._push_frame()
try:
translations = context.get('translations', UNDEFINED)
rss_link = context.get('rss_link', UNDEFINED)
len = context.get('len', UNDEFINED)
_link = context.get('_link', 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_late_load_js(context):
__M_caller = context.caller_stack._push_frame()
try:
social_buttons_code = context.get('social_buttons_code', UNDEFINED)
use_cdn = context.get('use_cdn', UNDEFINED)
lang = context.get('lang', UNDEFINED)
use_bundles = context.get('use_bundles', UNDEFINED)
colorbox_locales = context.get('colorbox_locales', 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()
"""
__M_BEGIN_METADATA
{"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": 3, "96": 3, "97": 7, "98": 8, "99": 9, "100": 10, "101": 12, "102": 13, "103": 15, "104": 16, "105": 18, "106": 21, "107": 22, "108": 25, "109": 25, "110": 25, "111": 28, "112": 29, "113": 29, "114": 29, "115": 31, "116": 32, "117": 32, "118": 32, "119": 32, "120": 34, "121": 34, "122": 35, "123": 35, "124": 36, "125": 37, "126": 37, "127": 37, "128": 39, "129": 40, "130": 41, "131": 42, "132": 42, "133": 42, "134": 42, "135": 42, "136": 42, "137": 42, "138": 45, "139": 46, "140": 47, "141": 47, "142": 47, "143": 49, "144": 50, "145": 51, "146": 51, "147": 51, "148": 53, "149": 54, "150": 54, "151": 54, "152": 56, "153": 57, "154": 57, "155": 58, "156": 59, "157": 60, "158": 61, "159": 61, "160": 61, "161": 63, "162": 64, "163": 64, "169": 124, "179": 124, "180": 125, "181": 126, "182": 127, "183": 127, "184": 127, "185": 129, "186": 130, "187": 131, "188": 131, "189": 131, "190": 131, "191": 131, "192": 132, "193": 133, "194": 133, "195": 133, "196": 133, "197": 133, "198": 136, "199": 137, "200": 138, "201": 139, "202": 139, "203": 139, "204": 139, "205": 139, "206": 140, "207": 141, "208": 141, "209": 141, "210": 141, "211": 141, "217": 161, "225": 161, "226": 162, "227": 163, "228": 164, "229": 164, "230": 164, "231": 164, "232": 164, "233": 164, "234": 164, "240": 147, "249": 147, "250": 148, "251": 149, "252": 149, "253": 149, "254": 150, "255": 151, "256": 152, "257": 153, "258": 153, "259": 153, "260": 153, "261": 153, "262": 155, "263": 156, "264": 156, "265": 156, "271": 67, "280": 67, "281": 68, "282": 69, "283": 70, "284": 73, "285": 74, "286": 76, "287": 77, "288": 78, "289": 80, "290": 81, "291": 86, "292": 88, "293": 89, "294": 89, "295": 89, "296": 91, "297": 91, "298": 91, "304": 298}, "uri": "base_helper.tmpl", "source_encoding": "utf-8", "filename": "themes/bootstrap3/templates/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": 67, "41": 67, "42": 68, "43": 69, "44": 70, "45": 73, "46": 74, "47": 76, "48": 77, "49": 78, "50": 80, "51": 81, "52": 86, "53": 88, "54": 89, "55": 89, "56": 89, "57": 91, "58": 91, "59": 91, "65": 3, "92": 3, "93": 7, "94": 8, "95": 9, "96": 10, "97": 12, "98": 13, "99": 15, "100": 16, "101": 18, "102": 21, "103": 22, "104": 25, "105": 25, "106": 25, "107": 28, "108": 29, "109": 29, "110": 29, "111": 31, "112": 32, "113": 32, "114": 32, "115": 32, "116": 34, "117": 34, "118": 35, "119": 35, "120": 36, "121": 37, "122": 37, "123": 37, "124": 39, "125": 40, "126": 41, "127": 42, "128": 42, "129": 42, "130": 42, "131": 42, "132": 42, "133": 42, "134": 45, "135": 46, "136": 47, "137": 47, "138": 47, "139": 49, "140": 50, "141": 51, "142": 51, "143": 51, "144": 53, "145": 54, "146": 54, "147": 54, "148": 56, "149": 57, "150": 57, "151": 58, "152": 59, "153": 60, "154": 61, "155": 61, "156": 61, "157": 63, "158": 64, "159": 64, "165": 95, "175": 95, "176": 96, "177": 97, "178": 98, "179": 100, "180": 101, "181": 103, "182": 104, "183": 105, "184": 106, "185": 107, "186": 109, "187": 113, "188": 114, "189": 117, "190": 118, "191": 118, "192": 118, "193": 119, "194": 120, "195": 120, "196": 120, "202": 147, "211": 147, "212": 148, "213": 149, "214": 149, "215": 149, "216": 150, "217": 151, "218": 152, "219": 153, "220": 153, "221": 153, "222": 153, "223": 153, "224": 155, "225": 156, "226": 156, "227": 156, "233": 161, "241": 161, "242": 162, "243": 163, "244": 164, "245": 164, "246": 164, "247": 164, "248": 164, "249": 164, "250": 164, "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"}
__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 = 1434124560.384032
_modified_time = 1434121207.8628833
_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_form', 'comment_link_script', 'comment_link']
_exports = ['comment_link_script', 'comment_link', 'comment_form']
def _mako_get_namespace(context, name):
@ -19,27 +19,27 @@ def _mako_get_namespace(context, name):
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
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
ns = runtime.TemplateNamespace('isso', context._clean_inheritance_tokens(), templateuri='comments_helper_isso.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'isso')] = 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('facebook', context._clean_inheritance_tokens(), templateuri='comments_helper_facebook.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'facebook')] = 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
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('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('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_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
muut = _mako_get_namespace(context, 'muut')
facebook = _mako_get_namespace(context, 'facebook')
livefyre = _mako_get_namespace(context, 'livefyre')
comment_system = context.get('comment_system', UNDEFINED)
googleplus = _mako_get_namespace(context, 'googleplus')
intensedebate = _mako_get_namespace(context, 'intensedebate')
isso = _mako_get_namespace(context, 'isso')
disqus = _mako_get_namespace(context, 'disqus')
__M_writer = context.writer()
__M_writer('\n')
if comment_system == 'disqus':
__M_writer(' ')
__M_writer(str(disqus.comment_form(url, title, identifier)))
__M_writer('\n')
elif comment_system == 'livefyre':
__M_writer(' ')
__M_writer(str(livefyre.comment_form(url, title, identifier)))
__M_writer('\n')
elif comment_system == 'intensedebate':
__M_writer(' ')
__M_writer(str(intensedebate.comment_form(url, title, identifier)))
__M_writer('\n')
elif comment_system == 'muut':
__M_writer(' ')
__M_writer(str(muut.comment_form(url, title, identifier)))
__M_writer('\n')
elif comment_system == 'googleplus':
__M_writer(' ')
__M_writer(str(googleplus.comment_form(url, title, identifier)))
__M_writer('\n')
elif comment_system == 'facebook':
__M_writer(' ')
__M_writer(str(facebook.comment_form(url, title, identifier)))
__M_writer('\n')
elif comment_system == 'isso':
__M_writer(' ')
__M_writer(str(isso.comment_form(url, title, identifier)))
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
muut = _mako_get_namespace(context, 'muut')
facebook = _mako_get_namespace(context, 'facebook')
livefyre = _mako_get_namespace(context, 'livefyre')
comment_system = context.get('comment_system', UNDEFINED)
googleplus = _mako_get_namespace(context, 'googleplus')
comment_system = context.get('comment_system', UNDEFINED)
intensedebate = _mako_get_namespace(context, 'intensedebate')
isso = _mako_get_namespace(context, 'isso')
disqus = _mako_get_namespace(context, 'disqus')
facebook = _mako_get_namespace(context, 'facebook')
muut = _mako_get_namespace(context, 'muut')
isso = _mako_get_namespace(context, 'isso')
livefyre = _mako_get_namespace(context, 'livefyre')
__M_writer = context.writer()
__M_writer('\n')
if comment_system == 'disqus':
@ -156,14 +110,14 @@ def render_comment_link_script(context):
def render_comment_link(context,link,identifier):
__M_caller = context.caller_stack._push_frame()
try:
muut = _mako_get_namespace(context, 'muut')
facebook = _mako_get_namespace(context, 'facebook')
livefyre = _mako_get_namespace(context, 'livefyre')
comment_system = context.get('comment_system', UNDEFINED)
googleplus = _mako_get_namespace(context, 'googleplus')
comment_system = context.get('comment_system', UNDEFINED)
intensedebate = _mako_get_namespace(context, 'intensedebate')
isso = _mako_get_namespace(context, 'isso')
disqus = _mako_get_namespace(context, 'disqus')
facebook = _mako_get_namespace(context, 'facebook')
muut = _mako_get_namespace(context, 'muut')
isso = _mako_get_namespace(context, 'isso')
livefyre = _mako_get_namespace(context, 'livefyre')
__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_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
googleplus = _mako_get_namespace(context, 'googleplus')
comment_system = context.get('comment_system', UNDEFINED)
intensedebate = _mako_get_namespace(context, 'intensedebate')
disqus = _mako_get_namespace(context, 'disqus')
facebook = _mako_get_namespace(context, 'facebook')
muut = _mako_get_namespace(context, 'muut')
isso = _mako_get_namespace(context, 'isso')
livefyre = _mako_get_namespace(context, 'livefyre')
__M_writer = context.writer()
__M_writer('\n')
if comment_system == 'disqus':
__M_writer(' ')
__M_writer(str(disqus.comment_form(url, title, identifier)))
__M_writer('\n')
elif comment_system == 'livefyre':
__M_writer(' ')
__M_writer(str(livefyre.comment_form(url, title, identifier)))
__M_writer('\n')
elif comment_system == 'intensedebate':
__M_writer(' ')
__M_writer(str(intensedebate.comment_form(url, title, identifier)))
__M_writer('\n')
elif comment_system == 'muut':
__M_writer(' ')
__M_writer(str(muut.comment_form(url, title, identifier)))
__M_writer('\n')
elif comment_system == 'googleplus':
__M_writer(' ')
__M_writer(str(googleplus.comment_form(url, title, identifier)))
__M_writer('\n')
elif comment_system == 'facebook':
__M_writer(' ')
__M_writer(str(facebook.comment_form(url, title, identifier)))
__M_writer('\n')
elif comment_system == 'isso':
__M_writer(' ')
__M_writer(str(isso.comment_form(url, title, identifier)))
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"line_map": {"22": 6, "25": 8, "28": 9, "31": 3, "34": 4, "37": 5, "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": 47, "122": 47, "123": 48, "124": 49, "125": 49, "126": 49, "127": 50, "128": 51, "129": 51, "130": 51, "131": 52, "132": 53, "133": 53, "134": 53, "135": 54, "136": 55, "137": 55, "138": 55, "139": 56, "140": 57, "141": 57, "142": 57, "143": 58, "144": 59, "145": 59, "146": 59, "147": 60, "148": 61, "149": 61, "150": 61, "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", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/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": 3, "25": 7, "28": 9, "31": 6, "34": 8, "37": 4, "40": 5, "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": 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": 11, "168": 11, "169": 12, "170": 13, "171": 13, "172": 13, "173": 14, "174": 15, "175": 15, "176": 15, "177": 16, "178": 17, "179": 17, "180": 17, "181": 18, "182": 19, "183": 19, "184": 19, "185": 20, "186": 21, "187": 21, "188": 21, "189": 22, "190": 23, "191": 23, "192": 23, "193": 24, "194": 25, "195": 25, "196": 25, "202": 196}, "uri": "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 = 1434124560.461882
_modified_time = 1434121207.887329
_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_form', 'comment_link_script', 'comment_link']
_exports = ['comment_link_script', 'comment_link', 'comment_form']
import json
@ -29,38 +29,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
comment_system_id = context.get('comment_system_id', UNDEFINED)
lang = context.get('lang', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if comment_system_id:
__M_writer(' <div id="disqus_thread"></div>\n <script>\n var disqus_shortname ="')
__M_writer(str(comment_system_id))
__M_writer('",\n')
if url:
__M_writer(' disqus_url="')
__M_writer(str(url))
__M_writer('",\n')
__M_writer(' disqus_title=')
__M_writer(str(json.dumps(title)))
__M_writer(',\n disqus_identifier="')
__M_writer(str(identifier))
__M_writer('",\n disqus_config = function () {\n')
if lang == 'es':
__M_writer(' this.language = "es_ES";\n')
else:
__M_writer(' this.language = "')
__M_writer(str(lang))
__M_writer('";\n')
__M_writer(' };\n (function() {\n var dsq = document.createElement(\'script\'); dsq.async = true;\n dsq.src = \'//\' + disqus_shortname + \'.disqus.com/embed.js\';\n (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(dsq);\n })();\n </script>\n <noscript>Please enable JavaScript to view the <a href="//disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>\n <a href="//disqus.com" class="dsq-brlink" rel="nofollow">Comments powered by <span class="logo-disqus">Disqus</span></a>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
@ -93,8 +61,40 @@ def render_comment_link(context,link,identifier):
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
comment_system_id = context.get('comment_system_id', UNDEFINED)
lang = context.get('lang', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if comment_system_id:
__M_writer(' <div id="disqus_thread"></div>\n <script>\n var disqus_shortname ="')
__M_writer(str(comment_system_id))
__M_writer('",\n')
if url:
__M_writer(' disqus_url="')
__M_writer(str(url))
__M_writer('",\n')
__M_writer(' disqus_title=')
__M_writer(str(json.dumps(title)))
__M_writer(',\n disqus_identifier="')
__M_writer(str(identifier))
__M_writer('",\n disqus_config = function () {\n')
if lang == 'es':
__M_writer(' this.language = "es_ES";\n')
else:
__M_writer(' this.language = "')
__M_writer(str(lang))
__M_writer('";\n')
__M_writer(' };\n (function() {\n var dsq = document.createElement(\'script\'); dsq.async = true;\n dsq.src = \'//\' + disqus_shortname + \'.disqus.com/embed.js\';\n (document.getElementsByTagName(\'head\')[0] || document.getElementsByTagName(\'body\')[0]).appendChild(dsq);\n })();\n </script>\n <noscript>Please enable JavaScript to view the <a href="//disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>\n <a href="//disqus.com" class="dsq-brlink" rel="nofollow">Comments powered by <span class="logo-disqus">Disqus</span></a>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"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": 40, "69": 40, "70": 41, "71": 42, "72": 42, "73": 42, "79": 33, "84": 33, "85": 34, "86": 35, "87": 35, "88": 35, "89": 35, "90": 35, "96": 90}, "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"}
{"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": 33, "52": 33, "53": 34, "54": 35, "55": 35, "56": 35, "57": 35, "58": 35, "64": 5, "70": 5, "71": 6, "72": 7, "73": 9, "74": 9, "75": 10, "76": 11, "77": 11, "78": 11, "79": 13, "80": 13, "81": 13, "82": 14, "83": 14, "84": 16, "85": 17, "86": 18, "87": 19, "88": 19, "89": 19, "90": 21, "96": 90}, "uri": "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 = 1434124560.58619
_modified_time = 1434121207.924586
_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_form', 'comment_link_script', 'comment_link']
_exports = ['comment_link_script', 'comment_link', 'comment_form']
def render_body(context,**pageargs):
@ -25,21 +25,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__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 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\n<div class="fb-comments" data-href="')
__M_writer(str(url))
__M_writer('" data-width="470"></div>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
@ -65,8 +50,23 @@ def render_comment_link(context,link,identifier):
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__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 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\n<div class="fb-comments" data-href="')
__M_writer(str(url))
__M_writer('" data-width="470"></div>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"line_map": {"33": 2, "34": 8, "35": 8, "36": 25, "37": 25, "60": 28, "43": 32, "15": 0, "48": 32, "49": 46, "50": 46, "20": 26, "21": 30, "22": 62, "56": 28, "68": 62, "28": 2, "61": 29, "62": 29}, "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"}
{"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": 28, "60": 8, "45": 28, "46": 29, "15": 0, "59": 8, "20": 26, "21": 30, "22": 62, "58": 2, "47": 29, "28": 32, "61": 25, "62": 25, "53": 2}, "uri": "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 = 1434124560.567008
_modified_time = 1434121207.9187481
_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_form', 'comment_link_script', 'comment_link']
_exports = ['comment_link_script', 'comment_link', 'comment_form']
def render_body(context,**pageargs):
@ -25,18 +25,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n<script src="https://apis.google.com/js/plusone.js"></script>\n<div class="g-comments"\n data-href="')
__M_writer(str(url))
__M_writer('"\n data-first_party_property="BLOGGER"\n data-view_type="FILTERED_POSTMOD">\n</div>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
@ -59,8 +47,20 @@ def render_comment_link(context,link,identifier):
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n<script src="https://apis.google.com/js/plusone.js"></script>\n<div class="g-comments"\n data-href="')
__M_writer(str(url))
__M_writer('"\n data-first_party_property="BLOGGER"\n data-view_type="FILTERED_POSTMOD">\n</div>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"line_map": {"32": 2, "33": 5, "34": 5, "54": 11, "40": 16, "44": 16, "15": 0, "50": 11, "20": 9, "21": 14, "22": 17, "55": 12, "56": 12, "28": 2, "62": 56}, "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"}
{"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": 2, "38": 11, "42": 11, "43": 12, "44": 12, "15": 0, "50": 2, "20": 9, "21": 14, "22": 17, "55": 5, "56": 5, "28": 16, "62": 56}, "uri": "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 = 1434124560.5196233
_modified_time = 1434121207.9052906
_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_form', 'comment_link_script', 'comment_link']
_exports = ['comment_link_script', 'comment_link', 'comment_form']
def render_body(context,**pageargs):
@ -25,23 +25,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
comment_system_id = context.get('comment_system_id', UNDEFINED)
__M_writer = context.writer()
__M_writer("\n<script>\nvar idcomments_acct = '")
__M_writer(str(comment_system_id))
__M_writer('\';\nvar idcomments_post_id = "')
__M_writer(str(identifier))
__M_writer('";\nvar idcomments_post_url = "')
__M_writer(str(url))
__M_writer('";\n</script>\n<span id="IDCommentsPostTitle" style="display:none"></span>\n<script src=\'http://www.intensedebate.com/js/genericCommentWrapperV2.js\'></script>\n</script>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
@ -73,8 +56,25 @@ def render_comment_link(context,link,identifier):
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
comment_system_id = context.get('comment_system_id', UNDEFINED)
__M_writer = context.writer()
__M_writer("\n<script>\nvar idcomments_acct = '")
__M_writer(str(comment_system_id))
__M_writer('\';\nvar idcomments_post_id = "')
__M_writer(str(identifier))
__M_writer('";\nvar idcomments_post_url = "')
__M_writer(str(url))
__M_writer('";\n</script>\n<span id="IDCommentsPostTitle" style="display:none"></span>\n<script src=\'http://www.intensedebate.com/js/genericCommentWrapperV2.js\'></script>\n</script>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"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": 2, "33": 2, "34": 4, "35": 4, "36": 5, "37": 5, "38": 6, "39": 6, "45": 24, "49": 24, "55": 13, "60": 13, "61": 14, "62": 14, "63": 14}, "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"}
{"source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_intensedebate.tmpl", "line_map": {"64": 2, "65": 4, "66": 4, "67": 5, "68": 5, "69": 6, "70": 6, "76": 70, "15": 0, "20": 11, "21": 22, "22": 25, "28": 24, "32": 24, "38": 13, "43": 13, "44": 14, "45": 14, "46": 14, "47": 14, "48": 16, "49": 16, "50": 17, "51": 17, "52": 18, "53": 18, "59": 2}, "uri": "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 = 1434124560.6121984
_modified_time = 1434121207.932591
_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_form', 'comment_link_script', 'comment_link']
_exports = ['comment_link_script', 'comment_link', 'comment_form']
def render_body(context,**pageargs):
@ -25,25 +25,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__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(' <div data-title="')
__M_writer(filters.url_escape(str(title)))
__M_writer('" id="isso-thread"></div>\n <script src="')
__M_writer(str(comment_system_id))
__M_writer('js/embed.min.js" data-isso="')
__M_writer(str(comment_system_id))
__M_writer('"></script>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
@ -76,8 +57,27 @@ def render_comment_link(context,link,identifier):
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__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(' <div data-title="')
__M_writer(filters.url_escape(str(title)))
__M_writer('" id="isso-thread"></div>\n <script src="')
__M_writer(str(comment_system_id))
__M_writer('js/embed.min.js" data-isso="')
__M_writer(str(comment_system_id))
__M_writer('"></script>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"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": 2, "33": 2, "34": 3, "35": 4, "36": 4, "37": 4, "38": 5, "39": 5, "40": 5, "41": 5, "47": 16, "52": 16, "53": 17, "54": 18, "55": 18, "56": 18, "57": 18, "58": 18}, "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"}
{"source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_isso.tmpl", "line_map": {"65": 2, "66": 3, "67": 4, "68": 4, "69": 4, "70": 5, "71": 5, "72": 5, "73": 5, "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": 9, "50": 9, "51": 10, "52": 11, "53": 11, "54": 11, "60": 2}, "uri": "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 = 1434124560.4946015
_modified_time = 1434121207.897605
_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_form', 'comment_link_script', 'comment_link']
_exports = ['comment_link_script', 'comment_link', 'comment_form']
def render_body(context,**pageargs):
@ -25,21 +25,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__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="livefyre-comments"></div>\n<script src="http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js"></script>\n<script>\n(function () {\n var articleId = "')
__M_writer(str(identifier))
__M_writer('";\n fyre.conv.load({}, [{\n el: \'livefyre-comments\',\n network: "livefyre.com",\n siteId: "')
__M_writer(str(comment_system_id))
__M_writer('",\n articleId: articleId,\n signed: false,\n collectionMeta: {\n articleId: articleId,\n url: fyre.conv.load.makeCollectionUrl(),\n }\n }], function() {});\n}());\n</script>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
@ -67,8 +52,23 @@ def render_comment_link(context,link,identifier):
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__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="livefyre-comments"></div>\n<script src="http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js"></script>\n<script>\n(function () {\n var articleId = "')
__M_writer(str(identifier))
__M_writer('";\n fyre.conv.load({}, [{\n el: \'livefyre-comments\',\n network: "livefyre.com",\n siteId: "')
__M_writer(str(comment_system_id))
__M_writer('",\n articleId: articleId,\n signed: false,\n collectionMeta: {\n articleId: articleId,\n url: fyre.conv.load.makeCollectionUrl(),\n }\n }], function() {});\n}());\n</script>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"line_map": {"64": 25, "33": 2, "34": 7, "35": 7, "36": 11, "37": 11, "70": 64, "60": 24, "43": 31, "63": 25, "15": 0, "59": 24, "20": 21, "21": 28, "22": 33, "58": 23, "47": 31, "28": 2, "61": 25, "62": 25, "53": 23}, "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"}
{"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": 11, "70": 64, "38": 23, "60": 2, "43": 23, "44": 24, "45": 24, "46": 25, "15": 0, "48": 25, "49": 25, "20": 21, "21": 28, "22": 33, "55": 2, "47": 25, "28": 31, "61": 7, "62": 7, "63": 11}, "uri": "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 = 1434124560.5447576
_modified_time = 1434121207.913028
_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_form', 'comment_link_script', 'comment_link']
_exports = ['comment_link_script', 'comment_link', 'comment_form']
def render_body(context,**pageargs):
@ -26,23 +26,6 @@ def render_body(context,**pageargs):
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
comment_system_id = context.get('comment_system_id', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n <a class="muut" href="https://muut.com/i/')
__M_writer(str(comment_system_id))
__M_writer('/')
__M_writer(str(identifier))
__M_writer('">')
__M_writer(str(comment_system_id))
__M_writer(' forums</a>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_link_script(context):
__M_caller = context.caller_stack._push_frame()
try:
@ -63,8 +46,25 @@ def render_comment_link(context,link,identifier):
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
comment_system_id = context.get('comment_system_id', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n <a class="muut" href="https://muut.com/i/')
__M_writer(str(comment_system_id))
__M_writer('/')
__M_writer(str(identifier))
__M_writer('">')
__M_writer(str(comment_system_id))
__M_writer(' forums</a>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"line_map": {"34": 3, "35": 4, "36": 4, "37": 4, "38": 4, "39": 4, "40": 4, "66": 60, "46": 11, "15": 0, "50": 11, "20": 2, "21": 5, "22": 8, "23": 13, "56": 7, "60": 7, "29": 3}, "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"}
{"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, "54": 3, "39": 7, "57": 4, "43": 7, "15": 0, "49": 3, "20": 2, "21": 5, "22": 8, "23": 13, "56": 4, "55": 4, "58": 4, "59": 4, "60": 4, "29": 11}, "uri": "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 = 1434124561.1561513
_modified_time = 1434121208.059489
_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
{"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", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/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"}
__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 = 1434124560.273854
_modified_time = 1434121207.8270488
_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('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
ns = runtime.TemplateNamespace('helper', context._clean_inheritance_tokens(), templateuri='index_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'helper')] = 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)
index_file = context.get('index_file', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
def content_header():
return render_content_header(context._locals(__M_locals))
site_has_comments = context.get('site_has_comments', UNDEFINED)
def extra_head():
return render_extra_head(context._locals(__M_locals))
posts = context.get('posts', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
parent = context.get('parent', UNDEFINED)
def content_header():
return render_content_header(context._locals(__M_locals))
site_has_comments = context.get('site_has_comments', UNDEFINED)
index_teasers = context.get('index_teasers', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
comments = _mako_get_namespace(context, 'comments')
helper = _mako_get_namespace(context, 'helper')
index_file = context.get('index_file', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
index_teasers = context.get('index_teasers', UNDEFINED)
parent = context.get('parent', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
__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)
index_file = context.get('index_file', UNDEFINED)
permalink = context.get('permalink', 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:
posts = context.get('posts', UNDEFINED)
def content():
return render_content(context)
def content_header():
return render_content_header(context)
site_has_comments = context.get('site_has_comments', UNDEFINED)
posts = context.get('posts', UNDEFINED)
def content():
return render_content(context)
comments = _mako_get_namespace(context, 'comments')
helper = _mako_get_namespace(context, 'helper')
index_teasers = context.get('index_teasers', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
comments = _mako_get_namespace(context, 'comments')
__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
{"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": 2, "25": 3, "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", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/index.tmpl"}
{"source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/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": 3, "151": 33, "152": 33, "25": 2, "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}, "uri": "index.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 = 1434124560.328914
_modified_time = 1434121207.8456514
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/index_helper.tmpl'
_template_uri = 'index_helper.tmpl'
@ -27,8 +27,8 @@ def render_body(context,**pageargs):
def render_html_pager(context):
__M_caller = context.caller_stack._push_frame()
try:
messages = context.get('messages', UNDEFINED)
prevlink = context.get('prevlink', UNDEFINED)
messages = context.get('messages', UNDEFINED)
nextlink = context.get('nextlink', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
@ -67,6 +67,6 @@ def render_mathjax_script(context,posts):
"""
__M_BEGIN_METADATA
{"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}, "uri": "index_helper.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/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": 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}, "uri": "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 = 1434124559.853107
_modified_time = 1434121208.081391
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list.tmpl'
_template_uri = 'list.tmpl'
@ -27,9 +27,9 @@ 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))
__M_writer = context.writer()
@ -47,9 +47,9 @@ 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)
__M_writer = context.writer()
@ -77,6 +77,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
{"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", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/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"}
__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 = 1434124560.18318
_modified_time = 1434121208.0948336
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list_post.tmpl'
_template_uri = 'list_post.tmpl'
@ -28,11 +28,11 @@ def render_body(context,**pageargs):
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
date_format = context.get('date_format', UNDEFINED)
messages = context.get('messages', UNDEFINED)
title = context.get('title', UNDEFINED)
posts = context.get('posts', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
posts = context.get('posts', UNDEFINED)
messages = context.get('messages', UNDEFINED)
title = context.get('title', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'content'):
@ -49,11 +49,11 @@ def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
date_format = context.get('date_format', UNDEFINED)
messages = context.get('messages', UNDEFINED)
title = context.get('title', UNDEFINED)
posts = context.get('posts', UNDEFINED)
def content():
return render_content(context)
posts = context.get('posts', UNDEFINED)
messages = context.get('messages', UNDEFINED)
title = context.get('title', 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
{"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", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/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"}
__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 = 1434124561.115375
_modified_time = 1434121208.0481422
_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'])
folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
messages = _import_ns.get('messages', context.get('messages', UNDEFINED))
code = _import_ns.get('code', context.get('code', UNDEFINED))
def content():
return render_content(context._locals(__M_locals))
ui = _mako_get_namespace(context, 'ui')
source_link = _import_ns.get('source_link', context.get('source_link', UNDEFINED))
crumbs = _import_ns.get('crumbs', context.get('crumbs', UNDEFINED))
ui = _mako_get_namespace(context, 'ui')
files = _import_ns.get('files', context.get('files', UNDEFINED))
source_link = _import_ns.get('source_link', context.get('source_link', UNDEFINED))
folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
messages = _import_ns.get('messages', context.get('messages', UNDEFINED))
def sourcelink():
return render_sourcelink(context._locals(__M_locals))
files = _import_ns.get('files', context.get('files', UNDEFINED))
code = _import_ns.get('code', context.get('code', UNDEFINED))
__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)
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'])
folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
code = _import_ns.get('code', context.get('code', UNDEFINED))
def content():
return render_content(context)
ui = _mako_get_namespace(context, 'ui')
crumbs = _import_ns.get('crumbs', context.get('crumbs', UNDEFINED))
ui = _mako_get_namespace(context, 'ui')
files = _import_ns.get('files', context.get('files', UNDEFINED))
folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
code = _import_ns.get('code', context.get('code', UNDEFINED))
__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
{"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", "source_encoding": "utf-8", "filename": "themes/bootstrap3/templates/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"}
__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 = 1434124560.6823864
_modified_time = 1434121208.1225173
_enable_loop = True
_template_filename = 'themes/bootstrap/templates/post.tmpl'
_template_uri = 'post.tmpl'
_source_encoding = 'utf-8'
_exports = ['extra_head', 'content', 'sourcelink']
_exports = ['extra_head', 'sourcelink', 'content']
def _mako_get_namespace(context, name):
@ -19,15 +19,15 @@ 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('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)
@ -35,20 +35,20 @@ def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
pheader = _mako_get_namespace(context, 'pheader')
messages = context.get('messages', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
def extra_head():
return render_extra_head(context._locals(__M_locals))
def content():
return render_content(context._locals(__M_locals))
show_sourcelink = context.get('show_sourcelink', UNDEFINED)
parent = context.get('parent', UNDEFINED)
post = context.get('post', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
pheader = _mako_get_namespace(context, 'pheader')
comments = _mako_get_namespace(context, 'comments')
post = context.get('post', UNDEFINED)
parent = context.get('parent', UNDEFINED)
show_sourcelink = context.get('show_sourcelink', UNDEFINED)
messages = context.get('messages', UNDEFINED)
def sourcelink():
return render_sourcelink(context._locals(__M_locals))
comments = _mako_get_namespace(context, 'comments')
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
@ -77,11 +77,11 @@ def render_body(context,**pageargs):
def render_extra_head(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
post = context.get('post', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
def extra_head():
return render_extra_head(context)
parent = context.get('parent', UNDEFINED)
post = context.get('post', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n ')
__M_writer(str(parent.extra_head()))
@ -121,17 +121,38 @@ def render_extra_head(context,**pageargs):
context.caller_stack._pop_frame()
def render_sourcelink(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
show_sourcelink = context.get('show_sourcelink', UNDEFINED)
post = context.get('post', UNDEFINED)
messages = context.get('messages', UNDEFINED)
def sourcelink():
return render_sourcelink(context)
__M_writer = context.writer()
__M_writer('\n')
if show_sourcelink:
__M_writer(' <li>\n <a href="')
__M_writer(str(post.source_link()))
__M_writer('" id="sourcelink">')
__M_writer(str(messages("Source")))
__M_writer('</a>\n </li>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
pheader = _mako_get_namespace(context, 'pheader')
post = context.get('post', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
messages = context.get('messages', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
post = context.get('post', UNDEFINED)
def content():
return render_content(context)
helper = _mako_get_namespace(context, 'helper')
pheader = _mako_get_namespace(context, 'pheader')
comments = _mako_get_namespace(context, 'comments')
messages = context.get('messages', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n<article class="post-')
__M_writer(str(post.meta('type')))
@ -160,29 +181,8 @@ def render_content(context,**pageargs):
context.caller_stack._pop_frame()
def render_sourcelink(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
show_sourcelink = context.get('show_sourcelink', UNDEFINED)
def sourcelink():
return render_sourcelink(context)
messages = context.get('messages', UNDEFINED)
post = context.get('post', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if show_sourcelink:
__M_writer(' <li>\n <a href="')
__M_writer(str(post.source_link()))
__M_writer('" id="sourcelink">')
__M_writer(str(messages("Source")))
__M_writer('</a>\n </li>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"line_map": {"150": 41, "136": 27, "137": 28, "138": 28, "139": 29, "140": 29, "141": 31, "142": 31, "143": 35, "144": 35, "145": 36, "146": 36, "147": 39, "148": 40, "149": 41, "22": 2, "151": 42, "152": 42, "25": 3, "154": 45, "155": 45, "28": 4, "157": 47, "34": 0, "163": 50, "156": 47, "172": 50, "173": 51, "174": 52, "175": 53, "176": 53, "177": 53, "178": 53, "53": 2, "54": 3, "55": 4, "56": 5, "61": 25, "66": 48, "71": 56, "77": 7, "184": 178, "86": 7, "87": 8, "88": 8, "89": 9, "90": 10, "91": 10, "92": 10, "93": 12, "94": 13, "95": 13, "96": 13, "97": 15, "98": 15, "99": 15, "100": 16, "101": 17, "102": 17, "103": 17, "104": 17, "105": 17, "106": 19, "107": 20, "108": 20, "109": 20, "110": 20, "111": 20, "112": 22, "113": 22, "114": 22, "115": 23, "116": 23, "117": 24, "118": 24, "153": 45, "124": 27}, "uri": "post.tmpl", "source_encoding": "utf-8", "filename": "themes/bootstrap/templates/post.tmpl"}
{"source_encoding": "utf-8", "filename": "themes/bootstrap/templates/post.tmpl", "line_map": {"133": 50, "134": 51, "135": 52, "136": 53, "137": 53, "138": 53, "139": 53, "145": 27, "22": 4, "25": 2, "28": 3, "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": 7, "184": 178, "86": 7, "87": 8, "88": 8, "89": 9, "90": 10, "91": 10, "92": 10, "93": 12, "94": 13, "95": 13, "96": 13, "97": 15, "98": 15, "99": 15, "100": 16, "101": 17, "102": 17, "103": 17, "104": 17, "105": 17, "106": 19, "107": 20, "108": 20, "109": 20, "110": 20, "111": 20, "112": 22, "113": 22, "114": 22, "115": 23, "116": 23, "117": 24, "118": 24, "124": 50}, "uri": "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 = 1434124560.9276314
_modified_time = 1434121208.1865609
_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_translations', 'html_sourcelink', 'html_title', 'html_post_header']
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('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
ns = runtime.TemplateNamespace('helper', context._clean_inheritance_tokens(), templateuri='post_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'helper')] = ns
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
@ -44,9 +44,9 @@ def render_body(context,**pageargs):
def render_html_translations(context,post):
__M_caller = context.caller_stack._push_frame()
try:
len = context.get('len', UNDEFINED)
messages = context.get('messages', UNDEFINED)
translations = context.get('translations', UNDEFINED)
len = context.get('len', UNDEFINED)
lang = context.get('lang', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
@ -73,8 +73,8 @@ def render_html_sourcelink(context):
__M_caller = context.caller_stack._push_frame()
try:
show_sourcelink = context.get('show_sourcelink', UNDEFINED)
messages = context.get('messages', UNDEFINED)
post = context.get('post', UNDEFINED)
messages = context.get('messages', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if show_sourcelink:
@ -88,20 +88,38 @@ def render_html_sourcelink(context):
context.caller_stack._pop_frame()
def render_html_title(context):
__M_caller = context.caller_stack._push_frame()
try:
post = context.get('post', UNDEFINED)
title = context.get('title', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if title and not post.meta('hidetitle'):
__M_writer(' <h1 class="p-name entry-title" itemprop="headline name"><a href="')
__M_writer(str(post.permalink()))
__M_writer('" class="u-url">')
__M_writer(filters.html_escape(str(post.title())))
__M_writer('</a></h1>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_post_header(context):
__M_caller = context.caller_stack._push_frame()
try:
site_has_comments = context.get('site_has_comments', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
def html_title():
return render_html_title(context)
messages = context.get('messages', UNDEFINED)
post = context.get('post', UNDEFINED)
def html_sourcelink():
return render_html_sourcelink(context)
date_format = context.get('date_format', UNDEFINED)
def html_translations(post):
return render_html_translations(context,post)
post = context.get('post', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
messages = context.get('messages', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n <header>\n ')
__M_writer(str(html_title()))
@ -141,26 +159,8 @@ def render_html_post_header(context):
context.caller_stack._pop_frame()
def render_html_title(context):
__M_caller = context.caller_stack._push_frame()
try:
title = context.get('title', UNDEFINED)
post = context.get('post', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if title and not post.meta('hidetitle'):
__M_writer(' <h1 class="p-name entry-title" itemprop="headline name"><a href="')
__M_writer(str(post.permalink()))
__M_writer('" class="u-url">')
__M_writer(filters.html_escape(str(post.title())))
__M_writer('</a></h1>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"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": 2, "151": 6, "152": 7, "25": 3, "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", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/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": 34, "129": 35, "130": 35, "131": 35, "132": 35, "133": 35, "134": 35, "135": 35, "136": 35, "137": 36, "138": 37, "139": 37, "140": 37, "141": 39, "142": 39, "143": 39, "144": 40, "145": 41, "146": 41, "147": 41, "148": 41, "149": 41, "22": 3, "151": 44, "152": 44, "25": 2, "154": 46, "155": 47, "28": 0, "150": 43, "33": 2, "34": 3, "35": 9, "36": 22, "37": 28, "38": 49, "156": 47, "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, "91": 5, "97": 5, "98": 6, "99": 7, "100": 7, "101": 7, "102": 7, "103": 7, "109": 30, "153": 44, "124": 30, "125": 32, "126": 32, "127": 34}, "uri": "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 = 1434124560.8046842
_modified_time = 1434121208.1541362
_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 = ['open_graph_metadata', 'html_tags', 'mathjax_script', 'meta_translations', 'html_pager', 'twitter_card_information']
_exports = ['mathjax_script', 'twitter_card_information', 'open_graph_metadata', 'html_pager', 'meta_translations', 'html_tags']
def render_body(context,**pageargs):
@ -29,15 +29,58 @@ def render_body(context,**pageargs):
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_twitter_card_information(context,post):
__M_caller = context.caller_stack._push_frame()
try:
twitter_card = context.get('twitter_card', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if twitter_card and twitter_card['use_twitter_cards']:
__M_writer(' <meta name="twitter:card" content="')
__M_writer(filters.html_escape(str(twitter_card.get('card', 'summary'))))
__M_writer('">\n')
if 'site:id' in twitter_card:
__M_writer(' <meta name="twitter:site:id" content="')
__M_writer(str(twitter_card['site:id']))
__M_writer('">\n')
elif 'site' in twitter_card:
__M_writer(' <meta name="twitter:site" content="')
__M_writer(str(twitter_card['site']))
__M_writer('">\n')
if 'creator:id' in twitter_card:
__M_writer(' <meta name="twitter:creator:id" content="')
__M_writer(str(twitter_card['creator:id']))
__M_writer('">\n')
elif 'creator' in twitter_card:
__M_writer(' <meta name="twitter:creator" content="')
__M_writer(str(twitter_card['creator']))
__M_writer('">\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_open_graph_metadata(context,post):
__M_caller = context.caller_stack._push_frame()
try:
permalink = context.get('permalink', UNDEFINED)
url_replacer = context.get('url_replacer', UNDEFINED)
blog_title = context.get('blog_title', UNDEFINED)
use_open_graph = context.get('use_open_graph', UNDEFINED)
striphtml = context.get('striphtml', UNDEFINED)
url_replacer = context.get('url_replacer', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
lang = context.get('lang', UNDEFINED)
striphtml = context.get('striphtml', UNDEFINED)
blog_title = context.get('blog_title', UNDEFINED)
abs_link = context.get('abs_link', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
@ -76,61 +119,6 @@ def render_open_graph_metadata(context,post):
context.caller_stack._pop_frame()
def render_html_tags(context,post):
__M_caller = context.caller_stack._push_frame()
try:
_link = context.get('_link', UNDEFINED)
hidden_tags = context.get('hidden_tags', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if post.tags:
__M_writer(' <ul itemprop="keywords" class="tags">\n')
for tag in post.tags:
if tag not in hidden_tags:
__M_writer(' <li><a class="tag p-category" href="')
__M_writer(str(_link('tag', tag)))
__M_writer('" rel="tag">')
__M_writer(str(tag))
__M_writer('</a></li>\n')
__M_writer(' </ul>\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:
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:
for langname in translations.keys():
if langname != lang and post.is_translation_available(langname):
__M_writer(' <link rel="alternate" hreflang="')
__M_writer(str(langname))
__M_writer('" href="')
__M_writer(str(post.permalink(langname)))
__M_writer('">\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_pager(context,post):
__M_caller = context.caller_stack._push_frame()
try:
@ -161,32 +149,44 @@ def render_html_pager(context,post):
context.caller_stack._pop_frame()
def render_twitter_card_information(context,post):
def render_meta_translations(context,post):
__M_caller = context.caller_stack._push_frame()
try:
twitter_card = context.get('twitter_card', UNDEFINED)
len = context.get('len', UNDEFINED)
translations = context.get('translations', UNDEFINED)
lang = context.get('lang', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if twitter_card and twitter_card['use_twitter_cards']:
__M_writer(' <meta name="twitter:card" content="')
__M_writer(filters.html_escape(str(twitter_card.get('card', 'summary'))))
__M_writer('">\n')
if 'site:id' in twitter_card:
__M_writer(' <meta name="twitter:site:id" content="')
__M_writer(str(twitter_card['site:id']))
__M_writer('">\n')
elif 'site' in twitter_card:
__M_writer(' <meta name="twitter:site" content="')
__M_writer(str(twitter_card['site']))
__M_writer('">\n')
if 'creator:id' in twitter_card:
__M_writer(' <meta name="twitter:creator:id" content="')
__M_writer(str(twitter_card['creator:id']))
__M_writer('">\n')
elif 'creator' in twitter_card:
__M_writer(' <meta name="twitter:creator" content="')
__M_writer(str(twitter_card['creator']))
__M_writer('">\n')
if len(translations) > 1:
for langname in translations.keys():
if langname != lang and post.is_translation_available(langname):
__M_writer(' <link rel="alternate" hreflang="')
__M_writer(str(langname))
__M_writer('" href="')
__M_writer(str(post.permalink(langname)))
__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)
__M_writer = context.writer()
__M_writer('\n')
if post.tags:
__M_writer(' <ul itemprop="keywords" class="tags">\n')
for tag in post.tags:
if tag not in hidden_tags:
__M_writer(' <li><a class="tag p-category" href="')
__M_writer(str(_link('tag', tag)))
__M_writer('" rel="tag">')
__M_writer(str(tag))
__M_writer('</a></li>\n')
__M_writer(' </ul>\n')
return ''
finally:
context.caller_stack._pop_frame()
@ -194,6 +194,6 @@ def render_twitter_card_information(context,post):
"""
__M_BEGIN_METADATA
{"line_map": {"15": 0, "20": 2, "21": 11, "22": 23, "23": 40, "24": 69, "25": 85, "26": 93, "32": 42, "43": 42, "44": 43, "45": 44, "46": 44, "47": 44, "48": 45, "49": 45, "50": 46, "51": 46, "52": 47, "53": 48, "54": 48, "55": 48, "56": 49, "57": 50, "58": 50, "59": 50, "60": 52, "61": 53, "62": 53, "63": 53, "64": 55, "65": 60, "66": 61, "67": 61, "68": 61, "69": 63, "70": 64, "71": 65, "72": 65, "73": 65, "79": 13, "85": 13, "86": 14, "87": 15, "88": 16, "89": 17, "90": 18, "91": 18, "92": 18, "93": 18, "94": 18, "95": 21, "101": 87, "105": 87, "106": 88, "107": 89, "113": 3, "120": 3, "121": 4, "122": 5, "123": 6, "124": 7, "125": 7, "126": 7, "127": 7, "128": 7, "134": 25, "139": 25, "140": 26, "141": 27, "142": 28, "143": 29, "144": 30, "145": 30, "146": 30, "147": 30, "148": 30, "149": 30, "150": 33, "151": 34, "152": 35, "153": 35, "154": 35, "155": 35, "156": 35, "157": 35, "158": 38, "164": 71, "169": 71, "170": 72, "171": 73, "172": 73, "173": 73, "174": 74, "175": 75, "176": 75, "177": 75, "178": 76, "179": 77, "180": 77, "181": 77, "182": 79, "183": 80, "184": 80, "185": 80, "186": 81, "187": 82, "188": 82, "189": 82, "195": 189}, "uri": "post_helper.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/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": 87, "36": 87, "37": 88, "38": 89, "44": 71, "49": 71, "50": 72, "51": 73, "52": 73, "53": 73, "54": 74, "55": 75, "56": 75, "57": 75, "58": 76, "59": 77, "60": 77, "61": 77, "62": 79, "63": 80, "64": 80, "65": 80, "66": 81, "67": 82, "68": 82, "69": 82, "75": 42, "86": 42, "87": 43, "88": 44, "89": 44, "90": 44, "91": 45, "92": 45, "93": 46, "94": 46, "95": 47, "96": 48, "97": 48, "98": 48, "99": 49, "100": 50, "101": 50, "102": 50, "103": 52, "104": 53, "105": 53, "106": 53, "107": 55, "108": 60, "109": 61, "110": 61, "111": 61, "112": 63, "113": 64, "114": 65, "115": 65, "116": 65, "122": 25, "127": 25, "128": 26, "129": 27, "130": 28, "131": 29, "132": 30, "133": 30, "134": 30, "135": 30, "136": 30, "137": 30, "138": 33, "139": 34, "140": 35, "141": 35, "142": 35, "143": 35, "144": 35, "145": 35, "146": 38, "152": 3, "159": 3, "160": 4, "161": 5, "162": 6, "163": 7, "164": 7, "165": 7, "166": 7, "167": 7, "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"}
__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 = 1434124561.0056357
_modified_time = 1434121208.2110028
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/story.tmpl'
_template_uri = 'story.tmpl'
@ -19,15 +19,15 @@ 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('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, 'post.tmpl', _template_uri)
@ -35,15 +35,15 @@ def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
pheader = _mako_get_namespace(context, 'pheader')
messages = context.get('messages', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
enable_comments = context.get('enable_comments', UNDEFINED)
post = context.get('post', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
comments = _mako_get_namespace(context, 'comments')
pheader = _mako_get_namespace(context, 'pheader')
helper = _mako_get_namespace(context, 'helper')
post = context.get('post', UNDEFINED)
enable_comments = context.get('enable_comments', UNDEFINED)
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:
pheader = _mako_get_namespace(context, 'pheader')
messages = context.get('messages', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
def content():
return render_content(context)
enable_comments = context.get('enable_comments', UNDEFINED)
post = context.get('post', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
comments = _mako_get_namespace(context, 'comments')
pheader = _mako_get_namespace(context, 'pheader')
helper = _mako_get_namespace(context, 'helper')
post = context.get('post', UNDEFINED)
enable_comments = context.get('enable_comments', UNDEFINED)
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
{"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}, "uri": "story.tmpl", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/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": 2, "90": 22, "28": 3, "96": 90, "34": 0, "48": 2, "49": 3, "50": 4, "51": 5, "89": 22, "56": 24, "62": 7}, "uri": "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 = 1434124561.3023374
_modified_time = 1434121208.2641222
_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)
messages = context.get('messages', UNDEFINED)
subcategories = context.get('subcategories', UNDEFINED)
kind = context.get('kind', UNDEFINED)
posts = context.get('posts', UNDEFINED)
def extra_head():
return render_extra_head(context._locals(__M_locals))
title = context.get('title', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
posts = context.get('posts', UNDEFINED)
translations = context.get('translations', UNDEFINED)
len = context.get('len', UNDEFINED)
parent = context.get('parent', UNDEFINED)
tag = context.get('tag', UNDEFINED)
subcategories = context.get('subcategories', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
kind = context.get('kind', UNDEFINED)
_link = context.get('_link', UNDEFINED)
description = context.get('description', UNDEFINED)
generate_rss = context.get('generate_rss', UNDEFINED)
_link = context.get('_link', UNDEFINED)
parent = context.get('parent', UNDEFINED)
title = context.get('title', UNDEFINED)
description = context.get('description', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
translations = context.get('translations', UNDEFINED)
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'], '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:
kind = context.get('kind', UNDEFINED)
def extra_head():
return render_extra_head(context)
translations = context.get('translations', UNDEFINED)
len = context.get('len', UNDEFINED)
parent = context.get('parent', UNDEFINED)
tag = context.get('tag', UNDEFINED)
kind = context.get('kind', UNDEFINED)
_link = context.get('_link', UNDEFINED)
generate_rss = context.get('generate_rss', UNDEFINED)
_link = context.get('_link', UNDEFINED)
parent = context.get('parent', 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:
messages = context.get('messages', UNDEFINED)
title = context.get('title', UNDEFINED)
subcategories = context.get('subcategories', UNDEFINED)
kind = context.get('kind', UNDEFINED)
posts = context.get('posts', UNDEFINED)
def content():
return render_content(context)
posts = context.get('posts', UNDEFINED)
translations = context.get('translations', UNDEFINED)
len = context.get('len', UNDEFINED)
tag = context.get('tag', UNDEFINED)
subcategories = context.get('subcategories', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
description = context.get('description', UNDEFINED)
kind = context.get('kind', UNDEFINED)
_link = context.get('_link', UNDEFINED)
generate_rss = context.get('generate_rss', UNDEFINED)
_link = context.get('_link', UNDEFINED)
title = context.get('title', UNDEFINED)
description = context.get('description', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
messages = context.get('messages', UNDEFINED)
translations = context.get('translations', 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
{"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", "source_encoding": "utf-8", "filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/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"}
__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 = 1434124561.2360299
_modified_time = 1434121208.2445848
_enable_loop = True
_template_filename = 'themes/bootstrap/templates/tags.tmpl'
_template_uri = 'tags.tmpl'
@ -27,10 +27,10 @@ def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
cat_items = context.get('cat_items', UNDEFINED)
messages = context.get('messages', UNDEFINED)
items = context.get('items', UNDEFINED)
title = context.get('title', UNDEFINED)
cat_items = context.get('cat_items', UNDEFINED)
items = context.get('items', UNDEFINED)
messages = context.get('messages', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
__M_writer = context.writer()
@ -48,10 +48,10 @@ def render_body(context,**pageargs):
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
cat_items = context.get('cat_items', UNDEFINED)
messages = context.get('messages', UNDEFINED)
items = context.get('items', UNDEFINED)
title = context.get('title', UNDEFINED)
cat_items = context.get('cat_items', UNDEFINED)
items = context.get('items', UNDEFINED)
messages = context.get('messages', UNDEFINED)
def content():
return render_content(context)
__M_writer = context.writer()
@ -90,6 +90,6 @@ def render_content(context,**pageargs):
"""
__M_BEGIN_METADATA
{"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", "source_encoding": "utf-8", "filename": "themes/bootstrap/templates/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"}
__M_END_METADATA
"""

2
cache/lastdeploy vendored
View file

@ -1 +1 @@
2015-06-12T15:56:07.345657
2015-06-12T15:00:11.723711

View file

@ -92,9 +92,6 @@
<article class="listpage"><header><h1>Posts for June 2015</h1>
</header><ul class="postlist">
<li>
<a href="../../posts/moving.html" class="listtitle">Moving</a> <time class="listdate" datetime="2015-06-12T10:30:39-05:00" title="2015-06-12">2015-06-12</time>
</li>
<li>
<a href="../../posts/updates-to-aur-packages.html" class="listtitle">Updates to AUR packages</a> <time class="listdate" datetime="2015-06-09T17:19:48-05:00" title="2015-06-09">2015-06-09</time>
</li>
<li>

File diff suppressed because one or more lines are too long

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

@ -94,9 +94,6 @@
</div>
</header><ul class="postlist">
<li>
<a href="../posts/moving.html" class="listtitle">Moving</a> <time class="listdate" datetime="2015-06-12T10:30:39-05:00" title="2015-06-12">2015-06-12</time>
</li>
<li>
<a href="../posts/goodbye-2014.html" class="listtitle">Goodbye 2014!</a> <time class="listdate" datetime="2014-12-30T23:44:55-06:00" title="2014-12-30">2014-12-30</time>
</li>
<li>

View file

@ -1,9 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>duckland.org news (personal)</title><link>http://www.duckland.org/</link><description></description><atom:link rel="self" type="application/rss+xml" href="http://www.duckland.org/categories/personal.xml"></atom:link><language>en</language><lastBuildDate>Fri, 12 Jun 2015 15:55:12 GMT</lastBuildDate><generator>http://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Moving</title><link>http://www.duckland.org/posts/moving.html</link><dc:creator>Don Harper</dc:creator><description>&lt;div&gt;&lt;img alt="HP logo" class="align-left" src="http://www.duckland.org/images/Moving/HP_logo.png" style="width: 100px; height: 100px;"&gt;
&lt;p&gt;Well, after 4 years (almost to the day), it is time for me to say good-bye to HP. The team I worked on is a great team who really know their stuff. However, I am a geek, and I want to be doing things with tech, and not talking about tech,, and for the most part, talking is all I have been doing. I have learned a lot and was given a chance to do some &lt;a class="reference external" href="http://www.duckland.org/posts/201402travels.html"&gt;traveling&lt;/a&gt; which I do not think I would have been able to do.&lt;/p&gt;
&lt;p&gt;So, where am I going? Well, until after I start and get on-boarded, I am not sure how much I can say. It is a financial company based in Houston, so I will not be moving the crew, just changing the direction I commute back to into the sun again.&lt;/p&gt;
&lt;p&gt;Stay tuned here for more updates, and I will probably be using this as a place to document some of the new things I learn on the way.&lt;/p&gt;
&lt;p&gt;Peace.&lt;/p&gt;&lt;/div&gt;</description><category>personal</category><category>work</category><guid>http://www.duckland.org/posts/moving.html</guid><pubDate>Fri, 12 Jun 2015 15:30:39 GMT</pubDate></item><item><title>Goodbye 2014!</title><link>http://www.duckland.org/posts/goodbye-2014.html</link><dc:creator>Don Harper</dc:creator><description>&lt;div&gt;&lt;p&gt;As 2014 draws to a close, I look back at the year.&lt;/p&gt;
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>duckland.org news (personal)</title><link>http://www.duckland.org/</link><description></description><atom:link type="application/rss+xml" rel="self" href="http://www.duckland.org/categories/personal.xml"></atom:link><language>en</language><lastBuildDate>Fri, 12 Jun 2015 15:00:03 GMT</lastBuildDate><generator>http://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Goodbye 2014!</title><link>http://www.duckland.org/posts/goodbye-2014.html</link><dc:creator>Don Harper</dc:creator><description>&lt;div&gt;&lt;p&gt;As 2014 draws to a close, I look back at the year.&lt;/p&gt;
&lt;p&gt;Overall, it was a good year. The family staid reasonably health (just a case of the flu which every one of us caught).&lt;/p&gt;
&lt;p&gt;Work slowed down a bit after only three trips, and the last one was in June, but I did get to spend two weeks in London which was cool. While the work has been not what I really want to be doing, it has been interesting, and next year promises to be very interesting. I have no clue if travel is in the cards or not, but I will keep the camera handy.&lt;/p&gt;
&lt;p&gt;In the coming year, I plan to focus on health, photography, and technology. I want to get back to taking photos every day, and to bring the quality back up to art level over the snapshots and historical documentation that I have been doing.&lt;/p&gt;

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

@ -94,9 +94,6 @@
</div>
</header><ul class="postlist">
<li>
<a href="../posts/moving.html" class="listtitle">Moving</a> <time class="listdate" datetime="2015-06-12T10:30:39-05:00" title="2015-06-12">2015-06-12</time>
</li>
<li>
<a href="../posts/vegas-again.html" class="listtitle">Vegas, again</a> <time class="listdate" datetime="2015-06-06T10:06:48-05:00" title="2015-06-06">2015-06-06</time>
</li>
<li>

View file

@ -1,9 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>duckland.org news (work)</title><link>http://www.duckland.org/</link><description></description><atom:link type="application/rss+xml" rel="self" href="http://www.duckland.org/categories/work.xml"></atom:link><language>en</language><lastBuildDate>Fri, 12 Jun 2015 15:49:49 GMT</lastBuildDate><generator>http://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Moving</title><link>http://www.duckland.org/posts/moving.html</link><dc:creator>Don Harper</dc:creator><description>&lt;div&gt;&lt;img alt="HP logo" class="align-left" src="http://www.duckland.org/images/Moving/HP_logo.png" style="width: 100px; height: 100px;"&gt;
&lt;p&gt;Well, after 4 years (almost to the day), it is time for me to say good-bye to HP. The team I worked on is a great team who really know their stuff. However, I am a geek, and I want to be doing things with tech, and not talking about tech,, and for the most part, talking is all I have been doing. I have learned a lot and was given a chance to do some &lt;a class="reference external" href="http://www.duckland.org/posts/201402travels.html"&gt;traveling&lt;/a&gt; which I do not think I would have been able to do.&lt;/p&gt;
&lt;p&gt;So, where am I going? Well, until after I start and get on-boarded, I am not sure how much I can say. It is a financial company based in Houston, so I will not be moving the crew, just changing the direction I commute back to into the sun again.&lt;/p&gt;
&lt;p&gt;Stay tuned here for more updates, and I will probably be using this as a place to document some of the new things I learn on the way.&lt;/p&gt;
&lt;p&gt;Peace.&lt;/p&gt;&lt;/div&gt;</description><category>personal</category><category>work</category><guid>http://www.duckland.org/posts/moving.html</guid><pubDate>Fri, 12 Jun 2015 15:30:39 GMT</pubDate></item><item><title>Vegas, again</title><link>http://www.duckland.org/posts/vegas-again.html</link><dc:creator>Don Harper</dc:creator><description>&lt;div&gt;&lt;p&gt;Once more, off the Las Vegas for to work a trade show. This year, I was helping present training, so I was tucked away in a basement most of the trip, and did not get out to do much in the way of sight-seeing aside from walking around the hotel.&lt;/p&gt;
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>duckland.org news (work)</title><link>http://www.duckland.org/</link><description></description><atom:link type="application/rss+xml" rel="self" href="http://www.duckland.org/categories/work.xml"></atom:link><language>en</language><lastBuildDate>Fri, 12 Jun 2015 15:00:03 GMT</lastBuildDate><generator>http://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Vegas, again</title><link>http://www.duckland.org/posts/vegas-again.html</link><dc:creator>Don Harper</dc:creator><description>&lt;div&gt;&lt;p&gt;Once more, off the Las Vegas for to work a trade show. This year, I was helping present training, so I was tucked away in a basement most of the trip, and did not get out to do much in the way of sight-seeing aside from walking around the hotel.&lt;/p&gt;
&lt;div id="slides_f86a3decfc4e45d4aca81be4fcf7a0fb" class="carousel slide"&gt;
&lt;ol class="carousel-indicators"&gt;

View file

@ -93,20 +93,7 @@
<div class="postindex">
<article class="h-entry post-text"><header><h1 class="p-name entry-title"><a href="posts/march-update.html" class="u-url">March Update</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn">Don Harper</span></p>
<p class="dateline"><a href="posts/march-update.html" rel="bookmark"><time class="published dt-published" datetime="2015-03-10T23:15:02-06:00" title="2015-03-10">2015-03-10</time></a></p>
</div>
</header><div class="e-content entry-content">
<div>
<p>Does updating the theme of the site count as an update? No? Okay...time to type.</p>
<p>Life is busy right now, and extra things are gonna have to give. I have not had a chance to do much photography (both making and processing them), so I am putting the daily site on hold, again. For the sharp eye among you, you would have noticed this last week.</p>
<p>On the upside, I have lost about 20 pounds since the beginning of the year. While I am not where I want to be weight-wise, I have lost a pants size which puts me back were I was about 10 years ago. Life is good.</p>
<p>I am going to see about updating things here more often, if nothing else to have a record of things not in a cloud based service which may dramatically change its pricing model on me.</p>
</div>
</div>
</article><article class="h-entry post-text"><header><h1 class="p-name entry-title"><a href="posts/30daychallengefreebsdsa.html" class="u-url">FreeBSD Challenge II, End Report</a></h1>
<article class="h-entry post-text"><header><h1 class="p-name entry-title"><a href="posts/30daychallengefreebsdsa.html" class="u-url">FreeBSD Challenge II, End Report</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn">Don Harper</span></p>
<p class="dateline"><a href="posts/30daychallengefreebsdsa.html" rel="bookmark"><time class="published dt-published" datetime="2015-02-06T06:43:32-06:00" title="2015-02-06">2015-02-06</time></a></p>

View file

@ -9,7 +9,7 @@
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
<link rel="canonical" href="http://www.duckland.org/index.html">
<link rel="next" href="index-13.html" type="text/html">
<!--[if lt IE 9]><script src="assets/js/html5.js"></script><![endif]--><link rel="prefetch" href="posts/moving.html" type="text/html">
<!--[if lt IE 9]><script src="assets/js/html5.js"></script><![endif]--><link rel="prefetch" href="posts/updates-to-aur-packages.html" type="text/html">
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
@ -92,20 +92,7 @@
<div class="postindex">
<article class="h-entry post-text"><header><h1 class="p-name entry-title"><a href="posts/moving.html" class="u-url">Moving</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn">Don Harper</span></p>
<p class="dateline"><a href="posts/moving.html" rel="bookmark"><time class="published dt-published" datetime="2015-06-12T10:30:39-05:00" title="2015-06-12">2015-06-12</time></a></p>
</div>
</header><div class="e-content entry-content">
<div>
<img alt="HP logo" class="align-left" src="images/Moving/HP_logo.png" style="width: 100px; height: 100px;"><p>Well, after 4 years (almost to the day), it is time for me to say good-bye to HP. The team I worked on is a great team who really know their stuff. However, I am a geek, and I want to be doing things with tech, and not talking about tech,, and for the most part, talking is all I have been doing. I have learned a lot and was given a chance to do some <a class="reference external" href="posts/201402travels.html">traveling</a> which I do not think I would have been able to do.</p>
<p>So, where am I going? Well, until after I start and get on-boarded, I am not sure how much I can say. It is a financial company based in Houston, so I will not be moving the crew, just changing the direction I commute back to into the sun again.</p>
<p>Stay tuned here for more updates, and I will probably be using this as a place to document some of the new things I learn on the way.</p>
<p>Peace.</p>
</div>
</div>
</article><article class="h-entry post-text"><header><h1 class="p-name entry-title"><a href="posts/updates-to-aur-packages.html" class="u-url">Updates to AUR packages</a></h1>
<article class="h-entry post-text"><header><h1 class="p-name entry-title"><a href="posts/updates-to-aur-packages.html" class="u-url">Updates to AUR packages</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn">Don Harper</span></p>
<p class="dateline"><a href="posts/updates-to-aur-packages.html" rel="bookmark"><time class="published dt-published" datetime="2015-06-09T17:19:48-05:00" title="2015-06-09">2015-06-09</time></a></p>
@ -214,6 +201,19 @@
<p>April has come and gone, and I did not manage to find time (or energy) to post anything.</p>
<p>I spent most of the month at work getting ready to and then delivering some training remotely in Nashville, TN, US. Now, I can say that I have stayed at the largest non-casino hotel in the world, <a class="reference external" href="http://www.marriott.com/hotels/travel/bnago-gaylord-opryland-resort-and-convention-center/">The Gaylord Opryland</a>. Now that that is over, I get to gear up to design a new training plan for internal product training. Such is the life of a Linux guy stuck working for a marketing group.</p>
<p>On the home front, we have hit a busy time with soccer, volleyball, dance, and swim time. I think we get a break sometime after the 4th of July.....</p>
</div>
</div>
</article><article class="h-entry post-text"><header><h1 class="p-name entry-title"><a href="posts/march-update.html" class="u-url">March Update</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn">Don Harper</span></p>
<p class="dateline"><a href="posts/march-update.html" rel="bookmark"><time class="published dt-published" datetime="2015-03-10T23:15:02-06:00" title="2015-03-10">2015-03-10</time></a></p>
</div>
</header><div class="e-content entry-content">
<div>
<p>Does updating the theme of the site count as an update? No? Okay...time to type.</p>
<p>Life is busy right now, and extra things are gonna have to give. I have not had a chance to do much photography (both making and processing them), so I am putting the daily site on hold, again. For the sharp eye among you, you would have noticed this last week.</p>
<p>On the upside, I have lost about 20 pounds since the beginning of the year. While I am not where I want to be weight-wise, I have lost a pants size which puts me back were I was about 10 years ago. Life is good.</p>
<p>I am going to see about updating things here more often, if nothing else to have a record of things not in a cloud based service which may dramatically change its pricing model on me.</p>
</div>
</div>
</article>

View file

@ -1,144 +0,0 @@
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns# article: http://ogp.me/ns/article# " lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Moving | duckland.org news</title>
<link href="../assets/css/all-nocdn.css" rel="stylesheet" type="text/css">
<link rel="alternate" type="application/rss+xml" title="RSS" href="../rss.xml">
<link rel="canonical" href="http://www.duckland.org/posts/moving.html">
<!--[if lt IE 9]><script src="../assets/js/html5.js"></script><![endif]--><meta name="author" content="Don Harper">
<link rel="prev" href="updates-to-aur-packages.html" title="Updates to AUR packages" type="text/html">
<meta property="og:site_name" content="duckland.org news">
<meta property="og:title" content="Moving">
<meta property="og:url" content="http://www.duckland.org/posts/moving.html">
<meta property="og:description" content="Well, after 4 years (almost to the day), it is time for me to say good-bye to HP. The team I worked on is a great team who really know their stuff. However, I am a geek, and I want to be doing thing">
<meta property="og:image" content="http://www.duckland.org/images/Moving/HP_logo.png">
<meta property="og:type" content="article">
<meta property="article:published_time" content="2015-06-12T10:30:39-05:00">
<meta property="article:tag" content="personal">
<meta property="article:tag" content="work">
</head>
<body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
<!-- Menubar -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"><div class="container">
<!-- This keeps the margins nice -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://www.duckland.org/">
<span id="blog-title">duckland.org news</span>
</a>
</div>
<!-- /.navbar-header -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li>
<a href="../index.html">Home</a>
</li>
<li>
<a href="../stories/about.html">About me</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">My Sites<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="http://www.donaldharper.com">My Photo Blog</a>
</li>
<li>
<a href="http://p365.donaldharper.com">My Attempt at a Project 365</a>
</li>
<li>
<a href="http://www.duckland.org">My Personal and Tech Blog</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Social Sites<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<a href="https://twitter.com/duckunix">My Twitter</a>
</li>
<li>
<a href="https://plus.google.com/+DonHarper/">My Google+</a>
</li>
<li>
<a href="http://www.linkedin.com/in/donaldharper/">My LinkedIN</a>
</li>
</ul>
</li>
<li>
<a href="../archive.html">Archive</a>
</li>
<li>
<a href="../categories/index.html">Tags</a>
</li>
<li>
<a href="../rss.xml">RSS</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right"></ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav><!-- End of Menubar --><div class="container" id="content">
<div class="body-content">
<!--Body content-->
<div class="row">
<article class="post-text h-entry hentry postpage" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h1 class="p-name entry-title" itemprop="headline name"><a href="#" class="u-url">Moving</a></h1>
<div class="metadata">
<p class="byline author vcard"><span class="byline-name fn">Don Harper</span></p>
<p class="dateline"><a href="#" rel="bookmark"><time class="published dt-published" datetime="2015-06-12T10:30:39-05:00" itemprop="datePublished" title="2015-06-12">2015-06-12</time></a></p>
</div>
</header><div class="e-content entry-content" itemprop="articleBody text">
<div>
<img alt="HP logo" class="align-left" src="../images/Moving/HP_logo.png" style="width: 100px; height: 100px;"><p>Well, after 4 years (almost to the day), it is time for me to say good-bye to HP. The team I worked on is a great team who really know their stuff. However, I am a geek, and I want to be doing things with tech, and not talking about tech,, and for the most part, talking is all I have been doing. I have learned a lot and was given a chance to do some <a class="reference external" href="201402travels.html">traveling</a> which I do not think I would have been able to do.</p>
<p>So, where am I going? Well, until after I start and get on-boarded, I am not sure how much I can say. It is a financial company based in Houston, so I will not be moving the crew, just changing the direction I commute back to into the sun again.</p>
<p>Stay tuned here for more updates, and I will probably be using this as a place to document some of the new things I learn on the way.</p>
<p>Peace.</p>
</div>
</div>
<aside class="postpromonav"><nav><ul itemprop="keywords" class="tags">
<li><a class="tag p-category" href="../categories/personal.html" rel="tag">personal</a></li>
<li><a class="tag p-category" href="../categories/work.html" rel="tag">work</a></li>
</ul>
<ul class="pager">
<li class="previous">
<a href="updates-to-aur-packages.html" rel="prev" title="Updates to AUR packages">Previous post</a>
</li>
</ul></nav></aside></article>
</div>
<!--End of body content-->
<footer>
Contents © 2015 <a href="mailto:duck@duckland.org">Don Harper</a> - Powered by <a href="http://getnikola.com" rel="nofollow">Nikola</a>
</footer>
</div>
</div>
<script src="../assets/js/all-nocdn.js"></script><script>jQuery("a.image-reference").colorbox({rel:"gal",maxWidth:"100%",maxHeight:"100%",scalePhotos:true});</script><!-- fancy dates --><script>
moment.locale("");
fancydates(1, "YYYY-MM-DD");
</script><!-- end fancy dates -->
</body>
</html>

View file

@ -9,7 +9,6 @@
<link rel="canonical" href="http://www.duckland.org/posts/updates-to-aur-packages.html">
<!--[if lt IE 9]><script src="../assets/js/html5.js"></script><![endif]--><meta name="author" content="Don Harper">
<link rel="prev" href="vegas-again.html" title="Vegas, again" type="text/html">
<link rel="next" href="moving.html" title="Moving" type="text/html">
<meta property="og:site_name" content="duckland.org news">
<meta property="og:title" content="Updates to AUR packages">
<meta property="og:url" content="http://www.duckland.org/posts/updates-to-aur-packages.html">
@ -154,9 +153,6 @@ chronicle - A ">
<li class="previous">
<a href="vegas-again.html" rel="prev" title="Vegas, again">Previous post</a>
</li>
<li class="next">
<a href="moving.html" rel="next" title="Moving">Next post</a>
</li>
</ul></nav></aside></article>
</div>
<!--End of body content-->

View file

@ -1,9 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="assets/xml/rss.xsl" media="all"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>duckland.org news</title><link>http://www.duckland.org/</link><description>News from duckland.org</description><atom:link type="application/rss+xml" rel="self" href="http://www.duckland.org/rss.xml"></atom:link><language>en</language><lastBuildDate>Fri, 12 Jun 2015 15:49:49 GMT</lastBuildDate><generator>http://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Moving</title><link>http://www.duckland.org/posts/moving.html</link><dc:creator>Don Harper</dc:creator><description>&lt;div&gt;&lt;img alt="HP logo" class="align-left" src="http://www.duckland.org/images/Moving/HP_logo.png" style="width: 100px; height: 100px;"&gt;
&lt;p&gt;Well, after 4 years (almost to the day), it is time for me to say good-bye to HP. The team I worked on is a great team who really know their stuff. However, I am a geek, and I want to be doing things with tech, and not talking about tech,, and for the most part, talking is all I have been doing. I have learned a lot and was given a chance to do some &lt;a class="reference external" href="http://www.duckland.org/posts/201402travels.html"&gt;traveling&lt;/a&gt; which I do not think I would have been able to do.&lt;/p&gt;
&lt;p&gt;So, where am I going? Well, until after I start and get on-boarded, I am not sure how much I can say. It is a financial company based in Houston, so I will not be moving the crew, just changing the direction I commute back to into the sun again.&lt;/p&gt;
&lt;p&gt;Stay tuned here for more updates, and I will probably be using this as a place to document some of the new things I learn on the way.&lt;/p&gt;
&lt;p&gt;Peace.&lt;/p&gt;&lt;/div&gt;</description><category>personal</category><category>work</category><guid>http://www.duckland.org/posts/moving.html</guid><pubDate>Fri, 12 Jun 2015 15:30:39 GMT</pubDate></item><item><title>Updates to AUR packages</title><link>http://www.duckland.org/posts/updates-to-aur-packages.html</link><dc:creator>Don Harper</dc:creator><description>&lt;div&gt;&lt;p&gt;So, with the &lt;a class="reference external" href="https://wiki.archlinux.org/index.php/Arch_User_Repository#AUR_4"&gt;migration of the AUR to version 4&lt;/a&gt;, I looked at the 12 AUR packages I had created over the years which I have not looked at in a long, long time.&lt;/p&gt;
<?xml-stylesheet type="text/xsl" href="assets/xml/rss.xsl" media="all"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>duckland.org news</title><link>http://www.duckland.org/</link><description>News from duckland.org</description><atom:link type="application/rss+xml" rel="self" href="http://www.duckland.org/rss.xml"></atom:link><language>en</language><lastBuildDate>Fri, 12 Jun 2015 15:00:03 GMT</lastBuildDate><generator>http://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Updates to AUR packages</title><link>http://www.duckland.org/posts/updates-to-aur-packages.html</link><dc:creator>Don Harper</dc:creator><description>&lt;div&gt;&lt;p&gt;So, with the &lt;a class="reference external" href="https://wiki.archlinux.org/index.php/Arch_User_Repository#AUR_4"&gt;migration of the AUR to version 4&lt;/a&gt;, I looked at the 12 AUR packages I had created over the years which I have not looked at in a long, long time.&lt;/p&gt;
&lt;p&gt;The list started out with:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;a class="reference external" href="http://aur.archlinux.org/packages/chronicle/"&gt;chronicle&lt;/a&gt; - A simple blog compiler written in Perl&lt;/li&gt;
@ -73,4 +69,11 @@
&lt;p&gt;I was using &lt;a class="reference external" href="http://chromium.org"&gt;Chromium&lt;/a&gt;, but any Flash site did not work. I need to revisit this at some point, but for now I went back to Firefox, and it is working create.&lt;/p&gt;
&lt;p&gt;The only major thing right now I need to figure out is how FreeBSD deals with sound. I can hear things from the speakers just fine, but I need to figure out how to enable and use an USB headset. Not the biggest, but still. I also need to either install &amp;amp; configure Skype, or find a replacement video chat to use with the wife while traveling that works under FreeBSD. I like the second option better, but I have not really had the time to do the research.&lt;/p&gt;
&lt;p&gt;And, the new site generating suite I am using works under FreeBSD. I wrote and posted this from the FreeBSD laptop.&lt;/p&gt;
&lt;p&gt;More updates soon.&lt;/p&gt;&lt;/div&gt;</description><category>30DayChallenge</category><category>sa</category><guid>http://www.duckland.org/posts/update-on-revisiting-freebsd-challenge.html</guid><pubDate>Sun, 11 Jan 2015 04:35:04 GMT</pubDate></item></channel></rss>
&lt;p&gt;More updates soon.&lt;/p&gt;&lt;/div&gt;</description><category>30DayChallenge</category><category>sa</category><guid>http://www.duckland.org/posts/update-on-revisiting-freebsd-challenge.html</guid><pubDate>Sun, 11 Jan 2015 04:35:04 GMT</pubDate></item><item><title>Goodbye 2014!</title><link>http://www.duckland.org/posts/goodbye-2014.html</link><dc:creator>Don Harper</dc:creator><description>&lt;div&gt;&lt;p&gt;As 2014 draws to a close, I look back at the year.&lt;/p&gt;
&lt;p&gt;Overall, it was a good year. The family staid reasonably health (just a case of the flu which every one of us caught).&lt;/p&gt;
&lt;p&gt;Work slowed down a bit after only three trips, and the last one was in June, but I did get to spend two weeks in London which was cool. While the work has been not what I really want to be doing, it has been interesting, and next year promises to be very interesting. I have no clue if travel is in the cards or not, but I will keep the camera handy.&lt;/p&gt;
&lt;p&gt;In the coming year, I plan to focus on health, photography, and technology. I want to get back to taking photos every day, and to bring the quality back up to art level over the snapshots and historical documentation that I have been doing.&lt;/p&gt;
&lt;p&gt;Also, I want to revisit the 30 Day FreeBSD challenge again in January. I have the old HP R810 running &lt;a class="reference external" href="http://www.pcbsd.org"&gt;PCBSD 10.1&lt;/a&gt; already set up that I have been using for a couple of days working the kinks out of it, so I think I can do it this time. Normal caveat applies...I have a work laptop which dual boots Windows 8.1 and Fedora 21 for my work stuff. The home stuff should work nicely on the laptop.&lt;/p&gt;
&lt;p&gt;Just to prove things, this post was written under FreeBSD.&lt;/p&gt;
&lt;p&gt;I also need to fix up my virtual host farm. I have one too many, and do not need it, but of course, it is the one with the main mail and other services, so I need to hurry up and migrate things off of it.&lt;/p&gt;
&lt;p&gt;I hope your 2015 is a great year.&lt;/p&gt;&lt;/div&gt;</description><category>30DayChallenge</category><category>personal</category><category>photo</category><category>sa</category><guid>http://www.duckland.org/posts/goodbye-2014.html</guid><pubDate>Wed, 31 Dec 2014 05:44:55 GMT</pubDate></item></channel></rss>

View file

@ -6,175 +6,175 @@
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-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2006/07/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2006/11/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2006/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2007/01/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2007/03/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2007/05/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2007/06/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2007/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2008/04/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2008/05/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2008/08/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2008/11/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2008/12/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2008/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2009/01/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2009/04/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2009/05/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2009/12/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2009/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2010/02/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2010/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2011/12/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2011/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2013/10/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2013/11/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2013/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/01/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/02/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/03/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/04/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/05/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/06/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/07/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/08/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/09/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/10/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/12/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2014/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2015/01/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2015/02/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2015/03/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2015/05/index.html</loc>
<lastmod>2015-06-09</lastmod>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/2015/06/index.html</loc>
@ -182,39 +182,39 @@
</url>
<url>
<loc>http://www.duckland.org/2015/index.html</loc>
<lastmod>2015-06-09</lastmod>
</url>
<url>
<loc>http://www.duckland.org/archive.html</loc>
<lastmod>2015-06-09</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/30daychallenge.html</loc>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/archive.html</loc>
<lastmod>2015-06-12</lastmod>
</url>
<url>
<loc>http://www.duckland.org/categories/30daychallenge.html</loc>
<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>
@ -222,19 +222,19 @@
</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>
@ -242,23 +242,23 @@
</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>
@ -266,35 +266,35 @@
</url>
<url>
<loc>http://www.duckland.org/categories/photo.html</loc>
<lastmod>2015-06-12</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-12</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>
@ -302,35 +302,35 @@
</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>
@ -338,19 +338,19 @@
</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-12</lastmod>
<lastmod>2015-06-10</lastmod>
</url>
<url>
<loc>http://www.duckland.org/index-13.html</loc>
@ -358,35 +358,35 @@
</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>
@ -394,243 +394,243 @@
</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>
@ -638,23 +638,19 @@
</url>
<url>
<loc>http://www.duckland.org/posts/march-update.html</loc>
<lastmod>2015-06-09</lastmod>
</url>
<url>
<loc>http://www.duckland.org/posts/moving.html</loc>
<lastmod>2015-06-12</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>
@ -662,10 +658,10 @@
</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

@ -10,67 +10,67 @@
</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>
@ -82,11 +82,11 @@
</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>
@ -94,55 +94,55 @@
</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>