additional_plugins/serendipity_event_microformats
2021-07-12 15:44:23 +02:00
..
img Migrate plugins 2011-12-13 12:29:05 +01:00
UTF-8 the other half of da04025 2014-11-29 15:51:17 +01:00
ChangeLog updated plugin versions 2021-07-12 15:44:23 +02:00
documentation_cs.html Fixed some broken HTML / XML 2011-12-14 12:12:58 +01:00
documentation_cz.html Fixed some broken HTML / XML 2011-12-14 12:12:58 +01:00
hCalendar.tpl Migrate plugins 2011-12-13 12:29:05 +01:00
hReview.tpl Migrate plugins 2011-12-13 12:29:05 +01:00
lang_cs.inc.php czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
lang_cz.inc.php czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
lang_de.inc.php Migrate plugins 2011-12-13 12:29:05 +01:00
lang_en.inc.php also remove $Revision$ 2013-08-12 10:27:53 +02:00
microformatsBackend.inc.php Migrate plugins 2011-12-13 12:29:05 +01:00
README Migrate plugins 2011-12-13 12:29:05 +01:00
serendipity_event_microformats.php updated plugin versions 2021-07-12 15:44:23 +02:00
serendipity_plugin_microformats.php updated plugin versions 2021-07-12 15:44:23 +02:00
smarty.inc.php Fix INCLUDE_ANY being a deprecated undefined constant in PHP > 7.1 2019-04-27 11:54:17 +02:00
tabber-minimized.js Migrate plugins 2011-12-13 12:29:05 +01:00
tabber.css Remove $Id$ for CVS compoatibility. Thought I already did this some time ago?!?! 2013-08-12 09:49:28 +02:00

serendipity_event_microformats - A Microformats Plugin for S9Y
==============================================================

Installation Instructions:
- extract the folder 'serendipity_event_microformats' to your S9Y plugins folder
- edit your templates' entries.tpl, add the following two lines where you want 
  the microformats block to appear (I added them after {$entry.body}):
  {microformats_show data=$entry.properties type="hReview"}
  {microformats_show data=$entry.properties type="hCalendar"}
- make sure the path to tabber-minimized.js in plugins/serendipity_event_microformats/microformatsBackend.inc.php is correct
- did I forget something?

More on Microformats:
In case you're not familiar with Microformats or want to know more about it, check these websites:
 - http://microformats.org/
 - http://microformats.org/wiki/hReview for the hReview Microformat
 - http://microformats.org/wiki/hcalendar for the hCalendar Microformat
 - http://www.structured-blogging.org/ for some superficial info on structured blogging
 - http://ma.gnolia.com/groups/mikroformate (German social bookmark collection)

Release History:
2006-09-04: v0.1 initial release
- first release includes separate hReview and hCalendar formats
- also includes subnode syntax by structured-blogging.org
- admin dialog makes use of JavaScript tabifier (http://www.barelyfitz.com/projects/tabber/)
- english language only
- PLEASE test this plugin