New Post: Moving

This commit is contained in:
Don Harper 2015-06-12 09:50:46 -06:00
parent cd76766f90
commit 4b716afa38
73 changed files with 436 additions and 3165 deletions

BIN
.doit.db

Binary file not shown.

Binary file not shown.

View file

@ -1,51 +0,0 @@
# -*- coding:ascii -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.4036653
_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']
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
__M_writer = context.writer()
__M_writer('\n\n')
__M_writer('\n')
return ''
finally:
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:
__M_writer = context.writer()
__M_writer('\n <link rel="stylesheet" href="http://assets.annotateit.org/annotator/v1.2.5/annotator.min.css">\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/annotation_helper.tmpl", "source_encoding": "ascii", "uri": "annotation_helper.tmpl", "line_map": {"20": 3, "21": 16, "15": 0, "41": 1, "27": 5, "37": 1, "47": 41, "31": 5}}
__M_END_METADATA
"""

View file

@ -1,245 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.3296432
_enable_loop = True
_template_filename = 'themes/bootstrap3/templates/base.tmpl'
_template_uri = 'base.tmpl'
_source_encoding = 'utf-8'
_exports = ['content', 'extra_js', 'sourcelink', 'belowtitle', 'extra_head']
def _mako_get_namespace(context, name):
try:
return context.namespaces[(__name__, name)]
except KeyError:
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
ns = runtime.TemplateNamespace('base', context._clean_inheritance_tokens(), templateuri='base_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'base')] = ns
ns = runtime.TemplateNamespace('notes', context._clean_inheritance_tokens(), templateuri='annotation_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'notes')] = ns
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
_import_ns = {}
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
abs_link = _import_ns.get('abs_link', context.get('abs_link', UNDEFINED))
show_blog_title = _import_ns.get('show_blog_title', context.get('show_blog_title', UNDEFINED))
base = _mako_get_namespace(context, 'base')
notes = _mako_get_namespace(context, 'notes')
lang = _import_ns.get('lang', context.get('lang', UNDEFINED))
content_footer = _import_ns.get('content_footer', context.get('content_footer', UNDEFINED))
def sourcelink():
return render_sourcelink(context._locals(__M_locals))
translations = _import_ns.get('translations', context.get('translations', UNDEFINED))
body_end = _import_ns.get('body_end', context.get('body_end', UNDEFINED))
len = _import_ns.get('len', context.get('len', UNDEFINED))
js_date_format = _import_ns.get('js_date_format', context.get('js_date_format', UNDEFINED))
def extra_js():
return render_extra_js(context._locals(__M_locals))
annotations = _import_ns.get('annotations', context.get('annotations', UNDEFINED))
set_locale = _import_ns.get('set_locale', context.get('set_locale', UNDEFINED))
logo_url = _import_ns.get('logo_url', context.get('logo_url', UNDEFINED))
date_fanciness = _import_ns.get('date_fanciness', context.get('date_fanciness', UNDEFINED))
template_hooks = _import_ns.get('template_hooks', context.get('template_hooks', UNDEFINED))
blog_title = _import_ns.get('blog_title', context.get('blog_title', UNDEFINED))
messages = _import_ns.get('messages', context.get('messages', UNDEFINED))
post = _import_ns.get('post', context.get('post', UNDEFINED))
show_sourcelink = _import_ns.get('show_sourcelink', context.get('show_sourcelink', UNDEFINED))
search_form = _import_ns.get('search_form', context.get('search_form', UNDEFINED))
def belowtitle():
return render_belowtitle(context._locals(__M_locals))
def content():
return render_content(context._locals(__M_locals))
momentjs_locales = _import_ns.get('momentjs_locales', context.get('momentjs_locales', UNDEFINED))
def extra_head():
return render_extra_head(context._locals(__M_locals))
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
__M_writer(str(set_locale(lang)))
__M_writer('\n')
__M_writer(str(base.html_headstart()))
__M_writer('\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'extra_head'):
context['self'].extra_head(**pageargs)
__M_writer('\n')
__M_writer(str(template_hooks['extra_head']()))
__M_writer('\n</head>\n<body>\n<a href="#content" class="sr-only sr-only-focusable">')
__M_writer(str(messages("Skip to main content")))
__M_writer('</a>\n\n<!-- Menubar -->\n\n<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">\n <div class="container"><!-- This keeps the margins nice -->\n <div class="navbar-header">\n <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">\n <span class="sr-only">Toggle navigation</span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n <span class="icon-bar"></span>\n </button>\n <a class="navbar-brand" href="')
__M_writer(str(abs_link('/')))
__M_writer('">\n')
if logo_url:
__M_writer(' <img src="')
__M_writer(str(logo_url))
__M_writer('" alt="')
__M_writer(str(blog_title))
__M_writer('" id="logo">\n')
__M_writer('\n')
if show_blog_title:
__M_writer(' <span id="blog-title">')
__M_writer(str(blog_title))
__M_writer('</span>\n')
__M_writer(' </a>\n </div><!-- /.navbar-header -->\n <div class="collapse navbar-collapse navbar-ex1-collapse">\n <ul class="nav navbar-nav">\n ')
__M_writer(str(base.html_navigation_links()))
__M_writer('\n ')
__M_writer(str(template_hooks['menu']()))
__M_writer('\n </ul>\n')
if search_form:
__M_writer(' ')
__M_writer(str(search_form))
__M_writer('\n')
__M_writer('\n <ul class="nav navbar-nav navbar-right">\n ')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'belowtitle'):
context['self'].belowtitle(**pageargs)
__M_writer('\n')
if show_sourcelink:
__M_writer(' ')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'sourcelink'):
context['self'].sourcelink(**pageargs)
__M_writer('\n')
__M_writer(' ')
__M_writer(str(template_hooks['menu_alt']()))
__M_writer('\n </ul>\n </div><!-- /.navbar-collapse -->\n </div><!-- /.container -->\n</nav>\n\n<!-- End of Menubar -->\n\n<div class="container" id="content">\n <div class="body-content">\n <!--Body content-->\n <div class="row">\n ')
__M_writer(str(template_hooks['page_header']()))
__M_writer('\n ')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'content'):
context['self'].content(**pageargs)
__M_writer('\n </div>\n <!--End of body content-->\n\n <footer>\n ')
__M_writer(str(content_footer))
__M_writer('\n ')
__M_writer(str(template_hooks['page_footer']()))
__M_writer('\n </footer>\n </div>\n</div>\n\n')
__M_writer(str(base.late_load_js()))
__M_writer('\n <script>jQuery("a.image-reference").colorbox({rel:"gal",maxWidth:"100%",maxHeight:"100%",scalePhotos:true});</script>\n <!-- fancy dates -->\n <script>\n moment.locale("')
__M_writer(str(momentjs_locales[lang]))
__M_writer('");\n fancydates(')
__M_writer(str(date_fanciness))
__M_writer(', ')
__M_writer(str(js_date_format))
__M_writer(');\n </script>\n <!-- end fancy dates -->\n ')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'extra_js'):
context['self'].extra_js(**pageargs)
__M_writer('\n')
if annotations and post and not post.meta('noannotations'):
__M_writer(' ')
__M_writer(str(notes.code()))
__M_writer('\n')
elif not annotations and post and post.meta('annotations'):
__M_writer(' ')
__M_writer(str(notes.code()))
__M_writer('\n')
__M_writer(str(body_end))
__M_writer('\n')
__M_writer(str(template_hooks['body_end']()))
__M_writer('\n</body>\n</html>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
_import_ns = {}
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
def content():
return render_content(context)
__M_writer = context.writer()
return ''
finally:
context.caller_stack._pop_frame()
def render_extra_js(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
_import_ns = {}
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
def extra_js():
return render_extra_js(context)
__M_writer = context.writer()
return ''
finally:
context.caller_stack._pop_frame()
def render_sourcelink(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
_import_ns = {}
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
def sourcelink():
return render_sourcelink(context)
__M_writer = context.writer()
return ''
finally:
context.caller_stack._pop_frame()
def render_belowtitle(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
_import_ns = {}
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
base = _mako_get_namespace(context, 'base')
translations = _import_ns.get('translations', context.get('translations', UNDEFINED))
def belowtitle():
return render_belowtitle(context)
len = _import_ns.get('len', context.get('len', UNDEFINED))
__M_writer = context.writer()
__M_writer('\n')
if len(translations) > 1:
__M_writer(' <li>')
__M_writer(str(base.html_translations()))
__M_writer('</li>\n')
__M_writer(' ')
return ''
finally:
context.caller_stack._pop_frame()
def render_extra_head(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
_import_ns = {}
_mako_get_namespace(context, 'base')._populate(_import_ns, ['*'])
_mako_get_namespace(context, 'notes')._populate(_import_ns, ['*'])
def extra_head():
return render_extra_head(context)
__M_writer = context.writer()
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "themes/bootstrap3/templates/base.tmpl", "source_encoding": "utf-8", "uri": "base.tmpl", "line_map": {"128": 71, "129": 72, "130": 72, "131": 77, "132": 77, "133": 81, "134": 81, "135": 82, "136": 82, "137": 82, "138": 82, "215": 45, "143": 85, "144": 86, "145": 87, "146": 87, "147": 87, "148": 88, "149": 89, "22": 2, "151": 89, "152": 91, "25": 3, "154": 92, "155": 92, "28": 0, "218": 47, "150": 89, "161": 66, "219": 47, "220": 49, "226": 6, "175": 85, "216": 46, "189": 51, "153": 91, "67": 2, "68": 3, "69": 4, "70": 4, "71": 5, "72": 5, "203": 45, "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, "235": 6, "109": 49, "110": 50, "111": 51, "241": 235, "116": 51, "117": 53, "118": 53, "119": 53, "120": 65, "121": 65, "217": 47, "126": 66, "127": 71}}
__M_END_METADATA
"""

View file

@ -1,308 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.371056
_enable_loop = True
_template_filename = 'themes/bootstrap3/templates/base_helper.tmpl'
_template_uri = 'base_helper.tmpl'
_source_encoding = 'utf-8'
_exports = ['html_feedlinks', 'html_stylesheets', 'late_load_js', 'html_navigation_links', 'html_headstart', 'html_translations']
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n\n')
__M_writer('\n\n\n')
__M_writer('\n\n')
__M_writer('\n\n')
__M_writer('\n\n')
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_feedlinks(context):
__M_caller = context.caller_stack._push_frame()
try:
_link = context.get('_link', UNDEFINED)
rss_link = context.get('rss_link', UNDEFINED)
translations = context.get('translations', UNDEFINED)
len = context.get('len', UNDEFINED)
generate_rss = context.get('generate_rss', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if rss_link:
__M_writer(' ')
__M_writer(str(rss_link))
__M_writer('\n')
elif generate_rss:
if len(translations) > 1:
for language in translations:
__M_writer(' <link rel="alternate" type="application/rss+xml" title="RSS (')
__M_writer(str(language))
__M_writer(')" href="')
__M_writer(str(_link('rss', None, language)))
__M_writer('">\n')
else:
__M_writer(' <link rel="alternate" type="application/rss+xml" title="RSS" href="')
__M_writer(str(_link('rss', None)))
__M_writer('">\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_stylesheets(context):
__M_caller = context.caller_stack._push_frame()
try:
post = context.get('post', UNDEFINED)
has_custom_css = context.get('has_custom_css', UNDEFINED)
annotations = context.get('annotations', UNDEFINED)
notes = context.get('notes', UNDEFINED)
use_cdn = context.get('use_cdn', UNDEFINED)
use_bundles = context.get('use_bundles', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if use_bundles:
if use_cdn:
__M_writer(' <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet">\n <link href="/assets/css/all.css" rel="stylesheet" type="text/css">\n')
else:
__M_writer(' <link href="/assets/css/all-nocdn.css" rel="stylesheet" type="text/css">\n')
else:
if use_cdn:
__M_writer(' <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet">\n')
else:
__M_writer(' <link href="/assets/css/bootstrap.min.css" rel="stylesheet" type="text/css">\n')
__M_writer(' <link href="/assets/css/rst.css" rel="stylesheet" type="text/css">\n <link href="/assets/css/code.css" rel="stylesheet" type="text/css">\n <link href="/assets/css/colorbox.css" rel="stylesheet" type="text/css">\n <link href="/assets/css/theme.css" rel="stylesheet" type="text/css">\n')
if has_custom_css:
__M_writer(' <link href="/assets/css/custom.css" rel="stylesheet" type="text/css">\n')
if annotations and post and not post.meta('noannotations'):
__M_writer(' ')
__M_writer(str(notes.css()))
__M_writer('\n')
elif not annotations and post and post.meta('annotations'):
__M_writer(' ')
__M_writer(str(notes.css()))
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_late_load_js(context):
__M_caller = context.caller_stack._push_frame()
try:
colorbox_locales = context.get('colorbox_locales', UNDEFINED)
lang = context.get('lang', UNDEFINED)
use_cdn = context.get('use_cdn', UNDEFINED)
use_bundles = context.get('use_bundles', UNDEFINED)
social_buttons_code = context.get('social_buttons_code', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if use_bundles:
if use_cdn:
__M_writer(' <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>\n <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>\n <script src="/assets/js/all.js"></script>\n')
else:
__M_writer(' <script src="/assets/js/all-nocdn.js"></script>\n')
else:
if use_cdn:
__M_writer(' <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>\n <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>\n')
else:
__M_writer(' <script src="/assets/js/jquery.min.js"></script>\n <script src="/assets/js/bootstrap.min.js"></script>\n <script src="/assets/js/moment-with-locales.min.js"></script>\n <script src="/assets/js/fancydates.js"></script>\n')
__M_writer(' <script src="/assets/js/jquery.colorbox-min.js"></script>\n')
if colorbox_locales[lang]:
__M_writer(' <script src="/assets/js/colorbox-i18n/jquery.colorbox-')
__M_writer(str(colorbox_locales[lang]))
__M_writer('.js"></script>\n')
__M_writer(' ')
__M_writer(str(social_buttons_code))
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_navigation_links(context):
__M_caller = context.caller_stack._push_frame()
try:
navigation_links = context.get('navigation_links', UNDEFINED)
lang = context.get('lang', UNDEFINED)
tuple = context.get('tuple', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
isinstance = context.get('isinstance', UNDEFINED)
rel_link = context.get('rel_link', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
for url, text in navigation_links[lang]:
if isinstance(url, tuple):
__M_writer(' <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">')
__M_writer(str(text))
__M_writer('<b class="caret"></b></a>\n <ul class="dropdown-menu">\n')
for suburl, text in url:
if rel_link(permalink, suburl) == "#":
__M_writer(' <li class="active"><a href="')
__M_writer(str(permalink))
__M_writer('">')
__M_writer(str(text))
__M_writer('</a>\n')
else:
__M_writer(' <li><a href="')
__M_writer(str(suburl))
__M_writer('">')
__M_writer(str(text))
__M_writer('</a>\n')
__M_writer(' </ul>\n')
else:
if rel_link(permalink, url) == "#":
__M_writer(' <li class="active"><a href="')
__M_writer(str(permalink))
__M_writer('">')
__M_writer(str(text))
__M_writer('</a>\n')
else:
__M_writer(' <li><a href="')
__M_writer(str(url))
__M_writer('">')
__M_writer(str(text))
__M_writer('</a>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_headstart(context):
__M_caller = context.caller_stack._push_frame()
try:
abs_link = context.get('abs_link', UNDEFINED)
description = context.get('description', UNDEFINED)
def html_stylesheets():
return render_html_stylesheets(context)
def html_feedlinks():
return render_html_feedlinks(context)
title = context.get('title', UNDEFINED)
lang = context.get('lang', UNDEFINED)
nextlink = context.get('nextlink', UNDEFINED)
twitter_card = context.get('twitter_card', UNDEFINED)
use_cdn = context.get('use_cdn', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
is_rtl = context.get('is_rtl', UNDEFINED)
use_open_graph = context.get('use_open_graph', UNDEFINED)
extra_head_data = context.get('extra_head_data', UNDEFINED)
mathjax_config = context.get('mathjax_config', UNDEFINED)
comment_system = context.get('comment_system', UNDEFINED)
favicons = context.get('favicons', UNDEFINED)
prevlink = context.get('prevlink', UNDEFINED)
blog_title = context.get('blog_title', UNDEFINED)
striphtml = context.get('striphtml', UNDEFINED)
comment_system_id = context.get('comment_system_id', UNDEFINED)
url_replacer = context.get('url_replacer', 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'):
__M_writer("prefix='")
if use_open_graph or (twitter_card and twitter_card['use_twitter_cards']):
__M_writer('og: http://ogp.me/ns# ')
if use_open_graph:
__M_writer('article: http://ogp.me/ns/article# ')
if comment_system == 'facebook':
__M_writer('fb: http://ogp.me/ns/fb# ')
__M_writer("'")
if is_rtl:
__M_writer('dir="rtl" ')
__M_writer('lang="')
__M_writer(str(lang))
__M_writer('">\n <head>\n <meta charset="utf-8">\n')
if description:
__M_writer(' <meta name="description" content="')
__M_writer(str(description))
__M_writer('">\n')
__M_writer(' <meta name="viewport" content="width=device-width, initial-scale=1">\n <title>')
__M_writer(striphtml(str(title)))
__M_writer(' | ')
__M_writer(striphtml(str(blog_title)))
__M_writer('</title>\n\n ')
__M_writer(str(html_stylesheets()))
__M_writer('\n ')
__M_writer(str(html_feedlinks()))
__M_writer('\n')
if permalink:
__M_writer(' <link rel="canonical" href="')
__M_writer(str(abs_link(permalink)))
__M_writer('">\n')
__M_writer('\n')
if favicons:
for name, file, size in favicons:
__M_writer(' <link rel="')
__M_writer(str(name))
__M_writer('" href="')
__M_writer(str(file))
__M_writer('" sizes="')
__M_writer(str(size))
__M_writer('"/>\n')
__M_writer('\n')
if comment_system == 'facebook':
__M_writer(' <meta property="fb:app_id" content="')
__M_writer(str(comment_system_id))
__M_writer('">\n')
__M_writer('\n')
if prevlink:
__M_writer(' <link rel="prev" href="')
__M_writer(str(prevlink))
__M_writer('" type="text/html">\n')
if nextlink:
__M_writer(' <link rel="next" href="')
__M_writer(str(nextlink))
__M_writer('" type="text/html">\n')
__M_writer('\n ')
__M_writer(str(mathjax_config))
__M_writer('\n')
if use_cdn:
__M_writer(' <!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->\n')
else:
__M_writer(' <!--[if lt IE 9]><script src="')
__M_writer(str(url_replacer(permalink, '/assets/js/html5.js', lang)))
__M_writer('"></script><![endif]-->\n')
__M_writer('\n ')
__M_writer(str(extra_head_data))
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_translations(context):
__M_caller = context.caller_stack._push_frame()
try:
_link = context.get('_link', UNDEFINED)
translations = context.get('translations', UNDEFINED)
lang = context.get('lang', UNDEFINED)
messages = context.get('messages', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
for langname in translations.keys():
if langname != lang:
__M_writer(' <li><a href="')
__M_writer(str(_link("index", None, langname)))
__M_writer('" rel="alternate" hreflang="')
__M_writer(str(langname))
__M_writer('">')
__M_writer(str(messages("LANGUAGE", langname)))
__M_writer('</a></li>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "themes/bootstrap3/templates/base_helper.tmpl", "source_encoding": "utf-8", "uri": "base_helper.tmpl", "line_map": {"15": 0, "20": 2, "21": 65, "22": 92, "23": 122, "24": 145, "25": 159, "26": 167, "32": 147, "41": 147, "42": 148, "43": 149, "44": 149, "45": 149, "46": 150, "47": 151, "48": 152, "49": 153, "50": 153, "51": 153, "52": 153, "53": 153, "54": 155, "55": 156, "56": 156, "57": 156, "63": 95, "73": 95, "74": 96, "75": 97, "76": 98, "77": 100, "78": 101, "79": 103, "80": 104, "81": 105, "82": 106, "83": 107, "84": 109, "85": 113, "86": 114, "87": 117, "88": 118, "89": 118, "90": 118, "91": 119, "92": 120, "93": 120, "94": 120, "100": 67, "109": 67, "110": 68, "111": 69, "112": 70, "113": 73, "114": 74, "115": 76, "116": 77, "117": 78, "118": 80, "119": 81, "120": 86, "121": 88, "122": 89, "123": 89, "124": 89, "125": 91, "126": 91, "127": 91, "133": 124, "143": 124, "144": 125, "145": 126, "146": 127, "147": 127, "148": 127, "149": 129, "150": 130, "151": 131, "152": 131, "153": 131, "154": 131, "155": 131, "156": 132, "157": 133, "158": 133, "159": 133, "160": 133, "161": 133, "162": 136, "163": 137, "164": 138, "165": 139, "166": 139, "167": 139, "168": 139, "169": 139, "170": 140, "171": 141, "172": 141, "173": 141, "174": 141, "175": 141, "181": 3, "208": 3, "209": 7, "210": 8, "211": 9, "212": 10, "213": 12, "214": 13, "215": 15, "216": 16, "217": 18, "218": 21, "219": 22, "220": 25, "221": 25, "222": 25, "223": 28, "224": 29, "225": 29, "226": 29, "227": 31, "228": 32, "229": 32, "230": 32, "231": 32, "232": 34, "233": 34, "234": 35, "235": 35, "236": 36, "237": 37, "238": 37, "239": 37, "240": 39, "241": 40, "242": 41, "243": 42, "244": 42, "245": 42, "246": 42, "247": 42, "248": 42, "249": 42, "250": 45, "251": 46, "252": 47, "253": 47, "254": 47, "255": 49, "256": 50, "257": 51, "258": 51, "259": 51, "260": 53, "261": 54, "262": 54, "263": 54, "264": 56, "265": 57, "266": 57, "267": 58, "268": 59, "269": 60, "270": 61, "271": 61, "272": 61, "273": 63, "274": 64, "275": 64, "281": 161, "289": 161, "290": 162, "291": 163, "292": 164, "293": 164, "294": 164, "295": 164, "296": 164, "297": 164, "298": 164, "304": 298}}
__M_END_METADATA
"""

View file

@ -1,206 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.2452447
_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']
def _mako_get_namespace(context, name):
try:
return context.namespaces[(__name__, name)]
except KeyError:
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
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('googleplus', context._clean_inheritance_tokens(), templateuri='comments_helper_googleplus.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'googleplus')] = 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('muut', context._clean_inheritance_tokens(), templateuri='comments_helper_muut.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'muut')] = ns
ns = runtime.TemplateNamespace('intensedebate', context._clean_inheritance_tokens(), templateuri='comments_helper_intensedebate.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'intensedebate')] = ns
ns = runtime.TemplateNamespace('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
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
__M_writer('\n')
__M_writer('\n')
__M_writer('\n')
__M_writer('\n')
__M_writer('\n')
__M_writer('\n\n')
__M_writer('\n\n')
__M_writer('\n\n')
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
googleplus = _mako_get_namespace(context, 'googleplus')
intensedebate = _mako_get_namespace(context, 'intensedebate')
comment_system = context.get('comment_system', UNDEFINED)
livefyre = _mako_get_namespace(context, 'livefyre')
disqus = _mako_get_namespace(context, 'disqus')
muut = _mako_get_namespace(context, 'muut')
facebook = _mako_get_namespace(context, 'facebook')
isso = _mako_get_namespace(context, 'isso')
__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:
googleplus = _mako_get_namespace(context, 'googleplus')
intensedebate = _mako_get_namespace(context, 'intensedebate')
comment_system = context.get('comment_system', UNDEFINED)
livefyre = _mako_get_namespace(context, 'livefyre')
disqus = _mako_get_namespace(context, 'disqus')
muut = _mako_get_namespace(context, 'muut')
facebook = _mako_get_namespace(context, 'facebook')
isso = _mako_get_namespace(context, 'isso')
__M_writer = context.writer()
__M_writer('\n')
if comment_system == 'disqus':
__M_writer(' ')
__M_writer(str(disqus.comment_link_script()))
__M_writer('\n')
elif comment_system == 'livefyre':
__M_writer(' ')
__M_writer(str(livefyre.comment_link_script()))
__M_writer('\n')
elif comment_system == 'intensedebate':
__M_writer(' ')
__M_writer(str(intensedebate.comment_link_script()))
__M_writer('\n')
elif comment_system == 'muut':
__M_writer(' ')
__M_writer(str(muut.comment_link_script()))
__M_writer('\n')
elif comment_system == 'googleplus':
__M_writer(' ')
__M_writer(str(googleplus.comment_link_script()))
__M_writer('\n')
elif comment_system == 'facebook':
__M_writer(' ')
__M_writer(str(facebook.comment_link_script()))
__M_writer('\n')
elif comment_system == 'isso':
__M_writer(' ')
__M_writer(str(isso.comment_link_script()))
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_link(context,link,identifier):
__M_caller = context.caller_stack._push_frame()
try:
googleplus = _mako_get_namespace(context, 'googleplus')
intensedebate = _mako_get_namespace(context, 'intensedebate')
comment_system = context.get('comment_system', UNDEFINED)
livefyre = _mako_get_namespace(context, 'livefyre')
disqus = _mako_get_namespace(context, 'disqus')
muut = _mako_get_namespace(context, 'muut')
facebook = _mako_get_namespace(context, 'facebook')
isso = _mako_get_namespace(context, 'isso')
__M_writer = context.writer()
__M_writer('\n')
if comment_system == 'disqus':
__M_writer(' ')
__M_writer(str(disqus.comment_link(link, identifier)))
__M_writer('\n')
elif comment_system == 'livefyre':
__M_writer(' ')
__M_writer(str(livefyre.comment_link(link, identifier)))
__M_writer('\n')
elif comment_system == 'intensedebate':
__M_writer(' ')
__M_writer(str(intensedebate.comment_link(link, identifier)))
__M_writer('\n')
elif comment_system == 'muut':
__M_writer(' ')
__M_writer(str(muut.comment_link(link, identifier)))
__M_writer('\n')
elif comment_system == 'googleplus':
__M_writer(' ')
__M_writer(str(googleplus.comment_link(link, identifier)))
__M_writer('\n')
elif comment_system == 'facebook':
__M_writer(' ')
__M_writer(str(facebook.comment_link(link, identifier)))
__M_writer('\n')
elif comment_system == 'isso':
__M_writer(' ')
__M_writer(str(isso.comment_link(link, identifier)))
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper.tmpl", "source_encoding": "utf-8", "uri": "comments_helper.tmpl", "line_map": {"22": 4, "25": 7, "28": 3, "31": 6, "34": 5, "37": 8, "40": 9, "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}}
__M_END_METADATA
"""

View file

@ -1,100 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.269647
_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']
import json
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n\n')
__M_writer('\n\n')
__M_writer('\n\n\n')
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
lang = context.get('lang', UNDEFINED)
comment_system_id = context.get('comment_system_id', 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:
comment_system_id = context.get('comment_system_id', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if comment_system_id:
__M_writer(' <script>var disqus_shortname="')
__M_writer(str(comment_system_id))
__M_writer('";(function(){var a=document.createElement("script");a.async=true;a.src="//"+disqus_shortname+".disqus.com/count.js";(document.getElementsByTagName("head")[0]||document.getElementsByTagName("body")[0]).appendChild(a)}());</script>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_link(context,link,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(' <a href="')
__M_writer(str(link))
__M_writer('#disqus_thread" data-disqus-identifier="')
__M_writer(str(identifier))
__M_writer('">Comments</a>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_disqus.tmpl", "source_encoding": "utf-8", "uri": "comments_helper_disqus.tmpl", "line_map": {"15": 3, "17": 0, "22": 2, "23": 3, "24": 31, "25": 37, "26": 44, "32": 5, "38": 5, "39": 6, "40": 7, "41": 9, "42": 9, "43": 10, "44": 11, "45": 11, "46": 11, "47": 13, "48": 13, "49": 13, "50": 14, "51": 14, "52": 16, "53": 17, "54": 18, "55": 19, "56": 19, "57": 19, "58": 21, "64": 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}}
__M_END_METADATA
"""

View file

@ -1,72 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.3065088
_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']
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
__M_writer = context.writer()
__M_writer('\n\n')
__M_writer('\n\n')
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
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:
comment_system_id = context.get('comment_system_id', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n<div id="fb-root"></div>\n<script>\n // thank lxml for this\n $(\'.fb-comments-count\').each(function(i, obj) {\n var url = obj.attributes[\'data-url\'].value;\n // change here if you dislike the default way of displaying\n // this\n obj.innerHTML = \'<fb:comments-count href="\' + url + \'"></fb:comments-count> comments\';\n });\n\n window.fbAsyncInit = function() {\n // init the FB JS SDK\n FB.init({\n appId : \'')
__M_writer(str(comment_system_id))
__M_writer('\',\n status : true,\n xfbml : true\n });\n\n };\n\n // Load the SDK asynchronously\n (function(d, s, id){\n var js, fjs = d.getElementsByTagName(s)[0];\n if (d.getElementById(id)) {return;}\n js = d.createElement(s); js.id = id;\n js.src = "//connect.facebook.net/en_US/all.js";\n fjs.parentNode.insertBefore(js, fjs);\n }(document, \'script\', \'facebook-jssdk\'));\n</script>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_link(context,link,identifier):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n<span class="fb-comments-count" data-url="')
__M_writer(str(link))
__M_writer('">\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_facebook.tmpl", "source_encoding": "utf-8", "uri": "comments_helper_facebook.tmpl", "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}}
__M_END_METADATA
"""

View file

@ -1,66 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.3006938
_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']
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
__M_writer = context.writer()
__M_writer('\n\n')
__M_writer('\n\n')
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
__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:
__M_writer = context.writer()
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_link(context,link,identifier):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n<div class="g-commentcount" data-href="')
__M_writer(str(link))
__M_writer('"></div>\n<script src="https://apis.google.com/js/plusone.js"></script>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_googleplus.tmpl", "source_encoding": "utf-8", "uri": "comments_helper_googleplus.tmpl", "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}}
__M_END_METADATA
"""

View file

@ -1,80 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.2874463
_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']
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
__M_writer = context.writer()
__M_writer('\n\n')
__M_writer('\n\n')
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
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:
__M_writer = context.writer()
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_link(context,link,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 href="{link}" onclick="this.href=\'')
__M_writer(str(link))
__M_writer('\'; this.target=\'_self\';"><span class=\'IDCommentsReplace\' style=\'display:none\'>')
__M_writer(str(identifier))
__M_writer("</span>\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(link))
__M_writer('";\n</script>\n<script src="http://www.intensedebate.com/js/genericLinkWrapperV2.js"></script>\n</a>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_intensedebate.tmpl", "source_encoding": "utf-8", "uri": "comments_helper_intensedebate.tmpl", "line_map": {"64": 14, "65": 16, "66": 16, "67": 17, "68": 17, "69": 18, "70": 18, "76": 70, "15": 0, "20": 11, "21": 22, "22": 25, "28": 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}}
__M_END_METADATA
"""

View file

@ -1,83 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.3143852
_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']
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
__M_writer = context.writer()
__M_writer('\n\n')
__M_writer('\n\n\n')
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
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:
comment_system_id = context.get('comment_system_id', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if comment_system_id:
__M_writer(' <script src="')
__M_writer(str(comment_system_id))
__M_writer('js/count.min.js" data-isso="')
__M_writer(str(comment_system_id))
__M_writer('"></script>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_link(context,link,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(' <a href="')
__M_writer(str(link))
__M_writer('#isso-thread">Comments</a>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_isso.tmpl", "source_encoding": "utf-8", "uri": "comments_helper_isso.tmpl", "line_map": {"64": 9, "69": 9, "70": 10, "71": 11, "72": 11, "73": 11, "15": 0, "20": 7, "21": 13, "22": 20, "79": 73, "28": 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}}
__M_END_METADATA
"""

View file

@ -1,74 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.2797763
_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']
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
__M_writer = context.writer()
__M_writer('\n\n')
__M_writer('\n\n\n')
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
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:
__M_writer = context.writer()
__M_writer('\n<script src="http://zor.livefyre.com/wjs/v1.0/javascripts/CommentCount.js"></script>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_link(context,link,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 href="')
__M_writer(str(link))
__M_writer('">\n <span class="livefyre-commentcount" data-lf-site-id="')
__M_writer(str(comment_system_id))
__M_writer('" data-lf-article-id="')
__M_writer(str(identifier))
__M_writer('">\n 0 Comments\n </span>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_livefyre.tmpl", "source_encoding": "utf-8", "uri": "comments_helper_livefyre.tmpl", "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}}
__M_END_METADATA
"""

View file

@ -1,70 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.2950191
_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']
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n\n')
__M_writer('\n\n\n')
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_form(context,url,title,identifier):
__M_caller = context.caller_stack._push_frame()
try:
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:
__M_writer = context.writer()
__M_writer('\n<script src="//cdn.muut.com/1/moot.min.js"></script>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_comment_link(context,link,identifier):
__M_caller = context.caller_stack._push_frame()
try:
__M_writer = context.writer()
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/comments_helper_muut.tmpl", "source_encoding": "utf-8", "uri": "comments_helper_muut.tmpl", "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}}
__M_END_METADATA
"""

View file

@ -1,57 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.4414127
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/crumbs.tmpl'
_template_uri = 'crumbs.tmpl'
_source_encoding = 'utf-8'
_exports = ['bar']
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_bar(context,crumbs):
__M_caller = context.caller_stack._push_frame()
try:
index_file = context.get('index_file', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if crumbs:
__M_writer('<nav class="breadcrumbs">\n<ul class="breadcrumb">\n')
for link, text in crumbs:
if text != index_file:
if link == '#':
__M_writer(' <li>')
__M_writer(str(text.rsplit('.html', 1)[0]))
__M_writer('</li>\n')
else:
__M_writer(' <li><a href="')
__M_writer(str(link))
__M_writer('">')
__M_writer(str(text))
__M_writer('</a></li>\n')
__M_writer('</ul>\n</nav>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/crumbs.tmpl", "source_encoding": "utf-8", "uri": "crumbs.tmpl", "line_map": {"32": 3, "33": 4, "34": 5, "35": 7, "36": 8, "37": 9, "38": 10, "39": 10, "40": 10, "41": 11, "42": 12, "43": 12, "44": 12, "45": 12, "46": 12, "15": 0, "47": 16, "20": 2, "21": 19, "27": 3, "53": 47}}
__M_END_METADATA
"""

View file

@ -1,170 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.2095602
_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 = ['content', 'content_header', 'extra_head']
def _mako_get_namespace(context, name):
try:
return context.namespaces[(__name__, name)]
except KeyError:
_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
def _mako_inherit(template, context):
_mako_generate_namespaces(context)
return runtime._inherit_from(context, 'base.tmpl', _template_uri)
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
def content_header():
return render_content_header(context._locals(__M_locals))
posts = context.get('posts', UNDEFINED)
index_file = context.get('index_file', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
parent = context.get('parent', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
index_teasers = context.get('index_teasers', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
date_format = context.get('date_format', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
site_has_comments = context.get('site_has_comments', UNDEFINED)
def extra_head():
return render_extra_head(context._locals(__M_locals))
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
__M_writer('\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'extra_head'):
context['self'].extra_head(**pageargs)
__M_writer('\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'content'):
context['self'].content(**pageargs)
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
def content_header():
return render_content_header(context)
posts = context.get('posts', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
index_teasers = context.get('index_teasers', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
date_format = context.get('date_format', UNDEFINED)
def content():
return render_content(context)
site_has_comments = context.get('site_has_comments', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'content_header'):
context['self'].content_header(**pageargs)
__M_writer('\n<div class="postindex">\n')
for post in posts:
__M_writer(' <article class="h-entry post-')
__M_writer(str(post.meta('type')))
__M_writer('">\n <header>\n <h1 class="p-name entry-title"><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 <div class="metadata">\n <p class="byline author vcard"><span class="byline-name fn">')
__M_writer(str(post.author()))
__M_writer('</span></p>\n <p class="dateline"><a href="')
__M_writer(str(post.permalink()))
__M_writer('" rel="bookmark"><time class="published dt-published" datetime="')
__M_writer(str(post.date.isoformat()))
__M_writer('" title="')
__M_writer(str(post.formatted_date(date_format)))
__M_writer('">')
__M_writer(str(post.formatted_date(date_format)))
__M_writer('</time></a></p>\n')
if not post.meta('nocomments') and site_has_comments:
__M_writer(' <p class="commentline">')
__M_writer(str(comments.comment_link(post.permalink(), post._base_path)))
__M_writer('\n')
__M_writer(' </div>\n </header>\n')
if index_teasers:
__M_writer(' <div class="p-summary entry-summary">\n ')
__M_writer(str(post.text(teaser_only=True)))
__M_writer('\n')
else:
__M_writer(' <div class="e-content entry-content">\n ')
__M_writer(str(post.text(teaser_only=False)))
__M_writer('\n')
__M_writer(' </div>\n </article>\n')
__M_writer('</div>\n')
__M_writer(str(helper.html_pager()))
__M_writer('\n')
__M_writer(str(comments.comment_link_script()))
__M_writer('\n')
__M_writer(str(helper.mathjax_script(posts)))
__M_writer('\n')
return ''
finally:
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:
index_file = context.get('index_file', UNDEFINED)
parent = context.get('parent', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
posts = context.get('posts', UNDEFINED)
def extra_head():
return render_extra_head(context)
__M_writer = context.writer()
__M_writer('\n ')
__M_writer(str(parent.extra_head()))
__M_writer('\n')
if posts and (permalink == '/' or permalink == '/' + index_file):
__M_writer(' <link rel="prefetch" href="')
__M_writer(str(posts[0].permalink()))
__M_writer('" type="text/html">\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/index.tmpl", "source_encoding": "utf-8", "uri": "index.tmpl", "line_map": {"133": 14, "144": 6, "22": 2, "25": 3, "154": 6, "155": 7, "156": 7, "157": 8, "158": 9, "31": 0, "160": 9, "166": 160, "51": 2, "52": 3, "53": 4, "58": 11, "159": 9, "63": 42, "69": 13, "83": 13, "88": 14, "89": 16, "90": 17, "91": 17, "92": 17, "93": 19, "94": 19, "95": 19, "96": 19, "97": 21, "98": 21, "99": 22, "100": 22, "101": 22, "102": 22, "103": 22, "104": 22, "105": 22, "106": 22, "107": 23, "108": 24, "109": 24, "110": 24, "111": 26, "112": 28, "113": 29, "114": 30, "115": 30, "116": 31, "117": 32, "118": 33, "119": 33, "120": 35, "121": 38, "122": 39, "123": 39, "124": 40, "125": 40, "126": 41, "127": 41}}
__M_END_METADATA
"""

View file

@ -1,72 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.228176
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/index_helper.tmpl'
_template_uri = 'index_helper.tmpl'
_source_encoding = 'utf-8'
_exports = ['html_pager', 'mathjax_script']
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
__M_writer = context.writer()
__M_writer('\n\n')
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_pager(context):
__M_caller = context.caller_stack._push_frame()
try:
messages = context.get('messages', UNDEFINED)
nextlink = context.get('nextlink', UNDEFINED)
prevlink = context.get('prevlink', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if prevlink or nextlink:
__M_writer(' <nav class="postindexpager">\n <ul class="pager">\n')
if prevlink:
__M_writer(' <li class="previous">\n <a href="')
__M_writer(str(prevlink))
__M_writer('" rel="prev">')
__M_writer(str(messages("Newer posts")))
__M_writer('</a>\n </li>\n')
if nextlink:
__M_writer(' <li class="next">\n <a href="')
__M_writer(str(nextlink))
__M_writer('" rel="next">')
__M_writer(str(messages("Older posts")))
__M_writer('</a>\n </li>\n')
__M_writer(' </ul>\n </nav>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_mathjax_script(context,posts):
__M_caller = context.caller_stack._push_frame()
try:
any = context.get('any', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if any(post.is_mathjax for post in posts):
__M_writer(' <script type="text/x-mathjax-config">\n MathJax.Hub.Config({tex2jax: {inlineMath: [[\'$latex \',\'$\'], [\'\\\\(\',\'\\\\)\']]}});</script>\n <script src="/assets/js/mathjax.js"></script>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/index_helper.tmpl", "source_encoding": "utf-8", "uri": "index_helper.tmpl", "line_map": {"68": 62, "15": 0, "20": 19, "21": 27, "27": 2, "34": 2, "35": 3, "36": 4, "37": 6, "38": 7, "39": 8, "40": 8, "41": 8, "42": 8, "43": 11, "44": 12, "45": 13, "46": 13, "47": 13, "48": 13, "49": 16, "55": 21, "60": 21, "61": 22, "62": 23}}
__M_END_METADATA
"""

View file

@ -1,82 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.4626198
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list.tmpl'
_template_uri = 'list.tmpl'
_source_encoding = 'utf-8'
_exports = ['content']
def _mako_get_namespace(context, name):
try:
return context.namespaces[(__name__, name)]
except KeyError:
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
pass
def _mako_inherit(template, context):
_mako_generate_namespaces(context)
return runtime._inherit_from(context, 'base.tmpl', _template_uri)
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
def content():
return render_content(context._locals(__M_locals))
items = context.get('items', 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'):
context['self'].content(**pageargs)
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
def content():
return render_content(context)
items = context.get('items', 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))
__M_writer('</h1>\n </header>\n')
if items:
__M_writer(' <ul class="postlist">\n')
for text, link in items:
__M_writer(' <li><a href="')
__M_writer(str(link))
__M_writer('">')
__M_writer(str(text))
__M_writer('</a>\n')
__M_writer(' </ul>\n')
else:
__M_writer(' <p>')
__M_writer(str(messages("Nothing found.")))
__M_writer('</p>\n')
__M_writer('</article>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list.tmpl", "source_encoding": "utf-8", "uri": "list.tmpl", "line_map": {"64": 12, "65": 12, "66": 12, "67": 14, "68": 15, "69": 16, "70": 16, "71": 16, "72": 18, "78": 72, "26": 0, "36": 2, "41": 19, "47": 4, "56": 4, "57": 7, "58": 7, "59": 9, "60": 10, "61": 11, "62": 12, "63": 12}}
__M_END_METADATA
"""

View file

@ -1,90 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.4766839
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list_post.tmpl'
_template_uri = 'list_post.tmpl'
_source_encoding = 'utf-8'
_exports = ['content']
def _mako_get_namespace(context, name):
try:
return context.namespaces[(__name__, name)]
except KeyError:
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
pass
def _mako_inherit(template, context):
_mako_generate_namespaces(context)
return runtime._inherit_from(context, 'base.tmpl', _template_uri)
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
def content():
return render_content(context._locals(__M_locals))
messages = context.get('messages', UNDEFINED)
title = context.get('title', UNDEFINED)
posts = context.get('posts', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'content'):
context['self'].content(**pageargs)
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
def content():
return render_content(context)
messages = context.get('messages', UNDEFINED)
title = context.get('title', UNDEFINED)
posts = context.get('posts', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n<article class="listpage">\n <header>\n <h1>')
__M_writer(str(title))
__M_writer('</h1>\n </header>\n')
if posts:
__M_writer(' <ul class="postlist">\n')
for post in posts:
__M_writer(' <li><a href="')
__M_writer(str(post.permalink()))
__M_writer('" class="listtitle">')
__M_writer(filters.html_escape(str(post.title())))
__M_writer('</a> <time class="listdate" datetime="')
__M_writer(str(post.date.isoformat()))
__M_writer('" title="')
__M_writer(str(post.formatted_date(date_format)))
__M_writer('">')
__M_writer(str(post.formatted_date(date_format)))
__M_writer('</time></li>\n')
__M_writer(' </ul>\n')
else:
__M_writer(' <p>')
__M_writer(str(messages("No posts found.")))
__M_writer('</p>\n')
__M_writer('</article>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/list_post.tmpl", "source_encoding": "utf-8", "uri": "list_post.tmpl", "line_map": {"64": 12, "65": 12, "66": 12, "67": 12, "68": 12, "69": 12, "70": 12, "71": 12, "72": 12, "73": 12, "74": 12, "75": 14, "76": 15, "77": 16, "78": 16, "79": 16, "80": 18, "86": 80, "26": 0, "37": 2, "42": 19, "48": 4, "58": 4, "59": 7, "60": 7, "61": 9, "62": 10, "63": 11}}
__M_END_METADATA
"""

View file

@ -1,129 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.4298773
_enable_loop = True
_template_filename = 'themes/bootstrap3/templates/listing.tmpl'
_template_uri = 'listing.tmpl'
_source_encoding = 'utf-8'
_exports = ['content', 'sourcelink']
def _mako_get_namespace(context, name):
try:
return context.namespaces[(__name__, name)]
except KeyError:
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
ns = runtime.TemplateNamespace('ui', context._clean_inheritance_tokens(), templateuri='crumbs.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'ui')] = ns
def _mako_inherit(template, context):
_mako_generate_namespaces(context)
return runtime._inherit_from(context, 'base.tmpl', _template_uri)
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
_import_ns = {}
_mako_get_namespace(context, 'ui')._populate(_import_ns, ['bar'])
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))
messages = _import_ns.get('messages', context.get('messages', UNDEFINED))
folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
def content():
return render_content(context._locals(__M_locals))
crumbs = _import_ns.get('crumbs', context.get('crumbs', UNDEFINED))
ui = _mako_get_namespace(context, 'ui')
source_link = _import_ns.get('source_link', context.get('source_link', UNDEFINED))
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'content'):
context['self'].content(**pageargs)
__M_writer('\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'sourcelink'):
context['self'].sourcelink(**pageargs)
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
_import_ns = {}
_mako_get_namespace(context, 'ui')._populate(_import_ns, ['bar'])
files = _import_ns.get('files', context.get('files', UNDEFINED))
code = _import_ns.get('code', context.get('code', UNDEFINED))
folders = _import_ns.get('folders', context.get('folders', UNDEFINED))
def content():
return render_content(context)
crumbs = _import_ns.get('crumbs', context.get('crumbs', UNDEFINED))
ui = _mako_get_namespace(context, 'ui')
__M_writer = context.writer()
__M_writer('\n')
__M_writer(str(ui.bar(crumbs)))
__M_writer('\n')
if folders or files:
__M_writer('<ul class="list-unstyled">\n')
for name in folders:
__M_writer(' <li><a href="')
__M_writer(str(name))
__M_writer('"><i class="glyphicon glyphicon-folder-open"></i> ')
__M_writer(str(name))
__M_writer('</a>\n')
for name in files:
__M_writer(' <li><a href="')
__M_writer(str(name))
__M_writer('.html"><i class="glyphicon glyphicon-file"></i> ')
__M_writer(str(name))
__M_writer('</a>\n')
__M_writer('</ul>\n')
if code:
__M_writer(' ')
__M_writer(str(code))
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_sourcelink(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
_import_ns = {}
_mako_get_namespace(context, '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)
__M_writer = context.writer()
__M_writer('\n')
if source_link:
__M_writer(' <li>\n <a href="')
__M_writer(str(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
{"filename": "themes/bootstrap3/templates/listing.tmpl", "source_encoding": "utf-8", "uri": "listing.tmpl", "line_map": {"22": 3, "76": 5, "77": 6, "78": 6, "79": 7, "80": 8, "81": 9, "82": 10, "83": 10, "84": 10, "85": 10, "86": 10, "87": 12, "88": 13, "89": 13, "90": 13, "91": 13, "28": 0, "93": 15, "94": 17, "95": 18, "96": 18, "97": 18, "116": 25, "103": 22, "92": 13, "46": 2, "47": 3, "113": 22, "114": 23, "115": 24, "52": 20, "117": 25, "118": 25, "119": 25, "57": 28, "125": 119, "63": 5}}
__M_END_METADATA
"""

View file

@ -1,188 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.5042214
_enable_loop = True
_template_filename = 'themes/bootstrap/templates/post.tmpl'
_template_uri = 'post.tmpl'
_source_encoding = 'utf-8'
_exports = ['content', 'sourcelink', 'extra_head']
def _mako_get_namespace(context, name):
try:
return context.namespaces[(__name__, name)]
except KeyError:
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
ns = runtime.TemplateNamespace('pheader', context._clean_inheritance_tokens(), templateuri='post_header.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'pheader')] = ns
ns = runtime.TemplateNamespace('helper', context._clean_inheritance_tokens(), templateuri='post_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'helper')] = ns
ns = runtime.TemplateNamespace('comments', context._clean_inheritance_tokens(), templateuri='comments_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'comments')] = ns
def _mako_inherit(template, context):
_mako_generate_namespaces(context)
return runtime._inherit_from(context, 'base.tmpl', _template_uri)
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
comments = _mako_get_namespace(context, 'comments')
def sourcelink():
return render_sourcelink(context._locals(__M_locals))
parent = context.get('parent', UNDEFINED)
post = context.get('post', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
messages = context.get('messages', UNDEFINED)
show_sourcelink = context.get('show_sourcelink', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
pheader = _mako_get_namespace(context, 'pheader')
site_has_comments = context.get('site_has_comments', UNDEFINED)
def extra_head():
return render_extra_head(context._locals(__M_locals))
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
__M_writer('\n')
__M_writer('\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'extra_head'):
context['self'].extra_head(**pageargs)
__M_writer('\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'content'):
context['self'].content(**pageargs)
__M_writer('\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'sourcelink'):
context['self'].sourcelink(**pageargs)
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
post = context.get('post', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
messages = context.get('messages', UNDEFINED)
def content():
return render_content(context)
pheader = _mako_get_namespace(context, 'pheader')
comments = _mako_get_namespace(context, 'comments')
site_has_comments = context.get('site_has_comments', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n<article class="post-')
__M_writer(str(post.meta('type')))
__M_writer(' h-entry hentry postpage" itemscope="itemscope" itemtype="http://schema.org/Article">\n ')
__M_writer(str(pheader.html_post_header()))
__M_writer('\n <div class="e-content entry-content" itemprop="articleBody text">\n ')
__M_writer(str(post.text()))
__M_writer('\n </div>\n <aside class="postpromonav">\n <nav>\n ')
__M_writer(str(helper.html_tags(post)))
__M_writer('\n ')
__M_writer(str(helper.html_pager(post)))
__M_writer('\n </nav>\n </aside>\n')
if not post.meta('nocomments') and site_has_comments:
__M_writer(' <section class="comments">\n <h2>')
__M_writer(str(messages("Comments")))
__M_writer('</h2>\n ')
__M_writer(str(comments.comment_form(post.permalink(absolute=True), post.title(), post._base_path)))
__M_writer('\n </section>\n')
__M_writer(' ')
__M_writer(str(helper.mathjax_script(post)))
__M_writer('\n</article>\n')
__M_writer(str(comments.comment_link_script()))
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_sourcelink(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
post = context.get('post', UNDEFINED)
messages = context.get('messages', UNDEFINED)
def sourcelink():
return render_sourcelink(context)
show_sourcelink = context.get('show_sourcelink', 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()
def render_extra_head(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
parent = context.get('parent', UNDEFINED)
post = context.get('post', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
def extra_head():
return render_extra_head(context)
__M_writer = context.writer()
__M_writer('\n ')
__M_writer(str(parent.extra_head()))
__M_writer('\n')
if post.meta('keywords'):
__M_writer(' <meta name="keywords" content="')
__M_writer(filters.html_escape(str(post.meta('keywords'))))
__M_writer('">\n')
if post.description():
__M_writer(' <meta name="description" itemprop="description" content="')
__M_writer(str(post.description()))
__M_writer('">\n')
__M_writer(' <meta name="author" content="')
__M_writer(str(post.author()))
__M_writer('">\n')
if post.prev_post:
__M_writer(' <link rel="prev" href="')
__M_writer(str(post.prev_post.permalink()))
__M_writer('" title="')
__M_writer(str(post.prev_post.title()))
__M_writer('" type="text/html">\n')
if post.next_post:
__M_writer(' <link rel="next" href="')
__M_writer(str(post.next_post.permalink()))
__M_writer('" title="')
__M_writer(str(post.next_post.title()))
__M_writer('" type="text/html">\n')
__M_writer(' ')
__M_writer(str(helper.open_graph_metadata(post)))
__M_writer('\n ')
__M_writer(str(helper.twitter_card_information(post)))
__M_writer('\n ')
__M_writer(str(helper.meta_translations(post)))
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "themes/bootstrap/templates/post.tmpl", "source_encoding": "utf-8", "uri": "post.tmpl", "line_map": {"128": 53, "129": 53, "130": 53, "131": 53, "150": 10, "162": 17, "137": 7, "146": 7, "147": 8, "148": 8, "149": 9, "22": 3, "151": 10, "152": 10, "25": 2, "154": 13, "155": 13, "28": 4, "157": 15, "158": 15, "159": 15, "160": 16, "161": 17, "34": 0, "163": 17, "164": 17, "165": 17, "166": 19, "167": 20, "168": 20, "156": 13, "170": 20, "171": 20, "172": 22, "173": 22, "174": 22, "175": 23, "176": 23, "177": 24, "178": 24, "53": 2, "54": 3, "55": 4, "56": 5, "61": 25, "66": 48, "71": 56, "77": 27, "184": 178, "89": 27, "90": 28, "91": 28, "92": 29, "93": 29, "94": 31, "95": 31, "96": 35, "97": 35, "98": 36, "99": 36, "100": 39, "101": 40, "102": 41, "103": 41, "104": 42, "105": 42, "106": 45, "107": 45, "108": 45, "109": 47, "110": 47, "116": 50, "169": 20, "153": 12, "125": 50, "126": 51, "127": 52}}
__M_END_METADATA
"""

View file

@ -1,166 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.5678334
_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_sourcelink', 'html_translations', 'html_title', 'html_post_header']
def _mako_get_namespace(context, name):
try:
return context.namespaces[(__name__, name)]
except KeyError:
_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
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n\n')
__M_writer('\n\n')
__M_writer('\n\n')
__M_writer('\n\n')
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_sourcelink(context):
__M_caller = context.caller_stack._push_frame()
try:
post = context.get('post', UNDEFINED)
messages = context.get('messages', UNDEFINED)
show_sourcelink = context.get('show_sourcelink', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if show_sourcelink:
__M_writer(' <p class="sourceline"><a href="')
__M_writer(str(post.source_link()))
__M_writer('" id="sourcelink">')
__M_writer(str(messages("Source")))
__M_writer('</a></p>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_translations(context,post):
__M_caller = context.caller_stack._push_frame()
try:
translations = context.get('translations', UNDEFINED)
messages = context.get('messages', UNDEFINED)
lang = context.get('lang', UNDEFINED)
len = context.get('len', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if len(post.translated_to) > 1:
__M_writer(' <div class="metadata posttranslations translations">\n <h3 class="posttranslations-intro">')
__M_writer(str(messages("Also available in:")))
__M_writer('</h3>\n')
for langname in translations.keys():
if langname != lang and post.is_translation_available(langname):
__M_writer(' <p><a href="')
__M_writer(str(post.permalink(langname)))
__M_writer('" rel="alternate" hreflang="')
__M_writer(str(langname))
__M_writer('">')
__M_writer(str(messages("LANGUAGE", langname)))
__M_writer('</a></p>\n')
__M_writer(' </div>\n')
return ''
finally:
context.caller_stack._pop_frame()
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:
def html_translations(post):
return render_html_translations(context,post)
def html_title():
return render_html_title(context)
comments = _mako_get_namespace(context, 'comments')
def html_sourcelink():
return render_html_sourcelink(context)
post = context.get('post', UNDEFINED)
messages = context.get('messages', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
site_has_comments = context.get('site_has_comments', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n <header>\n ')
__M_writer(str(html_title()))
__M_writer('\n <div class="metadata">\n <p class="byline author vcard"><span class="byline-name fn">')
__M_writer(str(post.author()))
__M_writer('</span></p>\n <p class="dateline"><a href="')
__M_writer(str(post.permalink()))
__M_writer('" rel="bookmark"><time class="published dt-published" datetime="')
__M_writer(str(post.date.isoformat()))
__M_writer('" itemprop="datePublished" title="')
__M_writer(str(post.formatted_date(date_format)))
__M_writer('">')
__M_writer(str(post.formatted_date(date_format)))
__M_writer('</time></a></p>\n')
if not post.meta('nocomments') and site_has_comments:
__M_writer(' <p class="commentline">')
__M_writer(str(comments.comment_link(post.permalink(), post._base_path)))
__M_writer('\n')
__M_writer(' ')
__M_writer(str(html_sourcelink()))
__M_writer('\n')
if post.meta('link'):
__M_writer(" <p><a href='")
__M_writer(str(post.meta('link')))
__M_writer("'>")
__M_writer(str(messages("Original site")))
__M_writer('</a></p>\n')
if post.description():
__M_writer(' <meta name="description" itemprop="description" content="')
__M_writer(str(post.description()))
__M_writer('">\n')
__M_writer(' </div>\n ')
__M_writer(str(html_translations(post)))
__M_writer('\n </header>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_header.tmpl", "source_encoding": "utf-8", "uri": "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": 2, "151": 44, "152": 44, "25": 3, "154": 46, "155": 47, "28": 0, "150": 43, "162": 156, "33": 2, "34": 3, "35": 9, "36": 22, "37": 28, "38": 49, "156": 47, "44": 24, "51": 24, "52": 25, "53": 26, "54": 26, "55": 26, "56": 26, "57": 26, "63": 11, "71": 11, "72": 12, "73": 13, "74": 14, "75": 14, "76": 15, "77": 16, "78": 17, "79": 17, "80": 17, "81": 17, "82": 17, "83": 17, "84": 17, "85": 20, "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}}
__M_END_METADATA
"""

View file

@ -1,199 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.5356803
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_helper.tmpl'
_template_uri = 'post_helper.tmpl'
_source_encoding = 'utf-8'
_exports = ['html_pager', 'twitter_card_information', 'open_graph_metadata', 'meta_translations', 'mathjax_script', 'html_tags']
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n\n')
__M_writer('\n\n')
__M_writer('\n\n')
__M_writer('\n\n')
__M_writer('\n\n')
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_html_pager(context,post):
__M_caller = context.caller_stack._push_frame()
try:
messages = context.get('messages', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if post.prev_post or post.next_post:
__M_writer(' <ul class="pager">\n')
if post.prev_post:
__M_writer(' <li class="previous">\n <a href="')
__M_writer(str(post.prev_post.permalink()))
__M_writer('" rel="prev" title="')
__M_writer(filters.html_escape(str(post.prev_post.title())))
__M_writer('">')
__M_writer(str(messages("Previous post")))
__M_writer('</a>\n </li>\n')
if post.next_post:
__M_writer(' <li class="next">\n <a href="')
__M_writer(str(post.next_post.permalink()))
__M_writer('" rel="next" title="')
__M_writer(filters.html_escape(str(post.next_post.title())))
__M_writer('">')
__M_writer(str(messages("Next post")))
__M_writer('</a>\n </li>\n')
__M_writer(' </ul>\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:
abs_link = context.get('abs_link', UNDEFINED)
lang = context.get('lang', UNDEFINED)
blog_title = context.get('blog_title', UNDEFINED)
permalink = context.get('permalink', UNDEFINED)
use_open_graph = context.get('use_open_graph', UNDEFINED)
striphtml = context.get('striphtml', UNDEFINED)
url_replacer = context.get('url_replacer', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
if use_open_graph:
__M_writer(' <meta property="og:site_name" content="')
__M_writer(striphtml(str(blog_title)))
__M_writer('">\n <meta property="og:title" content="')
__M_writer(filters.html_escape(str(post.title()[:70])))
__M_writer('">\n <meta property="og:url" content="')
__M_writer(str(abs_link(permalink)))
__M_writer('">\n')
if post.description():
__M_writer(' <meta property="og:description" content="')
__M_writer(filters.html_escape(str(post.description()[:200])))
__M_writer('">\n')
else:
__M_writer(' <meta property="og:description" content="')
__M_writer(filters.html_escape(str(post.text(strip_html=True)[:200])))
__M_writer('">\n')
if post.previewimage:
__M_writer(' <meta property="og:image" content="')
__M_writer(str(url_replacer(permalink, post.previewimage, lang, 'absolute')))
__M_writer('">\n')
__M_writer(' <meta property="og:type" content="article">\n')
if post.date.isoformat():
__M_writer(' <meta property="article:published_time" content="')
__M_writer(str(post.date.isoformat()))
__M_writer('">\n')
if post.tags:
for tag in post.tags:
__M_writer(' <meta property="article:tag" content="')
__M_writer(str(tag))
__M_writer('">\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_meta_translations(context,post):
__M_caller = context.caller_stack._push_frame()
try:
translations = context.get('translations', UNDEFINED)
lang = context.get('lang', UNDEFINED)
len = context.get('len', 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_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_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()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/post_helper.tmpl", "source_encoding": "utf-8", "uri": "post_helper.tmpl", "line_map": {"15": 0, "20": 2, "21": 11, "22": 23, "23": 40, "24": 69, "25": 85, "26": 93, "32": 25, "37": 25, "38": 26, "39": 27, "40": 28, "41": 29, "42": 30, "43": 30, "44": 30, "45": 30, "46": 30, "47": 30, "48": 33, "49": 34, "50": 35, "51": 35, "52": 35, "53": 35, "54": 35, "55": 35, "56": 38, "62": 71, "67": 71, "68": 72, "69": 73, "70": 73, "71": 73, "72": 74, "73": 75, "74": 75, "75": 75, "76": 76, "77": 77, "78": 77, "79": 77, "80": 79, "81": 80, "82": 80, "83": 80, "84": 81, "85": 82, "86": 82, "87": 82, "93": 42, "104": 42, "105": 43, "106": 44, "107": 44, "108": 44, "109": 45, "110": 45, "111": 46, "112": 46, "113": 47, "114": 48, "115": 48, "116": 48, "117": 49, "118": 50, "119": 50, "120": 50, "121": 52, "122": 53, "123": 53, "124": 53, "125": 55, "126": 60, "127": 61, "128": 61, "129": 61, "130": 63, "131": 64, "132": 65, "133": 65, "134": 65, "140": 3, "147": 3, "148": 4, "149": 5, "150": 6, "151": 7, "152": 7, "153": 7, "154": 7, "155": 7, "161": 87, "165": 87, "166": 88, "167": 89, "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}}
__M_END_METADATA
"""

View file

@ -1,100 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.5918748
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/story.tmpl'
_template_uri = 'story.tmpl'
_source_encoding = 'utf-8'
_exports = ['content']
def _mako_get_namespace(context, name):
try:
return context.namespaces[(__name__, name)]
except KeyError:
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
ns = runtime.TemplateNamespace('pheader', context._clean_inheritance_tokens(), templateuri='post_header.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'pheader')] = ns
ns = runtime.TemplateNamespace('helper', context._clean_inheritance_tokens(), templateuri='post_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'helper')] = ns
ns = runtime.TemplateNamespace('comments', context._clean_inheritance_tokens(), templateuri='comments_helper.tmpl', callables=None, calling_uri=_template_uri)
context.namespaces[(__name__, 'comments')] = ns
def _mako_inherit(template, context):
_mako_generate_namespaces(context)
return runtime._inherit_from(context, 'post.tmpl', _template_uri)
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
enable_comments = context.get('enable_comments', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
post = context.get('post', UNDEFINED)
messages = context.get('messages', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
def content():
return render_content(context._locals(__M_locals))
pheader = _mako_get_namespace(context, 'pheader')
site_has_comments = context.get('site_has_comments', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n')
__M_writer('\n')
__M_writer('\n')
__M_writer('\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'content'):
context['self'].content(**pageargs)
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
enable_comments = context.get('enable_comments', UNDEFINED)
comments = _mako_get_namespace(context, 'comments')
post = context.get('post', UNDEFINED)
messages = context.get('messages', UNDEFINED)
helper = _mako_get_namespace(context, 'helper')
def content():
return render_content(context)
pheader = _mako_get_namespace(context, 'pheader')
site_has_comments = context.get('site_has_comments', 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()))
__M_writer('\n ')
__M_writer(str(pheader.html_translations(post)))
__M_writer('\n </header>\n <div class="e-content entry-content" itemprop="articleBody text">\n ')
__M_writer(str(post.text()))
__M_writer('\n </div>\n')
if site_has_comments and enable_comments and not post.meta('nocomments'):
__M_writer(' <section class="comments">\n <h2>')
__M_writer(str(messages("Comments")))
__M_writer('</h2>\n ')
__M_writer(str(comments.comment_form(post.permalink(absolute=True), post.title(), post.base_path)))
__M_writer('\n </section>\n')
__M_writer(' ')
__M_writer(str(helper.mathjax_script(post)))
__M_writer('\n</article>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/story.tmpl", "source_encoding": "utf-8", "uri": "story.tmpl", "line_map": {"86": 19, "75": 7, "76": 10, "77": 10, "78": 11, "79": 11, "80": 14, "81": 14, "82": 16, "83": 17, "84": 18, "85": 18, "22": 3, "87": 19, "88": 22, "25": 2, "90": 22, "28": 4, "96": 90, "34": 0, "48": 2, "49": 3, "50": 4, "51": 5, "89": 22, "56": 24, "62": 7}}
__M_END_METADATA
"""

View file

@ -1,184 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.6489685
_enable_loop = True
_template_filename = '/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/tag.tmpl'
_template_uri = 'tag.tmpl'
_source_encoding = 'utf-8'
_exports = ['content', 'extra_head']
def _mako_get_namespace(context, name):
try:
return context.namespaces[(__name__, name)]
except KeyError:
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
pass
def _mako_inherit(template, context):
_mako_generate_namespaces(context)
return runtime._inherit_from(context, 'list_post.tmpl', _template_uri)
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
kind = context.get('kind', UNDEFINED)
description = context.get('description', UNDEFINED)
subcategories = context.get('subcategories', UNDEFINED)
title = context.get('title', UNDEFINED)
posts = context.get('posts', UNDEFINED)
tag = context.get('tag', UNDEFINED)
_link = context.get('_link', UNDEFINED)
parent = context.get('parent', UNDEFINED)
translations = context.get('translations', UNDEFINED)
messages = context.get('messages', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
def content():
return render_content(context._locals(__M_locals))
len = context.get('len', UNDEFINED)
generate_rss = context.get('generate_rss', UNDEFINED)
def extra_head():
return render_extra_head(context._locals(__M_locals))
__M_writer = context.writer()
__M_writer('\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'extra_head'):
context['self'].extra_head(**pageargs)
__M_writer('\n\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'content'):
context['self'].content(**pageargs)
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
description = context.get('description', UNDEFINED)
subcategories = context.get('subcategories', UNDEFINED)
kind = context.get('kind', UNDEFINED)
title = context.get('title', UNDEFINED)
posts = context.get('posts', UNDEFINED)
tag = context.get('tag', UNDEFINED)
_link = context.get('_link', UNDEFINED)
translations = context.get('translations', UNDEFINED)
messages = context.get('messages', UNDEFINED)
date_format = context.get('date_format', UNDEFINED)
def content():
return render_content(context)
len = context.get('len', UNDEFINED)
generate_rss = context.get('generate_rss', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n<article class="tagpage">\n <header>\n <h1>')
__M_writer(filters.html_escape(str(title)))
__M_writer('</h1>\n')
if description:
__M_writer(' <p>')
__M_writer(str(description))
__M_writer('</p>\n')
if subcategories:
__M_writer(' ')
__M_writer(str(messages('Subcategories:')))
__M_writer('\n <ul>\n')
for name, link in subcategories:
__M_writer(' <li><a href="')
__M_writer(str(link))
__M_writer('">')
__M_writer(str(name))
__M_writer('</a></li>\n')
__M_writer(' </ul>\n')
__M_writer(' <div class="metadata">\n')
if len(translations) > 1 and generate_rss:
for language in translations:
__M_writer(' <p class="feedlink">\n <a href="')
__M_writer(str(_link(kind + "_rss", tag, language)))
__M_writer('" hreflang="')
__M_writer(str(language))
__M_writer('" type="application/rss+xml">')
__M_writer(str(messages('RSS feed', language)))
__M_writer(' (')
__M_writer(str(language))
__M_writer(')</a>&nbsp;\n </p>\n')
elif generate_rss:
__M_writer(' <p class="feedlink"><a href="')
__M_writer(str(_link(kind + "_rss", tag)))
__M_writer('" type="application/rss+xml">')
__M_writer(str(messages('RSS feed')))
__M_writer('</a></p>\n')
__M_writer(' </div>\n </header>\n')
if posts:
__M_writer(' <ul class="postlist">\n')
for post in posts:
__M_writer(' <li><a href="')
__M_writer(str(post.permalink()))
__M_writer('" class="listtitle">')
__M_writer(filters.html_escape(str(post.title())))
__M_writer('</a> <time class="listdate" datetime="')
__M_writer(str(post.date.isoformat()))
__M_writer('" title="')
__M_writer(str(post.formatted_date(date_format)))
__M_writer('">')
__M_writer(str(post.formatted_date(date_format)))
__M_writer('</time></li>\n')
__M_writer(' </ul>\n')
__M_writer('</article>\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_extra_head(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
kind = context.get('kind', UNDEFINED)
tag = context.get('tag', UNDEFINED)
_link = context.get('_link', UNDEFINED)
parent = context.get('parent', UNDEFINED)
translations = context.get('translations', UNDEFINED)
len = context.get('len', UNDEFINED)
generate_rss = context.get('generate_rss', UNDEFINED)
def extra_head():
return render_extra_head(context)
__M_writer = context.writer()
__M_writer('\n ')
__M_writer(str(parent.extra_head()))
__M_writer('\n')
if len(translations) > 1 and generate_rss:
for language in translations:
__M_writer(' <link rel="alternate" type="application/rss+xml" type="application/rss+xml" title="RSS for ')
__M_writer(str(kind))
__M_writer(' ')
__M_writer(str(tag))
__M_writer(' (')
__M_writer(str(language))
__M_writer(')" href="')
__M_writer(str(_link(kind + "_rss", tag, language)))
__M_writer('">\n')
elif generate_rss:
__M_writer(' <link rel="alternate" type="application/rss+xml" type="application/rss+xml" title="RSS for ')
__M_writer(str(kind))
__M_writer(' ')
__M_writer(str(tag))
__M_writer('" href="')
__M_writer(str(_link(kind + "_rss", tag)))
__M_writer('">\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "/usr/lib/python3.4/site-packages/nikola/data/themes/base/templates/tag.tmpl", "source_encoding": "utf-8", "uri": "tag.tmpl", "line_map": {"128": 46, "129": 46, "130": 46, "131": 46, "132": 46, "133": 48, "134": 50, "140": 4, "153": 4, "26": 0, "155": 5, "156": 6, "154": 5, "158": 8, "159": 8, "160": 8, "161": 8, "162": 8, "163": 8, "164": 8, "165": 8, "166": 8, "167": 10, "168": 11, "169": 11, "170": 11, "171": 11, "172": 11, "173": 11, "174": 11, "157": 7, "48": 2, "180": 174, "53": 13, "58": 51, "64": 16, "82": 16, "83": 19, "84": 19, "85": 20, "86": 21, "87": 21, "88": 21, "89": 23, "90": 24, "91": 24, "92": 24, "93": 26, "94": 27, "95": 27, "96": 27, "97": 27, "98": 27, "99": 29, "100": 31, "101": 32, "102": 33, "103": 34, "104": 35, "105": 35, "106": 35, "107": 35, "108": 35, "109": 35, "110": 35, "111": 35, "112": 38, "113": 39, "114": 39, "115": 39, "116": 39, "117": 39, "118": 41, "119": 43, "120": 44, "121": 45, "122": 46, "123": 46, "124": 46, "125": 46, "126": 46, "127": 46}}
__M_END_METADATA
"""

View file

@ -1,95 +0,0 @@
# -*- coding:utf-8 -*-
from mako import runtime, filters, cache
UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
__M_locals_builtin = locals
_magic_number = 10
_modified_time = 1434117607.6266813
_enable_loop = True
_template_filename = 'themes/bootstrap/templates/tags.tmpl'
_template_uri = 'tags.tmpl'
_source_encoding = 'utf-8'
_exports = ['content']
def _mako_get_namespace(context, name):
try:
return context.namespaces[(__name__, name)]
except KeyError:
_mako_generate_namespaces(context)
return context.namespaces[(__name__, name)]
def _mako_generate_namespaces(context):
pass
def _mako_inherit(template, context):
_mako_generate_namespaces(context)
return runtime._inherit_from(context, 'base.tmpl', _template_uri)
def render_body(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
__M_locals = __M_dict_builtin(pageargs=pageargs)
def content():
return render_content(context._locals(__M_locals))
cat_items = context.get('cat_items', UNDEFINED)
messages = context.get('messages', UNDEFINED)
items = context.get('items', UNDEFINED)
title = context.get('title', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n\n')
if 'parent' not in context._data or not hasattr(context._data['parent'], 'content'):
context['self'].content(**pageargs)
__M_writer('\n')
return ''
finally:
context.caller_stack._pop_frame()
def render_content(context,**pageargs):
__M_caller = context.caller_stack._push_frame()
try:
def content():
return render_content(context)
cat_items = context.get('cat_items', UNDEFINED)
messages = context.get('messages', UNDEFINED)
items = context.get('items', UNDEFINED)
title = context.get('title', UNDEFINED)
__M_writer = context.writer()
__M_writer('\n<h1>')
__M_writer(str(title))
__M_writer('</h1>\n')
if cat_items:
__M_writer(' <h2>')
__M_writer(str(messages("Categories")))
__M_writer('</h2>\n <ul class="unstyled">\n')
for text, link in cat_items:
if text:
__M_writer(' <li><a class="reference badge" href="')
__M_writer(str(link))
__M_writer('">')
__M_writer(str(text))
__M_writer('</a></li>\n')
__M_writer(' </ul>\n')
if items:
__M_writer(' <h2>')
__M_writer(str(messages("Tags")))
__M_writer('</h2>\n')
if items:
__M_writer(' <ul class="list-inline">\n')
for text, link in items:
__M_writer(' <li><a class="reference badge" href="')
__M_writer(str(link))
__M_writer('">')
__M_writer(str(text))
__M_writer('</a></li>\n')
__M_writer(' </ul>\n')
return ''
finally:
context.caller_stack._pop_frame()
"""
__M_BEGIN_METADATA
{"filename": "themes/bootstrap/templates/tags.tmpl", "source_encoding": "utf-8", "uri": "tags.tmpl", "line_map": {"64": 7, "65": 9, "66": 10, "67": 11, "68": 11, "69": 11, "70": 11, "71": 11, "72": 14, "73": 15, "74": 16, "75": 16, "76": 16, "77": 19, "78": 20, "79": 21, "80": 22, "81": 22, "82": 22, "83": 22, "84": 22, "85": 24, "26": 0, "91": 85, "37": 2, "42": 26, "48": 4, "58": 4, "59": 5, "60": 5, "61": 6, "62": 7, "63": 7}}
__M_END_METADATA
"""

5
cache/posts/moving.html vendored Normal file
View file

@ -0,0 +1,5 @@
<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>

BIN
images/Moving/HP_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

View file

@ -92,6 +92,9 @@
<article class="listpage"><header><h1>Posts for June 2015</h1> <article class="listpage"><header><h1>Posts for June 2015</h1>
</header><ul class="postlist"> </header><ul class="postlist">
<li> <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> <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>
<li> <li>

File diff suppressed because one or more lines are too long

View file

@ -94,6 +94,9 @@
</div> </div>
</header><ul class="postlist"> </header><ul class="postlist">
<li> <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/another-year.html" class="listtitle">Another Year</a> <time class="listdate" datetime="2014-12-26T18:33:36-06:00" title="2014-12-26">2014-12-26</time> <a href="../posts/another-year.html" class="listtitle">Another Year</a> <time class="listdate" datetime="2014-12-26T18:33:36-06:00" title="2014-12-26">2014-12-26</time>
</li> </li>
<li> <li>

View file

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?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/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>duckland.org news (personal)</title><link>http://www.duckland.org/</link><description></description><atom:link href="http://www.duckland.org/categories/personal.xml" type="application/rss+xml" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 10 Jun 2015 05:13:32 GMT</lastBuildDate><generator>http://getnikola.com/</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Another Year</title><link>http://www.duckland.org/posts/another-year.html</link><dc:creator>Don Harper</dc:creator><description>&lt;div&gt;&lt;p&gt;Well, 2014 is drawing to a close. For the most part, it has been a good year with the family, but time is always in short supply. I am going to try to focus a bit more on my photography, as well as technology. We shall see.&lt;/p&gt; <?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 (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: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>Another Year</title><link>http://www.duckland.org/posts/another-year.html</link><dc:creator>Don Harper</dc:creator><description>&lt;div&gt;&lt;p&gt;Well, 2014 is drawing to a close. For the most part, it has been a good year with the family, but time is always in short supply. I am going to try to focus a bit more on my photography, as well as technology. We shall see.&lt;/p&gt;
&lt;p&gt;Happy new year, and make it a safe one.&lt;/p&gt;&lt;/div&gt;</description><category>personal</category><guid>http://www.duckland.org/posts/another-year.html</guid><pubDate>Sat, 27 Dec 2014 00:33:36 GMT</pubDate></item><item><title>This posting thing is not working right now</title><link>http://www.duckland.org/posts/201412this-posting-thing-is-not-working-right-now.html</link><dc:creator>Don Harper</dc:creator><description>&lt;p&gt;Wow...missed November by that much. It was a good month, but busy with the start of the holidays and all.&lt;/p&gt; &lt;p&gt;Happy new year, and make it a safe one.&lt;/p&gt;&lt;/div&gt;</description><category>personal</category><guid>http://www.duckland.org/posts/another-year.html</guid><pubDate>Sat, 27 Dec 2014 00:33:36 GMT</pubDate></item><item><title>This posting thing is not working right now</title><link>http://www.duckland.org/posts/201412this-posting-thing-is-not-working-right-now.html</link><dc:creator>Don Harper</dc:creator><description>&lt;p&gt;Wow...missed November by that much. It was a good month, but busy with the start of the holidays and all.&lt;/p&gt;
&lt;p&gt;A bit of work in the background on some projects, but nothing to show for it. Still a new picture daily over at my &lt;a href="http://www.donaldharper.com/"&gt;photo blog&lt;/a&gt;, so go check it out.&lt;/p&gt;</description><category>personal</category><guid>http://www.duckland.org/posts/201412this-posting-thing-is-not-working-right-now.html</guid><pubDate>Mon, 01 Dec 2014 20:12:58 GMT</pubDate></item><item><title>Another Month Going Quick.</title><link>http://www.duckland.org/posts/201410another-month-going-quick.html</link><dc:creator>Don Harper</dc:creator><description>&lt;p&gt;Well, October is almost over already. Time flies. This fall has been very busy with non-work things. Kids in sports (with me being the coach for one of them), kids doing scouts, kids doing Y Adventure program (with me in the leadership), kids in advance classes at school.&lt;/p&gt; &lt;p&gt;A bit of work in the background on some projects, but nothing to show for it. Still a new picture daily over at my &lt;a href="http://www.donaldharper.com/"&gt;photo blog&lt;/a&gt;, so go check it out.&lt;/p&gt;</description><category>personal</category><guid>http://www.duckland.org/posts/201412this-posting-thing-is-not-working-right-now.html</guid><pubDate>Mon, 01 Dec 2014 20:12:58 GMT</pubDate></item><item><title>Another Month Going Quick.</title><link>http://www.duckland.org/posts/201410another-month-going-quick.html</link><dc:creator>Don Harper</dc:creator><description>&lt;p&gt;Well, October is almost over already. Time flies. This fall has been very busy with non-work things. Kids in sports (with me being the coach for one of them), kids doing scouts, kids doing Y Adventure program (with me in the leadership), kids in advance classes at school.&lt;/p&gt;

View file

@ -94,6 +94,9 @@
</div> </div>
</header><ul class="postlist"> </header><ul class="postlist">
<li> <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> <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>
<li> <li>

View file

@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?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/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>duckland.org news (work)</title><link>http://www.duckland.org/</link><description></description><atom:link href="http://www.duckland.org/categories/work.xml" type="application/rss+xml" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 10 Jun 2015 05:13:30 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; <?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;
&lt;div id="slides_f86a3decfc4e45d4aca81be4fcf7a0fb" class="carousel slide"&gt; &lt;div id="slides_f86a3decfc4e45d4aca81be4fcf7a0fb" class="carousel slide"&gt;
&lt;ol class="carousel-indicators"&gt; &lt;ol class="carousel-indicators"&gt;

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View file

@ -93,7 +93,20 @@
<div class="postindex"> <div class="postindex">
<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/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>
<div class="metadata"> <div class="metadata">
<p class="byline author vcard"><span class="byline-name fn">Don Harper</span></p> <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> <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="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
<link rel="canonical" href="http://www.duckland.org/index.html"> <link rel="canonical" href="http://www.duckland.org/index.html">
<link rel="next" href="index-13.html" type="text/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/updates-to-aur-packages.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">
</head> </head>
<body> <body>
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a> <a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>
@ -92,7 +92,20 @@
<div class="postindex"> <div class="postindex">
<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/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>
<div class="metadata"> <div class="metadata">
<p class="byline author vcard"><span class="byline-name fn">Don Harper</span></p> <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> <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>
@ -201,19 +214,6 @@
<p>April has come and gone, and I did not manage to find time (or energy) to post anything.</p> <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>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> <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>
</div> </div>
</article> </article>

144
output/posts/moving.html Normal file
View file

@ -0,0 +1,144 @@
<!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,6 +9,7 @@
<link rel="canonical" href="http://www.duckland.org/posts/updates-to-aur-packages.html"> <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"> <!--[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="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:site_name" content="duckland.org news">
<meta property="og:title" content="Updates to AUR packages"> <meta property="og:title" content="Updates to AUR packages">
<meta property="og:url" content="http://www.duckland.org/posts/updates-to-aur-packages.html"> <meta property="og:url" content="http://www.duckland.org/posts/updates-to-aur-packages.html">
@ -153,6 +154,9 @@ chronicle - A ">
<li class="previous"> <li class="previous">
<a href="vegas-again.html" rel="prev" title="Vegas, again">Previous post</a> <a href="vegas-again.html" rel="prev" title="Vegas, again">Previous post</a>
</li> </li>
<li class="next">
<a href="moving.html" rel="next" title="Moving">Next post</a>
</li>
</ul></nav></aside></article> </ul></nav></aside></article>
</div> </div>
<!--End of body content--> <!--End of body content-->

View file

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

View file

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

23
posts/moving.rst Normal file
View file

@ -0,0 +1,23 @@
.. title: Moving
.. slug: moving
.. date: 2015-06-12 10:30:39 UTC-05:00
.. tags: personal,work
.. category:
.. link:
.. previewimage: /images/Moving/HP_logo.png
.. description:
.. type: text
.. image:: /images/Moving/HP_logo.png
:alt: HP logo
:height: 100px
:width: 100px
:align: left
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 :doc:`traveling <201402travels>` which I do not think I would have been able to do.
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.
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.
Peace.

View file

@ -1,28 +0,0 @@
.. title: Updates to AUR packages
.. slug: updates-to-aur-packages
.. date: 2015-06-09 17:19:48 UTC-05:00
.. tags: arch,software,linux
.. category:
.. link:
.. description:
.. type: text
So, with the `migration of the AUR to version 4 <https://wiki.archlinux.org/index.php/Arch_User_Repository#AUR_4>`_, I looked at the 12 AUR packages I had created over the years which I have not looked at in a long, long time.
The list started out with:
- `chronicle <html://aur.archlinux.org/packages/chronicle/>`_ - A simple blog compiler written in Perl
- `perl-leocharre-basename <html://aur.archlinux.org/packages/perl-leocharre-basename/>`_ - Very basic filename string and path operations such as ext and paths
- `perl-leocharre-cli2 <html://aur.archlinux.org/packages/perl-leocharre-cli2/>`_ - Some quick help for writing cli scripts
- `perl-leocharre-debug <html://aur.archlinux.org/packages/perl-leocharre-debug/>`_ - Debug subroutines
- `perl-leocharre-dir <html://aur.archlinux.org/packages/perl-leocharre-dir/>`_ - Subroutines for general directory needs
- `perl-leocharre-strings <html://aur.archlinux.org/packages/perl-leocharre-strings/>`_ - Combines string procedures I frequently use
- `perl-string-prettify <html://aur.archlinux.org/packages/perl-string-prettify/>`_ - Subroutines to cleanup a filename and or garble for human eyes
- `perl-wordpress-api <html://aur.archlinux.org/packages/perl-wordpress-api/>`_ - Management of Wordpress API objects. Inherits WordPress::XMLRPC and all its methods
- `perl-wordpress-cli <html://aur.archlinux.org/packages/perl-wordpress-cli/>`_ - Command line access to Wordpress
- `perl-wordpress-xmlrpc <html://aur.archlinux.org/packages/perl-wordpress-xmlrpc/>`_ - API to Wordpress XML RPC calls
- `usbmount <html://aur.archlinux.org/packages/usbmount/>`_ - Automatically mount and unmount USB mass storage devices
- `xlhtml <html://aur.archlinux.org/packages/xlhtml/>`_ - An Excel spreadsheet (.xls) and PowerPoint (.ppt) to HTML converter
In the end, I only kept `xlhtml <https://aur.archlinux.org/packages/xlhtml/>`_ as I do not use the others anymore. Surprisingly enough, only one of the packages (`chronicle <https://aur.archlinux.org/packages/chronicle/>`_) was out of date. I disowned all the others, so if you want, you can pick them up.

View file

@ -1,21 +0,0 @@
.. title: Vegas, again
.. slug: vegas-again
.. date: 2015-06-06 10:06:48 UTC-05:00
.. tags: photo,travel,work
.. category:
.. link:
.. description:
.. type: text
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.
.. slides::
/images/Vegas-2015-06/20021208120000_1.jpg
/images/Vegas-2015-06/20021208120000_2.jpg
/images/Vegas-2015-06/20021208120000.jpg
/images/Vegas-2015-06/20150531194530.jpg
/images/Vegas-2015-06/20150602214415.jpg
/images/Vegas-2015-06/20150603092013.jpg
/images/Vegas-2015-06/20150603092026.jpg
But, I did find time to snap a few pictures.