Jump to content

Data.tango.info wikicalendar: Difference between revisions

From tango.info wiki
 
No edit summary
Line 1: Line 1:
When_where_what
[[category:data]]
Each event for the wiki calendar gets an article with the article title in the format "When_Where_What".


==format==
*When: Date in international format
*Where
** country, [[ISO 3166-1]] code, e.g. AR - Argentina
** city [[UN/LOCODE]], e.g. ARBUE - Buenos Aires
** venue [[t.i_location code]], e.g. ARBUE-CS - Club Castel in Buenos Aires


==examples==
===single day events===
*[[2007-08-14 DEBER-BP show Sebastian Chantal]]
*[[2007-08-17 DEBOM Astillero]]
*[[2007-06-30 DEKAE Otros Aires]]
*[[2007-10-17 DEBER-OB workshop Gaia y Mecha - Frauentechnik]]
===multiple day events===
*[[2007-02-01--05 USARB Festival Ann Arbor]]
*[[2007-02-01--05 USARB Festival Ann Arbor]]
*[[2007-03-20--25 ESGRX Festival Granada]]
*[[2007-03-20--25 ESGRX Festival Granada]]
Line 8: Line 23:
*[[2007-05-25--28 DEBER festival]]
*[[2007-05-25--28 DEBER festival]]
*[[2007-12-07--2008-01-06 ITROM Festival Roma]]
*[[2007-12-07--2008-01-06 ITROM Festival Roma]]
*[[2007-08-14 DEBER-BP show Sebastian Chantal]]
*[[2007-08-17 DEBOM Astillero]]
*[[2007-06-30 DEKAE Otros Aires]]
*[[2007-10-17 DEBER-OB workshop Gaia y Mecha - Frauentechnik]]
*[[2008-05-24--25 DEBER-IW workshops mit Irmel Weber]]
*[[2008-05-24--25 DEBER-IW workshops mit Irmel Weber]]


The metatable currently stores
==metatable==
geo, dtstart, dtend, the wiki page title
Articles with the above mentioned format are stored in a metatable. The metatable currently stores
 
* dtstart (When - start)
geo can be :
* dtend (When - end)
- AR country ISO 3166-1
* geo (Where)
- ARBUE city UN/LOCODE
* the wiki page title
- ARBUE-CS venue


dtstart, dtend currently only handles dates, time can be added later.
dtstart, dtend currently only handles dates, time can be added later.
Line 28: Line 37:
http://wiki.tango.info/events/show3.php
http://wiki.tango.info/events/show3.php


todo:
==todo==
1) figure out which keywords to use: milonga, show/performance,
===keywords===
* figure out which keywords to use: milonga, show/performance,
workshop/s, festival, marathon,
workshop/s, festival, marathon,
start, end, outdoor
start, end, outdoor


2) repeated events
=== repeated events ===
* add support for repeated events

Revision as of 2008-05-16T10:10:14

Each event for the wiki calendar gets an article with the article title in the format "When_Where_What".

format

  • When: Date in international format
  • Where

examples

single day events

multiple day events

metatable

Articles with the above mentioned format are stored in a metatable. The metatable currently stores

  • dtstart (When - start)
  • dtend (When - end)
  • geo (Where)
  • the wiki page title

dtstart, dtend currently only handles dates, time can be added later.

see examples of page titles http://wiki.tango.info/events/show3.php

todo

keywords

  • figure out which keywords to use: milonga, show/performance,

workshop/s, festival, marathon, start, end, outdoor

repeated events

  • add support for repeated events