DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:eventline

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:eventline [2013-08-08 08:05] – [Discussion] 109.7.193.172plugin:eventline [2020-06-04 16:28] (current) StarArmy
Line 1: Line 1:
-====== eventline Plugin ======+====== EventLine Plugin ======
  
 ---- plugin ---- ---- plugin ----
Line 7: Line 7:
 type       : syntax, action type       : syntax, action
 lastupdate : 2013-04-18 lastupdate : 2013-04-18
-compatible : 2010-11-07, Adora Belle+compatible : 2010-11-07, Adora Belle, Weatherwax, Binky, Ponder Stibbons, !Hogfather
 depends    : Tools depends    : Tools
 conflicts  conflicts 
Line 15: Line 15:
 downloadurl: https://github.com/TomCafferty/dokuwiki-plugin-eventline/zipball/master downloadurl: https://github.com/TomCafferty/dokuwiki-plugin-eventline/zipball/master
 bugtracker : https://github.com/TomCafferty/dokuwiki-plugin-eventline/issues bugtracker : https://github.com/TomCafferty/dokuwiki-plugin-eventline/issues
-sourcerepo : https://github.com/TomCafferty/dokuwiki-plugin-eventline/+sourcerepo : https://github.com/TomCafferty/dokuwiki-plugin-eventline
 donationurl:  donationurl: 
  
Line 38: Line 38:
 ===== Examples/Usage ===== ===== Examples/Usage =====
  
-See the plugin in action here: [[http://glocalfocal.com/doku.php?id=blog:sep17_2011&s[]=eventline|Glocal Focal Wiki]]. +See the plugin in action here: [[http://glocalfocal.com/doku.php?id=blog:sep17_2011&s[]=eventline|Glocal Focal Wiki]]. FIXME 
  
-An example using some of the updates from 03/2013 such as a hotzone, colored icons, and html can be seen here [[http://www.buildmyniche.com/doku.php?id=products:promo|Road to the Big Game]]. The hotzone is in August where the timeframe goes from month to weeks to allow more events.+An example using some of the updates from 03/2013 such as a hotzone, colored icons, and html can be seen here [[http://www.buildmyniche.com/doku.php?id=products:promo|Road to the Big Game]]. FIXME The hotzone is in August where the timeframe goes from month to weeks to allow more events.
  
 This plugin requires the following minimum syntax.  This plugin requires the following minimum syntax. 
Line 122: Line 122:
 A hotzone can be specified. A hotzone is a place in the timeline that would focus in to a smaller time interval for that zone. This allows you to avoid crowding the timeline for an interval in which a lot of events would occur. You need to specify the start and end date of the hotzone, the time unit to use in the hotzone and the magnification size. For example a magnification of 2 would double the interval size. You can specify up to three hotzones by adding the parameters with a 2 or 3 at the end for the others. You do not need to specify hotzones that you are not using they will default to null. A hotzone can be specified. A hotzone is a place in the timeline that would focus in to a smaller time interval for that zone. This allows you to avoid crowding the timeline for an interval in which a lot of events would occur. You need to specify the start and end date of the hotzone, the time unit to use in the hotzone and the magnification size. For example a magnification of 2 would double the interval size. You can specify up to three hotzones by adding the parameters with a 2 or 3 at the end for the others. You do not need to specify hotzones that you are not using they will default to null.
  
-By setting the wikihtml parameter to 1 in the conf/default.php file it allows limited use of html in your timeline data page. This when set to on will allow the user to specify the event description using dokuwiki syntax or some html.  Currently not all dokuwiki syntax will work. It has been tested for the following dokuwiki syntax+:!: The following html feature does not work on dokuwiki versions after Adora Belle. 
 + 
 +//The plugin allows limited use of html in your timeline data page. The user can specify the event description using dokuwiki syntax or some html.  Currently not all dokuwiki syntax will work. It has been tested for the following dokuwiki syntax//
   * new lines,   * new lines,
   * links,   * links,
   * bold and italics,   * bold and italics,
-  * and sup and sub html tags  +  * and sup and sub html tags 
  
 Colored bubble pings were added in the 3/2013 update. These can now be referred to in the data file using the icon parameter. An example would be //icon='dark-green-circle.png'//. See simile documentation at [[http://code.google.com/p/simile-widgets/wiki/Timeline_EventSources|Simile Event Attributes]] Colored bubble pings were added in the 3/2013 update. These can now be referred to in the data file using the icon parameter. An example would be //icon='dark-green-circle.png'//. See simile documentation at [[http://code.google.com/p/simile-widgets/wiki/Timeline_EventSources|Simile Event Attributes]]
  
-All parameter defaults can be changed by modifying the /eventline/conf/default.php file.  +All parameter defaults can be changed by modifying the ''/eventline/conf/default.php'' file.  
  
 ===== Acknowledgements ===== ===== Acknowledgements =====
Line 140: Line 142:
 === Change Log === === Change Log ===
  
-{{rss>http://github.com/feeds/TomCafferty/commits/dokuwiki-plugin-eventline/master date}}+{{rss>https://github.com/TomCafferty/dokuwiki-plugin-eventline/commits/master.atom date}}
  
 === Known Bugs and Issues === === Known Bugs and Issues ===
  
-  - Interferes with display of Dokuwiki Administration Configuration Settings Page (2011/12/06 - Closed)\\ Issue closed. Fix is in Commit on 2011/12/06 
   - When using a dash (or minus sign, -) this can cause an odd special character in the xml file if the wrong dash/minus sign is used. This will cause the timeline not to processs and show blank. Not sure what the bad symbol is but by retyping a dash it can clear the error.   - When using a dash (or minus sign, -) this can cause an odd special character in the xml file if the wrong dash/minus sign is used. This will cause the timeline not to processs and show blank. Not sure what the bad symbol is but by retyping a dash it can clear the error.
 +  - Wikihtml feature does not work on dokuwiki versions after Adora Belle. 
  
 === ToDo/Wish List === === ToDo/Wish List ===
 +  * more timelines in 1 page would be kind ;) -- Celano, 2013-08-08
  
 ===== FAQ ===== ===== FAQ =====
Line 157: Line 159:
 > When ready save the file.  The file page should display the plugin Tools selection to Export To Timeline in the top and bottom right corners of the page.  Select this to export the DokuWiki formatted text file into a text formatted xml file. > When ready save the file.  The file page should display the plugin Tools selection to Export To Timeline in the top and bottom right corners of the page.  Select this to export the DokuWiki formatted text file into a text formatted xml file.
  
-I tried several times before I understood tools-plugin does not work in your playground. So you have to make it elsewhere, and it works very well!+  * I tried several times before I understood tools-plugin does not work in your playground. So you have to make it elsewhere, and it works very well! 
 +  * comments like ''<!-- comment -->'' does not work in the xml-dokuwiki page.
  
 Celano, 2013-08-08 Celano, 2013-08-08
 +
 +==== Xml syntax ====
 +
 +There is a bug when dokuwiki "typography" setting is set to 1 or 2 : XML syntax is broken.
 +
 +Another problem with XML syntax : xml comments in events file are transformed and break the render because of spaces added inside xml comment tag. \\
 +result example : <!  --   Faire les liens vers le Blog   --  >  <event...
 +
 +Added an issue : https://github.com/TomCafferty/dokuwiki-plugin-eventline/issues/11
 +
 +--- [[user>Cyrille37|Cyrille37]] //2014/02/19 12:12//
 +
plugin/eventline.1375941952.txt.gz · Last modified: 2013-08-08 08:05 by 109.7.193.172

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki