-
- %for url, text in navigation_links[lang]:
-
${text}
- ${template_hooks['menu']()} - ${template_hooks['menu_alt']()} - %endfor -- ${license} -
- ${search_form} -
diff --git a/conf.py b/conf.py deleted file mode 100644 index 06a9237f..00000000 --- a/conf.py +++ /dev/null @@ -1,153 +0,0 @@ -from __future__ import unicode_literals -import time -BLOG_AUTHOR = "Don Harper" # (translatable) -BLOG_TITLE = "duckland.org" # (translatable) -SITE_URL = "https://www.duckland.org/" -BASE_URL = "https://www.duckland.org/" -BLOG_EMAIL = "duck@duckland.org" -BLOG_DESCRIPTION = "News from duckland.org" # (translatable) -DEFAULT_LANG = "en" -TRANSLATIONS = { - DEFAULT_LANG: "", - } -TRANSLATIONS_PATTERN = "{path}.{lang}.{ext}" -NAVIGATION_LINKS = { - DEFAULT_LANG: ( - ('/', 'Home'), - ('/stories/about.html', 'About me'), - ("/stories/privacy.html", "Privacy/GDPR"), - ('/photos/', 'Photos'), - ( - ( - ('http://www.donaldharper.com', 'My Photo Blog'), - #('http://p365.donaldharper.com', 'My Attempt at a Project 365'), - ('https://www.duckland.org', 'My Personal and Tech Blog'), - ), - 'My Sites' - ), - ( - ( - ('https://twitter.com/duckunix', 'My Twitter'), - ('http://www.linkedin.com/in/donaldharper/', 'My LinkedIN'), - ('https://flickr.com/photos/duckunix', 'My Flickr'), - ), - 'Social Sites' - ), - ("/archive.html", "Archive"), - ("/categories/", "Tags"), - ('/rss.xml', 'RSS'), - ), - } -GLOBAL_CONTEXT_FILLER = [] -THEME = 'canterville' -LOGO_URL = '/assets/img/favicon.ico' -GLOBAL_CONTEXT = { - 'TWITTER_URL': 'https://twitter.com/duckunix', - 'FLICKR_URL': 'https://www.flickr.com/photos/duckunix/', - 'BANNER_URL': '/assets/img/beach.jpg', - 'LOGO_URL': '/assets/img/favicon.ico' - } -TIMEZONE = "America/Chicago" -DATE_FORMAT = 'YYYY-MM-dd' -JS_DATE_FORMAT = 'YYYY-MM-dd' -DATE_FANCINESS = 0 -PRETTY_URLS = False -NEW_POST_DATE_PATH = False -NEW_POST_DATE_PATH_FORMAT = '%Y/%m' -POSTS = ( - ("posts/*.md", "posts", "post.tmpl"), - ("posts/*.rst", "posts", "post.tmpl"), - ("posts/*.txt", "posts", "post.tmpl"), - ("posts/*.html", "posts", "post.tmpl"), - ("posts/*.wp", "posts", "post.tmpl"), - ) -PAGES = ( - ("stories/*.md", "stories", "story.tmpl"), - ("stories/*.rst", "stories", "story.tmpl"), - ("stories/*.txt", "stories", "story.tmpl"), - ) -COMPILERS = { - "markdown": ('.md', '.mdown', '.markdown'), - "rest": ('.rst', '.txt'), - "textile": ('.textile',), - "txt2tags": ('.t2t',), - "bbcode": ('.bb',), - "wiki": ('.wiki',), - "ipynb": ('.ipynb',), - "html": ('.html', '.htm', '.wp'), - "php": ('.php',), - } -WRITE_TAG_CLOUD = False -SHOW_BLOG_TITLE = True -FEED_LENGTH = 10 -REDIRECTIONS = [] -IMAGE_FOLDERS = {'images': 'images'} -INDEX_READ_MORE_LINK = '
' -FEED_READ_MORE_LINK = '{read_more} ({min_remaining_read})
' -FEED_LINKS_APPEND_QUERY = False -DEPLOY_COMMANDS = { - 'default': [ - "nikola build", - #"nikola check -f", - "chmod -R a+rX output/", - "/usr/bin/rsync -a --delete output/ /var/www/html/duckland2", - ], - 'prep': [ - "cd sigal;sigal build", - "nikola build", - ] - } -INDEX_READ_MORE_LINK = '' -FEED_READ_MORE_LINK = '{read_more}... ({min_remaining_read})
' -LICENSE = "" -CONTENT_FOOTER = 'Contents © {date} {author} {license}' -CONTENT_FOOTER_FORMATS = { - DEFAULT_LANG: ( - (), - { - "email": BLOG_EMAIL, - "author": BLOG_AUTHOR, - "date": time.gmtime().tm_year, - "license": LICENSE - } - ) - } -COMMENT_SYSTEM = "" -COMMENT_SYSTEM_ID = "" -FUTURE_IS_NOW = False -DEPLOY_DRAFTS = False -SCHEDULE_ALL = True -SHOW_SOURCELINK = False -COPY_SOURCES = False -INDEX_DISPLAY_POST_COUNT = 5 -INDEXES_STATIC = False -FILE_METADATA_UNSLUGIFY_TITLES = True -LOGGING_HANDLERS = { - 'stderr': {'loglevel': 'INFO', 'bubble': True}, - 'smtp': { 'from_addr': 'www.donaldharper.com@duckland.org', 'recipients': ('duck@duckland.org'), 'server_addr': ('127.0.0.1',25), 'secure': (), 'level': 'WARNING', 'bubble': False - } - } -CREATE_MONTHLY_ARCHIVE = True -GENERATE_RSS = True -FEED_TEASERS = False -INDEX_TEASERS = True -FEED_LENGTH = 100 -WRITE_TAG_CLOUD = False -CATEGORY_PAGES_ARE_INDEXES = True -INDEX_DISPLAY_POST_COUNT = 10 -LESS_COMPILER = 'lessc' -LESS_OPTIONS = [] -SASS_COMPILER = 'sass' -SASS_OPTIONS = [] -#----------- -# One or more folders containing galleries. The format is a dictionary of -# {"source": "relative_destination"}, where galleries are looked for in -# "source/" and the results will be located in -# "OUTPUT_PATH/relative_destination/gallery_name" -# Default is: -GALLERY_FOLDERS = {"galleries": "galleries"} -# More gallery options: -THUMBNAIL_SIZE = 180 -MAX_IMAGE_SIZE = 1280 -USE_FILENAME_AS_TITLE = True -EXTRA_IMAGE_EXTENSIONS = [] diff --git a/files/pic1.jpg b/files/pic1.jpg deleted file mode 100644 index f05c736a..00000000 Binary files a/files/pic1.jpg and /dev/null differ diff --git a/files/pic2.jpg b/files/pic2.jpg deleted file mode 100644 index f3d62969..00000000 Binary files a/files/pic2.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183341-1-1024x541.jpg b/files/uploads/2019/05/20190505183341-1-1024x541.jpg deleted file mode 100644 index dcc21ab8..00000000 Binary files a/files/uploads/2019/05/20190505183341-1-1024x541.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183341-1-1200x633.jpg b/files/uploads/2019/05/20190505183341-1-1200x633.jpg deleted file mode 100644 index 6be54237..00000000 Binary files a/files/uploads/2019/05/20190505183341-1-1200x633.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183341-1-150x150.jpg b/files/uploads/2019/05/20190505183341-1-150x150.jpg deleted file mode 100644 index dd990ae4..00000000 Binary files a/files/uploads/2019/05/20190505183341-1-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183341-1-300x158.jpg b/files/uploads/2019/05/20190505183341-1-300x158.jpg deleted file mode 100644 index c926e33f..00000000 Binary files a/files/uploads/2019/05/20190505183341-1-300x158.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183341-1-768x405.jpg b/files/uploads/2019/05/20190505183341-1-768x405.jpg deleted file mode 100644 index a4af7b9f..00000000 Binary files a/files/uploads/2019/05/20190505183341-1-768x405.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183341-1.jpg b/files/uploads/2019/05/20190505183341-1.jpg deleted file mode 100644 index f06b79e5..00000000 Binary files a/files/uploads/2019/05/20190505183341-1.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183341-1024x541.jpg b/files/uploads/2019/05/20190505183341-1024x541.jpg deleted file mode 100644 index 03ae988a..00000000 Binary files a/files/uploads/2019/05/20190505183341-1024x541.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183341-1200x634.jpg b/files/uploads/2019/05/20190505183341-1200x634.jpg deleted file mode 100644 index c3f102c7..00000000 Binary files a/files/uploads/2019/05/20190505183341-1200x634.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183341-150x150.jpg b/files/uploads/2019/05/20190505183341-150x150.jpg deleted file mode 100644 index 971a7c6f..00000000 Binary files a/files/uploads/2019/05/20190505183341-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183341-300x158.jpg b/files/uploads/2019/05/20190505183341-300x158.jpg deleted file mode 100644 index 9e60ea7b..00000000 Binary files a/files/uploads/2019/05/20190505183341-300x158.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183341-768x406.jpg b/files/uploads/2019/05/20190505183341-768x406.jpg deleted file mode 100644 index 31ec429f..00000000 Binary files a/files/uploads/2019/05/20190505183341-768x406.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183341.jpg b/files/uploads/2019/05/20190505183341.jpg deleted file mode 100644 index d24f9e18..00000000 Binary files a/files/uploads/2019/05/20190505183341.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183410-1-1024x510.jpg b/files/uploads/2019/05/20190505183410-1-1024x510.jpg deleted file mode 100644 index ae6134f7..00000000 Binary files a/files/uploads/2019/05/20190505183410-1-1024x510.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183410-1-1200x597.jpg b/files/uploads/2019/05/20190505183410-1-1200x597.jpg deleted file mode 100644 index 927c6ac4..00000000 Binary files a/files/uploads/2019/05/20190505183410-1-1200x597.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183410-1-150x150.jpg b/files/uploads/2019/05/20190505183410-1-150x150.jpg deleted file mode 100644 index cf1f3ea0..00000000 Binary files a/files/uploads/2019/05/20190505183410-1-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183410-1-300x149.jpg b/files/uploads/2019/05/20190505183410-1-300x149.jpg deleted file mode 100644 index 3520fed2..00000000 Binary files a/files/uploads/2019/05/20190505183410-1-300x149.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183410-1-768x382.jpg b/files/uploads/2019/05/20190505183410-1-768x382.jpg deleted file mode 100644 index a71753fe..00000000 Binary files a/files/uploads/2019/05/20190505183410-1-768x382.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183410-1.jpg b/files/uploads/2019/05/20190505183410-1.jpg deleted file mode 100644 index bf090283..00000000 Binary files a/files/uploads/2019/05/20190505183410-1.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183410-1024x509.jpg b/files/uploads/2019/05/20190505183410-1024x509.jpg deleted file mode 100644 index 1eab23b3..00000000 Binary files a/files/uploads/2019/05/20190505183410-1024x509.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183410-1200x597.jpg b/files/uploads/2019/05/20190505183410-1200x597.jpg deleted file mode 100644 index 65f066a6..00000000 Binary files a/files/uploads/2019/05/20190505183410-1200x597.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183410-150x150.jpg b/files/uploads/2019/05/20190505183410-150x150.jpg deleted file mode 100644 index 72f7e5fc..00000000 Binary files a/files/uploads/2019/05/20190505183410-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183410-300x149.jpg b/files/uploads/2019/05/20190505183410-300x149.jpg deleted file mode 100644 index a6f39ef4..00000000 Binary files a/files/uploads/2019/05/20190505183410-300x149.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183410-768x382.jpg b/files/uploads/2019/05/20190505183410-768x382.jpg deleted file mode 100644 index 3accee03..00000000 Binary files a/files/uploads/2019/05/20190505183410-768x382.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183410.jpg b/files/uploads/2019/05/20190505183410.jpg deleted file mode 100644 index 13330ac8..00000000 Binary files a/files/uploads/2019/05/20190505183410.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183632-1024x768.jpg b/files/uploads/2019/05/20190505183632-1024x768.jpg deleted file mode 100644 index 7fb27794..00000000 Binary files a/files/uploads/2019/05/20190505183632-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183632-1200x900.jpg b/files/uploads/2019/05/20190505183632-1200x900.jpg deleted file mode 100644 index e0435fe1..00000000 Binary files a/files/uploads/2019/05/20190505183632-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183632-150x150.jpg b/files/uploads/2019/05/20190505183632-150x150.jpg deleted file mode 100644 index 25869a6d..00000000 Binary files a/files/uploads/2019/05/20190505183632-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183632-300x225.jpg b/files/uploads/2019/05/20190505183632-300x225.jpg deleted file mode 100644 index 18104577..00000000 Binary files a/files/uploads/2019/05/20190505183632-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183632-768x576.jpg b/files/uploads/2019/05/20190505183632-768x576.jpg deleted file mode 100644 index 49f76f85..00000000 Binary files a/files/uploads/2019/05/20190505183632-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183632.jpg b/files/uploads/2019/05/20190505183632.jpg deleted file mode 100644 index de07f791..00000000 Binary files a/files/uploads/2019/05/20190505183632.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183856-1024x768.jpg b/files/uploads/2019/05/20190505183856-1024x768.jpg deleted file mode 100644 index dd56bf65..00000000 Binary files a/files/uploads/2019/05/20190505183856-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183856-1200x900.jpg b/files/uploads/2019/05/20190505183856-1200x900.jpg deleted file mode 100644 index 837d1f0e..00000000 Binary files a/files/uploads/2019/05/20190505183856-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183856-150x150.jpg b/files/uploads/2019/05/20190505183856-150x150.jpg deleted file mode 100644 index 2a43404e..00000000 Binary files a/files/uploads/2019/05/20190505183856-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183856-300x225.jpg b/files/uploads/2019/05/20190505183856-300x225.jpg deleted file mode 100644 index 1d971b24..00000000 Binary files a/files/uploads/2019/05/20190505183856-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183856-768x576.jpg b/files/uploads/2019/05/20190505183856-768x576.jpg deleted file mode 100644 index d392115d..00000000 Binary files a/files/uploads/2019/05/20190505183856-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183856.jpg b/files/uploads/2019/05/20190505183856.jpg deleted file mode 100644 index bd9b8452..00000000 Binary files a/files/uploads/2019/05/20190505183856.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183906-1024x768.jpg b/files/uploads/2019/05/20190505183906-1024x768.jpg deleted file mode 100644 index e91b0d45..00000000 Binary files a/files/uploads/2019/05/20190505183906-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183906-1200x900.jpg b/files/uploads/2019/05/20190505183906-1200x900.jpg deleted file mode 100644 index dceeef73..00000000 Binary files a/files/uploads/2019/05/20190505183906-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183906-150x150.jpg b/files/uploads/2019/05/20190505183906-150x150.jpg deleted file mode 100644 index bfbb3595..00000000 Binary files a/files/uploads/2019/05/20190505183906-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183906-300x225.jpg b/files/uploads/2019/05/20190505183906-300x225.jpg deleted file mode 100644 index 696dab20..00000000 Binary files a/files/uploads/2019/05/20190505183906-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183906-768x576.jpg b/files/uploads/2019/05/20190505183906-768x576.jpg deleted file mode 100644 index 7dd518cc..00000000 Binary files a/files/uploads/2019/05/20190505183906-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183906.jpg b/files/uploads/2019/05/20190505183906.jpg deleted file mode 100644 index 8818eea9..00000000 Binary files a/files/uploads/2019/05/20190505183906.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183926-1024x768.jpg b/files/uploads/2019/05/20190505183926-1024x768.jpg deleted file mode 100644 index 84fe87f1..00000000 Binary files a/files/uploads/2019/05/20190505183926-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183926-1200x900.jpg b/files/uploads/2019/05/20190505183926-1200x900.jpg deleted file mode 100644 index ed90b8e6..00000000 Binary files a/files/uploads/2019/05/20190505183926-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183926-150x150.jpg b/files/uploads/2019/05/20190505183926-150x150.jpg deleted file mode 100644 index 9f8f5ee7..00000000 Binary files a/files/uploads/2019/05/20190505183926-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183926-300x225.jpg b/files/uploads/2019/05/20190505183926-300x225.jpg deleted file mode 100644 index 7a1b45e0..00000000 Binary files a/files/uploads/2019/05/20190505183926-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183926-768x576.jpg b/files/uploads/2019/05/20190505183926-768x576.jpg deleted file mode 100644 index 9052c6be..00000000 Binary files a/files/uploads/2019/05/20190505183926-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183926.jpg b/files/uploads/2019/05/20190505183926.jpg deleted file mode 100644 index 4e9a11a8..00000000 Binary files a/files/uploads/2019/05/20190505183926.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183957-1024x768.jpg b/files/uploads/2019/05/20190505183957-1024x768.jpg deleted file mode 100644 index d261af89..00000000 Binary files a/files/uploads/2019/05/20190505183957-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183957-1200x900.jpg b/files/uploads/2019/05/20190505183957-1200x900.jpg deleted file mode 100644 index c1036096..00000000 Binary files a/files/uploads/2019/05/20190505183957-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183957-150x150.jpg b/files/uploads/2019/05/20190505183957-150x150.jpg deleted file mode 100644 index afc0440b..00000000 Binary files a/files/uploads/2019/05/20190505183957-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183957-300x225.jpg b/files/uploads/2019/05/20190505183957-300x225.jpg deleted file mode 100644 index b96e1355..00000000 Binary files a/files/uploads/2019/05/20190505183957-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183957-768x576.jpg b/files/uploads/2019/05/20190505183957-768x576.jpg deleted file mode 100644 index c899080d..00000000 Binary files a/files/uploads/2019/05/20190505183957-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505183957.jpg b/files/uploads/2019/05/20190505183957.jpg deleted file mode 100644 index 5c6b5d16..00000000 Binary files a/files/uploads/2019/05/20190505183957.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184051-1024x768.jpg b/files/uploads/2019/05/20190505184051-1024x768.jpg deleted file mode 100644 index e92f6910..00000000 Binary files a/files/uploads/2019/05/20190505184051-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184051-1200x900.jpg b/files/uploads/2019/05/20190505184051-1200x900.jpg deleted file mode 100644 index 59476c15..00000000 Binary files a/files/uploads/2019/05/20190505184051-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184051-150x150.jpg b/files/uploads/2019/05/20190505184051-150x150.jpg deleted file mode 100644 index cf0140e4..00000000 Binary files a/files/uploads/2019/05/20190505184051-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184051-300x225.jpg b/files/uploads/2019/05/20190505184051-300x225.jpg deleted file mode 100644 index a2cedc0c..00000000 Binary files a/files/uploads/2019/05/20190505184051-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184051-768x576.jpg b/files/uploads/2019/05/20190505184051-768x576.jpg deleted file mode 100644 index f0729522..00000000 Binary files a/files/uploads/2019/05/20190505184051-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184051.jpg b/files/uploads/2019/05/20190505184051.jpg deleted file mode 100644 index 933e4d24..00000000 Binary files a/files/uploads/2019/05/20190505184051.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184302-1-1024x307.jpg b/files/uploads/2019/05/20190505184302-1-1024x307.jpg deleted file mode 100644 index 35c1edf4..00000000 Binary files a/files/uploads/2019/05/20190505184302-1-1024x307.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184302-1-1200x359.jpg b/files/uploads/2019/05/20190505184302-1-1200x359.jpg deleted file mode 100644 index e76fa811..00000000 Binary files a/files/uploads/2019/05/20190505184302-1-1200x359.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184302-1-150x150.jpg b/files/uploads/2019/05/20190505184302-1-150x150.jpg deleted file mode 100644 index 8d62518e..00000000 Binary files a/files/uploads/2019/05/20190505184302-1-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184302-1-300x90.jpg b/files/uploads/2019/05/20190505184302-1-300x90.jpg deleted file mode 100644 index f4b49fd3..00000000 Binary files a/files/uploads/2019/05/20190505184302-1-300x90.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184302-1-768x230.jpg b/files/uploads/2019/05/20190505184302-1-768x230.jpg deleted file mode 100644 index 0e77dbdc..00000000 Binary files a/files/uploads/2019/05/20190505184302-1-768x230.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184302-1.jpg b/files/uploads/2019/05/20190505184302-1.jpg deleted file mode 100644 index a946376f..00000000 Binary files a/files/uploads/2019/05/20190505184302-1.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184302-1024x307.jpg b/files/uploads/2019/05/20190505184302-1024x307.jpg deleted file mode 100644 index 9db971ba..00000000 Binary files a/files/uploads/2019/05/20190505184302-1024x307.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184302-1200x359.jpg b/files/uploads/2019/05/20190505184302-1200x359.jpg deleted file mode 100644 index 56d94966..00000000 Binary files a/files/uploads/2019/05/20190505184302-1200x359.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184302-150x150.jpg b/files/uploads/2019/05/20190505184302-150x150.jpg deleted file mode 100644 index fc3bcf17..00000000 Binary files a/files/uploads/2019/05/20190505184302-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184302-300x90.jpg b/files/uploads/2019/05/20190505184302-300x90.jpg deleted file mode 100644 index a3c2e9d8..00000000 Binary files a/files/uploads/2019/05/20190505184302-300x90.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184302-768x230.jpg b/files/uploads/2019/05/20190505184302-768x230.jpg deleted file mode 100644 index e7dd8d75..00000000 Binary files a/files/uploads/2019/05/20190505184302-768x230.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184302.jpg b/files/uploads/2019/05/20190505184302.jpg deleted file mode 100644 index 4ab7eb0a..00000000 Binary files a/files/uploads/2019/05/20190505184302.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184333-1-1024x768.jpg b/files/uploads/2019/05/20190505184333-1-1024x768.jpg deleted file mode 100644 index 4376dd8f..00000000 Binary files a/files/uploads/2019/05/20190505184333-1-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184333-1-1200x900.jpg b/files/uploads/2019/05/20190505184333-1-1200x900.jpg deleted file mode 100644 index 2da35334..00000000 Binary files a/files/uploads/2019/05/20190505184333-1-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184333-1-150x150.jpg b/files/uploads/2019/05/20190505184333-1-150x150.jpg deleted file mode 100644 index 29c51669..00000000 Binary files a/files/uploads/2019/05/20190505184333-1-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184333-1-300x225.jpg b/files/uploads/2019/05/20190505184333-1-300x225.jpg deleted file mode 100644 index 3adbb69b..00000000 Binary files a/files/uploads/2019/05/20190505184333-1-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184333-1-768x576.jpg b/files/uploads/2019/05/20190505184333-1-768x576.jpg deleted file mode 100644 index 739f0a6b..00000000 Binary files a/files/uploads/2019/05/20190505184333-1-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184333-1.jpg b/files/uploads/2019/05/20190505184333-1.jpg deleted file mode 100644 index 0ccf7656..00000000 Binary files a/files/uploads/2019/05/20190505184333-1.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184333-1024x768.jpg b/files/uploads/2019/05/20190505184333-1024x768.jpg deleted file mode 100644 index e6b98d2d..00000000 Binary files a/files/uploads/2019/05/20190505184333-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184333-1200x900.jpg b/files/uploads/2019/05/20190505184333-1200x900.jpg deleted file mode 100644 index 2719e6fc..00000000 Binary files a/files/uploads/2019/05/20190505184333-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184333-150x150.jpg b/files/uploads/2019/05/20190505184333-150x150.jpg deleted file mode 100644 index 1828b4ee..00000000 Binary files a/files/uploads/2019/05/20190505184333-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184333-300x225.jpg b/files/uploads/2019/05/20190505184333-300x225.jpg deleted file mode 100644 index 45c776e4..00000000 Binary files a/files/uploads/2019/05/20190505184333-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184333-768x576.jpg b/files/uploads/2019/05/20190505184333-768x576.jpg deleted file mode 100644 index fa223e2b..00000000 Binary files a/files/uploads/2019/05/20190505184333-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184333.jpg b/files/uploads/2019/05/20190505184333.jpg deleted file mode 100644 index c7395dc0..00000000 Binary files a/files/uploads/2019/05/20190505184333.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184438-1024x768.jpg b/files/uploads/2019/05/20190505184438-1024x768.jpg deleted file mode 100644 index 9a549eae..00000000 Binary files a/files/uploads/2019/05/20190505184438-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184438-1200x900.jpg b/files/uploads/2019/05/20190505184438-1200x900.jpg deleted file mode 100644 index d8f8f096..00000000 Binary files a/files/uploads/2019/05/20190505184438-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184438-150x150.jpg b/files/uploads/2019/05/20190505184438-150x150.jpg deleted file mode 100644 index 4eb981e4..00000000 Binary files a/files/uploads/2019/05/20190505184438-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184438-300x225.jpg b/files/uploads/2019/05/20190505184438-300x225.jpg deleted file mode 100644 index 49309941..00000000 Binary files a/files/uploads/2019/05/20190505184438-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184438-768x576.jpg b/files/uploads/2019/05/20190505184438-768x576.jpg deleted file mode 100644 index 9bbf7850..00000000 Binary files a/files/uploads/2019/05/20190505184438-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184438.jpg b/files/uploads/2019/05/20190505184438.jpg deleted file mode 100644 index f512ead6..00000000 Binary files a/files/uploads/2019/05/20190505184438.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184556-1200x1600.jpg b/files/uploads/2019/05/20190505184556-1200x1600.jpg deleted file mode 100644 index 73927001..00000000 Binary files a/files/uploads/2019/05/20190505184556-1200x1600.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184556-150x150.jpg b/files/uploads/2019/05/20190505184556-150x150.jpg deleted file mode 100644 index a28e21b2..00000000 Binary files a/files/uploads/2019/05/20190505184556-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184556-225x300.jpg b/files/uploads/2019/05/20190505184556-225x300.jpg deleted file mode 100644 index 45696467..00000000 Binary files a/files/uploads/2019/05/20190505184556-225x300.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184556-768x1024.jpg b/files/uploads/2019/05/20190505184556-768x1024.jpg deleted file mode 100644 index 25d6d895..00000000 Binary files a/files/uploads/2019/05/20190505184556-768x1024.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184556.jpg b/files/uploads/2019/05/20190505184556.jpg deleted file mode 100644 index 41dc86f2..00000000 Binary files a/files/uploads/2019/05/20190505184556.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184616-1024x768.jpg b/files/uploads/2019/05/20190505184616-1024x768.jpg deleted file mode 100644 index e395ffa0..00000000 Binary files a/files/uploads/2019/05/20190505184616-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184616-1200x900.jpg b/files/uploads/2019/05/20190505184616-1200x900.jpg deleted file mode 100644 index c7b31c2e..00000000 Binary files a/files/uploads/2019/05/20190505184616-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184616-150x150.jpg b/files/uploads/2019/05/20190505184616-150x150.jpg deleted file mode 100644 index bc741e21..00000000 Binary files a/files/uploads/2019/05/20190505184616-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184616-300x225.jpg b/files/uploads/2019/05/20190505184616-300x225.jpg deleted file mode 100644 index f87c4918..00000000 Binary files a/files/uploads/2019/05/20190505184616-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184616-768x576.jpg b/files/uploads/2019/05/20190505184616-768x576.jpg deleted file mode 100644 index 560b5c2e..00000000 Binary files a/files/uploads/2019/05/20190505184616-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184616.jpg b/files/uploads/2019/05/20190505184616.jpg deleted file mode 100644 index c5e46550..00000000 Binary files a/files/uploads/2019/05/20190505184616.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184748-1024x768.jpg b/files/uploads/2019/05/20190505184748-1024x768.jpg deleted file mode 100644 index 63ac49cf..00000000 Binary files a/files/uploads/2019/05/20190505184748-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184748-1200x900.jpg b/files/uploads/2019/05/20190505184748-1200x900.jpg deleted file mode 100644 index a430965c..00000000 Binary files a/files/uploads/2019/05/20190505184748-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184748-150x150.jpg b/files/uploads/2019/05/20190505184748-150x150.jpg deleted file mode 100644 index d30c3fa6..00000000 Binary files a/files/uploads/2019/05/20190505184748-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184748-300x225.jpg b/files/uploads/2019/05/20190505184748-300x225.jpg deleted file mode 100644 index b94fd3c7..00000000 Binary files a/files/uploads/2019/05/20190505184748-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184748-768x576.jpg b/files/uploads/2019/05/20190505184748-768x576.jpg deleted file mode 100644 index 71246eb8..00000000 Binary files a/files/uploads/2019/05/20190505184748-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184748.jpg b/files/uploads/2019/05/20190505184748.jpg deleted file mode 100644 index cea898a0..00000000 Binary files a/files/uploads/2019/05/20190505184748.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184944-1024x768.jpg b/files/uploads/2019/05/20190505184944-1024x768.jpg deleted file mode 100644 index 34be5655..00000000 Binary files a/files/uploads/2019/05/20190505184944-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184944-1200x900.jpg b/files/uploads/2019/05/20190505184944-1200x900.jpg deleted file mode 100644 index 0a655d0f..00000000 Binary files a/files/uploads/2019/05/20190505184944-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184944-150x150.jpg b/files/uploads/2019/05/20190505184944-150x150.jpg deleted file mode 100644 index 825d58e7..00000000 Binary files a/files/uploads/2019/05/20190505184944-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184944-300x225.jpg b/files/uploads/2019/05/20190505184944-300x225.jpg deleted file mode 100644 index 4cbef5a8..00000000 Binary files a/files/uploads/2019/05/20190505184944-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184944-768x576.jpg b/files/uploads/2019/05/20190505184944-768x576.jpg deleted file mode 100644 index f589ea0c..00000000 Binary files a/files/uploads/2019/05/20190505184944-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505184944.jpg b/files/uploads/2019/05/20190505184944.jpg deleted file mode 100644 index 508699da..00000000 Binary files a/files/uploads/2019/05/20190505184944.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185109-1024x768.jpg b/files/uploads/2019/05/20190505185109-1024x768.jpg deleted file mode 100644 index 7ff465c2..00000000 Binary files a/files/uploads/2019/05/20190505185109-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185109-1200x900.jpg b/files/uploads/2019/05/20190505185109-1200x900.jpg deleted file mode 100644 index 6c386952..00000000 Binary files a/files/uploads/2019/05/20190505185109-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185109-150x150.jpg b/files/uploads/2019/05/20190505185109-150x150.jpg deleted file mode 100644 index 426e54e6..00000000 Binary files a/files/uploads/2019/05/20190505185109-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185109-300x225.jpg b/files/uploads/2019/05/20190505185109-300x225.jpg deleted file mode 100644 index d3a602c3..00000000 Binary files a/files/uploads/2019/05/20190505185109-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185109-768x576.jpg b/files/uploads/2019/05/20190505185109-768x576.jpg deleted file mode 100644 index 2aacc291..00000000 Binary files a/files/uploads/2019/05/20190505185109-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185109.jpg b/files/uploads/2019/05/20190505185109.jpg deleted file mode 100644 index d4203500..00000000 Binary files a/files/uploads/2019/05/20190505185109.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185146-1024x768.jpg b/files/uploads/2019/05/20190505185146-1024x768.jpg deleted file mode 100644 index cdf0270e..00000000 Binary files a/files/uploads/2019/05/20190505185146-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185146-1200x900.jpg b/files/uploads/2019/05/20190505185146-1200x900.jpg deleted file mode 100644 index 64e3250b..00000000 Binary files a/files/uploads/2019/05/20190505185146-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185146-150x150.jpg b/files/uploads/2019/05/20190505185146-150x150.jpg deleted file mode 100644 index baa420c6..00000000 Binary files a/files/uploads/2019/05/20190505185146-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185146-300x225.jpg b/files/uploads/2019/05/20190505185146-300x225.jpg deleted file mode 100644 index 33c65dba..00000000 Binary files a/files/uploads/2019/05/20190505185146-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185146-768x576.jpg b/files/uploads/2019/05/20190505185146-768x576.jpg deleted file mode 100644 index 9523e33b..00000000 Binary files a/files/uploads/2019/05/20190505185146-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185146.jpg b/files/uploads/2019/05/20190505185146.jpg deleted file mode 100644 index 9219028c..00000000 Binary files a/files/uploads/2019/05/20190505185146.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185213-1024x768.jpg b/files/uploads/2019/05/20190505185213-1024x768.jpg deleted file mode 100644 index 831883ca..00000000 Binary files a/files/uploads/2019/05/20190505185213-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185213-1200x900.jpg b/files/uploads/2019/05/20190505185213-1200x900.jpg deleted file mode 100644 index 8542e3e4..00000000 Binary files a/files/uploads/2019/05/20190505185213-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185213-150x150.jpg b/files/uploads/2019/05/20190505185213-150x150.jpg deleted file mode 100644 index 8875d85e..00000000 Binary files a/files/uploads/2019/05/20190505185213-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185213-300x225.jpg b/files/uploads/2019/05/20190505185213-300x225.jpg deleted file mode 100644 index 7dd1fda3..00000000 Binary files a/files/uploads/2019/05/20190505185213-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185213-768x576.jpg b/files/uploads/2019/05/20190505185213-768x576.jpg deleted file mode 100644 index 26db8781..00000000 Binary files a/files/uploads/2019/05/20190505185213-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185213.jpg b/files/uploads/2019/05/20190505185213.jpg deleted file mode 100644 index 86dc4b7b..00000000 Binary files a/files/uploads/2019/05/20190505185213.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185223-1-1024x768.jpg b/files/uploads/2019/05/20190505185223-1-1024x768.jpg deleted file mode 100644 index b9abe2b2..00000000 Binary files a/files/uploads/2019/05/20190505185223-1-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185223-1-1200x900.jpg b/files/uploads/2019/05/20190505185223-1-1200x900.jpg deleted file mode 100644 index 020eedc8..00000000 Binary files a/files/uploads/2019/05/20190505185223-1-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185223-1-150x150.jpg b/files/uploads/2019/05/20190505185223-1-150x150.jpg deleted file mode 100644 index f4d29103..00000000 Binary files a/files/uploads/2019/05/20190505185223-1-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185223-1-300x225.jpg b/files/uploads/2019/05/20190505185223-1-300x225.jpg deleted file mode 100644 index e4952e51..00000000 Binary files a/files/uploads/2019/05/20190505185223-1-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185223-1-768x576.jpg b/files/uploads/2019/05/20190505185223-1-768x576.jpg deleted file mode 100644 index 41a98c4e..00000000 Binary files a/files/uploads/2019/05/20190505185223-1-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185223-1.jpg b/files/uploads/2019/05/20190505185223-1.jpg deleted file mode 100644 index 2c661f8d..00000000 Binary files a/files/uploads/2019/05/20190505185223-1.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185223-1024x768.jpg b/files/uploads/2019/05/20190505185223-1024x768.jpg deleted file mode 100644 index 37d72837..00000000 Binary files a/files/uploads/2019/05/20190505185223-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185223-1200x900.jpg b/files/uploads/2019/05/20190505185223-1200x900.jpg deleted file mode 100644 index 9b8dc413..00000000 Binary files a/files/uploads/2019/05/20190505185223-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185223-150x150.jpg b/files/uploads/2019/05/20190505185223-150x150.jpg deleted file mode 100644 index be39df00..00000000 Binary files a/files/uploads/2019/05/20190505185223-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185223-300x225.jpg b/files/uploads/2019/05/20190505185223-300x225.jpg deleted file mode 100644 index 76c81a08..00000000 Binary files a/files/uploads/2019/05/20190505185223-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185223-768x576.jpg b/files/uploads/2019/05/20190505185223-768x576.jpg deleted file mode 100644 index 4d84058d..00000000 Binary files a/files/uploads/2019/05/20190505185223-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185223.jpg b/files/uploads/2019/05/20190505185223.jpg deleted file mode 100644 index 59dc5c42..00000000 Binary files a/files/uploads/2019/05/20190505185223.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185243-1024x768.jpg b/files/uploads/2019/05/20190505185243-1024x768.jpg deleted file mode 100644 index ad6cbf4f..00000000 Binary files a/files/uploads/2019/05/20190505185243-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185243-1200x900.jpg b/files/uploads/2019/05/20190505185243-1200x900.jpg deleted file mode 100644 index e1af403b..00000000 Binary files a/files/uploads/2019/05/20190505185243-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185243-150x150.jpg b/files/uploads/2019/05/20190505185243-150x150.jpg deleted file mode 100644 index 9874eabf..00000000 Binary files a/files/uploads/2019/05/20190505185243-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185243-300x225.jpg b/files/uploads/2019/05/20190505185243-300x225.jpg deleted file mode 100644 index 8e81a6a0..00000000 Binary files a/files/uploads/2019/05/20190505185243-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185243-768x576.jpg b/files/uploads/2019/05/20190505185243-768x576.jpg deleted file mode 100644 index 91648ed9..00000000 Binary files a/files/uploads/2019/05/20190505185243-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185243.jpg b/files/uploads/2019/05/20190505185243.jpg deleted file mode 100644 index fac95e18..00000000 Binary files a/files/uploads/2019/05/20190505185243.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185632-1024x768.jpg b/files/uploads/2019/05/20190505185632-1024x768.jpg deleted file mode 100644 index 4592c4ec..00000000 Binary files a/files/uploads/2019/05/20190505185632-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185632-1200x900.jpg b/files/uploads/2019/05/20190505185632-1200x900.jpg deleted file mode 100644 index ae7abb00..00000000 Binary files a/files/uploads/2019/05/20190505185632-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185632-150x150.jpg b/files/uploads/2019/05/20190505185632-150x150.jpg deleted file mode 100644 index 61467c12..00000000 Binary files a/files/uploads/2019/05/20190505185632-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185632-300x225.jpg b/files/uploads/2019/05/20190505185632-300x225.jpg deleted file mode 100644 index e6506461..00000000 Binary files a/files/uploads/2019/05/20190505185632-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185632-768x576.jpg b/files/uploads/2019/05/20190505185632-768x576.jpg deleted file mode 100644 index 5c335447..00000000 Binary files a/files/uploads/2019/05/20190505185632-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185632.jpg b/files/uploads/2019/05/20190505185632.jpg deleted file mode 100644 index 01172ebe..00000000 Binary files a/files/uploads/2019/05/20190505185632.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185801-1-1024x768.jpg b/files/uploads/2019/05/20190505185801-1-1024x768.jpg deleted file mode 100644 index 62cd39d3..00000000 Binary files a/files/uploads/2019/05/20190505185801-1-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185801-1-1200x900.jpg b/files/uploads/2019/05/20190505185801-1-1200x900.jpg deleted file mode 100644 index 0ee9b682..00000000 Binary files a/files/uploads/2019/05/20190505185801-1-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185801-1-150x150.jpg b/files/uploads/2019/05/20190505185801-1-150x150.jpg deleted file mode 100644 index 67a0cf0b..00000000 Binary files a/files/uploads/2019/05/20190505185801-1-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185801-1-300x225.jpg b/files/uploads/2019/05/20190505185801-1-300x225.jpg deleted file mode 100644 index fcf5f2ac..00000000 Binary files a/files/uploads/2019/05/20190505185801-1-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185801-1-768x576.jpg b/files/uploads/2019/05/20190505185801-1-768x576.jpg deleted file mode 100644 index 1523a70b..00000000 Binary files a/files/uploads/2019/05/20190505185801-1-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185801-1.jpg b/files/uploads/2019/05/20190505185801-1.jpg deleted file mode 100644 index cb497f56..00000000 Binary files a/files/uploads/2019/05/20190505185801-1.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185801-1024x768.jpg b/files/uploads/2019/05/20190505185801-1024x768.jpg deleted file mode 100644 index a322733f..00000000 Binary files a/files/uploads/2019/05/20190505185801-1024x768.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185801-1200x900.jpg b/files/uploads/2019/05/20190505185801-1200x900.jpg deleted file mode 100644 index 21f956d3..00000000 Binary files a/files/uploads/2019/05/20190505185801-1200x900.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185801-150x150.jpg b/files/uploads/2019/05/20190505185801-150x150.jpg deleted file mode 100644 index d3dee82a..00000000 Binary files a/files/uploads/2019/05/20190505185801-150x150.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185801-300x225.jpg b/files/uploads/2019/05/20190505185801-300x225.jpg deleted file mode 100644 index bef6827a..00000000 Binary files a/files/uploads/2019/05/20190505185801-300x225.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185801-768x576.jpg b/files/uploads/2019/05/20190505185801-768x576.jpg deleted file mode 100644 index 27521a2a..00000000 Binary files a/files/uploads/2019/05/20190505185801-768x576.jpg and /dev/null differ diff --git a/files/uploads/2019/05/20190505185801.jpg b/files/uploads/2019/05/20190505185801.jpg deleted file mode 100644 index 3b9dc119..00000000 Binary files a/files/uploads/2019/05/20190505185801.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20021208120000.jpg b/galleries/Galveston-2015-07/20021208120000.jpg deleted file mode 100644 index 86287da6..00000000 Binary files a/galleries/Galveston-2015-07/20021208120000.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150704142306.jpg b/galleries/Galveston-2015-07/20150704142306.jpg deleted file mode 100644 index 1172d452..00000000 Binary files a/galleries/Galveston-2015-07/20150704142306.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150704142714.jpg b/galleries/Galveston-2015-07/20150704142714.jpg deleted file mode 100644 index bfe93c25..00000000 Binary files a/galleries/Galveston-2015-07/20150704142714.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150704142830.jpg b/galleries/Galveston-2015-07/20150704142830.jpg deleted file mode 100644 index 9e9f1bdc..00000000 Binary files a/galleries/Galveston-2015-07/20150704142830.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150704142941.jpg b/galleries/Galveston-2015-07/20150704142941.jpg deleted file mode 100644 index 6fa836a4..00000000 Binary files a/galleries/Galveston-2015-07/20150704142941.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150704143004.jpg b/galleries/Galveston-2015-07/20150704143004.jpg deleted file mode 100644 index d61d4626..00000000 Binary files a/galleries/Galveston-2015-07/20150704143004.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150704144519.jpg b/galleries/Galveston-2015-07/20150704144519.jpg deleted file mode 100644 index 3f2ab5b0..00000000 Binary files a/galleries/Galveston-2015-07/20150704144519.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150704144534.jpg b/galleries/Galveston-2015-07/20150704144534.jpg deleted file mode 100644 index f47d66bb..00000000 Binary files a/galleries/Galveston-2015-07/20150704144534.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150704144600.jpg b/galleries/Galveston-2015-07/20150704144600.jpg deleted file mode 100644 index ec554516..00000000 Binary files a/galleries/Galveston-2015-07/20150704144600.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150704145036.jpg b/galleries/Galveston-2015-07/20150704145036.jpg deleted file mode 100644 index f9d96ffd..00000000 Binary files a/galleries/Galveston-2015-07/20150704145036.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150704153847.jpg b/galleries/Galveston-2015-07/20150704153847.jpg deleted file mode 100644 index fb282d29..00000000 Binary files a/galleries/Galveston-2015-07/20150704153847.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150705115058.jpg b/galleries/Galveston-2015-07/20150705115058.jpg deleted file mode 100644 index a1ab9603..00000000 Binary files a/galleries/Galveston-2015-07/20150705115058.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150705115117.jpg b/galleries/Galveston-2015-07/20150705115117.jpg deleted file mode 100644 index 8e92cda8..00000000 Binary files a/galleries/Galveston-2015-07/20150705115117.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150705115416.jpg b/galleries/Galveston-2015-07/20150705115416.jpg deleted file mode 100644 index 9a1ea922..00000000 Binary files a/galleries/Galveston-2015-07/20150705115416.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150705115428.jpg b/galleries/Galveston-2015-07/20150705115428.jpg deleted file mode 100644 index d21ba7be..00000000 Binary files a/galleries/Galveston-2015-07/20150705115428.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150705115553.jpg b/galleries/Galveston-2015-07/20150705115553.jpg deleted file mode 100644 index 913bda32..00000000 Binary files a/galleries/Galveston-2015-07/20150705115553.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150705120816.jpg b/galleries/Galveston-2015-07/20150705120816.jpg deleted file mode 100644 index 896373a6..00000000 Binary files a/galleries/Galveston-2015-07/20150705120816.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150705121513.jpg b/galleries/Galveston-2015-07/20150705121513.jpg deleted file mode 100644 index 7c705ce5..00000000 Binary files a/galleries/Galveston-2015-07/20150705121513.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150705122327.jpg b/galleries/Galveston-2015-07/20150705122327.jpg deleted file mode 100644 index e3acba17..00000000 Binary files a/galleries/Galveston-2015-07/20150705122327.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150705122436.jpg b/galleries/Galveston-2015-07/20150705122436.jpg deleted file mode 100644 index 4106d3cb..00000000 Binary files a/galleries/Galveston-2015-07/20150705122436.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150705123935.jpg b/galleries/Galveston-2015-07/20150705123935.jpg deleted file mode 100644 index 6a8cfefa..00000000 Binary files a/galleries/Galveston-2015-07/20150705123935.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150706080810.jpg b/galleries/Galveston-2015-07/20150706080810.jpg deleted file mode 100644 index a722e48b..00000000 Binary files a/galleries/Galveston-2015-07/20150706080810.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150706092540.jpg b/galleries/Galveston-2015-07/20150706092540.jpg deleted file mode 100644 index af092884..00000000 Binary files a/galleries/Galveston-2015-07/20150706092540.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150706135619.jpg b/galleries/Galveston-2015-07/20150706135619.jpg deleted file mode 100644 index 5397a95c..00000000 Binary files a/galleries/Galveston-2015-07/20150706135619.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150706145430.jpg b/galleries/Galveston-2015-07/20150706145430.jpg deleted file mode 100644 index f41d5a3d..00000000 Binary files a/galleries/Galveston-2015-07/20150706145430.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150706151037.jpg b/galleries/Galveston-2015-07/20150706151037.jpg deleted file mode 100644 index 09e6a6cc..00000000 Binary files a/galleries/Galveston-2015-07/20150706151037.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150706151222.jpg b/galleries/Galveston-2015-07/20150706151222.jpg deleted file mode 100644 index 0942f2fb..00000000 Binary files a/galleries/Galveston-2015-07/20150706151222.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150706153259.jpg b/galleries/Galveston-2015-07/20150706153259.jpg deleted file mode 100644 index 17464b32..00000000 Binary files a/galleries/Galveston-2015-07/20150706153259.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150706153442.jpg b/galleries/Galveston-2015-07/20150706153442.jpg deleted file mode 100644 index a2f816e0..00000000 Binary files a/galleries/Galveston-2015-07/20150706153442.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150706153812.jpg b/galleries/Galveston-2015-07/20150706153812.jpg deleted file mode 100644 index 002186ce..00000000 Binary files a/galleries/Galveston-2015-07/20150706153812.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150706153925.jpg b/galleries/Galveston-2015-07/20150706153925.jpg deleted file mode 100644 index 0509baaa..00000000 Binary files a/galleries/Galveston-2015-07/20150706153925.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150706153938.jpg b/galleries/Galveston-2015-07/20150706153938.jpg deleted file mode 100644 index 9f233ed9..00000000 Binary files a/galleries/Galveston-2015-07/20150706153938.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150706154152.jpg b/galleries/Galveston-2015-07/20150706154152.jpg deleted file mode 100644 index cb5dbfc7..00000000 Binary files a/galleries/Galveston-2015-07/20150706154152.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150707110811.jpg b/galleries/Galveston-2015-07/20150707110811.jpg deleted file mode 100644 index 791f7b9f..00000000 Binary files a/galleries/Galveston-2015-07/20150707110811.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150707141537.jpg b/galleries/Galveston-2015-07/20150707141537.jpg deleted file mode 100644 index d29c9e59..00000000 Binary files a/galleries/Galveston-2015-07/20150707141537.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150708123602.jpg b/galleries/Galveston-2015-07/20150708123602.jpg deleted file mode 100644 index 6db50793..00000000 Binary files a/galleries/Galveston-2015-07/20150708123602.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150708134205.jpg b/galleries/Galveston-2015-07/20150708134205.jpg deleted file mode 100644 index edf53871..00000000 Binary files a/galleries/Galveston-2015-07/20150708134205.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150708134213.jpg b/galleries/Galveston-2015-07/20150708134213.jpg deleted file mode 100644 index 864b9966..00000000 Binary files a/galleries/Galveston-2015-07/20150708134213.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150708134856.jpg b/galleries/Galveston-2015-07/20150708134856.jpg deleted file mode 100644 index 7a87b9f4..00000000 Binary files a/galleries/Galveston-2015-07/20150708134856.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150708135001.jpg b/galleries/Galveston-2015-07/20150708135001.jpg deleted file mode 100644 index 675d9b99..00000000 Binary files a/galleries/Galveston-2015-07/20150708135001.jpg and /dev/null differ diff --git a/galleries/Galveston-2015-07/20150708141403.jpg b/galleries/Galveston-2015-07/20150708141403.jpg deleted file mode 100644 index 76919f1e..00000000 Binary files a/galleries/Galveston-2015-07/20150708141403.jpg and /dev/null differ diff --git a/galleries/demo/20150115194213.jpg b/galleries/demo/20150115194213.jpg deleted file mode 100644 index 24cf5c26..00000000 Binary files a/galleries/demo/20150115194213.jpg and /dev/null differ diff --git a/galleries/demo/20150116081700.jpg b/galleries/demo/20150116081700.jpg deleted file mode 100644 index 9a8eb45d..00000000 Binary files a/galleries/demo/20150116081700.jpg and /dev/null differ diff --git a/galleries/demo/20150116083823.jpg b/galleries/demo/20150116083823.jpg deleted file mode 100644 index 3d3183e5..00000000 Binary files a/galleries/demo/20150116083823.jpg and /dev/null differ diff --git a/galleries/demo/20150117162912.jpg b/galleries/demo/20150117162912.jpg deleted file mode 100644 index 15aad3ae..00000000 Binary files a/galleries/demo/20150117162912.jpg and /dev/null differ diff --git a/galleries/demo/20150118173759.jpg b/galleries/demo/20150118173759.jpg deleted file mode 100644 index 8262e66c..00000000 Binary files a/galleries/demo/20150118173759.jpg and /dev/null differ diff --git a/galleries/demo/20150120182641.jpg b/galleries/demo/20150120182641.jpg deleted file mode 100644 index 1b623713..00000000 Binary files a/galleries/demo/20150120182641.jpg and /dev/null differ diff --git a/galleries/demo/20150120182721.jpg b/galleries/demo/20150120182721.jpg deleted file mode 100644 index 4caa8ca5..00000000 Binary files a/galleries/demo/20150120182721.jpg and /dev/null differ diff --git a/galleries/demo/20150120182749.jpg b/galleries/demo/20150120182749.jpg deleted file mode 100644 index 5f05f62f..00000000 Binary files a/galleries/demo/20150120182749.jpg and /dev/null differ diff --git a/galleries/demo/20150127075737.jpg b/galleries/demo/20150127075737.jpg deleted file mode 100644 index fd41ecd7..00000000 Binary files a/galleries/demo/20150127075737.jpg and /dev/null differ diff --git a/galleries/demo/20150127112648.jpg b/galleries/demo/20150127112648.jpg deleted file mode 100644 index 82880436..00000000 Binary files a/galleries/demo/20150127112648.jpg and /dev/null differ diff --git a/galleries/demo/20150205190502.jpg b/galleries/demo/20150205190502.jpg deleted file mode 100644 index 6079700a..00000000 Binary files a/galleries/demo/20150205190502.jpg and /dev/null differ diff --git a/galleries/demo/IMG_1717.jpg b/galleries/demo/IMG_1717.jpg deleted file mode 100644 index e4af9229..00000000 Binary files a/galleries/demo/IMG_1717.jpg and /dev/null differ diff --git a/galleries/demo/IMG_1726.jpg b/galleries/demo/IMG_1726.jpg deleted file mode 100644 index ae4465f6..00000000 Binary files a/galleries/demo/IMG_1726.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505183341-1.jpg b/galleries/grafitti/20190505183341-1.jpg deleted file mode 100644 index f06b79e5..00000000 Binary files a/galleries/grafitti/20190505183341-1.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505183341.jpg b/galleries/grafitti/20190505183341.jpg deleted file mode 100644 index d24f9e18..00000000 Binary files a/galleries/grafitti/20190505183341.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505183410-1.jpg b/galleries/grafitti/20190505183410-1.jpg deleted file mode 100644 index bf090283..00000000 Binary files a/galleries/grafitti/20190505183410-1.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505183410.jpg b/galleries/grafitti/20190505183410.jpg deleted file mode 100644 index 13330ac8..00000000 Binary files a/galleries/grafitti/20190505183410.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505183632.jpg b/galleries/grafitti/20190505183632.jpg deleted file mode 100644 index de07f791..00000000 Binary files a/galleries/grafitti/20190505183632.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505183856.jpg b/galleries/grafitti/20190505183856.jpg deleted file mode 100644 index bd9b8452..00000000 Binary files a/galleries/grafitti/20190505183856.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505183906.jpg b/galleries/grafitti/20190505183906.jpg deleted file mode 100644 index 8818eea9..00000000 Binary files a/galleries/grafitti/20190505183906.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505183926.jpg b/galleries/grafitti/20190505183926.jpg deleted file mode 100644 index 4e9a11a8..00000000 Binary files a/galleries/grafitti/20190505183926.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505183957.jpg b/galleries/grafitti/20190505183957.jpg deleted file mode 100644 index 5c6b5d16..00000000 Binary files a/galleries/grafitti/20190505183957.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505184051.jpg b/galleries/grafitti/20190505184051.jpg deleted file mode 100644 index 933e4d24..00000000 Binary files a/galleries/grafitti/20190505184051.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505184302-1.jpg b/galleries/grafitti/20190505184302-1.jpg deleted file mode 100644 index a946376f..00000000 Binary files a/galleries/grafitti/20190505184302-1.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505184302.jpg b/galleries/grafitti/20190505184302.jpg deleted file mode 100644 index 4ab7eb0a..00000000 Binary files a/galleries/grafitti/20190505184302.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505184333-1.jpg b/galleries/grafitti/20190505184333-1.jpg deleted file mode 100644 index 0ccf7656..00000000 Binary files a/galleries/grafitti/20190505184333-1.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505184333.jpg b/galleries/grafitti/20190505184333.jpg deleted file mode 100644 index c7395dc0..00000000 Binary files a/galleries/grafitti/20190505184333.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505184438.jpg b/galleries/grafitti/20190505184438.jpg deleted file mode 100644 index f512ead6..00000000 Binary files a/galleries/grafitti/20190505184438.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505184556.jpg b/galleries/grafitti/20190505184556.jpg deleted file mode 100644 index 41dc86f2..00000000 Binary files a/galleries/grafitti/20190505184556.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505184616.jpg b/galleries/grafitti/20190505184616.jpg deleted file mode 100644 index c5e46550..00000000 Binary files a/galleries/grafitti/20190505184616.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505184748.jpg b/galleries/grafitti/20190505184748.jpg deleted file mode 100644 index cea898a0..00000000 Binary files a/galleries/grafitti/20190505184748.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505184944.jpg b/galleries/grafitti/20190505184944.jpg deleted file mode 100644 index 508699da..00000000 Binary files a/galleries/grafitti/20190505184944.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505185109.jpg b/galleries/grafitti/20190505185109.jpg deleted file mode 100644 index d4203500..00000000 Binary files a/galleries/grafitti/20190505185109.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505185146.jpg b/galleries/grafitti/20190505185146.jpg deleted file mode 100644 index 9219028c..00000000 Binary files a/galleries/grafitti/20190505185146.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505185213.jpg b/galleries/grafitti/20190505185213.jpg deleted file mode 100644 index 86dc4b7b..00000000 Binary files a/galleries/grafitti/20190505185213.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505185223-1.jpg b/galleries/grafitti/20190505185223-1.jpg deleted file mode 100644 index 2c661f8d..00000000 Binary files a/galleries/grafitti/20190505185223-1.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505185223.jpg b/galleries/grafitti/20190505185223.jpg deleted file mode 100644 index 59dc5c42..00000000 Binary files a/galleries/grafitti/20190505185223.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505185243.jpg b/galleries/grafitti/20190505185243.jpg deleted file mode 100644 index fac95e18..00000000 Binary files a/galleries/grafitti/20190505185243.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505185632.jpg b/galleries/grafitti/20190505185632.jpg deleted file mode 100644 index 01172ebe..00000000 Binary files a/galleries/grafitti/20190505185632.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505185801-1.jpg b/galleries/grafitti/20190505185801-1.jpg deleted file mode 100644 index cb497f56..00000000 Binary files a/galleries/grafitti/20190505185801-1.jpg and /dev/null differ diff --git a/galleries/grafitti/20190505185801.jpg b/galleries/grafitti/20190505185801.jpg deleted file mode 100644 index 3b9dc119..00000000 Binary files a/galleries/grafitti/20190505185801.jpg and /dev/null differ diff --git a/images/2014-06/20140607094949.JPG b/images/2014-06/20140607094949.JPG deleted file mode 100644 index 336d0e45..00000000 Binary files a/images/2014-06/20140607094949.JPG and /dev/null differ diff --git a/images/2014-06/20140607095037.JPG b/images/2014-06/20140607095037.JPG deleted file mode 100644 index ebf6a1f7..00000000 Binary files a/images/2014-06/20140607095037.JPG and /dev/null differ diff --git a/images/2014-06/20140607234122.JPG b/images/2014-06/20140607234122.JPG deleted file mode 100644 index d9e1c26c..00000000 Binary files a/images/2014-06/20140607234122.JPG and /dev/null differ diff --git a/images/Christmas-2016/Santa-Train.jpg b/images/Christmas-2016/Santa-Train.jpg deleted file mode 100644 index a3cd6085..00000000 Binary files a/images/Christmas-2016/Santa-Train.jpg and /dev/null differ diff --git a/images/First-Day/signpost.jpg b/images/First-Day/signpost.jpg deleted file mode 100644 index ea627d8c..00000000 Binary files a/images/First-Day/signpost.jpg and /dev/null differ diff --git a/images/LightSail/light-sail.png b/images/LightSail/light-sail.png deleted file mode 100644 index 9bf3f3be..00000000 Binary files a/images/LightSail/light-sail.png and /dev/null differ diff --git a/images/Moving/HP_logo.png b/images/Moving/HP_logo.png deleted file mode 100644 index eaee6492..00000000 Binary files a/images/Moving/HP_logo.png and /dev/null differ diff --git a/images/Random/201701.jpg b/images/Random/201701.jpg deleted file mode 100644 index 8fb19da0..00000000 Binary files a/images/Random/201701.jpg and /dev/null differ diff --git a/images/Random/201702.jpg b/images/Random/201702.jpg deleted file mode 100644 index 790fd55b..00000000 Binary files a/images/Random/201702.jpg and /dev/null differ diff --git a/images/Random/Art-Rose.jpg b/images/Random/Art-Rose.jpg deleted file mode 100644 index 623bbb59..00000000 Binary files a/images/Random/Art-Rose.jpg and /dev/null differ diff --git a/images/Random/deadpool-sa.jpg b/images/Random/deadpool-sa.jpg deleted file mode 100644 index c7565ef0..00000000 Binary files a/images/Random/deadpool-sa.jpg and /dev/null differ diff --git a/images/Random/harley-drive.jpg b/images/Random/harley-drive.jpg deleted file mode 100644 index c5683d2d..00000000 Binary files a/images/Random/harley-drive.jpg and /dev/null differ diff --git a/images/Random/side-by-side.jpg b/images/Random/side-by-side.jpg deleted file mode 100644 index 24972437..00000000 Binary files a/images/Random/side-by-side.jpg and /dev/null differ diff --git a/plugins/__init__.py b/plugins/__init__.py deleted file mode 100644 index fd7e25d7..00000000 --- a/plugins/__init__.py +++ /dev/null @@ -1 +0,0 @@ -# Plugin modules go here. \ No newline at end of file diff --git a/plugins/gallery_directive/README.md b/plugins/gallery_directive/README.md deleted file mode 100644 index 8d6ec3ef..00000000 --- a/plugins/gallery_directive/README.md +++ /dev/null @@ -1,8 +0,0 @@ -Experimental plugin to embed Nikola galleries in reStructuredText. - -Usage:: - - .. gallery:: demo - -This should embed the gallery found in galleries/demo in your post. -Keep in mind that this is a horrible, horrible hack. diff --git a/plugins/gallery_directive/gallery_directive.plugin b/plugins/gallery_directive/gallery_directive.plugin deleted file mode 100644 index a3397d9d..00000000 --- a/plugins/gallery_directive/gallery_directive.plugin +++ /dev/null @@ -1,14 +0,0 @@ -[Core] -Name = gallery_directive -Module = gallery_directive - -[Nikola] -Compiler = rest -MinVersion = 7.4.1 - -[Documentation] -Author = Roberto Alsina -Version = 0.3 -Website = http://plugins.getnikola.com/#gallery_plugin -Description = A directive to embed an image gallery in a reSt document - diff --git a/plugins/gallery_directive/gallery_directive.py b/plugins/gallery_directive/gallery_directive.py deleted file mode 100644 index 0091923a..00000000 --- a/plugins/gallery_directive/gallery_directive.py +++ /dev/null @@ -1,100 +0,0 @@ -# -*- coding: utf-8 -*- - -# Copyright © 2012-2013 Roberto Alsina and others. - -# Permission is hereby granted, free of charge, to any -# person obtaining a copy of this software and associated -# documentation files (the "Software"), to deal in the -# Software without restriction, including without limitation -# the rights to use, copy, modify, merge, publish, -# distribute, sublicense, and/or sell copies of the -# Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice -# shall be included in all copies or substantial portions of -# the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -# KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -# WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR -# PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS -# OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR -# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -import json -import os - -from docutils import nodes -from docutils.parsers.rst import Directive, directives -import lxml - -from nikola.plugin_categories import RestExtension -from nikola.utils import LocaleBorg - - -class Plugin(RestExtension): - - name = "gallery_directive" - - def set_site(self, site): - self.site = site - self.inject_dependency('render_posts', 'render_galleries') - Gallery.site = site - directives.register_directive('gallery', Gallery) - return super(Plugin, self).set_site(site) - - -class Gallery(Directive): - """ Restructured text extension for inserting an image gallery - - Usage: - - .. gallery:: foo - - """ - - has_content = False - required_arguments = 1 - optional_arguments = 0 - - def run(self): - gallery_name = self.arguments[0] - kw = { - 'output_folder': self.site.config['OUTPUT_FOLDER'], - 'thumbnail_size': self.site.config['THUMBNAIL_SIZE'], - } - gallery_index_file = os.path.join(kw['output_folder'], self.site.path('gallery', gallery_name)) - gallery_index_path = self.site.path('gallery', gallery_name) - gallery_folder = os.path.dirname(gallery_index_path) - self.state.document.settings.record_dependencies.add(gallery_index_file) - with open(gallery_index_file, 'r') as inf: - data = inf.read() - dom = lxml.html.fromstring(data) - text = [e.text for e in dom.xpath('//script') if e.text and 'jsonContent = ' in e.text][0] - photo_array = json.loads(text.split(' = ', 1)[1].split(';', 1)[0]) - for img in photo_array: - img['url'] = '/' + '/'.join([gallery_folder, img['url']]) - img['url_thumb'] = '/' + '/'.join([gallery_folder, img['url_thumb']]) - photo_array_json = json.dumps(photo_array) - context = {} - context['description'] = '' - context['title'] = '' - context['lang'] = LocaleBorg().current_lang - context['crumbs'] = [] - context['folders'] = [] - context['photo_array'] = photo_array - context['photo_array_json'] = photo_array_json - context['permalink'] = '#' - context.update(self.site.GLOBAL_CONTEXT) - context.update(kw) - output = self.site.template_system.render_template( - 'gallery.tmpl', - None, - context - ) - # This magical comment makes everything work. Try removing it! - output = '\n\n%s\n\n\n' % output - return [nodes.raw('', output, format='html')] diff --git a/plugins/less/README.md b/plugins/less/README.md deleted file mode 100644 index 9ccca676..00000000 --- a/plugins/less/README.md +++ /dev/null @@ -1,8 +0,0 @@ -Compile [LESS](http://lesscss.org/) source files into CSS. - -To use this plugin: - -Create a `less` folder in your theme, put your `.less` files there, add a `less/targets` file listing the files you -want compiled. - -Note: in some cases, you might have to run `nikola build` twice. diff --git a/plugins/less/conf.py.sample b/plugins/less/conf.py.sample deleted file mode 100644 index 6f7d10fc..00000000 --- a/plugins/less/conf.py.sample +++ /dev/null @@ -1,6 +0,0 @@ -# Compiler to process LESS files. -LESS_COMPILER = 'lessc' - -# A list of options to pass to the LESS compiler. -# Final command is: LESS_COMPILER LESS_OPTIONS file.less -LESS_OPTIONS = [] diff --git a/plugins/less/less.plugin b/plugins/less/less.plugin deleted file mode 100644 index fc3ff623..00000000 --- a/plugins/less/less.plugin +++ /dev/null @@ -1,12 +0,0 @@ -[Core] -Name = less -Module = less - -[Nikola] -PluginCategory = Task - -[Documentation] -Author = Roberto Alsina -Version = 0.1 -Website = http://plugins.getnikola.com/#less -Description = Build CSS out of LESS sources diff --git a/plugins/less/less.py b/plugins/less/less.py deleted file mode 100644 index 5e092c9c..00000000 --- a/plugins/less/less.py +++ /dev/null @@ -1,119 +0,0 @@ -# -*- coding: utf-8 -*- - -# Copyright © 2012-2014 Roberto Alsina and others. - -# Permission is hereby granted, free of charge, to any -# person obtaining a copy of this software and associated -# documentation files (the "Software"), to deal in the -# Software without restriction, including without limitation -# the rights to use, copy, modify, merge, publish, -# distribute, sublicense, and/or sell copies of the -# Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice -# shall be included in all copies or substantial portions of -# the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -# KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -# WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR -# PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS -# OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR -# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -from __future__ import unicode_literals - -import codecs -import os -import sys -import subprocess - -from nikola.plugin_categories import Task -from nikola import utils - - -class BuildLess(Task): - """Generate CSS out of LESS sources.""" - - name = "build_less" - sources_folder = "less" - sources_ext = ".less" - - def gen_tasks(self): - """Generate CSS out of LESS sources.""" - self.compiler_name = self.site.config['LESS_COMPILER'] - self.compiler_options = self.site.config['LESS_OPTIONS'] - - kw = { - 'cache_folder': self.site.config['CACHE_FOLDER'], - 'themes': self.site.THEMES, - } - tasks = {} - - # Find where in the theme chain we define the LESS targets - # There can be many *.less in the folder, but we only will build - # the ones listed in less/targets - if os.path.isfile(os.path.join(self.sources_folder, "targets")): - targets_path = os.path.join(self.sources_folder, "targets") - else: - targets_path = utils.get_asset_path(os.path.join(self.sources_folder, "targets"), self.site.THEMES) - try: - with codecs.open(targets_path, "rb", "utf-8") as inf: - targets = [x.strip() for x in inf.readlines()] - except Exception: - targets = [] - - for task in utils.copy_tree(self.sources_folder, os.path.join(kw['cache_folder'], self.sources_folder)): - if task['name'] in tasks: - continue - task['basename'] = 'prepare_less_sources' - tasks[task['name']] = task - yield task - - for theme_name in kw['themes']: - src = os.path.join(utils.get_theme_path(theme_name), self.sources_folder) - for task in utils.copy_tree(src, os.path.join(kw['cache_folder'], self.sources_folder)): - if task['name'] in tasks: - continue - task['basename'] = 'prepare_less_sources' - tasks[task['name']] = task - yield task - - # Build targets and write CSS files - dst_dir = os.path.join(self.site.config['OUTPUT_FOLDER'], 'assets', 'css') - # Make everything depend on all sources, rough but enough - deps = [] - for task in tasks.keys(): - if task.endswith(self.sources_ext): - deps.append(task) - - def compile_target(target, dst): - utils.makedirs(dst_dir) - src = os.path.join(kw['cache_folder'], self.sources_folder, target) - run_in_shell = sys.platform == 'win32' - try: - compiled = subprocess.check_output([self.compiler_name] + self.compiler_options + [src], shell=run_in_shell) - except OSError: - utils.req_missing([self.compiler_name], - 'build LESS files (and use this theme)', - False, False) - with open(dst, "wb+") as outf: - outf.write(compiled) - - yield self.group_task() - - for target in targets: - dst = os.path.join(dst_dir, target.replace(self.sources_ext, ".css")) - yield { - 'basename': self.name, - 'name': dst, - 'targets': [dst], - 'file_dep': deps, - 'task_dep': ['prepare_less_sources'], - 'actions': ((compile_target, [target, dst]), ), - 'uptodate': [utils.config_changed(kw)], - 'clean': True - } diff --git a/plugins/less/requirements-nonpy.txt b/plugins/less/requirements-nonpy.txt deleted file mode 100644 index b3af0a6b..00000000 --- a/plugins/less/requirements-nonpy.txt +++ /dev/null @@ -1 +0,0 @@ -LESS::http://lesscss.org diff --git a/plugins/sass/README.md b/plugins/sass/README.md deleted file mode 100644 index 1b6a77b9..00000000 --- a/plugins/sass/README.md +++ /dev/null @@ -1,8 +0,0 @@ -Compile [SASS](http://sass-lang.com/) source files into CSS. - -To use this plugin: - -Create a `sass` folder in your theme, put your `.scss` files there, add a `sass/targets` file listing the files you -want compiled. - -Note: in some cases, you might have to run `nikola build` twice. diff --git a/plugins/sass/conf.py.sample b/plugins/sass/conf.py.sample deleted file mode 100644 index 9b8f0176..00000000 --- a/plugins/sass/conf.py.sample +++ /dev/null @@ -1,6 +0,0 @@ -# Compiler to process Sass files. -SASS_COMPILER = 'sass' - -# A list of options to pass to the Sass compiler. -# Final command is: SASS_COMPILER SASS_OPTIONS file.s(a|c)ss -SASS_OPTIONS = [] diff --git a/plugins/sass/requirements-nonpy.txt b/plugins/sass/requirements-nonpy.txt deleted file mode 100644 index 8b429e57..00000000 --- a/plugins/sass/requirements-nonpy.txt +++ /dev/null @@ -1 +0,0 @@ -SASS::http://sass-lang.com diff --git a/plugins/sass/sass.plugin b/plugins/sass/sass.plugin deleted file mode 100644 index 14fb02c1..00000000 --- a/plugins/sass/sass.plugin +++ /dev/null @@ -1,12 +0,0 @@ -[Core] -Name = sass -Module = sass - -[Nikola] -PluginCategory = Task - -[Documentation] -Author = Roberto Alsina, Chris Warrick -Version = 0.1 -Website = http://plugins.getnikola.com/#sass -Description = Build CSS out of Sass sources diff --git a/plugins/sass/sass.py b/plugins/sass/sass.py deleted file mode 100644 index 3ad7d14a..00000000 --- a/plugins/sass/sass.py +++ /dev/null @@ -1,138 +0,0 @@ -# -*- coding: utf-8 -*- - -# Copyright © 2012-2014 Roberto Alsina and others. - -# Permission is hereby granted, free of charge, to any -# person obtaining a copy of this software and associated -# documentation files (the "Software"), to deal in the -# Software without restriction, including without limitation -# the rights to use, copy, modify, merge, publish, -# distribute, sublicense, and/or sell copies of the -# Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice -# shall be included in all copies or substantial portions of -# the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -# KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -# WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR -# PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS -# OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR -# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -from __future__ import unicode_literals - -import codecs -import os -import sys -import subprocess - -from nikola.plugin_categories import Task -from nikola import utils - - -class BuildSass(Task): - """Generate CSS out of Sass sources.""" - - name = "build_sass" - sources_folder = "sass" - sources_ext = (".sass", ".scss") - - def gen_tasks(self): - """Generate CSS out of Sass sources.""" - self.logger = utils.get_logger('build_sass', utils.STDERR_HANDLER) - self.compiler_name = self.site.config['SASS_COMPILER'] - self.compiler_options = self.site.config['SASS_OPTIONS'] - - kw = { - 'cache_folder': self.site.config['CACHE_FOLDER'], - 'themes': self.site.THEMES, - } - tasks = {} - - # Find where in the theme chain we define the Sass targets - # There can be many *.sass/*.scss in the folder, but we only - # will build the ones listed in sass/targets - if os.path.isfile(os.path.join(self.sources_folder, "targets")): - targets_path = os.path.join(self.sources_folder, "targets") - else: - targets_path = utils.get_asset_path(os.path.join(self.sources_folder, "targets"), self.site.THEMES) - try: - with codecs.open(targets_path, "rb", "utf-8") as inf: - targets = [x.strip() for x in inf.readlines()] - except Exception: - targets = [] - - for task in utils.copy_tree(self.sources_folder, os.path.join(kw['cache_folder'], self.sources_folder)): - if task['name'] in tasks: - continue - task['basename'] = 'prepare_sass_sources' - tasks[task['name']] = task - yield task - - for theme_name in kw['themes']: - src = os.path.join(utils.get_theme_path(theme_name), self.sources_folder) - for task in utils.copy_tree(src, os.path.join(kw['cache_folder'], self.sources_folder)): - if task['name'] in tasks: - continue - task['basename'] = 'prepare_sass_sources' - tasks[task['name']] = task - yield task - - # Build targets and write CSS files - dst_dir = os.path.join(self.site.config['OUTPUT_FOLDER'], 'assets', 'css') - # Make everything depend on all sources, rough but enough - deps = [] - for task in tasks.keys(): - for ext in self.sources_ext: - if task.endswith(ext): - deps.append(task) - - def compile_target(target, dst): - utils.makedirs(dst_dir) - run_in_shell = sys.platform == 'win32' - src = os.path.join(kw['cache_folder'], self.sources_folder, target) - try: - compiled = subprocess.check_output([self.compiler_name] + self.compiler_options + [src], shell=run_in_shell) - except OSError: - utils.req_missing([self.compiler_name], - 'build Sass files (and use this theme)', - False, False) - with open(dst, "wb+") as outf: - outf.write(compiled) - - yield self.group_task() - - # We can have file conflicts. This is a way to prevent them. - # I orignally wanted to use sets and their cannot-have-duplicates - # magic, but I decided not to do this so we can show the user - # what files were problematic. - # If we didn’t do this, there would be a cryptic message from doit - # instead. - seennames = {} - for target in targets: - base = os.path.splitext(target)[0] - dst = os.path.join(dst_dir, base + ".css") - - if base in seennames: - self.logger.error( - 'Duplicate filenames for Sass compiled files: {0} and ' - '{1} (both compile to {2})'.format( - seennames[base], target, base + ".css")) - else: - seennames.update({base: target}) - - yield { - 'basename': self.name, - 'name': dst, - 'targets': [dst], - 'file_dep': deps, - 'task_dep': ['prepare_sass_sources'], - 'actions': ((compile_target, [target, dst]), ), - 'uptodate': [utils.config_changed(kw)], - 'clean': True - } diff --git a/plugins/slides/README.md b/plugins/slides/README.md deleted file mode 100644 index 9daa1c9f..00000000 --- a/plugins/slides/README.md +++ /dev/null @@ -1,17 +0,0 @@ -Slides for reStructuredText. - -This was previously part of Nikola core, but has been downgraded to optional plugin. - -Compatible with Nikola v7 and v8, Bootstrap 4. (The v7 version is Bootstrap 3.) - -Example: - -``` - .. slides:: - - /galleries/demo/tesla_conducts_lg.jpg - /galleries/demo/tesla_lightning2_lg.jpg - /galleries/demo/tesla4_lg.jpg - /galleries/demo/tesla_lightning1_lg.jpg - /galleries/demo/tesla_tower1_lg.jpg -``` diff --git a/plugins/slides/slides.plugin b/plugins/slides/slides.plugin deleted file mode 100644 index 43c2ed08..00000000 --- a/plugins/slides/slides.plugin +++ /dev/null @@ -1,14 +0,0 @@ -[Core] -name = rest_slides -module = slides - -[Nikola] -compiler = rest -PluginCategory = CompilerExtension - -[Documentation] -author = Roberto Alsina -version = 0.1 -website = https://plugins.getnikola.com/slides -description = Slides directive - diff --git a/plugins/slides/slides.py b/plugins/slides/slides.py deleted file mode 100644 index fb2d5c69..00000000 --- a/plugins/slides/slides.py +++ /dev/null @@ -1,77 +0,0 @@ -# -*- coding: utf-8 -*- - -# Copyright © 2012-2018 Roberto Alsina and others. - -# Permission is hereby granted, free of charge, to any -# person obtaining a copy of this software and associated -# documentation files (the "Software"), to deal in the -# Software without restriction, including without limitation -# the rights to use, copy, modify, merge, publish, -# distribute, sublicense, and/or sell copies of the -# Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice -# shall be included in all copies or substantial portions of -# the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY -# KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE -# WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR -# PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS -# OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR -# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR -# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -"""Slides directive for reStructuredText.""" - - -import uuid - -from docutils import nodes -from docutils.parsers.rst import Directive, directives - -from nikola.plugin_categories import RestExtension - - -class Plugin(RestExtension): - """Plugin for reST slides directive.""" - - name = "rest_slides" - - def set_site(self, site): - """Set Nikola site.""" - self.site = site - directives.register_directive('slides', Slides) - Slides.site = site - return super(Plugin, self).set_site(site) - - -class Slides(Directive): - """reST extension for inserting slideshows.""" - - has_content = True - - def run(self): - """Run the slides directive.""" - if len(self.content) == 0: # pragma: no cover - return - - if self.site.invariant: # for testing purposes - carousel_id = 'slides_' + 'fixedvaluethatisnotauuid' - else: - carousel_id = 'slides_' + uuid.uuid4().hex - - output = self.site.template_system.render_template( - 'slides.tmpl', - None, - { - 'slides_content': self.content, - 'carousel_id': carousel_id, - } - ) - return [nodes.raw('', output, format='html')] - - -directives.register_directive('slides', Slides) diff --git a/plugins/slides/templates/jinja2/slides.tmpl b/plugins/slides/templates/jinja2/slides.tmpl deleted file mode 100644 index 7e1a0d4f..00000000 --- a/plugins/slides/templates/jinja2/slides.tmpl +++ /dev/null @@ -1,30 +0,0 @@ -{% block content %} - -{% endblock %} diff --git a/plugins/slides/templates/mako/slides.tmpl b/plugins/slides/templates/mako/slides.tmpl deleted file mode 100644 index 8fd34973..00000000 --- a/plugins/slides/templates/mako/slides.tmpl +++ /dev/null @@ -1,30 +0,0 @@ -<%block name="content"> - -%block> diff --git a/posts/2006/06/200606what-do-i-use.html b/posts/2006/06/200606what-do-i-use.html deleted file mode 100644 index 3ef8e0bb..00000000 --- a/posts/2006/06/200606what-do-i-use.html +++ /dev/null @@ -1,19 +0,0 @@ -Software
- -So,
-What major apps do I use daily? Well, this is the list of apps that
-I currently use daily:
There are a few more, but I need to find URLs for them.
\ No newline at end of file diff --git a/posts/2006/06/200606what-do-i-use.meta b/posts/2006/06/200606what-do-i-use.meta deleted file mode 100644 index bf9ceb54..00000000 --- a/posts/2006/06/200606what-do-i-use.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: What do I Use? -.. slug: 200606what-do-i-use -.. date: 2006/06/05 18:06:00 -.. tags: cli,software -.. link: -.. description: diff --git a/posts/2006/07/200607window-managers.html b/posts/2006/07/200607window-managers.html deleted file mode 100644 index 8ea317b3..00000000 --- a/posts/2006/07/200607window-managers.html +++ /dev/null @@ -1,23 +0,0 @@ -Why would a web site dedicated to the CLI have a section on Window
-Managers? Well, simple.
Some times, you just have to have X running. Some web sites I have to
-do research at use Flash, or photo editing/managing, or my iPod (none
-of the CLI tools let me manage play lists very easily).
Plus, I cannot get the same resolution on the console as I can under
-X.
So, what is a CLI user to do? Why, get a Window Manager (wm) that is
-meant for us!
The features I look for include small footprint and full keyboard
-integration. The current one I use is wmi-10, but it is no longer
-under active development. The group working on it has moved to on to
-wmii, but I do not like the changes,
-so I am off looking for a new one to use.
From time to time, I will post how my search is going so you can see
-what is out there.
Well, it seems that someone is reading this after all.
- -So, tonight I have been given a pointer to raggle (http://www.raggle.org). I guess I need
-to install ruby to try it out…
Thanks to Philip McClure for the pointer.
- -Updates after I try it out some…
\ No newline at end of file diff --git a/posts/2006/11/200611another-rss-reader.meta b/posts/2006/11/200611another-rss-reader.meta deleted file mode 100644 index 5b487fc2..00000000 --- a/posts/2006/11/200611another-rss-reader.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: Another RSS reader? -.. slug: 200611another-rss-reader -.. date: 2006/11/02 17:11:00 -.. tags: cli,software,rss -.. link: -.. description: diff --git a/posts/2006/11/200611disconnected-imap.html b/posts/2006/11/200611disconnected-imap.html deleted file mode 100644 index 75a21ca0..00000000 --- a/posts/2006/11/200611disconnected-imap.html +++ /dev/null @@ -1,11 +0,0 @@ -So, in an effort to get to the office earlier, I decided to try to
-figure out how to do disconnected IMAP. Well, the route I took was to
-use a tool called <a
-mailsync which is a cool
-tool to allow you to sync IAMP mailboxes. So, my tack is to sync it
-down to my laptop, and read the email on the bus. I sync email down
-in the morning, and then in the evening, sync again. So far, so good.
More updates later…
\ No newline at end of file diff --git a/posts/2006/11/200611disconnected-imap.meta b/posts/2006/11/200611disconnected-imap.meta deleted file mode 100644 index 34d2a571..00000000 --- a/posts/2006/11/200611disconnected-imap.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: Disconnected IMAP -.. slug: 200611disconnected-imap -.. date: 2006/11/26 17:11:00 -.. tags: cli,software,imap -.. link: -.. description: diff --git a/posts/2006/11/200611rss-reader-raggle.html b/posts/2006/11/200611rss-reader-raggle.html deleted file mode 100644 index 123206de..00000000 --- a/posts/2006/11/200611rss-reader-raggle.html +++ /dev/null @@ -1,14 +0,0 @@ -Well, after getting some time over the US holiday to try to get raggle
-built, I gave up. I am guessing that Fedora Core 5/6 are not very
-ruby friendly yet, as I could not find everything I needed very
-easily. I was able to get it almost all the way there, but I could
-not get the ruby-Ncurses rpm to build, and I am very strict about
-using the native package management system (ie RPM on a RPM based
-system, portage on Gentoo, apt on a Debian deviant), so I will not be
-trying this until I can get the RPMS.
In other news, I have found some more PIM type things to play with.
-Does anyone know of a good CLI Palm Pilot sync package? Cold Sync seems to be dead, and I am
-not sure if it will talk to modern Pilots.
So, a while back I found a screensaver which is meant for the command
-line. It is called tss. The
-latest version is 0.8.1, and it is looking pretty cool.
Under screen 4.0 or higher, there is a command called idle which is
-set in seconds. By default, it uses screen’s built in lockscreen
-function, but if you define the environment variable LOCKPGR, then you
-can call something else. I have it call a the following script:
#!/bin/bash
-
-tss -r
-exec vlock -a
-
-
-This will lock my screen after a set time, and give me a nice thing to
-look at.
The package screen is
-something that has been around for a long time.
With screen, you can have many session running on on tty, and you can
-switch to another session with out touching a mouse. With the proper
-configuration, you can get notified if there is some change (like if
-you have a IM client up) or if there is no output (say, if you are
-watching a compile session).
You are in the zone working, and then you notice the time, and you
-have to log out and go home. Is this a problem? No, with a simple
-d, you can disconnect the screen session, log out, go home,
-log back into that machine, and resume your session just where you
-left off.
One of the other really feature is cut and paste between sessions.
-The is very handy when adapting code (or articles) into a new file.
Fresh from freshmeat:
- -http://www.ditrack.org/
- -What is DITrack?
-
-DITrack is a free, open source, lightweight, distributed issue (bug,
-defect, ticket) tracking system using a [Subversion](http://subversion.tigris.org/) repository instead
-of a backend database. It is written in Python and runs in UNIX
-environment (*BSD, Linux, MacOS X).
-
-The project is inspired by the idea of [Subissue](http://subissue.tigris.org/) issue tracking system.
-
-However, while Subissue aims in merely replacing the traditional
-database storage with Subversion repository, DITrack is a major
-rethought of the issue tracking system paradigm. The main difference
-is that instead of sticking to the centralized model (one database,
-one web interface, one mail integration machinery), DITrack treats
-underlying Subversion storage as a versioned distributed file system
-which enables benefits of truly distributed operation mode.
-
\ No newline at end of file
diff --git a/posts/2007/03/200703cli-bugissuetask-tracking-system.meta b/posts/2007/03/200703cli-bugissuetask-tracking-system.meta
deleted file mode 100644
index 5528e118..00000000
--- a/posts/2007/03/200703cli-bugissuetask-tracking-system.meta
+++ /dev/null
@@ -1,6 +0,0 @@
-.. title: cli bug/issue/task tracking system?
-.. slug: 200703cli-bugissuetask-tracking-system
-.. date: 2007/03/05 17:03:00
-.. tags: cli,software,bugtracker
-.. link:
-.. description:
diff --git a/posts/2007/03/200703cli-magic-linux-troubleshooting-tools-101.html b/posts/2007/03/200703cli-magic-linux-troubleshooting-tools-101.html
deleted file mode 100644
index 085e9269..00000000
--- a/posts/2007/03/200703cli-magic-linux-troubleshooting-tools-101.html
+++ /dev/null
@@ -1,9 +0,0 @@
-When something goes wrong with your Linux-based system, you can try to
-diagnose it yourself with the many troubleshooting tools bundled with
-the operating system. Knowing about these tools, and how to
-effectively use them, can help you overcome many…
In two ways…first, I have not updated the site in a while, and I
-need to get back to updating it.
Second, because I have not been true to my cli roots. I have moved
-from my default MUA of the last, oh, 8 years, and flirted with a GUI
-MUA, thunderbird. It was pretty.
-It was sexy. It let me see everything then and now. It tried to
-seduce me into using a GUI for more…
But, then I got behind in my email, and it was taking longer and
-longer to catch up. sigh Two days ago, I switched back, and now, I
-am fully caught up on my inbox, and making headway on my actionable
-items.
The BINS Photo Album is a package to generate static web pages from the command line. Why would you want to do this? Well, most of the dynamic web photo albums require that the server do all the work when the client requests the images, thus either slowing it down, or requiring a very beefy server. Also, you introduce the chance for a script-kiddie from hacking your site. Not good.
- -Enter BINS. Some of its features include [from the web page]:
- -Exif information and Digital camera support :
- -.htaccess file for correct encoding charset in HTTP headers ;The web site has some great example. Go check them out.
\ No newline at end of file diff --git a/posts/2007/05/200705bins-photo-album.meta b/posts/2007/05/200705bins-photo-album.meta deleted file mode 100644 index 55c1cb3f..00000000 --- a/posts/2007/05/200705bins-photo-album.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: BINS Photo Album -.. slug: 200705bins-photo-album -.. date: 2007/05/21 18:05:00 -.. tags: cli,software,photos -.. link: -.. description: diff --git a/posts/2007/05/200705ikog-the-simple-todo-list.html b/posts/2007/05/200705ikog-the-simple-todo-list.html deleted file mode 100644 index dc71daa9..00000000 --- a/posts/2007/05/200705ikog-the-simple-todo-list.html +++ /dev/null @@ -1,5 +0,0 @@ -So I am looking for a good to-to list manager, and I stumbled across ikog. ikog stands for “It Keeps On Growing”, and it is a pretty nice todo manager which has been influenced by the GTD school of thought. Currently, I am using it for my daily todo manager, and using the python gtd tool for my long term list management. Give it a whirl, you might like it!
\ No newline at end of file diff --git a/posts/2007/05/200705ikog-the-simple-todo-list.meta b/posts/2007/05/200705ikog-the-simple-todo-list.meta deleted file mode 100644 index 9b3daf32..00000000 --- a/posts/2007/05/200705ikog-the-simple-todo-list.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: iKog - the simple todo list -.. slug: 200705ikog-the-simple-todo-list -.. date: 2007/05/21 18:05:00 -.. tags: cli,software,todo -.. link: -.. description: diff --git a/posts/2007/06/200706pacman-for-console.html b/posts/2007/06/200706pacman-for-console.html deleted file mode 100644 index 8972d453..00000000 --- a/posts/2007/06/200706pacman-for-console.html +++ /dev/null @@ -1,6 +0,0 @@ -You are tired of hearing your GUI friends talking about their games? Tired of playing simple Adventure? Why not try Pacman for Console?
- -The game play is just like the old quarter game you played long ago, and the best part, you can develop your own maps! Check out the screen shot:
-
I usually have one screen running at all time, and in that screen session, I ssh to various hosts that I am working, and have screen running on those hosts.
- -gnu screen - Google Search -GNU Screen - GNU Project - Free Software Foundation (FSF) -GNU Screen - Summary [Savannah] -GNU Screen - Wikipedia, the free encyclopedia -GNU Screen - Jonathan McPherson -Screen User’s Manual -start [GNU screen] -Deadman.org: SSH-Agent Forwarding and GNU Screen -http://www4.informatik.uni-erlangen.de/~jnweiger/screen-faq.html -Remote terminal session management using screen - How to use screen to detach from and share terminal sessions -z o r g . o r g - A Brief Introduction to Screen - www.zorg.org! Linux, Home Automation, VoIP, Radio Scanning, PMR446, CB Radio, Cryptography, Handspring Visor, Psion Series 3 and much more. -screen - The Terminal Multiplexer -[Power Sessions with Screen
\ No newline at end of file diff --git a/posts/2007/06/200706screen-terminal-multiplexer.meta b/posts/2007/06/200706screen-terminal-multiplexer.meta deleted file mode 100644 index 839d619a..00000000 --- a/posts/2007/06/200706screen-terminal-multiplexer.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: Screen - terminal multiplexer -.. slug: 200706screen-terminal-multiplexer -.. date: 2007/06/13 18:06:00 -.. tags: cli,software,screen,windowmanager -.. link: -.. description: diff --git a/posts/2008/04/200804dvtm-dynamic-virtual-terminal-manager.html b/posts/2008/04/200804dvtm-dynamic-virtual-terminal-manager.html deleted file mode 100644 index 8be671f8..00000000 --- a/posts/2008/04/200804dvtm-dynamic-virtual-terminal-manager.html +++ /dev/null @@ -1,3 +0,0 @@ -He’s back! And with with something new/cool:[dvtm
\ No newline at end of file diff --git a/posts/2008/04/200804dvtm-dynamic-virtual-terminal-manager.meta b/posts/2008/04/200804dvtm-dynamic-virtual-terminal-manager.meta deleted file mode 100644 index 5b51a09a..00000000 --- a/posts/2008/04/200804dvtm-dynamic-virtual-terminal-manager.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: dvtm - dynamic virtual terminal manager -.. slug: 200804dvtm-dynamic-virtual-terminal-manager -.. date: 2008/04/07 18:04:00 -.. tags: cli,software,windowmanager -.. link: -.. description: diff --git a/posts/2008/05/200805command-line-blog-posts.html b/posts/2008/05/200805command-line-blog-posts.html deleted file mode 100644 index 0d0d97d4..00000000 --- a/posts/2008/05/200805command-line-blog-posts.html +++ /dev/null @@ -1,43 +0,0 @@ -So, it only seems fitting that I should talk about a command-line interface to posting on this blog. No, I do not mean using links or the like, but a way to post from the command line.
- -So, this post is being typed up in vim on my Fedora 8 laptop. I will use this great little tool I found called wppost to post. wwpost is part of the perl module WordPress::Post.
- -A brief summary of its commands are bellow:
- - -c category, can be a list separated by commas, no spaces
--t title
--i description, main body of post, if it has a slash, it is interpreted as a file to slurp
-like a text or html file
--D iso formatted date for post, can be left out
--T if there are image attachments, place them as thumbnails only, with link, not just resized
-
-
-Some usage examples taken from the man page:
- - Most basic of usage, (provided you have a ~/.wppost file)
-
-wppost -t 'hi everyone' -i 'i just wanted to say hello'
-
-If you want to specify two different categories:
-
-wppost -t 'Another Apple' -i 'Apples are really great. I do love them so.' -c food,rant -D 20071231
-
-If the body of the post is in a file
-
-wppost -t 'title here' -i ./content.txt
-
-If the content of the post is in a file and you want to use the file
-name as the title
-
-wppost -i ./Title_Here.txt
-
-If you want to have file attachments:
-
-wppost -t 'recent photos' -i 'these are recent pictures i took' ./*jpg
-
-
-Pretty cool, huh?
- -Peace out!
diff --git a/posts/2008/05/200805command-line-blog-posts.meta b/posts/2008/05/200805command-line-blog-posts.meta deleted file mode 100644 index 1d02b05f..00000000 --- a/posts/2008/05/200805command-line-blog-posts.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: Command-Line blog posts -.. slug: command-line-blog-posts -.. date: 2008/05/07 18:05:00 -.. tags: cli,software,blogging,linux -.. link: -.. description: diff --git a/posts/2008/08/200808pizza-party-command-line-pizza-ordering-program.html b/posts/2008/08/200808pizza-party-command-line-pizza-ordering-program.html deleted file mode 100644 index d8eeb8a5..00000000 --- a/posts/2008/08/200808pizza-party-command-line-pizza-ordering-program.html +++ /dev/null @@ -1,5 +0,0 @@ -Want a pizza, and do not want to fire up that pesky GUI? We have the solution for you: Pizza Party - Command Line Pizza ordering program
- -Currently, only from Dominos, so if you do not have one near you who accepts on-line orders (sigh, mine does not), then you are out of luck.
\ No newline at end of file diff --git a/posts/2008/08/200808pizza-party-command-line-pizza-ordering-program.meta b/posts/2008/08/200808pizza-party-command-line-pizza-ordering-program.meta deleted file mode 100644 index fdda8caa..00000000 --- a/posts/2008/08/200808pizza-party-command-line-pizza-ordering-program.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: Pizza Party - Command Line Pizza ordering program -.. slug: 200808pizza-party-command-line-pizza-ordering-program -.. date: 2008/08/25 18:08:00 -.. tags: cli,software,lifeimitatingmovies -.. link: -.. description: diff --git a/posts/2008/08/200808so-you-need-a-calendar.html b/posts/2008/08/200808so-you-need-a-calendar.html deleted file mode 100644 index ad54e113..00000000 --- a/posts/2008/08/200808so-you-need-a-calendar.html +++ /dev/null @@ -1,11 +0,0 @@ -So, one of the things we have been using computers for is to keep track of our lives. And this means a scheduling or calendaring tool. Some tools out there do this fine, and some do it very well.
- -I have to keep track of a lot of appointments. From conference calls for work, to each member of the family’s schedules, to random, but highly important reminders. Most calendaring programs out there will let you set up a reoccurring event by day of the month, or the date. But, what if you need to do something two days before the end of the month, every month? Or, you need to do something every full moon, but not on the blue moon? Or, you have a standing meeting with your boss every other Monday morning, execpt when Monday is a holiday, then the meeting shifts to Tuesday? Oh, and you want something that you can run over an ssh session, while on your smart phone, or you friend’s smart phone?
- -The answer is simple: remind. remind can do this, and more. Need to set something up by the Hebrew Calendar? Check. Want your calendar to run a shell command for you on a holiday, specific day of the month, or phase of the moon? Check.
- -Most modern Linux distrobutions include remind nowdays, as it is so darn usefull. In addition, it runs just fine under Solaris, and the BSDs, including MacOS X. If fact, over at 43Folders, they have a whole section their wiki for remind. The wiki has many tips and tricks on how to use remind to its fullest.
- -In my next post, I will share some tips on how I get remind to remind me of events.
\ No newline at end of file diff --git a/posts/2008/08/200808so-you-need-a-calendar.meta b/posts/2008/08/200808so-you-need-a-calendar.meta deleted file mode 100644 index 7e486b88..00000000 --- a/posts/2008/08/200808so-you-need-a-calendar.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: So you need a calendar? -.. slug: 200808so-you-need-a-calendar -.. date: 2008/08/04 18:08:00 -.. tags: cli,software,calendar -.. link: -.. description: diff --git a/posts/2008/11/200811alerting-with-remind.html b/posts/2008/11/200811alerting-with-remind.html deleted file mode 100644 index 5e33fde1..00000000 --- a/posts/2008/11/200811alerting-with-remind.html +++ /dev/null @@ -1,27 +0,0 @@ -Back in my article on Remind, I talked about the simple power of remind to power your scheduling needs. That is all fine and good, but how to you get it to tell you when you have an event?
- -In its simplest form, when you run _remind _ from the command line, it will not only display the current day’s reminders, but it will run in the background and wake up to tell you about other reminders on the screen while you work.
- -This is fine, but what happens if you do not have that termial open in front of you? Well, I have two ways I approach that issue.
- -First, when I run under X (yeah, yeah, I know, but I use cli tools under X), I have this added to my .xinitrc:
- --- -remind -z -k’xmessage -buttons okay:0 -default okay %s&’ ~/.reminders &
-
Let’s look at the command line:
- -That all good if you are setting at your computer. But, what do you do when gasp you leave to computer? This is a little tricker. For this, my solution needs two things: 1) a computer which is always on and 2) a way to send messages to your cell phone/pager (sms or email). I have a cron job which checks to make sure remind is running, and restarts it if it is not (I use a hosting provider which does not like long running processes). The command line is similar to the one for X, but with a difference:
- --diff --git a/posts/2008/11/200811alerting-with-remind.meta b/posts/2008/11/200811alerting-with-remind.meta deleted file mode 100644 index 14d7e257..00000000 --- a/posts/2008/11/200811alerting-with-remind.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: Alerting with Remind -.. slug: alerting-with-remind -.. date: 2008/11/19 17:11:00 -.. tags: cli,software,remind,calendar -.. link: -.. description: diff --git a/posts/2008/12/200812googles-calendar-on-the-command-line.html b/posts/2008/12/200812googles-calendar-on-the-command-line.html deleted file mode 100644 index 0d6f9592..00000000 --- a/posts/2008/12/200812googles-calendar-on-the-command-line.html +++ /dev/null @@ -1,9 +0,0 @@ -TZ=CDT6CST ~/bin/remind -z -k”echo %s
-
You love your comfortable command line, but all the cool kids are playing in the Web 2.0 web space, and you want to stay true to your roots? Want a Web 2.0 calendar, but still love (or need) command line access?
- -I just found the answer: gcalcli. This little tool will let you list your appointments, get an list your events, get an agenda, print ascii rendering of your calendar for the week or month. You can even add events to the calendar.
- -I like the fact that I can easly get at my gcalendar from anywhere (even my cell phone), and now I can do it from my shell.
- -The only downsides so far? The code has not been updated since October of 2007, and the speed can be a little slow sometimes. I am going to play with it for a while to see if I like it enough to replace remind.
\ No newline at end of file diff --git a/posts/2008/12/200812googles-calendar-on-the-command-line.meta b/posts/2008/12/200812googles-calendar-on-the-command-line.meta deleted file mode 100644 index 5080f17d..00000000 --- a/posts/2008/12/200812googles-calendar-on-the-command-line.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: Google’s Calendar on the Command Line! -.. slug: 200812googles-calendar-on-the-command-line -.. date: 2008/12/08 17:12:00 -.. tags: cli,software,calendar -.. link: -.. description: diff --git a/posts/2009/01/200901cmus-a-music-manager-for-the-terminal.html b/posts/2009/01/200901cmus-a-music-manager-for-the-terminal.html deleted file mode 100644 index 3bb1425d..00000000 --- a/posts/2009/01/200901cmus-a-music-manager-for-the-terminal.html +++ /dev/null @@ -1,19 +0,0 @@ -C*mus is an advanced music juke-box for *inx and Window operating systems. It can handle the modern audio file formats: FLAC, Ogg/Vorbis, MP3 , Wav, AAC , MP4, .mod, .s3m, .mpc, mpp, .mp+, .wma, and .wv . It also can deal with many different types of audio output systems: ALSA, libao, ARTS, OSS, Sun, and WaveOut on Windows. The typical features of an electronic juke-box are supported like play lists and random/shuffle play, in addition to easily switching between playing from the library, an artist, or a single album with a simple keystroke.
- -C*Mus is pretty painless to install from source. The website lists the build dependencies with links.
- -One of the features I really enjoy and use is the en-queue function. I tend to use this two ways. The first is when I am listening to a song, and want to listen to similar songs, I go find them in my library, and I queue them up with a simple keystroke. A dynamic play-list, if you will. Then, I can simply create a more permanent playlist from this temporary list.
- -The second way is using the helper program cmus-remote to be able to queue up tracks from a different terminal, or from a script. My podcatcher program (bashpodder) will queue up the podcasts it just downloaded for me, so I can listen to them first thing in the morning.
- -CMus is developed to be driven via keystrokes. The default mapping is set up to be comfortable for those use are familiar with VI but, it is very easy to remap the keys to make it more comfortable. CMus will automatically save the current settings on a clean exit. The default mappings for selecting and updating views, moving through songs forward and backwards in small and large increments, adding to play list and queue lists.
- -One of the very powerful features is simple filters. You can set a filter for your 80’s Metal Bands or your Classical music. Many of the common tags can be used for filter on. Things like filename, artist, album, title, genre, discnumber, tracknumber, date (year), duration (seconds), and tag.
diff --git a/posts/2009/01/200901cmus-a-music-manager-for-the-terminal.meta b/posts/2009/01/200901cmus-a-music-manager-for-the-terminal.meta deleted file mode 100644 index f5d92530..00000000 --- a/posts/2009/01/200901cmus-a-music-manager-for-the-terminal.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: C*MUS - A music manager for the terminal -.. slug: cmus-a-music-manager-for-the-terminal -.. date: 2009/01/12 17:01:00 -.. tags: cli,software,music -.. link: -.. description: diff --git a/posts/2009/04/200904wifiroamd-intel-prowireless-3945abg-and-fedora.html b/posts/2009/04/200904wifiroamd-intel-prowireless-3945abg-and-fedora.html deleted file mode 100644 index 4e318c77..00000000 --- a/posts/2009/04/200904wifiroamd-intel-prowireless-3945abg-and-fedora.html +++ /dev/null @@ -1,18 +0,0 @@ -One of the things that has annoyed me about Fedora has been the decision to switch over to using NetworkManager to manage all network connections.
- -Now, on the service this has a lot of advantages. A lot of work has gone into it, and it just works for a vast majority of the installations out there. They have made it so the move from wired to wireless and back can be done without the user doing anything. They have also seamlessly tied in Dial-Up Networking if you still need a modem or use a wireless modem. They even have two-click access to your VPN which is pretty cool.
- -All these are things which are very good for Linux users. The biggest drawback to all this? The need for a user-space program to manage the non-hardwired connections. Which means that in order to be able to have any network running besides the good old twisted-pair copper, you have to have a little applet running as you, and it has to have a systray somewhere to display. Which means you have to be a) logged into the system and b) you have to be running a window manager which supports having a system tray. Now, Fedora gives you lots of choices for the second part now days. You have Gnome, KDE, XFCE, and LXDE. All are perfectly usable window managers. But, they still require you to be logged in to X. And, I do not use any of them.
- -So, what is a cli-loving Fedora user to do? Well, there is this great program called wifiroamd. It will handle the same basic tasks that NetworkManager handles. It will automatically configure your wifi interface and connect to the wifi networks or the locate hardwired NIC if it cannot. You can configure it to run scripts per connection, so for example, you can change your firewall rules for different networks (shields down at home or the office, but up full at the coffee house), or you could bring up your VPN connection when you start using a given wireless network.
- -One tip I picked up from the author was that if you have multiple AP’s in range, an you want to select once AP over the other, is under the /etc/wifiroamd/connections directory, simply link the AP info you do not want to the one you want:
- -ln essid:my_home_ap essid:bad_ap
-
-
-where essid:my_home_ap is your AP with the keys and other information you want, and essid:bad_ap is the one you do not want to connect to. My neighbors have some very powerful AP’s which have a habit of showing up high than mine, but I have no problem with them now.
- -I have been using this set up under Fedora since FC6 days, but when I upgraded to F10, this stopped working. wifiroamd would try to scan for an AP, and not find anything. The change, it turns out, is that when I switched from using the iw3945 driver to the native iwl3945, wifiroamd could no longer see the wireless NIC due to the wpa_supplicant process, but NetworkManager could. Simply stopping and disabling wp_supplicant and NetworkManager, and wifiroamd started working again! I am a happy camper again.
diff --git a/posts/2009/04/200904wifiroamd-intel-prowireless-3945abg-and-fedora.meta b/posts/2009/04/200904wifiroamd-intel-prowireless-3945abg-and-fedora.meta deleted file mode 100644 index 74b7e30e..00000000 --- a/posts/2009/04/200904wifiroamd-intel-prowireless-3945abg-and-fedora.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: wifiroamd, Intel PRO/Wireless 3945ABG, and Fedora -.. slug: wifiroamd-intel-prowireless-3945abg-and-fedora -.. date: 2009/04/17 18:04:00 -.. tags: cli,software,network,wireless -.. link: -.. description: diff --git a/posts/2009/05/200905search-your-email.html b/posts/2009/05/200905search-your-email.html deleted file mode 100644 index 475bf925..00000000 --- a/posts/2009/05/200905search-your-email.html +++ /dev/null @@ -1,94 +0,0 @@ -One of the features that most of the pretty GUI mailers offer you is the ability to search your email. While this is not a feature I use regularly, it is one which when you need it, you really need it. I have used grepmail in the past, but it slow for me (it scans the mail files every time) and the big thing for me is that is only supports mbox files, and I use maildir since I use offlineimap.
- -I recently found mairix. While I have not been using it long, so far I am very impressed with it. It uses an index to speed up the search process, and it smartly adds only new or changed files to the index. The first indexing run was only a few seconds on my archive of almost 15,000 mail messages. I have it scheduled to update the index every 15 minutes, and I never notice the load this will put on the system.
- -To integrated mairix with mutt, I wrote a quick little script to search from within (or without) mutt:
- -#!/bin/bash
-#===============================================================================
-#
-# FILE: mailsearch.sh
-#
-# USAGE: ./mailsearch.sh
-#
-# DESCRIPTION: search mail stuff
-#
-# OPTIONS: ---
-# REQUIREMENTS: ---
-# BUGS: ---
-# NOTES: ---
-# AUTHOR: Don Harper (), duck@duckland.org
-# COMPANY: Don Harper
-# VERSION: 1.0
-# CREATED: 05/25/2009 07:03:30 PM CST
-# REVISION: ---
-#===============================================================================
-
-rm -rf $HOME/Maildir/mfolder
-echo " t::word
- Match word in the To: header.
- c::word
- Match word in the Cc: header.
- f::word
- Match word in the From: header.
- s::word
- Match word in the Subject: header.
- m::word
- Match word in the Message-ID: header.
- b::word
- Match word in the message body.
- d::[start-datespec]--[end-datespec]
- Match messages with Date: headers lying in the specific range.
- z::[low-size]--[high-size]
- Match messages whose size lies in the specified range.
- n::word
- Match word occurring as the name of an attachment in the mes-
- sage. Since attachment names are usually long, this option
- F::flags
- Match messages with particular flag settings.
- s meaning seen,
- r meaning replied
- f meaning flags
- prefixed by a - to negate its sense.
-
- The a:: search pattern is an abbreviation for tcf:
-
- Match words
- The word argument to the search strings can take various forms.
- ~word
- Match messages not containing the word.
- word1,word2
- This matches if both the words are matched in the specified message part.
- word1/word2
- This matches if either of the words are matched in the specified message part.
- substring=
- Match any word containing substring as a substring
- substring=N
- Match any word containing substring, allowing up to N errors in
- the match. For example, if N is 1, a single error is allowed,
- where an error can be
- * a missing letter
- * an extra letter
- * a different letter.
- ^substring=
- Match any word containing substring as a substring, with the
- requirement that substring occurs at the beginning of the
- matched word.
- d::start-end
- Specify both start and end explicitly
-"
-echo -n "Enter your search string: "
-read string
-mairix $string
-mutt -f=mfolder
-rm -rf $HOME/Maildir/mfolder
-
-
-Then, I bound this to “S'’ from within mutt:
- - macro index,pager S "!mailsearch\n"
-
-
-This will give me a reminder of the search command, run the search, and then give me the search results in a new mutt session.
\ No newline at end of file diff --git a/posts/2009/05/200905search-your-email.meta b/posts/2009/05/200905search-your-email.meta deleted file mode 100644 index 6094df65..00000000 --- a/posts/2009/05/200905search-your-email.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: Search your email! -.. slug: 200905search-your-email -.. date: 2009/05/25 18:05:00 -.. tags: cli,software,email,search -.. link: -.. description: diff --git a/posts/2009/12/200912making-life-easy-over-flaky-links.html b/posts/2009/12/200912making-life-easy-over-flaky-links.html deleted file mode 100644 index 7394f4ef..00000000 --- a/posts/2009/12/200912making-life-easy-over-flaky-links.html +++ /dev/null @@ -1,27 +0,0 @@ -I tend to work over VPN, which we know can be flaky at times, Since I work on server, I spend a lot of time ssh’ed into hosts. I was getting tired of the lost time having to restart what I was working on every time the VPN dropped (which could be as much as every 15 minutes on a bad day). While I already used screen to handle the lack of terminals (Alas, I am forced to use a Windows laptop to VPN in with), I thought there could be an easier way to do this.
- -The way I tend to work is that I ssh into a jump server, fire up screen, then ssh into the hosts I need to work on, and fire up screen on those hosts.
- -Now, this is nice, but it can get a bit tiring to do it all over -again. So, I found a tool called -autossh which will automatically restart your ssh session if it drops for any reason but a graceful disconnect. (Well, there are others, but this is basically it). Combine this with your ssh-agent, and you can re-attach with easy. I also use keychain to help manage my ssh-agent when I log in.
- -Now that the connection will come back, I need a way to re-attach to my screen session, or if there is not one, to start one for me. To do
-that, I have this is my .bashrc file:
test -x $STY && screen -xR
-
-
-This will check to make sure that we are not already inside a screen session on the local host (test -x $STY), and if we are not, then either attach to an existing screen session or start a new one (screen -xR)
- -I have define this function in my .bashrc to spawn a new ssh connection in a separate screen window:
- -function ss ()
-{
- screen -t $1 ssh $*
-}
-
-
-Easy stuff
\ No newline at end of file diff --git a/posts/2009/12/200912making-life-easy-over-flaky-links.meta b/posts/2009/12/200912making-life-easy-over-flaky-links.meta deleted file mode 100644 index 2395a293..00000000 --- a/posts/2009/12/200912making-life-easy-over-flaky-links.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: Making life easy over flaky links -.. slug: 200912making-life-easy-over-flaky-links -.. date: 2009/12/28 17:12:00 -.. tags: cli,software,ssh,telecommute -.. link: -.. description: diff --git a/posts/2010/02/201002cmus-project-restarted.html b/posts/2010/02/201002cmus-project-restarted.html deleted file mode 100644 index b93b5981..00000000 --- a/posts/2010/02/201002cmus-project-restarted.html +++ /dev/null @@ -1,7 +0,0 @@ -Just a quick note. The cmus project has been restarted recently, and they are working on a new release. This one should have better integration with things like PulseAudio.
- -Good news!
- -Go check out http://cmus.sourceforge.net/ for more details.
\ No newline at end of file diff --git a/posts/2010/02/201002cmus-project-restarted.meta b/posts/2010/02/201002cmus-project-restarted.meta deleted file mode 100644 index bc69dfbe..00000000 --- a/posts/2010/02/201002cmus-project-restarted.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: cmus project restarted -.. slug: 201002cmus-project-restarted -.. date: 2010/02/27 17:02:00 -.. tags: cli,software,music -.. link: -.. description: diff --git a/posts/2011/12/201112an-update-to-window-managers.md b/posts/2011/12/201112an-update-to-window-managers.md deleted file mode 100644 index ca21dfac..00000000 --- a/posts/2011/12/201112an-update-to-window-managers.md +++ /dev/null @@ -1,36 +0,0 @@ - - -Way back, I wrote a quick blurb on [Window Managers](links://slug/window-managers) for running under X. - -Well, a while back I switched to [Ubuntu](http://www.ubuntu.com) for my OS of choice. As you may know, the fine folks at Ubuntu switched to default window manager to something called **Unity**, which caused a stir. I tried it for a while, but decided that it was too heavy, and too mouse-centric. - -So, what to do? Well, I went back to my old standby [wmfs](http://wmfs.info), Window Manager From Scratch. This is a modern WM with systray support, full Ximirama and Xrandr support, tiles, and is mainly driven from the keyboard. Life is good. - -To install (same steps as for Fedora, RHEL, or Ubuntu), download the source, and install the needed development libraries for: **X11, Xft, freetype, Xinerama, Xrandr, and Imlib2**. I used the native packages from the OS. Then, simple do a - - make - sudo make install - -(you do build software as a normal user, right?) - -This will install all the needed bits and configs into the correct place. Under Ubuntu 11.10, there was an entry from the login screen to let me chose wmfs. - -Config is handled in *$HOME/.config/wmfs/wmfsrc* which you can copy from */etc/xdg/wmfs/wmfsrc*. - -***EDIT 2016-11-30**: It seems the domain is no longer active.* -The [wmfs website](http://wmfs.info) has very nice documentation as well as likes to some people’s configs with screen shots. - -It runs very fast, and very lean: - - Private + Shared = RAM used Program - 3.9 MiB + 310.0 KiB = 4.2 MiB wmfs - -Check it out, I am sure you will like what you see. \ No newline at end of file diff --git a/posts/2013/11/201311clickable-urls-links-in-rxvt.html b/posts/2013/11/201311clickable-urls-links-in-rxvt.html deleted file mode 100644 index e830bbd6..00000000 --- a/posts/2013/11/201311clickable-urls-links-in-rxvt.html +++ /dev/null @@ -1,10 +0,0 @@ -So, I use rxvt as my daily interface to my computers. I also use mutt for my email reading pleasure. Sometimes, I get URLs in email and I want to read them in a browser. If I was using a GUI based mail reader, I would just click the URL to open it. Well, there is an easy way to set up rxvt to do that!
- -Using the fine Arch Linux wiki entry for rxvt unicode, the solution is quite easy. In the file ~/.Xdefaults, add:
- -URxvt.perl-ext-common: default,matcher
-URxvt.url-launcher: /usr/bin/firefox
-URxvt.matcher.button: 1
-
-
-And either do a xrdb --merge ~/.Xdefaults or log out/log in. And start a new rxvt, and you are good to go.
\ No newline at end of file diff --git a/posts/2013/11/201311clickable-urls-links-in-rxvt.meta b/posts/2013/11/201311clickable-urls-links-in-rxvt.meta deleted file mode 100644 index 150ab715..00000000 --- a/posts/2013/11/201311clickable-urls-links-in-rxvt.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: Clickable URL links in rxvt -.. slug: 201311clickable-urls-links-in-rxvt -.. date: 2013/11/03 17:11:00 -.. tags: software,sa -.. link: -.. description: diff --git a/posts/2013/11/201311dd-with-progress.html b/posts/2013/11/201311dd-with-progress.html deleted file mode 100644 index 89695a44..00000000 --- a/posts/2013/11/201311dd-with-progress.html +++ /dev/null @@ -1,9 +0,0 @@ -I needed to write an iso image to a USB key, and the typical way is -with just dd(8), but I wanted a progress bar. A quick google later, -and I get:
- -pv -tpreb isoname | sudo dd of=/dev/sdd bs=1024
-
-Which will write the iso image to the USB stick sdd, and give me a -progress bar, tell me how fast it is writing, and give me an eta when -finished. Perfect.
diff --git a/posts/2013/11/201311dd-with-progress.meta b/posts/2013/11/201311dd-with-progress.meta deleted file mode 100644 index d6de53cf..00000000 --- a/posts/2013/11/201311dd-with-progress.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: dd(8) with progress -.. slug: 201311dd-with-progress -.. date: 2013/11/29 17:11:00 -.. tags: sa,Unix,software -.. link: -.. description: diff --git a/posts/2013/11/201311rebooting-ducklandorg.html b/posts/2013/11/201311rebooting-ducklandorg.html deleted file mode 100644 index 91dbfdc7..00000000 --- a/posts/2013/11/201311rebooting-ducklandorg.html +++ /dev/null @@ -1,5 +0,0 @@ -Today is All Saints Day, so it seems natural to let duckland.org start new again.
- -As is popular in Hollywood, I have decided to reboot this web site after 6 1/2 years. I have not decided about the old content.
- -I am planning on using this as a technical notebook. Shrug I hope to make it worth while.
\ No newline at end of file diff --git a/posts/2013/11/201311rebooting-ducklandorg.meta b/posts/2013/11/201311rebooting-ducklandorg.meta deleted file mode 100644 index 210b39d0..00000000 --- a/posts/2013/11/201311rebooting-ducklandorg.meta +++ /dev/null @@ -1,6 +0,0 @@ -.. title: Rebooting duckland.org -.. slug: 201311rebooting-ducklandorg -.. date: 2013/10/31 18:10:00 -.. tags: sitenews -.. link: -.. description: diff --git a/posts/2013/11/tale-of-install.rst b/posts/2013/11/tale-of-install.rst deleted file mode 100644 index c3aac983..00000000 --- a/posts/2013/11/tale-of-install.rst +++ /dev/null @@ -1,15 +0,0 @@ -.. title: Tale of Installs -.. slug: tale-of-install -.. date: 2013/11/21 17:11:00 -.. tags: sa,Unix,OpenBSD,FreeBSD -.. link: -.. description: -.. text: - - - -So, I am starting a new personal project at the house, and I need a new server. As I was wanting to learn more about the **BSD**, I started looking around at things like `FreeBSDFound this site, and since I had someone ask, I thought I would share.
- -
diff --git a/posts/2017/01/new-year-checkin.md b/posts/2017/01/new-year-checkin.md
deleted file mode 100644
index 7636afb9..00000000
--- a/posts/2017/01/new-year-checkin.md
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-First week of the new year is behind us, and how are things looking? Well, aside from the cold over the weekend, I think things are going okay.
-
-I have not done formal resolutions for a while, but I have tried to improve myself, and sometimes a new effort matches up with the calendar. Aside from my [New Year's Day Post](link://slug/happy-new-year)
diff --git a/posts/2017/01/p365-monthly-checkin-01.md b/posts/2017/01/p365-monthly-checkin-01.md
deleted file mode 100644
index 44d2277f..00000000
--- a/posts/2017/01/p365-monthly-checkin-01.md
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-Just a quick check on how I am doing for my [Project 365](https://p365.donaldharper.com).
-
-As you can see, I missed one day so far.
-
-
-
diff --git a/posts/2017/01/photo-experiment.md b/posts/2017/01/photo-experiment.md
deleted file mode 100644
index 599a494f..00000000
--- a/posts/2017/01/photo-experiment.md
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-Had a bit of down time tonight, and started playing with a new version of the photo editing software I use most of the time. Found a new plug-in, and I like the results:
-
diff --git a/posts/2017/02/p365-monthly-checkin-02.md b/posts/2017/02/p365-monthly-checkin-02.md
deleted file mode 100644
index 01d83f87..00000000
--- a/posts/2017/02/p365-monthly-checkin-02.md
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-Another quick update on how I am doing with my [Project 365](https://p365.donaldharper.com).
-
-See my [previous update](link://slug/p365-monthly-checkin-01) for how I did last month.
-
-This month, while I posted a pic every day, aside from some of the Lego macro shots, I am not as happy with the subject matter. I need to work on that.
-
-
diff --git a/posts/2017/02/quick-nmcli-notes.md b/posts/2017/02/quick-nmcli-notes.md
deleted file mode 100644
index 26060357..00000000
--- a/posts/2017/02/quick-nmcli-notes.md
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-This is a quick post so I can remember these details.
-
-So, on the [R810](/categories/r810.html), I am currently running [ArchLinux](http://archlinux.org), which uses by default [NetworkManager](https://wiki.archlinux.org/index.php/NetworkManager), which I have a love/hate relationship with. At my last job, I recommended removing it from our servers, as under [RHEL6](http://www.redhat.com), it does very odd things to the network and is hard to manage. I have heard that it is better under RHEL7. But, it does let you do some really cool things. On the R810, there is a cellular modem, and on previous installes, I have had it configured and scripted using **nmcli** to easily bring up and down the cellular connections.
-
-The problem I am facing now is that my current DHCP server for the house does not let me provide two MAC Address for a single IP, so when I dock the R810, it gets a different IP address than when it is on WiFi. Very annoying. Also, for some reason, it would prefer to use WiFi when the ethernet connection was present, thus giving me a slower connection.
-
-The documentation I found was a bit light in examples and/or dated (I am running version 1.6.2 of NetworkManager, and the examples were from 1.2.x or 1.4.x, which did not work). So, with a bit of expermenting, I finally got it fixed to:
-
-- Chose the ethernet connection over the Wifi when both are present
-- 'Clone' the MAC address of the Wifi NIC to the ethernet NIC
-
-Here are the commands. **local** is what I called the local ethernet connection, and **home-wifi** is what I call the house Wifi Network.
-
-- To set the MAC adress:
-
->nmcli connection modify local ethernet.cloned-mac-address aa:bb:cc:dd:ee:ff
-
-- To set the connection priorities:
-
->nmcli connection modify local connection.autoconnect-priority 999
->nmcli connection modify home-wifi connection.autoconnect-priority 999
diff --git a/posts/2017/06/more-travel.md b/posts/2017/06/more-travel.md
deleted file mode 100644
index 26b17da9..00000000
--- a/posts/2017/06/more-travel.md
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-Well, I had to [open my mouth](link://slug/trip-to-bournemouth-uk) and say that I thought things were going to slow down. About that...
-
-So, I get word late on a Friday I needed to get to New York for a meeting with a vendor. A frantic hour or so later, and I have things booked, and that Sunday, I have this view:
-
-
-
-In my rush to pack (I had lots of little things to get done before climbing on the plane, including a quick round of D&D with the kids: ), I totally forgot my camera. So, I spent some time playing phone-photographer. The [results are here](/photos/Travel/US/NYC-2017-06).
diff --git a/posts/2017/06/trip-to-bournemouth-uk.md b/posts/2017/06/trip-to-bournemouth-uk.md
deleted file mode 100644
index d3db51f4..00000000
--- a/posts/2017/06/trip-to-bournemouth-uk.md
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-Sorry for the lack of updates, but the last few months have been very busy with work and everything going on with the kids and their activities. It is summer time, so now I might be able to get some rest.
-
-So, last month I got to go visit Bournemouth, UK for work. I was going over for a kick-off meeting on a new phase of the project I have been working on for a while.
-
-It has been a few years since I was last in the UK, and then it was mainly in the London area.
-
-I did have some downtime, so I was able to explore a little bit, and take [some pictures](/photos/Travel/UK/Bournemouth-2017-05/).
-
-The food was good, and on the last night everybody was there we went out to a small pub and listened to a local group playing 'Western and Clasic Rock n Roll'. Very odd choice for someones from the US to hear in the UK.
diff --git a/posts/2017/07/4th-of-july-break.md b/posts/2017/07/4th-of-july-break.md
deleted file mode 100644
index 6fd4bd58..00000000
--- a/posts/2017/07/4th-of-july-break.md
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-The family took to the road again for the 4th of July holiday, returning to Galveston, TX. This time, just three days, but it was a nice break.
-
-
-
-This is just one of the pictures I took. The others that [I like are here](/photos/Travel/US/Galveston-2017-07).
-
diff --git a/posts/2017/08/aftermath-of-harvey.md b/posts/2017/08/aftermath-of-harvey.md
deleted file mode 100644
index a09a101f..00000000
--- a/posts/2017/08/aftermath-of-harvey.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-id: 473
-title: Aftermath of Harvey
-date: 2017-08-30T22:30:07-06:00
-author: don
-layout: post
-guid: https://www.duckland.org/?p=473
-permalink: /2017/08/aftermath-of-harvey/
-categories:
- - Photos
- - Weather
----
-We have been very lucky. Our house sits at 125 feet above sea-level, and the reservoir near us which everyone is very worried about tops out at 107 feet, so no worries about flooding from that. Plus, we are the highest house in the subdivision.
-
-We also kept power, water, and internet through the whole process. Most of the people I know who live in town took some damage from flood waters. Thankfully, no one I know either lost their home or loved one lives.
-
-Around here, the stores are starting to open again, but with a lack of shipments from outside the region, things look a little bare:
-
-
-
-
-
-
\ No newline at end of file
diff --git a/posts/2017/08/harvey-after-landfall.md b/posts/2017/08/harvey-after-landfall.md
deleted file mode 100644
index 85d997b9..00000000
--- a/posts/2017/08/harvey-after-landfall.md
+++ /dev/null
@@ -1,16 +0,0 @@
----
-id: 465
-title: Harvey, after landfall
-date: 2017-08-26T22:15:51-06:00
-author: don
-layout: post
-guid: https://www.duckland.org/?p=465
-permalink: /2017/08/harvey-after-landfall/
-categories:
- - Weather
----
-




-
-
-
-The numbers are unbelievable. As I write this, we are 12 weeks into 2018, and there have been 17 school shootings in the US where someone was injured or killed. 1.4 per week. And, if you look outside of schools, there have been to date 50 mass shootings where 4 or more people were injured or killed, not counting the shooter. 50 since January 1, 2018.
-
-Never Again.
-
-I plan to talk to my US and Texas Representatives and Senators about the issue. Yesterday, I went with my two oldest to the March For Our Lives protest in Houston. I am proud to say, it was my kids who wanted to go.
-
-Naturally, I took my camera and tried to capture the spirit of the event with photos of the signs and a couple of videos. They are posted in the photos section.
\ No newline at end of file
diff --git a/posts/2018/04/april-showers-bring-spring-flowers.md b/posts/2018/04/april-showers-bring-spring-flowers.md
deleted file mode 100644
index 26427787..00000000
--- a/posts/2018/04/april-showers-bring-spring-flowers.md
+++ /dev/null
@@ -1,166 +0,0 @@
----
-id: 1048
-title: April Showers Bring Spring Flowers
-date: 2018-04-04T08:07:05-06:00
-author: don
-layout: post
-guid: http://www2.duckland.org/?p=1048
-permalink: /2018/04/april-showers-bring-spring-flowers/
-categories:
- - Photos
----
-We spent the last weekend in the Texas Hill Country, and I got a chance to wander a bit with the small camera. Still learning its limits and strengths.
-
-I did get some images I think I like.
-
-
-
-As I teased before, I was back in the UK for some meetings. The original plan got all sideways when my main person I was meeting with left for paternity leave just before I got over there. No worries, as I was able to use the time to meet with others and get some good work done.
-
-This time, I brought my main camera over with me, and spent some of the downtime taking pictures, mainly in Bournemouth, as I was only in London for the Monday, and was in meetings all day.
-
-Anyway, here are some of the pictures I took. Enjoy!
-
-
\ No newline at end of file
diff --git a/posts/2018/08/10-months-on-a-chromebook-check-in.md b/posts/2018/08/10-months-on-a-chromebook-check-in.md
deleted file mode 100644
index bbb090b1..00000000
--- a/posts/2018/08/10-months-on-a-chromebook-check-in.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-id: 1674
-title: 10 Months on a Chromebook Check-in
-date: 2018-08-23T18:58:00-06:00
-author: don
-layout: post
-guid: https://www.duckland.org/?p=1674
-permalink: /2018/08/10-months-on-a-chromebook-check-in/
-categories:
- - Chrome OS
- - PixelBook
----
-So, way back in November, I decided to use ChromeOS has my main OS. And, then in January, I did a check-in on using ChromeOS for a month. Fast forward to-day, and I am still using my PixelBook as my daily driver for all things.
-
-I still use the R810 and the x260 to test new Linux distros just to see what is happening in that space, but not to do anything else.
-
-The battery on the PixelBook last me most of the day when out and about, and the size makes it easy to carry. Last month, I even used it to give a talk to a [group](https://www.katorination.com) I help run, and it worked flawlessly then.
-
-I still want to do some things via the command line, so for a while I was using Chromebrew to get by, but that has a couple of issues for me. The first is that a lot of what I wanted had not been ported to that system yet, so I had to go and build it. The second, and for me more important, was that to use it, I had to turn off some of the security built into ChromeOS to make it work. A couple of months ago, Google announced Project Crostini, which uses Linux containers to allow you to run a full Linux (default is Debian) image under ChromeOS, using all the default ChromeOS security, which makes it a big win in my book.
-
-Add on top of that, that the PixelBook can run most Android apps, and I have everything I need currently. ‘But, what about photography?’ you ask. Well, I have found that I needed to rework my photo work flow, but I have found something that works for me. All the photos that I have uploaded this year were posted under ChromeOS and so far, it is working for me.
\ No newline at end of file
diff --git a/posts/2018/08/random-photos-from-around-town.md b/posts/2018/08/random-photos-from-around-town.md
deleted file mode 100644
index 273c81b5..00000000
--- a/posts/2018/08/random-photos-from-around-town.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-id: 1665
-title: Random Photos from Around Town
-date: 2018-08-11T16:27:08-06:00
-author: don
-layout: post
-guid: https://www.duckland.org/?p=1665
-permalink: /2018/08/random-photos-from-around-town/
-image: 'https://i0.wp.com/www.duckland.org/wp-content/uploads/2018/08/20180806064337.jpg?fit=1200%2C675&ssl=1'
-categories:
- - Photos
----
-






















-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/posts/2019/01/12-months-of-chrome-os.md b/posts/2019/01/12-months-of-chrome-os.md
deleted file mode 100644
index 3757b3f9..00000000
--- a/posts/2019/01/12-months-of-chrome-os.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-id: 1817
-title: 12 Months of Chrome OS
-date: 2019-01-07T12:15:50-06:00
-author: don
-layout: post
-guid: https://www.duckland.org/?p=1817
-permalink: /2019/01/12-months-of-chrome-os/
-tags:
- - pixelbook
----
-For the last 12+ months, Chrome OS has been my daily driver. And for the most part, it has treated me okay for all that time. Recently, some issues have cropped up.
-
-I have successfully used my PixelBook in my day to day life doing things. Telecommuting to work a few days a week. Taking online training for work. Doing basic photo editing. Talking with the family whilst traveling. Helping launch a great father/child program. I can run Linux apps, android apps, commercial apps, in addition to web based apps. It has been great.
-
-And, the hardware is awesome. Thin, light, and has a battery to last all day working on it unplugged. The screen has served me well .
-
-My problems started to come in one of the strengths of the platform: the automatic updates. Chrome OS will automatically download in the background any updates to the apps (besides the Linux apps, but I can deal with that), and will either install them and let you know in the case of apps, or will let you know that an OS update is ready, and I all need to do is reboot.
-
-This is great, when it works. For most of the year, the OS updates came at a reasonable pace. They also added new features and fixed bugs without changing things on me without warning. However, this fall, the updates started getting few. I found odd since the PixelBook is the Google flagship for Chrome OS. There were even a few updates which skipped the PixelBook.
-
-Then the last one hit, and performance took a dive. The worst part is, it is only sometimes. Sometimes I will move the mouse, and it takes a few to catch up. Video is choppy. Switching tabs or to a different app might take a few seconds. And no word from Google when the fix will come.
-
-The performance issue would not be enough for me to stop using Chrome OS as Google does have a good track record of fixing things. Without any news on when it will be fix, I may have to start weighing my options.
-
-The area this is really impacting me is my photography work-flow. As I mentioned last time, I am trying to get back into photography a bit more seriously and the lag makes it hard when I am trying to process more than a handful of photos.
-
-My main concern for finding a replacement is to find a laptop of similar specs as the PixelBook, preferably without paying serious money for it.
\ No newline at end of file
diff --git a/posts/2019/02/and-then-no-more-pixelbook.md b/posts/2019/02/and-then-no-more-pixelbook.md
deleted file mode 100644
index 6b07ece9..00000000
--- a/posts/2019/02/and-then-no-more-pixelbook.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-id: 1821
-title: And Then, No More PixelBook
-date: 2019-02-25T20:11:59-06:00
-author: don
-layout: post
-guid: https://www.duckland.org/?p=1821
-permalink: /2019/02/and-then-no-more-pixelbook/
-tags:
- - pixelbook
- - R810
- - Ubuntu
----
-So, when we were last here, I was talking about how I had been happily using my PixelBook for a year, and everything was just fine. Then, life happened, and things changed, and I found myself working out of the house for a while.
-
-Why should this be a problem? Well, the program I use to remote into the office has a desktop client as well as a web-based one. Under Chrome OS, all I could figure out how to use was the HTML5 web based one. The HTML5 one is fine for the getting and checking email and doing web work. However, it leaves a lot to be desired for any development work.
-
-So, I went back to the trusty HP R810 again. This time, I am trying out Ubuntu 18.10 with Gnome. I have been at it for about 6 weeks now, and I am still liking it. Even though this is an older laptop, the performance has been very good and it has handled everything I have thrown at it.
\ No newline at end of file
diff --git a/posts/2019/03/where-did-the-month-go.md b/posts/2019/03/where-did-the-month-go.md
deleted file mode 100644
index c6c2c863..00000000
--- a/posts/2019/03/where-did-the-month-go.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-id: 1825
-title: Where did the month go?
-date: 2019-03-31T11:39:58-06:00
-author: don
-layout: post
-guid: https://www.duckland.org/?p=1825
-permalink: /2019/03/where-did-the-month-go/
-tags:
- - personal
- - R810
----
-Life got very busy, and I have not had a chance to write in a while. And, the ‘hard drive’ in my R810 died, so I am in the process of recovering from backup. Joy
diff --git a/posts/2019/04/a-quick-note-on-citrix.md b/posts/2019/04/a-quick-note-on-citrix.md
deleted file mode 100644
index c958ae45..00000000
--- a/posts/2019/04/a-quick-note-on-citrix.md
+++ /dev/null
@@ -1,12 +0,0 @@
----
-id: 1827
-title: A Quick Note on Citrix
-date: 2019-04-01T07:37:11-06:00
-author: don
-layout: post
-guid: https://www.duckland.org/?p=1827
-permalink: /2019/04/a-quick-note-on-citrix/
-tags: software
- - Ubuntu
----
-Just so I remember this next time I do an install. The package to install under modern Ubuntu is the Web Receiver, not the Full Package. Sadly, both show up as icaclient under dpkg, hence the confusion.
diff --git a/posts/2019/05/houstons-graffiti-wall.md b/posts/2019/05/houstons-graffiti-wall.md
deleted file mode 100644
index f14013b0..00000000
--- a/posts/2019/05/houstons-graffiti-wall.md
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
-Houston's own Graffiti Wall is really a collection of buildings, some of which still house ongoing businesses. I took a stroll around it this past weekend and tried to document some of the great art present.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sigal/pictures/Christmas/2008/20081206091635.jpg b/sigal/pictures/Christmas/2008/20081206091635.jpg
deleted file mode 100644
index 3550886e..00000000
Binary files a/sigal/pictures/Christmas/2008/20081206091635.jpg and /dev/null differ
diff --git a/sigal/pictures/Christmas/2008/20081223143145.jpg b/sigal/pictures/Christmas/2008/20081223143145.jpg
deleted file mode 100644
index f8d1fa95..00000000
Binary files a/sigal/pictures/Christmas/2008/20081223143145.jpg and /dev/null differ
diff --git a/sigal/pictures/Christmas/2009/img_6804.jpg b/sigal/pictures/Christmas/2009/img_6804.jpg
deleted file mode 100644
index ff5e8104..00000000
Binary files a/sigal/pictures/Christmas/2009/img_6804.jpg and /dev/null differ
diff --git a/sigal/pictures/Christmas/2009/img_6901.jpg b/sigal/pictures/Christmas/2009/img_6901.jpg
deleted file mode 100644
index 0ffb7700..00000000
Binary files a/sigal/pictures/Christmas/2009/img_6901.jpg and /dev/null differ
diff --git a/sigal/pictures/Christmas/2012/20121212090451.jpg b/sigal/pictures/Christmas/2012/20121212090451.jpg
deleted file mode 100644
index 738010f9..00000000
Binary files a/sigal/pictures/Christmas/2012/20121212090451.jpg and /dev/null differ
diff --git a/sigal/pictures/Christmas/2012/20121222142316.jpg b/sigal/pictures/Christmas/2012/20121222142316.jpg
deleted file mode 100644
index bac85822..00000000
Binary files a/sigal/pictures/Christmas/2012/20121222142316.jpg and /dev/null differ
diff --git a/sigal/pictures/Christmas/2012/20121224205019.jpg b/sigal/pictures/Christmas/2012/20121224205019.jpg
deleted file mode 100644
index 415b01bc..00000000
Binary files a/sigal/pictures/Christmas/2012/20121224205019.jpg and /dev/null differ
diff --git a/sigal/pictures/Christmas/2014/20141216161530.jpg b/sigal/pictures/Christmas/2014/20141216161530.jpg
deleted file mode 100644
index 7fa9d004..00000000
Binary files a/sigal/pictures/Christmas/2014/20141216161530.jpg and /dev/null differ
diff --git a/sigal/pictures/Christmas/2014/20141225082357.jpg b/sigal/pictures/Christmas/2014/20141225082357.jpg
deleted file mode 100644
index b29732b9..00000000
Binary files a/sigal/pictures/Christmas/2014/20141225082357.jpg and /dev/null differ
diff --git a/sigal/pictures/Christmas/2016/Santa-Train.jpg b/sigal/pictures/Christmas/2016/Santa-Train.jpg
deleted file mode 100644
index a3cd6085..00000000
Binary files a/sigal/pictures/Christmas/2016/Santa-Train.jpg and /dev/null differ
diff --git a/sigal/pictures/Comic-Cons/Houston-Amazing-Comic-Con-2016/20160911104741.jpg b/sigal/pictures/Comic-Cons/Houston-Amazing-Comic-Con-2016/20160911104741.jpg
deleted file mode 100644
index 5711ffc9..00000000
Binary files a/sigal/pictures/Comic-Cons/Houston-Amazing-Comic-Con-2016/20160911104741.jpg and /dev/null differ
diff --git a/sigal/pictures/Comic-Cons/Houston-Amazing-Comic-Con-2016/20160911122438.jpg b/sigal/pictures/Comic-Cons/Houston-Amazing-Comic-Con-2016/20160911122438.jpg
deleted file mode 100644
index 7256e37e..00000000
Binary files a/sigal/pictures/Comic-Cons/Houston-Amazing-Comic-Con-2016/20160911122438.jpg and /dev/null differ
diff --git a/sigal/pictures/Comic-Cons/Houston-Amazing-Comic-Con-2016/20160911125515.jpg b/sigal/pictures/Comic-Cons/Houston-Amazing-Comic-Con-2016/20160911125515.jpg
deleted file mode 100644
index 9ca27b1e..00000000
Binary files a/sigal/pictures/Comic-Cons/Houston-Amazing-Comic-Con-2016/20160911125515.jpg and /dev/null differ
diff --git a/sigal/pictures/Comic-Cons/Houston-Amazing-Comic-Con-2016/20160911133839.jpg b/sigal/pictures/Comic-Cons/Houston-Amazing-Comic-Con-2016/20160911133839.jpg
deleted file mode 100644
index d03d8960..00000000
Binary files a/sigal/pictures/Comic-Cons/Houston-Amazing-Comic-Con-2016/20160911133839.jpg and /dev/null differ
diff --git a/sigal/pictures/Comic-Cons/Houston-Amazing-Comic-Con-2016/20160911140000.jpg b/sigal/pictures/Comic-Cons/Houston-Amazing-Comic-Con-2016/20160911140000.jpg
deleted file mode 100644
index e41aa2c2..00000000
Binary files a/sigal/pictures/Comic-Cons/Houston-Amazing-Comic-Con-2016/20160911140000.jpg and /dev/null differ
diff --git a/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528110442.jpg b/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528110442.jpg
deleted file mode 100644
index b8c51c7d..00000000
Binary files a/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528110442.jpg and /dev/null differ
diff --git a/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528110539.jpg b/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528110539.jpg
deleted file mode 100644
index c6a4409f..00000000
Binary files a/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528110539.jpg and /dev/null differ
diff --git a/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528110709.jpg b/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528110709.jpg
deleted file mode 100644
index 2dd247b3..00000000
Binary files a/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528110709.jpg and /dev/null differ
diff --git a/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528113950.jpg b/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528113950.jpg
deleted file mode 100644
index f1a46295..00000000
Binary files a/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528113950.jpg and /dev/null differ
diff --git a/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528134651.jpg b/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528134651.jpg
deleted file mode 100644
index 20878800..00000000
Binary files a/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528134651.jpg and /dev/null differ
diff --git a/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528152850.jpg b/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528152850.jpg
deleted file mode 100644
index c4d3510c..00000000
Binary files a/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528152850.jpg and /dev/null differ
diff --git a/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528155344.jpg b/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528155344.jpg
deleted file mode 100644
index f1c54858..00000000
Binary files a/sigal/pictures/Comic-Cons/Space-City-Comic-Con-2016/20160528155344.jpg and /dev/null differ
diff --git a/sigal/pictures/First-Day/signpost.jpg b/sigal/pictures/First-Day/signpost.jpg
deleted file mode 100644
index ea627d8c..00000000
Binary files a/sigal/pictures/First-Day/signpost.jpg and /dev/null differ
diff --git a/sigal/pictures/Flowers/20170120174632.jpg b/sigal/pictures/Flowers/20170120174632.jpg
deleted file mode 100644
index 4af2dd4e..00000000
Binary files a/sigal/pictures/Flowers/20170120174632.jpg and /dev/null differ
diff --git a/sigal/pictures/Flowers/20170120174632_v2.jpg b/sigal/pictures/Flowers/20170120174632_v2.jpg
deleted file mode 100644
index 32c647c0..00000000
Binary files a/sigal/pictures/Flowers/20170120174632_v2.jpg and /dev/null differ
diff --git a/sigal/pictures/Flowers/20170120174705.jpg b/sigal/pictures/Flowers/20170120174705.jpg
deleted file mode 100644
index 376f6176..00000000
Binary files a/sigal/pictures/Flowers/20170120174705.jpg and /dev/null differ
diff --git a/sigal/pictures/Flowers/20170120174717.jpg b/sigal/pictures/Flowers/20170120174717.jpg
deleted file mode 100644
index 995a9d52..00000000
Binary files a/sigal/pictures/Flowers/20170120174717.jpg and /dev/null differ
diff --git a/sigal/pictures/Flowers/20170120174805.jpg b/sigal/pictures/Flowers/20170120174805.jpg
deleted file mode 100644
index 9063ec41..00000000
Binary files a/sigal/pictures/Flowers/20170120174805.jpg and /dev/null differ
diff --git a/sigal/pictures/Flowers/20170120174839.jpg b/sigal/pictures/Flowers/20170120174839.jpg
deleted file mode 100644
index 63215235..00000000
Binary files a/sigal/pictures/Flowers/20170120174839.jpg and /dev/null differ
diff --git a/sigal/pictures/Flowers/20170120175759.jpg b/sigal/pictures/Flowers/20170120175759.jpg
deleted file mode 100644
index 90478ea7..00000000
Binary files a/sigal/pictures/Flowers/20170120175759.jpg and /dev/null differ
diff --git a/sigal/pictures/Flowers/20170120175819.jpg b/sigal/pictures/Flowers/20170120175819.jpg
deleted file mode 100644
index 0a8f1eeb..00000000
Binary files a/sigal/pictures/Flowers/20170120175819.jpg and /dev/null differ
diff --git a/sigal/pictures/Flowers/20170120175831.jpg b/sigal/pictures/Flowers/20170120175831.jpg
deleted file mode 100644
index be66daa4..00000000
Binary files a/sigal/pictures/Flowers/20170120175831.jpg and /dev/null differ
diff --git a/sigal/pictures/Flowers/20170120175835.jpg b/sigal/pictures/Flowers/20170120175835.jpg
deleted file mode 100644
index 51174a36..00000000
Binary files a/sigal/pictures/Flowers/20170120175835.jpg and /dev/null differ
diff --git a/sigal/pictures/Flowers/20170120175841.jpg b/sigal/pictures/Flowers/20170120175841.jpg
deleted file mode 100644
index 0cfe7b3a..00000000
Binary files a/sigal/pictures/Flowers/20170120175841.jpg and /dev/null differ
diff --git a/sigal/pictures/Flowers/20170120175901.jpg b/sigal/pictures/Flowers/20170120175901.jpg
deleted file mode 100644
index bd18880b..00000000
Binary files a/sigal/pictures/Flowers/20170120175901.jpg and /dev/null differ
diff --git a/sigal/pictures/Flowers/20170120175914.jpg b/sigal/pictures/Flowers/20170120175914.jpg
deleted file mode 100644
index 9d08e558..00000000
Binary files a/sigal/pictures/Flowers/20170120175914.jpg and /dev/null differ
diff --git a/sigal/pictures/Lego/20160124213756.jpg b/sigal/pictures/Lego/20160124213756.jpg
deleted file mode 100644
index 20c8a063..00000000
Binary files a/sigal/pictures/Lego/20160124213756.jpg and /dev/null differ
diff --git a/sigal/pictures/Lego/20160124213819.jpg b/sigal/pictures/Lego/20160124213819.jpg
deleted file mode 100644
index 708dd0a8..00000000
Binary files a/sigal/pictures/Lego/20160124213819.jpg and /dev/null differ
diff --git a/sigal/pictures/Lego/20160823082723.jpg b/sigal/pictures/Lego/20160823082723.jpg
deleted file mode 100644
index 03894df6..00000000
Binary files a/sigal/pictures/Lego/20160823082723.jpg and /dev/null differ
diff --git a/sigal/pictures/Lego/20160928165449.jpg b/sigal/pictures/Lego/20160928165449.jpg
deleted file mode 100644
index 9edefb43..00000000
Binary files a/sigal/pictures/Lego/20160928165449.jpg and /dev/null differ
diff --git a/sigal/pictures/Lego/20161220102042.jpg b/sigal/pictures/Lego/20161220102042.jpg
deleted file mode 100644
index e8858c1f..00000000
Binary files a/sigal/pictures/Lego/20161220102042.jpg and /dev/null differ
diff --git a/sigal/pictures/Lego/20161220102118.jpg b/sigal/pictures/Lego/20161220102118.jpg
deleted file mode 100644
index 35e2f479..00000000
Binary files a/sigal/pictures/Lego/20161220102118.jpg and /dev/null differ
diff --git a/sigal/pictures/Lego/20161220102349.jpg b/sigal/pictures/Lego/20161220102349.jpg
deleted file mode 100644
index 9cf5487f..00000000
Binary files a/sigal/pictures/Lego/20161220102349.jpg and /dev/null differ
diff --git a/sigal/pictures/Lego/20161220102414.jpg b/sigal/pictures/Lego/20161220102414.jpg
deleted file mode 100644
index 78655cfd..00000000
Binary files a/sigal/pictures/Lego/20161220102414.jpg and /dev/null differ
diff --git a/sigal/pictures/Lego/20161220102519.jpg b/sigal/pictures/Lego/20161220102519.jpg
deleted file mode 100644
index b833204e..00000000
Binary files a/sigal/pictures/Lego/20161220102519.jpg and /dev/null differ
diff --git a/sigal/pictures/Lego/deadpool-sa.jpg b/sigal/pictures/Lego/deadpool-sa.jpg
deleted file mode 100644
index c7565ef0..00000000
Binary files a/sigal/pictures/Lego/deadpool-sa.jpg and /dev/null differ
diff --git a/sigal/pictures/Lego/harley-drive.jpg b/sigal/pictures/Lego/harley-drive.jpg
deleted file mode 100644
index c5683d2d..00000000
Binary files a/sigal/pictures/Lego/harley-drive.jpg and /dev/null differ
diff --git a/sigal/pictures/LightSail/light-sail.png b/sigal/pictures/LightSail/light-sail.png
deleted file mode 100644
index 9bf3f3be..00000000
Binary files a/sigal/pictures/LightSail/light-sail.png and /dev/null differ
diff --git a/sigal/pictures/Local/General/20130109074520.jpg b/sigal/pictures/Local/General/20130109074520.jpg
deleted file mode 100644
index a0483eaa..00000000
Binary files a/sigal/pictures/Local/General/20130109074520.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20130110135644.jpg b/sigal/pictures/Local/General/20130110135644.jpg
deleted file mode 100644
index 75dd760b..00000000
Binary files a/sigal/pictures/Local/General/20130110135644.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20130111081301.jpg b/sigal/pictures/Local/General/20130111081301.jpg
deleted file mode 100644
index 5d83ff17..00000000
Binary files a/sigal/pictures/Local/General/20130111081301.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140119182747.jpg b/sigal/pictures/Local/General/20140119182747.jpg
deleted file mode 100644
index 41adca63..00000000
Binary files a/sigal/pictures/Local/General/20140119182747.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140119183529_ORF_embedded.jpg b/sigal/pictures/Local/General/20140119183529_ORF_embedded.jpg
deleted file mode 100644
index 2829b944..00000000
Binary files a/sigal/pictures/Local/General/20140119183529_ORF_embedded.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140217091224_ORF_embedded.jpg b/sigal/pictures/Local/General/20140217091224_ORF_embedded.jpg
deleted file mode 100644
index ba9f0779..00000000
Binary files a/sigal/pictures/Local/General/20140217091224_ORF_embedded.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140218182916_ORF_embedded.jpg b/sigal/pictures/Local/General/20140218182916_ORF_embedded.jpg
deleted file mode 100644
index 074adccc..00000000
Binary files a/sigal/pictures/Local/General/20140218182916_ORF_embedded.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140222094055.jpg b/sigal/pictures/Local/General/20140222094055.jpg
deleted file mode 100644
index b8c7ec46..00000000
Binary files a/sigal/pictures/Local/General/20140222094055.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140223185007_ORF_embedded.jpg b/sigal/pictures/Local/General/20140223185007_ORF_embedded.jpg
deleted file mode 100644
index 3c198de9..00000000
Binary files a/sigal/pictures/Local/General/20140223185007_ORF_embedded.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140223185144.jpg b/sigal/pictures/Local/General/20140223185144.jpg
deleted file mode 100644
index 5cc29f0f..00000000
Binary files a/sigal/pictures/Local/General/20140223185144.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140301135822_ORF_embedded.jpg b/sigal/pictures/Local/General/20140301135822_ORF_embedded.jpg
deleted file mode 100644
index 57aead29..00000000
Binary files a/sigal/pictures/Local/General/20140301135822_ORF_embedded.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140304081451_ORF_embedded.jpg b/sigal/pictures/Local/General/20140304081451_ORF_embedded.jpg
deleted file mode 100644
index 1f999db3..00000000
Binary files a/sigal/pictures/Local/General/20140304081451_ORF_embedded.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140313062606.jpg b/sigal/pictures/Local/General/20140313062606.jpg
deleted file mode 100644
index 81499a26..00000000
Binary files a/sigal/pictures/Local/General/20140313062606.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140313170534_ORF_embedded.jpg b/sigal/pictures/Local/General/20140313170534_ORF_embedded.jpg
deleted file mode 100644
index ae7b06ef..00000000
Binary files a/sigal/pictures/Local/General/20140313170534_ORF_embedded.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140314181750_ORF_embedded.jpg b/sigal/pictures/Local/General/20140314181750_ORF_embedded.jpg
deleted file mode 100644
index 22a555ab..00000000
Binary files a/sigal/pictures/Local/General/20140314181750_ORF_embedded.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140319073252.jpg b/sigal/pictures/Local/General/20140319073252.jpg
deleted file mode 100644
index 412b4ebb..00000000
Binary files a/sigal/pictures/Local/General/20140319073252.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140325073340.jpg b/sigal/pictures/Local/General/20140325073340.jpg
deleted file mode 100644
index e1e08744..00000000
Binary files a/sigal/pictures/Local/General/20140325073340.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140326173303.jpg b/sigal/pictures/Local/General/20140326173303.jpg
deleted file mode 100644
index ff71a7da..00000000
Binary files a/sigal/pictures/Local/General/20140326173303.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140426223922.jpg b/sigal/pictures/Local/General/20140426223922.jpg
deleted file mode 100644
index b62304ae..00000000
Binary files a/sigal/pictures/Local/General/20140426223922.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140517175844.jpg b/sigal/pictures/Local/General/20140517175844.jpg
deleted file mode 100644
index 6fd66b73..00000000
Binary files a/sigal/pictures/Local/General/20140517175844.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140702071412.jpg b/sigal/pictures/Local/General/20140702071412.jpg
deleted file mode 100644
index 76eff942..00000000
Binary files a/sigal/pictures/Local/General/20140702071412.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140719103647.jpg b/sigal/pictures/Local/General/20140719103647.jpg
deleted file mode 100644
index b53b1bb3..00000000
Binary files a/sigal/pictures/Local/General/20140719103647.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140722195443.jpg b/sigal/pictures/Local/General/20140722195443.jpg
deleted file mode 100644
index fbe8dd6c..00000000
Binary files a/sigal/pictures/Local/General/20140722195443.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140828071138.jpg b/sigal/pictures/Local/General/20140828071138.jpg
deleted file mode 100644
index 7838fee0..00000000
Binary files a/sigal/pictures/Local/General/20140828071138.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140903073304.JPG b/sigal/pictures/Local/General/20140903073304.JPG
deleted file mode 100644
index 5f127bdc..00000000
Binary files a/sigal/pictures/Local/General/20140903073304.JPG and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140908073838.JPG b/sigal/pictures/Local/General/20140908073838.JPG
deleted file mode 100644
index ff559c3b..00000000
Binary files a/sigal/pictures/Local/General/20140908073838.JPG and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140917070241.jpg b/sigal/pictures/Local/General/20140917070241.jpg
deleted file mode 100644
index 44b94646..00000000
Binary files a/sigal/pictures/Local/General/20140917070241.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140917162629.jpg b/sigal/pictures/Local/General/20140917162629.jpg
deleted file mode 100644
index b11672b4..00000000
Binary files a/sigal/pictures/Local/General/20140917162629.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140919160554.jpg b/sigal/pictures/Local/General/20140919160554.jpg
deleted file mode 100644
index 1c826533..00000000
Binary files a/sigal/pictures/Local/General/20140919160554.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140927123421.jpg b/sigal/pictures/Local/General/20140927123421.jpg
deleted file mode 100644
index 80f69601..00000000
Binary files a/sigal/pictures/Local/General/20140927123421.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20140929071705.jpg b/sigal/pictures/Local/General/20140929071705.jpg
deleted file mode 100644
index c9dcccfe..00000000
Binary files a/sigal/pictures/Local/General/20140929071705.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20141005122148.jpg b/sigal/pictures/Local/General/20141005122148.jpg
deleted file mode 100644
index 53ae11d5..00000000
Binary files a/sigal/pictures/Local/General/20141005122148.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20141005122644.jpg b/sigal/pictures/Local/General/20141005122644.jpg
deleted file mode 100644
index eee3f0e7..00000000
Binary files a/sigal/pictures/Local/General/20141005122644.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150115194213.jpg b/sigal/pictures/Local/General/20150115194213.jpg
deleted file mode 100644
index 24cf5c26..00000000
Binary files a/sigal/pictures/Local/General/20150115194213.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150116081700.jpg b/sigal/pictures/Local/General/20150116081700.jpg
deleted file mode 100644
index 9a8eb45d..00000000
Binary files a/sigal/pictures/Local/General/20150116081700.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150116083823.jpg b/sigal/pictures/Local/General/20150116083823.jpg
deleted file mode 100644
index 3d3183e5..00000000
Binary files a/sigal/pictures/Local/General/20150116083823.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150117162014.jpg b/sigal/pictures/Local/General/20150117162014.jpg
deleted file mode 100644
index 40e75f99..00000000
Binary files a/sigal/pictures/Local/General/20150117162014.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150117162532.jpg b/sigal/pictures/Local/General/20150117162532.jpg
deleted file mode 100644
index a166df6e..00000000
Binary files a/sigal/pictures/Local/General/20150117162532.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150117162548.jpg b/sigal/pictures/Local/General/20150117162548.jpg
deleted file mode 100644
index 68443188..00000000
Binary files a/sigal/pictures/Local/General/20150117162548.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150117162858.jpg b/sigal/pictures/Local/General/20150117162858.jpg
deleted file mode 100644
index a4b0917d..00000000
Binary files a/sigal/pictures/Local/General/20150117162858.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150117162912.jpg b/sigal/pictures/Local/General/20150117162912.jpg
deleted file mode 100644
index 22e5f957..00000000
Binary files a/sigal/pictures/Local/General/20150117162912.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150118173759.jpg b/sigal/pictures/Local/General/20150118173759.jpg
deleted file mode 100644
index 8262e66c..00000000
Binary files a/sigal/pictures/Local/General/20150118173759.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150120182641.jpg b/sigal/pictures/Local/General/20150120182641.jpg
deleted file mode 100644
index 1b623713..00000000
Binary files a/sigal/pictures/Local/General/20150120182641.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150120182721.jpg b/sigal/pictures/Local/General/20150120182721.jpg
deleted file mode 100644
index 4caa8ca5..00000000
Binary files a/sigal/pictures/Local/General/20150120182721.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150120182749.jpg b/sigal/pictures/Local/General/20150120182749.jpg
deleted file mode 100644
index 5f05f62f..00000000
Binary files a/sigal/pictures/Local/General/20150120182749.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150120183512.jpg b/sigal/pictures/Local/General/20150120183512.jpg
deleted file mode 100644
index 512dc625..00000000
Binary files a/sigal/pictures/Local/General/20150120183512.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150120183604.jpg b/sigal/pictures/Local/General/20150120183604.jpg
deleted file mode 100644
index 1598ef33..00000000
Binary files a/sigal/pictures/Local/General/20150120183604.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150120183625.jpg b/sigal/pictures/Local/General/20150120183625.jpg
deleted file mode 100644
index 353fe00a..00000000
Binary files a/sigal/pictures/Local/General/20150120183625.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150127075737.jpg b/sigal/pictures/Local/General/20150127075737.jpg
deleted file mode 100644
index fd41ecd7..00000000
Binary files a/sigal/pictures/Local/General/20150127075737.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150127112648.jpg b/sigal/pictures/Local/General/20150127112648.jpg
deleted file mode 100644
index 82880436..00000000
Binary files a/sigal/pictures/Local/General/20150127112648.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150205190502.jpg b/sigal/pictures/Local/General/20150205190502.jpg
deleted file mode 100644
index 6079700a..00000000
Binary files a/sigal/pictures/Local/General/20150205190502.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150207124134.jpg b/sigal/pictures/Local/General/20150207124134.jpg
deleted file mode 100644
index c899eec5..00000000
Binary files a/sigal/pictures/Local/General/20150207124134.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150211133505.jpg b/sigal/pictures/Local/General/20150211133505.jpg
deleted file mode 100644
index 12d90b32..00000000
Binary files a/sigal/pictures/Local/General/20150211133505.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150215161621.jpg b/sigal/pictures/Local/General/20150215161621.jpg
deleted file mode 100644
index c6b3ef5b..00000000
Binary files a/sigal/pictures/Local/General/20150215161621.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150222160127.jpg b/sigal/pictures/Local/General/20150222160127.jpg
deleted file mode 100644
index bc77a6b2..00000000
Binary files a/sigal/pictures/Local/General/20150222160127.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150222165256.jpg b/sigal/pictures/Local/General/20150222165256.jpg
deleted file mode 100644
index be82b878..00000000
Binary files a/sigal/pictures/Local/General/20150222165256.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150222171434.jpg b/sigal/pictures/Local/General/20150222171434.jpg
deleted file mode 100644
index aea15d27..00000000
Binary files a/sigal/pictures/Local/General/20150222171434.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150222171500.jpg b/sigal/pictures/Local/General/20150222171500.jpg
deleted file mode 100644
index 7c7bf0ef..00000000
Binary files a/sigal/pictures/Local/General/20150222171500.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150222171547.jpg b/sigal/pictures/Local/General/20150222171547.jpg
deleted file mode 100644
index ad2752f9..00000000
Binary files a/sigal/pictures/Local/General/20150222171547.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150222171602.jpg b/sigal/pictures/Local/General/20150222171602.jpg
deleted file mode 100644
index 6f808ecf..00000000
Binary files a/sigal/pictures/Local/General/20150222171602.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150222171622.jpg b/sigal/pictures/Local/General/20150222171622.jpg
deleted file mode 100644
index 0a036933..00000000
Binary files a/sigal/pictures/Local/General/20150222171622.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150222171854.jpg b/sigal/pictures/Local/General/20150222171854.jpg
deleted file mode 100644
index 982af334..00000000
Binary files a/sigal/pictures/Local/General/20150222171854.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150222173215.jpg b/sigal/pictures/Local/General/20150222173215.jpg
deleted file mode 100644
index 9c3a68c8..00000000
Binary files a/sigal/pictures/Local/General/20150222173215.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150803074118.jpg b/sigal/pictures/Local/General/20150803074118.jpg
deleted file mode 100644
index c0476aa1..00000000
Binary files a/sigal/pictures/Local/General/20150803074118.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150804075136.jpg b/sigal/pictures/Local/General/20150804075136.jpg
deleted file mode 100644
index 1d2c1c39..00000000
Binary files a/sigal/pictures/Local/General/20150804075136.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150809193454.jpg b/sigal/pictures/Local/General/20150809193454.jpg
deleted file mode 100644
index 91d1bb5c..00000000
Binary files a/sigal/pictures/Local/General/20150809193454.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150810174519.jpg b/sigal/pictures/Local/General/20150810174519.jpg
deleted file mode 100644
index 890840af..00000000
Binary files a/sigal/pictures/Local/General/20150810174519.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150810174538.jpg b/sigal/pictures/Local/General/20150810174538.jpg
deleted file mode 100644
index 9013cee4..00000000
Binary files a/sigal/pictures/Local/General/20150810174538.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150811180411.jpg b/sigal/pictures/Local/General/20150811180411.jpg
deleted file mode 100644
index 0805c14c..00000000
Binary files a/sigal/pictures/Local/General/20150811180411.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150813074407.jpg b/sigal/pictures/Local/General/20150813074407.jpg
deleted file mode 100644
index dd7ae320..00000000
Binary files a/sigal/pictures/Local/General/20150813074407.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/20150815102011.jpg b/sigal/pictures/Local/General/20150815102011.jpg
deleted file mode 100644
index 2246e9d7..00000000
Binary files a/sigal/pictures/Local/General/20150815102011.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/IMG_1717.jpg b/sigal/pictures/Local/General/IMG_1717.jpg
deleted file mode 100644
index e4af9229..00000000
Binary files a/sigal/pictures/Local/General/IMG_1717.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/IMG_20140927_210805.jpg b/sigal/pictures/Local/General/IMG_20140927_210805.jpg
deleted file mode 100644
index aa3c87d2..00000000
Binary files a/sigal/pictures/Local/General/IMG_20140927_210805.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/IMG_20140927_210821.jpg b/sigal/pictures/Local/General/IMG_20140927_210821.jpg
deleted file mode 100644
index 535e6a54..00000000
Binary files a/sigal/pictures/Local/General/IMG_20140927_210821.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/IMG_20140928_171825.jpg b/sigal/pictures/Local/General/IMG_20140928_171825.jpg
deleted file mode 100644
index 21803d87..00000000
Binary files a/sigal/pictures/Local/General/IMG_20140928_171825.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/IMG_20140928_174355.jpg b/sigal/pictures/Local/General/IMG_20140928_174355.jpg
deleted file mode 100644
index fde7aa51..00000000
Binary files a/sigal/pictures/Local/General/IMG_20140928_174355.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/IMG_20140928_174648.jpg b/sigal/pictures/Local/General/IMG_20140928_174648.jpg
deleted file mode 100644
index f2d8cd02..00000000
Binary files a/sigal/pictures/Local/General/IMG_20140928_174648.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/IMG_20141026_170245.jpg b/sigal/pictures/Local/General/IMG_20141026_170245.jpg
deleted file mode 100644
index 65a2b3b0..00000000
Binary files a/sigal/pictures/Local/General/IMG_20141026_170245.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/IMG_20141026_170425.jpg b/sigal/pictures/Local/General/IMG_20141026_170425.jpg
deleted file mode 100644
index d386809f..00000000
Binary files a/sigal/pictures/Local/General/IMG_20141026_170425.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/General/IMG_20141026_171528.jpg b/sigal/pictures/Local/General/IMG_20141026_171528.jpg
deleted file mode 100644
index fa8b152a..00000000
Binary files a/sigal/pictures/Local/General/IMG_20141026_171528.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505183341-1.jpg b/sigal/pictures/Local/Grafitti/20190505183341-1.jpg
deleted file mode 100644
index f06b79e5..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505183341-1.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505183341.jpg b/sigal/pictures/Local/Grafitti/20190505183341.jpg
deleted file mode 100644
index d24f9e18..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505183341.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505183410-1.jpg b/sigal/pictures/Local/Grafitti/20190505183410-1.jpg
deleted file mode 100644
index bf090283..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505183410-1.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505183410.jpg b/sigal/pictures/Local/Grafitti/20190505183410.jpg
deleted file mode 100644
index 13330ac8..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505183410.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505183632.jpg b/sigal/pictures/Local/Grafitti/20190505183632.jpg
deleted file mode 100644
index de07f791..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505183632.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505183856.jpg b/sigal/pictures/Local/Grafitti/20190505183856.jpg
deleted file mode 100644
index bd9b8452..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505183856.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505183906.jpg b/sigal/pictures/Local/Grafitti/20190505183906.jpg
deleted file mode 100644
index 8818eea9..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505183906.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505183926.jpg b/sigal/pictures/Local/Grafitti/20190505183926.jpg
deleted file mode 100644
index 4e9a11a8..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505183926.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505183957.jpg b/sigal/pictures/Local/Grafitti/20190505183957.jpg
deleted file mode 100644
index 5c6b5d16..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505183957.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505184051.jpg b/sigal/pictures/Local/Grafitti/20190505184051.jpg
deleted file mode 100644
index 933e4d24..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505184051.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505184302-1.jpg b/sigal/pictures/Local/Grafitti/20190505184302-1.jpg
deleted file mode 100644
index a946376f..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505184302-1.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505184302.jpg b/sigal/pictures/Local/Grafitti/20190505184302.jpg
deleted file mode 100644
index 4ab7eb0a..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505184302.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505184333-1.jpg b/sigal/pictures/Local/Grafitti/20190505184333-1.jpg
deleted file mode 100644
index 0ccf7656..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505184333-1.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505184333.jpg b/sigal/pictures/Local/Grafitti/20190505184333.jpg
deleted file mode 100644
index c7395dc0..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505184333.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505184438.jpg b/sigal/pictures/Local/Grafitti/20190505184438.jpg
deleted file mode 100644
index f512ead6..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505184438.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505184556.jpg b/sigal/pictures/Local/Grafitti/20190505184556.jpg
deleted file mode 100644
index 41dc86f2..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505184556.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505184616.jpg b/sigal/pictures/Local/Grafitti/20190505184616.jpg
deleted file mode 100644
index c5e46550..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505184616.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505184748.jpg b/sigal/pictures/Local/Grafitti/20190505184748.jpg
deleted file mode 100644
index cea898a0..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505184748.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505184944.jpg b/sigal/pictures/Local/Grafitti/20190505184944.jpg
deleted file mode 100644
index 508699da..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505184944.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505185109.jpg b/sigal/pictures/Local/Grafitti/20190505185109.jpg
deleted file mode 100644
index d4203500..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505185109.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505185146.jpg b/sigal/pictures/Local/Grafitti/20190505185146.jpg
deleted file mode 100644
index 9219028c..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505185146.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505185213.jpg b/sigal/pictures/Local/Grafitti/20190505185213.jpg
deleted file mode 100644
index 86dc4b7b..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505185213.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505185223-1.jpg b/sigal/pictures/Local/Grafitti/20190505185223-1.jpg
deleted file mode 100644
index 2c661f8d..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505185223-1.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505185223.jpg b/sigal/pictures/Local/Grafitti/20190505185223.jpg
deleted file mode 100644
index 59dc5c42..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505185223.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505185243.jpg b/sigal/pictures/Local/Grafitti/20190505185243.jpg
deleted file mode 100644
index fac95e18..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505185243.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505185632.jpg b/sigal/pictures/Local/Grafitti/20190505185632.jpg
deleted file mode 100644
index 01172ebe..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505185632.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505185801-1.jpg b/sigal/pictures/Local/Grafitti/20190505185801-1.jpg
deleted file mode 100644
index cb497f56..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505185801-1.jpg and /dev/null differ
diff --git a/sigal/pictures/Local/Grafitti/20190505185801.jpg b/sigal/pictures/Local/Grafitti/20190505185801.jpg
deleted file mode 100644
index 3b9dc119..00000000
Binary files a/sigal/pictures/Local/Grafitti/20190505185801.jpg and /dev/null differ
diff --git a/sigal/pictures/Moving/HP_logo.png b/sigal/pictures/Moving/HP_logo.png
deleted file mode 100644
index eaee6492..00000000
Binary files a/sigal/pictures/Moving/HP_logo.png and /dev/null differ
diff --git a/sigal/pictures/Ninja/20140314174519.jpg b/sigal/pictures/Ninja/20140314174519.jpg
deleted file mode 100644
index 5132af09..00000000
Binary files a/sigal/pictures/Ninja/20140314174519.jpg and /dev/null differ
diff --git a/sigal/pictures/Ninja/20140325111711.jpg b/sigal/pictures/Ninja/20140325111711.jpg
deleted file mode 100644
index 2ed8e64c..00000000
Binary files a/sigal/pictures/Ninja/20140325111711.jpg and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141004124358.jpg b/sigal/pictures/Ninja/20141004124358.jpg
deleted file mode 100644
index 7548884d..00000000
Binary files a/sigal/pictures/Ninja/20141004124358.jpg and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141004124521.jpg b/sigal/pictures/Ninja/20141004124521.jpg
deleted file mode 100644
index 21e9970f..00000000
Binary files a/sigal/pictures/Ninja/20141004124521.jpg and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141005121521.jpg b/sigal/pictures/Ninja/20141005121521.jpg
deleted file mode 100644
index fe97d3e2..00000000
Binary files a/sigal/pictures/Ninja/20141005121521.jpg and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141029180337.JPG b/sigal/pictures/Ninja/20141029180337.JPG
deleted file mode 100644
index 01082778..00000000
Binary files a/sigal/pictures/Ninja/20141029180337.JPG and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141029180448.JPG b/sigal/pictures/Ninja/20141029180448.JPG
deleted file mode 100644
index 6e4ea105..00000000
Binary files a/sigal/pictures/Ninja/20141029180448.JPG and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141029181103.JPG b/sigal/pictures/Ninja/20141029181103.JPG
deleted file mode 100644
index 28b4a427..00000000
Binary files a/sigal/pictures/Ninja/20141029181103.JPG and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141029181341.JPG b/sigal/pictures/Ninja/20141029181341.JPG
deleted file mode 100644
index cf310a1d..00000000
Binary files a/sigal/pictures/Ninja/20141029181341.JPG and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141029181431.JPG b/sigal/pictures/Ninja/20141029181431.JPG
deleted file mode 100644
index d1db6a0d..00000000
Binary files a/sigal/pictures/Ninja/20141029181431.JPG and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141029181443.JPG b/sigal/pictures/Ninja/20141029181443.JPG
deleted file mode 100644
index 2c726094..00000000
Binary files a/sigal/pictures/Ninja/20141029181443.JPG and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141029181504.JPG b/sigal/pictures/Ninja/20141029181504.JPG
deleted file mode 100644
index eb0819e6..00000000
Binary files a/sigal/pictures/Ninja/20141029181504.JPG and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141029181524.JPG b/sigal/pictures/Ninja/20141029181524.JPG
deleted file mode 100644
index c8e4d73b..00000000
Binary files a/sigal/pictures/Ninja/20141029181524.JPG and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141029181548.JPG b/sigal/pictures/Ninja/20141029181548.JPG
deleted file mode 100644
index 33d24ede..00000000
Binary files a/sigal/pictures/Ninja/20141029181548.JPG and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141108155244.jpg b/sigal/pictures/Ninja/20141108155244.jpg
deleted file mode 100644
index 0a330e4e..00000000
Binary files a/sigal/pictures/Ninja/20141108155244.jpg and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141108155408.jpg b/sigal/pictures/Ninja/20141108155408.jpg
deleted file mode 100644
index 029e0f38..00000000
Binary files a/sigal/pictures/Ninja/20141108155408.jpg and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141108155559.jpg b/sigal/pictures/Ninja/20141108155559.jpg
deleted file mode 100644
index df8a7364..00000000
Binary files a/sigal/pictures/Ninja/20141108155559.jpg and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141108155824.jpg b/sigal/pictures/Ninja/20141108155824.jpg
deleted file mode 100644
index aa531093..00000000
Binary files a/sigal/pictures/Ninja/20141108155824.jpg and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141108155901.jpg b/sigal/pictures/Ninja/20141108155901.jpg
deleted file mode 100644
index 0c9d22d0..00000000
Binary files a/sigal/pictures/Ninja/20141108155901.jpg and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141108155958.jpg b/sigal/pictures/Ninja/20141108155958.jpg
deleted file mode 100644
index 2e68d827..00000000
Binary files a/sigal/pictures/Ninja/20141108155958.jpg and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141108160027.jpg b/sigal/pictures/Ninja/20141108160027.jpg
deleted file mode 100644
index 806c7731..00000000
Binary files a/sigal/pictures/Ninja/20141108160027.jpg and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141108160508.jpg b/sigal/pictures/Ninja/20141108160508.jpg
deleted file mode 100644
index d1b87473..00000000
Binary files a/sigal/pictures/Ninja/20141108160508.jpg and /dev/null differ
diff --git a/sigal/pictures/Ninja/20141108160558.jpg b/sigal/pictures/Ninja/20141108160558.jpg
deleted file mode 100644
index 1c0cf5f9..00000000
Binary files a/sigal/pictures/Ninja/20141108160558.jpg and /dev/null differ
diff --git a/sigal/pictures/Ninja/IMG_20141004_133620.jpg b/sigal/pictures/Ninja/IMG_20141004_133620.jpg
deleted file mode 100644
index 0cac38fe..00000000
Binary files a/sigal/pictures/Ninja/IMG_20141004_133620.jpg and /dev/null differ
diff --git a/sigal/pictures/Ninja/IMG_20141007_160625.JPG b/sigal/pictures/Ninja/IMG_20141007_160625.JPG
deleted file mode 100644
index 13664e16..00000000
Binary files a/sigal/pictures/Ninja/IMG_20141007_160625.JPG and /dev/null differ
diff --git a/sigal/pictures/Ninja/IMG_20141020_204736.JPG b/sigal/pictures/Ninja/IMG_20141020_204736.JPG
deleted file mode 100644
index 8b1d50a9..00000000
Binary files a/sigal/pictures/Ninja/IMG_20141020_204736.JPG and /dev/null differ
diff --git a/sigal/pictures/Ninja/IMG_20141022_131600.JPG b/sigal/pictures/Ninja/IMG_20141022_131600.JPG
deleted file mode 100644
index f31ce98d..00000000
Binary files a/sigal/pictures/Ninja/IMG_20141022_131600.JPG and /dev/null differ
diff --git a/sigal/pictures/Random/201701.jpg b/sigal/pictures/Random/201701.jpg
deleted file mode 100644
index 8fb19da0..00000000
Binary files a/sigal/pictures/Random/201701.jpg and /dev/null differ
diff --git a/sigal/pictures/Random/201702.jpg b/sigal/pictures/Random/201702.jpg
deleted file mode 100644
index 790fd55b..00000000
Binary files a/sigal/pictures/Random/201702.jpg and /dev/null differ
diff --git a/sigal/pictures/Random/Art-Rose.jpg b/sigal/pictures/Random/Art-Rose.jpg
deleted file mode 100644
index 623bbb59..00000000
Binary files a/sigal/pictures/Random/Art-Rose.jpg and /dev/null differ
diff --git a/sigal/pictures/Random/deadpool-sa.jpg b/sigal/pictures/Random/deadpool-sa.jpg
deleted file mode 100644
index c7565ef0..00000000
Binary files a/sigal/pictures/Random/deadpool-sa.jpg and /dev/null differ
diff --git a/sigal/pictures/Random/dice.jpg b/sigal/pictures/Random/dice.jpg
deleted file mode 100644
index 14d31b00..00000000
Binary files a/sigal/pictures/Random/dice.jpg and /dev/null differ
diff --git a/sigal/pictures/Random/harley-drive.jpg b/sigal/pictures/Random/harley-drive.jpg
deleted file mode 100644
index c5683d2d..00000000
Binary files a/sigal/pictures/Random/harley-drive.jpg and /dev/null differ
diff --git a/sigal/pictures/Random/side-by-side.jpg b/sigal/pictures/Random/side-by-side.jpg
deleted file mode 100644
index 24972437..00000000
Binary files a/sigal/pictures/Random/side-by-side.jpg and /dev/null differ
diff --git a/sigal/pictures/TRF/2016/20161126111946.jpg b/sigal/pictures/TRF/2016/20161126111946.jpg
deleted file mode 100644
index 97391fcb..00000000
Binary files a/sigal/pictures/TRF/2016/20161126111946.jpg and /dev/null differ
diff --git a/sigal/pictures/TRF/2016/20161126112249.jpg b/sigal/pictures/TRF/2016/20161126112249.jpg
deleted file mode 100644
index be4544e6..00000000
Binary files a/sigal/pictures/TRF/2016/20161126112249.jpg and /dev/null differ
diff --git a/sigal/pictures/TRF/2016/20161126112933.jpg b/sigal/pictures/TRF/2016/20161126112933.jpg
deleted file mode 100644
index d2940dbe..00000000
Binary files a/sigal/pictures/TRF/2016/20161126112933.jpg and /dev/null differ
diff --git a/sigal/pictures/TRF/2016/20161126132650359244.jpg b/sigal/pictures/TRF/2016/20161126132650359244.jpg
deleted file mode 100644
index 4bebc4e5..00000000
Binary files a/sigal/pictures/TRF/2016/20161126132650359244.jpg and /dev/null differ
diff --git a/sigal/pictures/TRF/2016/20161126132657778548.jpg b/sigal/pictures/TRF/2016/20161126132657778548.jpg
deleted file mode 100644
index 156c3b68..00000000
Binary files a/sigal/pictures/TRF/2016/20161126132657778548.jpg and /dev/null differ
diff --git a/sigal/pictures/TRF/2016/20161126145443934704.jpg b/sigal/pictures/TRF/2016/20161126145443934704.jpg
deleted file mode 100644
index 61f32f0a..00000000
Binary files a/sigal/pictures/TRF/2016/20161126145443934704.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/China/P1215426.jpg b/sigal/pictures/Travel/China/P1215426.jpg
deleted file mode 100644
index 50190377..00000000
Binary files a/sigal/pictures/Travel/China/P1215426.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/China/P1215441.jpg b/sigal/pictures/Travel/China/P1215441.jpg
deleted file mode 100644
index 5ae161f9..00000000
Binary files a/sigal/pictures/Travel/China/P1215441.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/China/P1255540.jpg b/sigal/pictures/Travel/China/P1255540.jpg
deleted file mode 100644
index 5779e298..00000000
Binary files a/sigal/pictures/Travel/China/P1255540.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/China/P1265612.jpg b/sigal/pictures/Travel/China/P1265612.jpg
deleted file mode 100644
index b5cbc0bf..00000000
Binary files a/sigal/pictures/Travel/China/P1265612.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/China/P1265674.jpg b/sigal/pictures/Travel/China/P1265674.jpg
deleted file mode 100644
index c7b0f550..00000000
Binary files a/sigal/pictures/Travel/China/P1265674.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/China/P1265701.jpg b/sigal/pictures/Travel/China/P1265701.jpg
deleted file mode 100644
index 9c26fbc1..00000000
Binary files a/sigal/pictures/Travel/China/P1265701.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/China/P1265770.jpg b/sigal/pictures/Travel/China/P1265770.jpg
deleted file mode 100644
index 4af6367e..00000000
Binary files a/sigal/pictures/Travel/China/P1265770.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/China/P1285817.jpg b/sigal/pictures/Travel/China/P1285817.jpg
deleted file mode 100644
index 0f981c64..00000000
Binary files a/sigal/pictures/Travel/China/P1285817.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/China/P1285835.jpg b/sigal/pictures/Travel/China/P1285835.jpg
deleted file mode 100644
index 02cc7544..00000000
Binary files a/sigal/pictures/Travel/China/P1285835.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/China/P1285838.jpg b/sigal/pictures/Travel/China/P1285838.jpg
deleted file mode 100644
index e43d1076..00000000
Binary files a/sigal/pictures/Travel/China/P1285838.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/China/P1285877.jpg b/sigal/pictures/Travel/China/P1285877.jpg
deleted file mode 100644
index 8d1b6e08..00000000
Binary files a/sigal/pictures/Travel/China/P1285877.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/China/P1300197.jpg b/sigal/pictures/Travel/China/P1300197.jpg
deleted file mode 100644
index 5b2769e6..00000000
Binary files a/sigal/pictures/Travel/China/P1300197.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/Mexico/2014-05/IMG_20140511_221843.jpg b/sigal/pictures/Travel/Mexico/2014-05/IMG_20140511_221843.jpg
deleted file mode 100644
index f29c75ba..00000000
Binary files a/sigal/pictures/Travel/Mexico/2014-05/IMG_20140511_221843.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/Mexico/2014-05/StartMexico.jpg b/sigal/pictures/Travel/Mexico/2014-05/StartMexico.jpg
deleted file mode 100644
index 7c41a544..00000000
Binary files a/sigal/pictures/Travel/Mexico/2014-05/StartMexico.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170506164921393061.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170506164921393061.jpg
deleted file mode 100644
index 0e4831a2..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170506164921393061.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170506190807.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170506190807.jpg
deleted file mode 100644
index 70f48279..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170506190807.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170506201332.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170506201332.jpg
deleted file mode 100644
index bed71055..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170506201332.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170506202055.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170506202055.jpg
deleted file mode 100644
index f704c1a7..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170506202055.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170506210246861522.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170506210246861522.jpg
deleted file mode 100644
index 57f13a34..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170506210246861522.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170507070909.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170507070909.jpg
deleted file mode 100644
index 533b4c32..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170507070909.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170507071010.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170507071010.jpg
deleted file mode 100644
index 20782dab..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170507071010.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170507151449.JPG b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170507151449.JPG
deleted file mode 100644
index dd864f23..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170507151449.JPG and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170507174553011856.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170507174553011856.jpg
deleted file mode 100644
index 297e965f..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170507174553011856.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170509214956.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170509214956.jpg
deleted file mode 100644
index 2eab8a98..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170509214956.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170510065231.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170510065231.jpg
deleted file mode 100644
index e87d0dda..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170510065231.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170510065235.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170510065235.jpg
deleted file mode 100644
index 20ff235d..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170510065235.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170511084452435377.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170511084452435377.jpg
deleted file mode 100644
index 5f899db0..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170511084452435377.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170511202847823104.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170511202847823104.jpg
deleted file mode 100644
index ee86c823..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170511202847823104.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170511212415150093.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170511212415150093.jpg
deleted file mode 100644
index dc309319..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170511212415150093.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170511213524668329.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170511213524668329.jpg
deleted file mode 100644
index 871b04fe..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170511213524668329.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170512175009.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170512175009.jpg
deleted file mode 100644
index a15d796e..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170512175009.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170512175020.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170512175020.jpg
deleted file mode 100644
index 08c69e05..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170512175020.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170512175028.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170512175028.jpg
deleted file mode 100644
index d296bfc3..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170512175028.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170512194222248809.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170512194222248809.jpg
deleted file mode 100644
index 53b5b018..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170512194222248809.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170512194227902617.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170512194227902617.jpg
deleted file mode 100644
index ef30c3a2..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170512194227902617.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170513081119984983.jpg b/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170513081119984983.jpg
deleted file mode 100644
index bf0f2886..00000000
Binary files a/sigal/pictures/Travel/UK/Bournemouth-2017-05/20170513081119984983.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/London-2014-03/14 - 1(1).jpg b/sigal/pictures/Travel/UK/London-2014-03/14 - 1(1).jpg
deleted file mode 100644
index 405fb12b..00000000
Binary files a/sigal/pictures/Travel/UK/London-2014-03/14 - 1(1).jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/London-2014-03/20130120103459.jpg b/sigal/pictures/Travel/UK/London-2014-03/20130120103459.jpg
deleted file mode 100644
index 4c57ef90..00000000
Binary files a/sigal/pictures/Travel/UK/London-2014-03/20130120103459.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/London-2014-03/20140331115526.jpg b/sigal/pictures/Travel/UK/London-2014-03/20140331115526.jpg
deleted file mode 100644
index cd0b2730..00000000
Binary files a/sigal/pictures/Travel/UK/London-2014-03/20140331115526.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/London-2014-03/20140331124000.jpg b/sigal/pictures/Travel/UK/London-2014-03/20140331124000.jpg
deleted file mode 100644
index 3beb07d7..00000000
Binary files a/sigal/pictures/Travel/UK/London-2014-03/20140331124000.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/London-2014-03/20140331124111.jpg b/sigal/pictures/Travel/UK/London-2014-03/20140331124111.jpg
deleted file mode 100644
index 7cd7544a..00000000
Binary files a/sigal/pictures/Travel/UK/London-2014-03/20140331124111.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/London-2014-03/20140331124850.jpg b/sigal/pictures/Travel/UK/London-2014-03/20140331124850.jpg
deleted file mode 100644
index ee365a6c..00000000
Binary files a/sigal/pictures/Travel/UK/London-2014-03/20140331124850.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/London-2014-03/20140331160537.jpg b/sigal/pictures/Travel/UK/London-2014-03/20140331160537.jpg
deleted file mode 100644
index 3e0207c3..00000000
Binary files a/sigal/pictures/Travel/UK/London-2014-03/20140331160537.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/London-2014-03/20140331161614.jpg b/sigal/pictures/Travel/UK/London-2014-03/20140331161614.jpg
deleted file mode 100644
index 07482ea1..00000000
Binary files a/sigal/pictures/Travel/UK/London-2014-03/20140331161614.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/London-2014-03/20140331172852.jpg b/sigal/pictures/Travel/UK/London-2014-03/20140331172852.jpg
deleted file mode 100644
index 65f699ce..00000000
Binary files a/sigal/pictures/Travel/UK/London-2014-03/20140331172852.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/London-2014-03/20140331172939.jpg b/sigal/pictures/Travel/UK/London-2014-03/20140331172939.jpg
deleted file mode 100644
index 930c0a1b..00000000
Binary files a/sigal/pictures/Travel/UK/London-2014-03/20140331172939.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/London-2014-03/20140402185635.jpg b/sigal/pictures/Travel/UK/London-2014-03/20140402185635.jpg
deleted file mode 100644
index aee81a5a..00000000
Binary files a/sigal/pictures/Travel/UK/London-2014-03/20140402185635.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/London-2014-03/20140403140426.jpg b/sigal/pictures/Travel/UK/London-2014-03/20140403140426.jpg
deleted file mode 100644
index 3b93ac3d..00000000
Binary files a/sigal/pictures/Travel/UK/London-2014-03/20140403140426.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/London-2014-03/20140404174934.jpg b/sigal/pictures/Travel/UK/London-2014-03/20140404174934.jpg
deleted file mode 100644
index f2d470e6..00000000
Binary files a/sigal/pictures/Travel/UK/London-2014-03/20140404174934.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/London-2014-03/20140406111123.jpg b/sigal/pictures/Travel/UK/London-2014-03/20140406111123.jpg
deleted file mode 100644
index ca5b821d..00000000
Binary files a/sigal/pictures/Travel/UK/London-2014-03/20140406111123.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/London-2014-03/20140406145724.jpg b/sigal/pictures/Travel/UK/London-2014-03/20140406145724.jpg
deleted file mode 100644
index 7dc8ceda..00000000
Binary files a/sigal/pictures/Travel/UK/London-2014-03/20140406145724.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/UK/London-2014-03/CAM00159(1).jpg b/sigal/pictures/Travel/UK/London-2014-03/CAM00159(1).jpg
deleted file mode 100644
index 9bc9e141..00000000
Binary files a/sigal/pictures/Travel/UK/London-2014-03/CAM00159(1).jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20021208120000.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20021208120000.jpg
deleted file mode 100644
index 86287da6..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20021208120000.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150704142306.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150704142306.jpg
deleted file mode 100644
index 1172d452..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150704142306.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150704142714.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150704142714.jpg
deleted file mode 100644
index bfe93c25..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150704142714.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150704142830.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150704142830.jpg
deleted file mode 100644
index 9e9f1bdc..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150704142830.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150704142941.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150704142941.jpg
deleted file mode 100644
index 6fa836a4..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150704142941.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150704143004.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150704143004.jpg
deleted file mode 100644
index d61d4626..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150704143004.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150704144519.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150704144519.jpg
deleted file mode 100644
index 3f2ab5b0..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150704144519.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150704144534.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150704144534.jpg
deleted file mode 100644
index f47d66bb..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150704144534.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150704144600.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150704144600.jpg
deleted file mode 100644
index ec554516..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150704144600.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150704145036.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150704145036.jpg
deleted file mode 100644
index f9d96ffd..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150704145036.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150704153847.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150704153847.jpg
deleted file mode 100644
index fb282d29..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150704153847.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150705115058.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150705115058.jpg
deleted file mode 100644
index a1ab9603..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150705115058.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150705115117.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150705115117.jpg
deleted file mode 100644
index 8e92cda8..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150705115117.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150705115416.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150705115416.jpg
deleted file mode 100644
index 9a1ea922..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150705115416.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150705115428.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150705115428.jpg
deleted file mode 100644
index d21ba7be..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150705115428.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150705115553.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150705115553.jpg
deleted file mode 100644
index 913bda32..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150705115553.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150705120816.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150705120816.jpg
deleted file mode 100644
index 896373a6..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150705120816.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150705121513.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150705121513.jpg
deleted file mode 100644
index 7c705ce5..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150705121513.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150705122327.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150705122327.jpg
deleted file mode 100644
index e3acba17..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150705122327.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150705122436.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150705122436.jpg
deleted file mode 100644
index 4106d3cb..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150705122436.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150705123935.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150705123935.jpg
deleted file mode 100644
index 6a8cfefa..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150705123935.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150706080810.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150706080810.jpg
deleted file mode 100644
index a722e48b..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150706080810.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150706092540.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150706092540.jpg
deleted file mode 100644
index af092884..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150706092540.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150706135619.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150706135619.jpg
deleted file mode 100644
index 5397a95c..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150706135619.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150706145430.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150706145430.jpg
deleted file mode 100644
index f41d5a3d..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150706145430.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150706151037.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150706151037.jpg
deleted file mode 100644
index 09e6a6cc..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150706151037.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150706151222.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150706151222.jpg
deleted file mode 100644
index 0942f2fb..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150706151222.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150706153259.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150706153259.jpg
deleted file mode 100644
index 17464b32..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150706153259.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150706153442.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150706153442.jpg
deleted file mode 100644
index a2f816e0..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150706153442.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150706153812.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150706153812.jpg
deleted file mode 100644
index 002186ce..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150706153812.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150706153925.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150706153925.jpg
deleted file mode 100644
index 0509baaa..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150706153925.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150706153938.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150706153938.jpg
deleted file mode 100644
index 9f233ed9..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150706153938.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150706154152.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150706154152.jpg
deleted file mode 100644
index cb5dbfc7..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150706154152.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150707110811.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150707110811.jpg
deleted file mode 100644
index 791f7b9f..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150707110811.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150707141537.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150707141537.jpg
deleted file mode 100644
index d29c9e59..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150707141537.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150708123602.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150708123602.jpg
deleted file mode 100644
index 6db50793..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150708123602.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150708134205.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150708134205.jpg
deleted file mode 100644
index edf53871..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150708134205.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150708134213.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150708134213.jpg
deleted file mode 100644
index 864b9966..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150708134213.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150708134856.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150708134856.jpg
deleted file mode 100644
index 7a87b9f4..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150708134856.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150708135001.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150708135001.jpg
deleted file mode 100644
index 675d9b99..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150708135001.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2015-07/20150708141403.jpg b/sigal/pictures/Travel/US/Galveston-2015-07/20150708141403.jpg
deleted file mode 100644
index 76919f1e..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2015-07/20150708141403.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2017-07/20170703172025.jpg b/sigal/pictures/Travel/US/Galveston-2017-07/20170703172025.jpg
deleted file mode 100644
index 68dcb431..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2017-07/20170703172025.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2017-07/20170703172102.jpg b/sigal/pictures/Travel/US/Galveston-2017-07/20170703172102.jpg
deleted file mode 100644
index f1c5256a..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2017-07/20170703172102.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2017-07/20170703172337.jpg b/sigal/pictures/Travel/US/Galveston-2017-07/20170703172337.jpg
deleted file mode 100644
index 2625d8df..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2017-07/20170703172337.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2017-07/20170703172343.jpg b/sigal/pictures/Travel/US/Galveston-2017-07/20170703172343.jpg
deleted file mode 100644
index d3f11123..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2017-07/20170703172343.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2017-07/20170703173122.jpg b/sigal/pictures/Travel/US/Galveston-2017-07/20170703173122.jpg
deleted file mode 100644
index 7d022711..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2017-07/20170703173122.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2017-07/20170703173436.jpg b/sigal/pictures/Travel/US/Galveston-2017-07/20170703173436.jpg
deleted file mode 100644
index 83f2e0a3..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2017-07/20170703173436.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2017-07/20170703173629.jpg b/sigal/pictures/Travel/US/Galveston-2017-07/20170703173629.jpg
deleted file mode 100644
index 80933c87..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2017-07/20170703173629.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2017-07/20170703200507531478.jpg b/sigal/pictures/Travel/US/Galveston-2017-07/20170703200507531478.jpg
deleted file mode 100644
index 1f92968a..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2017-07/20170703200507531478.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2017-07/20170704105906.jpg b/sigal/pictures/Travel/US/Galveston-2017-07/20170704105906.jpg
deleted file mode 100644
index 779d2dee..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2017-07/20170704105906.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2017-07/20170704105924.jpg b/sigal/pictures/Travel/US/Galveston-2017-07/20170704105924.jpg
deleted file mode 100644
index 4e4b70ea..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2017-07/20170704105924.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2017-07/20170704171837.jpg b/sigal/pictures/Travel/US/Galveston-2017-07/20170704171837.jpg
deleted file mode 100644
index 80e5102f..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2017-07/20170704171837.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2017-07/20170704171856.jpg b/sigal/pictures/Travel/US/Galveston-2017-07/20170704171856.jpg
deleted file mode 100644
index 0326d656..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2017-07/20170704171856.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2017-07/20170705091522.jpg b/sigal/pictures/Travel/US/Galveston-2017-07/20170705091522.jpg
deleted file mode 100644
index b44aa6ce..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2017-07/20170705091522.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2017-07/20170705092723.jpg b/sigal/pictures/Travel/US/Galveston-2017-07/20170705092723.jpg
deleted file mode 100644
index cfec27b5..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2017-07/20170705092723.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Galveston-2017-07/20170705111348.jpg b/sigal/pictures/Travel/US/Galveston-2017-07/20170705111348.jpg
deleted file mode 100644
index 23c5f741..00000000
Binary files a/sigal/pictures/Travel/US/Galveston-2017-07/20170705111348.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Las Vegas-2014-06/20140607094949.jpg b/sigal/pictures/Travel/US/Las Vegas-2014-06/20140607094949.jpg
deleted file mode 100644
index cbc7c1c2..00000000
Binary files a/sigal/pictures/Travel/US/Las Vegas-2014-06/20140607094949.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Las Vegas-2014-06/20140607095037.jpg b/sigal/pictures/Travel/US/Las Vegas-2014-06/20140607095037.jpg
deleted file mode 100644
index ddb5dc26..00000000
Binary files a/sigal/pictures/Travel/US/Las Vegas-2014-06/20140607095037.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Las Vegas-2014-06/20140607232925.jpg b/sigal/pictures/Travel/US/Las Vegas-2014-06/20140607232925.jpg
deleted file mode 100644
index f202de27..00000000
Binary files a/sigal/pictures/Travel/US/Las Vegas-2014-06/20140607232925.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Las Vegas-2014-06/20140607234122.jpg b/sigal/pictures/Travel/US/Las Vegas-2014-06/20140607234122.jpg
deleted file mode 100644
index 2f208f87..00000000
Binary files a/sigal/pictures/Travel/US/Las Vegas-2014-06/20140607234122.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Las Vegas-2015-06/20021208120000.jpg b/sigal/pictures/Travel/US/Las Vegas-2015-06/20021208120000.jpg
deleted file mode 100644
index a3b45d0f..00000000
Binary files a/sigal/pictures/Travel/US/Las Vegas-2015-06/20021208120000.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Las Vegas-2015-06/20021208120000_1.jpg b/sigal/pictures/Travel/US/Las Vegas-2015-06/20021208120000_1.jpg
deleted file mode 100644
index 23922b6a..00000000
Binary files a/sigal/pictures/Travel/US/Las Vegas-2015-06/20021208120000_1.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Las Vegas-2015-06/20021208120000_2.jpg b/sigal/pictures/Travel/US/Las Vegas-2015-06/20021208120000_2.jpg
deleted file mode 100644
index 6e5205a9..00000000
Binary files a/sigal/pictures/Travel/US/Las Vegas-2015-06/20021208120000_2.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Las Vegas-2015-06/20150531194530.jpg b/sigal/pictures/Travel/US/Las Vegas-2015-06/20150531194530.jpg
deleted file mode 100644
index c20b1023..00000000
Binary files a/sigal/pictures/Travel/US/Las Vegas-2015-06/20150531194530.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Las Vegas-2015-06/20150602214415.jpg b/sigal/pictures/Travel/US/Las Vegas-2015-06/20150602214415.jpg
deleted file mode 100644
index 6ad7d494..00000000
Binary files a/sigal/pictures/Travel/US/Las Vegas-2015-06/20150602214415.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Las Vegas-2015-06/20150603092013.jpg b/sigal/pictures/Travel/US/Las Vegas-2015-06/20150603092013.jpg
deleted file mode 100644
index 57c5d06f..00000000
Binary files a/sigal/pictures/Travel/US/Las Vegas-2015-06/20150603092013.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/Las Vegas-2015-06/20150603092026.jpg b/sigal/pictures/Travel/US/Las Vegas-2015-06/20150603092026.jpg
deleted file mode 100644
index 4578ff5d..00000000
Binary files a/sigal/pictures/Travel/US/Las Vegas-2015-06/20150603092026.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170611_125221.jpg b/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170611_125221.jpg
deleted file mode 100644
index 38954d7b..00000000
Binary files a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170611_125221.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170612_053817-EFFECTS.jpg b/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170612_053817-EFFECTS.jpg
deleted file mode 100644
index c602ab95..00000000
Binary files a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170612_053817-EFFECTS.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_194142.jpg b/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_194142.jpg
deleted file mode 100644
index c392d44f..00000000
Binary files a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_194142.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_195026.jpg b/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_195026.jpg
deleted file mode 100644
index 7be7e45f..00000000
Binary files a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_195026.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_195039.jpg b/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_195039.jpg
deleted file mode 100644
index 64164da7..00000000
Binary files a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_195039.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_195224.jpg b/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_195224.jpg
deleted file mode 100644
index 00cae2e9..00000000
Binary files a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_195224.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_195504.jpg b/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_195504.jpg
deleted file mode 100644
index a0df6945..00000000
Binary files a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_195504.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_195520-EFFECTS.jpg b/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_195520-EFFECTS.jpg
deleted file mode 100644
index daa97904..00000000
Binary files a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_195520-EFFECTS.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_200114.jpg b/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_200114.jpg
deleted file mode 100644
index ad39e161..00000000
Binary files a/sigal/pictures/Travel/US/NYC-2017-06/IMG_20170613_200114.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/NYC-2017-06/Ultimate_HDR_Camera_20170612_053909.jpg b/sigal/pictures/Travel/US/NYC-2017-06/Ultimate_HDR_Camera_20170612_053909.jpg
deleted file mode 100644
index 5ce060a5..00000000
Binary files a/sigal/pictures/Travel/US/NYC-2017-06/Ultimate_HDR_Camera_20170612_053909.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/NYC-2017-06/Ultimate_HDR_Camera_20170613_222345.jpg b/sigal/pictures/Travel/US/NYC-2017-06/Ultimate_HDR_Camera_20170613_222345.jpg
deleted file mode 100644
index 450694be..00000000
Binary files a/sigal/pictures/Travel/US/NYC-2017-06/Ultimate_HDR_Camera_20170613_222345.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/NYC-2017-06/Ultimate_HDR_Camera_Original_20170613_194630.jpg b/sigal/pictures/Travel/US/NYC-2017-06/Ultimate_HDR_Camera_Original_20170613_194630.jpg
deleted file mode 100644
index 43bd80ce..00000000
Binary files a/sigal/pictures/Travel/US/NYC-2017-06/Ultimate_HDR_Camera_Original_20170613_194630.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/NYC-2017-06/Ultimate_HDR_Camera_Original_20170613_200527.jpg b/sigal/pictures/Travel/US/NYC-2017-06/Ultimate_HDR_Camera_Original_20170613_200527.jpg
deleted file mode 100644
index 13170154..00000000
Binary files a/sigal/pictures/Travel/US/NYC-2017-06/Ultimate_HDR_Camera_Original_20170613_200527.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/NYC-2017-06/Ultimate_HDR_Camera_Original_20170613_200808.jpg b/sigal/pictures/Travel/US/NYC-2017-06/Ultimate_HDR_Camera_Original_20170613_200808.jpg
deleted file mode 100644
index b29ca9eb..00000000
Binary files a/sigal/pictures/Travel/US/NYC-2017-06/Ultimate_HDR_Camera_Original_20170613_200808.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703121845.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140703121845.jpg
deleted file mode 100644
index 5cfb64d9..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703121845.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703121911.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140703121911.jpg
deleted file mode 100644
index f40b7f33..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703121911.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703132247.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140703132247.jpg
deleted file mode 100644
index 29985d07..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703132247.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703132721.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140703132721.jpg
deleted file mode 100644
index c1d6eeed..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703132721.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703180906.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140703180906.jpg
deleted file mode 100644
index 38f9d034..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703180906.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703181024.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140703181024.jpg
deleted file mode 100644
index e49249a5..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703181024.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703181320.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140703181320.jpg
deleted file mode 100644
index 0087dae7..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703181320.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703181517.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140703181517.jpg
deleted file mode 100644
index d7878829..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703181517.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703181611.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140703181611.jpg
deleted file mode 100644
index a52331a5..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703181611.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703203418.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140703203418.jpg
deleted file mode 100644
index 9325ffa9..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703203418.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703203717.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140703203717.jpg
deleted file mode 100644
index ee948508..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140703203717.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140704102958.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140704102958.jpg
deleted file mode 100644
index 2095b333..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140704102958.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140704115156.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140704115156.jpg
deleted file mode 100644
index 2ca5be3b..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140704115156.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140704134921.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140704134921.jpg
deleted file mode 100644
index 541e13c9..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140704134921.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140704215506.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140704215506.jpg
deleted file mode 100644
index a128e0c2..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140704215506.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140705100455.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140705100455.jpg
deleted file mode 100644
index 55e06b2c..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140705100455.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140705102834.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140705102834.jpg
deleted file mode 100644
index 46ff1faf..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140705102834.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140705113156.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140705113156.jpg
deleted file mode 100644
index 8fa0bc09..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140705113156.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140706095606.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140706095606.jpg
deleted file mode 100644
index e9bbe09b..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140706095606.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140706100802.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140706100802.jpg
deleted file mode 100644
index 4dc8d3e0..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140706100802.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140706110237.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140706110237.jpg
deleted file mode 100644
index ac2fa6cc..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140706110237.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140706110417.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140706110417.jpg
deleted file mode 100644
index 35aa2bb3..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140706110417.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140706133615.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140706133615.jpg
deleted file mode 100644
index 8d1227b8..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140706133615.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20140825073629.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20140825073629.jpg
deleted file mode 100644
index fc7203fa..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20140825073629.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20150210212620.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20150210212620.jpg
deleted file mode 100644
index b8fc0e3f..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20150210212620.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20150210231552.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20150210231552.jpg
deleted file mode 100644
index b6efd796..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20150210231552.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20150210231910.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20150210231910.jpg
deleted file mode 100644
index c4b3860f..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20150210231910.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20150212224337.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20150212224337.jpg
deleted file mode 100644
index b99f8aa6..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20150212224337.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20150212224516.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20150212224516.jpg
deleted file mode 100644
index 70e7e80b..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20150212224516.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/20150212225431.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/20150212225431.jpg
deleted file mode 100644
index 7ef965a5..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/20150212225431.jpg and /dev/null differ
diff --git a/sigal/pictures/Travel/US/San Antonio-2014-07/IMG_1726.jpg b/sigal/pictures/Travel/US/San Antonio-2014-07/IMG_1726.jpg
deleted file mode 100644
index ae4465f6..00000000
Binary files a/sigal/pictures/Travel/US/San Antonio-2014-07/IMG_1726.jpg and /dev/null differ
diff --git a/sigal/sigal.conf.py b/sigal/sigal.conf.py
deleted file mode 100644
index d3e86047..00000000
--- a/sigal/sigal.conf.py
+++ /dev/null
@@ -1,223 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# All configuration values have a default; values that are commented out serve
-# to show the default. Default values are specified when modified in this
-# example config file
-
-# Gallery title. Can be set here or as the '--title' option of the `sigal
-# build` command, or in the 'index.md' file of the source directory.
-# The priority order is: cli option > settings file > index.md file
-title = "duckland.org's photo gallery"
-
-# ---------------------
-# General configuration
-# ---------------------
-
-# Source directory. Can be set here or as the first argument of the `sigal
-# build` command
-source = 'pictures'
-
-# Destination directory. Can be set here or as the second argument of the
-# `sigal build` command (default: '_build')
-destination = '/home/don/src/www.duckland.org/output/photos/'
-
-# Theme :
-# - colorbox (default), galleria, photoswipe, or the path to a custom theme directory
-theme = 'galleria'
-#theme = 'colorbox'
-
-# Author. Used in the footer of the pages and in the author meta tag.
-author = 'Don Harper'
-
-# Use originals in gallery (default: False). If True, this will bypass all
-# processing steps (resize, auto-orient, recompress, and any plugin-specific
-# step).
-# Originals will be symlinked if orig_link = True, else they will be copied.
-# use_orig = False
-
-# ----------------
-# Image processing (ignored if use_orig = True)
-# ----------------
-
-# Size of resized image (default: (640, 480))
-img_size = (1024, 768)
-
-# Should we use openlayers to show a map of the images where possible?
-# This option only has an effect on the galleria theme for the while.
-# show_map = False
-
-# Pilkit processor used to resize the image
-# (see http://pilkit.readthedocs.org/en/latest/#processors)
-# - ResizeToFit: fit the image within the specified dimensions (default)
-# - ResizeToFill: crop THE IMAGE it to the exact specified width and height
-# - SmartResize: identical to ResizeToFill, but uses entropy to crop the image
-# - None: don't resize
-img_processor = 'ResizeToFit'
-
-# Autorotate images
-# Warning: this setting is not compatible with `copy_exif_data` (see below),
-# because Sigal can't save the modified Orientation tag (currently Pillow can't
-# write EXIF).
-autorotate_images = True
-
-# If True, EXIF data from the original image is copied to the resized image
-copy_exif_data = False
-
-# Jpeg options
-# jpg_options = {'quality': 85,
-# 'optimize': True,
-# 'progressive': True}
-
-# --------------------
-# Thumbnail generation
-# --------------------
-
-# Generate thumbnails
-make_thumbs = False
-
-# Subdirectory of the thumbnails
-# thumb_dir = 'thumbnails'
-
-# Prefix and/or suffix for thumbnail filenames (default: '')
-# thumb_prefix = ''
-# thumb_suffix = '.tn'
-
-# Thumbnail size (default: (200, 150))
-# For the galleria theme, use 280 px for the width
-# For the colorbox and photoswipe theme, use 200 px for the width
-thumb_size = (280, 210)
-
-# Crop the image to fill the box
-# thumb_fit = True
-
-# Delay in seconds to avoid black thumbnails in videos with fade-in
-# thumb_video_delay = '0'
-
-# Keep original image (default: False)
-# keep_orig = True
-
-# Subdirectory for original images
-# orig_dir = 'original'
-
-# Use symbolic links instead of copying the original images
-# orig_link = False
-
-# Reverse sort for albums
-# albums_sort_reverse = False
-
-# Attribute of Media objects which is used to sort medias. 'date' can be used
-# to sort with EXIF dates.
-# medias_sort_attr = 'filename'
-
-# Reverse sort for medias
-# medias_sort_reverse = False
-
-# Filter directories and files.
-# The settings take a list of patterns matched with the fnmatch module on the
-# path relative to the source directory:
-# http://docs.python.org/2/library/fnmatch.html
-ignore_directories = []
-ignore_files = []
-
-# -------------
-# Video options
-# -------------
-
-# Video format
-# specify an alternative format, valid are 'webm' (default) and 'mp4'
-# video_format = 'webm'
-
-# Webm options
-# Options used in ffmpeg to encode the webm video. You may want to read
-# http://ffmpeg.org/trac/ffmpeg/wiki/vpxEncodingGuide
-# Be aware of the fact these options need to be passed as strings. If you are
-# using avconv (for example with Ubuntu), you will need to adapt the settings.
-# webm_options = ['-crf', '10', '-b:v', '1.6M',
-# '-qmin', '4', '-qmax', '63']
-
-# MP4 options
-# Options used to encode the mp4 video. You may want to read
-# https://trac.ffmpeg.org/wiki/Encode/H.264
-# mp4_options = ['-crf', '23' ]
-
-# Size of resized video (default: (480, 360))
-# video_size = (480, 360)
-
-# -------------
-# Miscellaneous
-# -------------
-
-# Write HTML files. If False, sigal will only process the images.
-# write_html = True
-
-# Name of the generated HTML files
-# output_filename = 'index.html'
-
-# Add output filename (see above) to the URLs
-# index_in_url = False
-
-# Use CDN for assets (Google fonts, JQuery).
-# If False some fonts may not be available.
-use_assets_cdn = False
-
-# A list of links (tuples (title, URL))
-# links = [('Example link', 'http://example.org'),
-# ('Another link', 'http://example.org')]
-#links = [('back to duckland.org home page', 'http://www.duckland.org')]
-links = [('Photos Home','/photos'),('Home Page', '/')]
-
-# Google Analytics tracking code (UA-xxxx-x)
-# google_analytics = ''
-
-# Piwik tracking
-# tracker_url must not contain trailing slash.
-# Example : {'tracker_url': 'http://stats.domain.com', 'site_id' : 2}
-# piwik = {'tracker_url': '', 'site_id' : 0}
-
-# Set zip_gallery to either False or a file name. The final archive will
-# contain all resized or original files (depending on `zip_media_format`).
-# zip_gallery = False # False or 'archive.zip'
-# zip_media_format = 'resized' # 'resized' or 'orig'
-
-# Specify a different locale. If set to '', the default locale is used.
-# locale = ''
-
-# List of files to copy from the source directory to the destination.
-# A symbolic link is used if ``orig_link`` is set to True (see above).
-# files_to_copy = (('extra/robots.txt', 'robots.txt'),
-# ('extra/favicon.ico', 'favicon.ico'),)
-
-# Colorbox theme config
-# The column size is given in number of column of the css grid of the Skeleton
-# framework which is used for this theme: http://www.getskeleton.com/#grid
-# Then the image size must be adapted to fit the column size.
-# The default is 4 columns which gives 220px. 3 columns gives 160px.
-# colorbox_column_size = 4
-
-# --------
-# Plugins
-# --------
-
-# List of plugins to use. The values must be a path than can be imported.
-# Another option is to import the plugin and put the module in the list, but
-# this will break with the multiprocessing feature (the settings dict obtained
-# from this file must be serializable).
-# plugins = ['sigal.plugins.adjust', 'sigal.plugins.copyright',
-# 'sigal.plugins.upload_s3', 'sigal.plugins.media_page']
-
-# Add a copyright text on the image (default: '')
-# copyright = "© An example copyright message"
-
-# Adjust the image after resizing it. A default value of 1.0 leaves the images
-# untouched.
-# adjust_options = {'color': 1.0,
-# 'brightness': 1.0,
-# 'contrast': 1.0,
-# 'sharpness': 1.0}
-
-# Settings for upload to s3 plugin
-# upload_s3_options = {
-# 'bucket': 'my-bucket',
-# 'policy': 'public-read',
-# 'overwrite': False
-# }
diff --git a/stories/about.rst b/stories/about.rst
deleted file mode 100644
index f51b6bf2..00000000
--- a/stories/about.rst
+++ /dev/null
@@ -1,24 +0,0 @@
-.. title: About
-.. slug: about
-.. date: 2014-12-05 09:00:28 UTC-06:00
-.. tags:
-.. category:
-.. link:
-.. description:
-.. type: text
-.. annotations:
-.. author: Don Harper
-.. author.uid: 1
-.. updated: 2014-12-05 09:00:28 UTC-06:00
-
-=====
-About
-=====
-
-Hello.
-
-This is the ramblings about my life, my hobbies, and my thoughts.I am a second generation systems engineer.
-
-I grew up with my father telecommuting to the 'minicomputers' during the 1970's. I have been earning money supporting open software for over 20 years now, and most of that time Linux. My first kernel I installed was 0.92. I first RHCE was in July 1999 for Red Hat 6.0. Not RHEL 6.0, Red Hat 6.0. I am also a photographer. I tend to do natural and suburban, but I have been known to do some travel and environmental portraiture as well.
-
-
diff --git a/stories/privacy.rst b/stories/privacy.rst
deleted file mode 100644
index 282a1f92..00000000
--- a/stories/privacy.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-.. title: Privacy
-.. slug: privacy
-.. date: 2015-12-20 10:15:22 UTC-06:00
-.. tags:
-.. category:
-.. link:
-.. description:
-.. type: text
-
-As someone who is supports computers for a living, privacy and security are thing for me. The logging on this site is only for debugging issues, and is not stored for more than 4 weeks at the moment (this will probably be shortened soon). There should be no cookies set by this site. When we switch over to only SSL/TLS traffic, the server will be configured to only serve TLS traffic.
-
-I **may** put a local traffic analyser on to look at things, but until this site gets popular enough, it will not matter.
diff --git a/themes/blogtxt/AUTHORS.txt b/themes/blogtxt/AUTHORS.txt
deleted file mode 100644
index 04129e7e..00000000
--- a/themes/blogtxt/AUTHORS.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-Scott Wallick | t |