No commit activity in last 3 years
No release in over 3 years
A LiveBlog plugin which creates or updates the hashtags lookup files from the previous days entries.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.2.5, ~> 0.2
>= 1.1.12, ~> 1.1
 Project Readme

Introducing the LiveBlog-Plugin-DxTags gem

The following example shows how the LiveBlog-plugin-dxtags gem is used:

Example

require 'liveblog'
require 'liveblog-plugin-dxtags'

lb = LiveBlog.new
lb.add_entry '# New test #testing'

Config file

dir: /home/james/jamesrobertson.eu/liveblog/
urlbase: https://www.jamesrobertson.eu/liveblog/
edit_url: http://a1.jamesrobertson.eu/do/liveblog/edit
css_url: /liveblog/liveblog.css
xsl_path: /home/james/jamesrobertson.eu/liveblog/liveblog.xsl
xsl_url: /liveblog/liveblog.xsl
bannertext: "Think in the morning. Act in the noon. Eat in the evening. Sleep in the night." William Blake
rss_title: James Robertson's LiveBlog

plugins:
  DxTags: {}

The only things we added were the require statement and a plugins entry within the config file. After running the example I observed a dxtags.xml file and tags directory within the liveblog directory.

Note: This plugin will only execute when the on_new_day trigger is fired. This trigger only fires when a new liveblog file is created for that day.

Resources

liveblog plugin dxtags gem liveblogplugindxtags