Tango.info wiki calendar: Difference between revisions

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


===urls===
==format==
*When - Date in international format, subset of [[ISO 8601]]
** YYYY-MM-DD - one day event, 2007-12-24
** YYYY-MM-DD--DD - multiple days event, same month, 2007-08-24--26
** YYYY-MM-DD--MM-DD - multiple days event, same year, 2007-08-28--09-01
** YYYY-MM-DD--YYYY-MM-DD - multiple days event, same year, 2007-12-28--2008-01-01
*Where - geo code
** 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
*What
** keywords (need more definition)
*** festival
*** marathon
*** milonga
*** practica
*** show (=performance)
*** workshop/s,
*** start, end
*** outdoor
** description (optional)
 
==examples==
*2008-12-28--29_DEBER_festival_text
*2008-12-28--29_DEBER_festival_text
*2008-12-28T12:00--14:00_DEBER-RO_class
*2008-12-28T12:00--14:00_DEBER-RO_class
Line 9: Line 32:
*2008-12-28T22:00--29T00:30_ARBUE-AM_milonga
*2008-12-28T22:00--29T00:30_ARBUE-AM_milonga
**2008-12-28_22:00--29_00:30_ARBUE-AM_milonga
**2008-12-28_22:00--29_00:30_ARBUE-AM_milonga
===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]]


===meta table===
===multiple day events===
*pageid
*[[2007-02-01--05 USARB Festival Ann Arbor]]
*dt_start
*[[2007-03-20--25 ESGRX Festival Granada]]
*dt_end
*[[2007-06-28--07-01 FRPAR Festival Paris]]
*geo
*[[2006-08-17--27 ARBUE Campeonato Mundial]]
*[[2007-05-25--28 DEBER festival]]
*[[2007-12-07--2008-01-06 ITROM Festival Roma]]
*[[2008-05-24--25 DEBER-IW workshops mit Irmel Weber]]
 
see more examples of page titles: http://wiki.tango.info/events/show3.php
 
==metatable==
Articles with the above mentioned format are stored in a metatable. The metatable currently stores
* pageid
* dtstart (When - start)
* dtend (When - end)
* geo (Where)
* the wiki page title
 
dtstart, dtend currently only handles dates, time can be added later.
 
;fields that might be added in future
*type (festival, milonga, workshop, workshops, class)
*type (festival, milonga, workshop, workshops, class)
*text (rest text)
*text (rest text)
*user_creator
*user_creator
*dt_created
*dt_created
==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

Revision as of 2008-05-16T13:09:19

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, subset of ISO 8601
    • YYYY-MM-DD - one day event, 2007-12-24
    • YYYY-MM-DD--DD - multiple days event, same month, 2007-08-24--26
    • YYYY-MM-DD--MM-DD - multiple days event, same year, 2007-08-28--09-01
    • YYYY-MM-DD--YYYY-MM-DD - multiple days event, same year, 2007-12-28--2008-01-01
  • Where - geo code
  • What
    • keywords (need more definition)
      • festival
      • marathon
      • milonga
      • practica
      • show (=performance)
      • workshop/s,
      • start, end
      • outdoor
    • description (optional)

examples

  • 2008-12-28--29_DEBER_festival_text
  • 2008-12-28T12:00--14:00_DEBER-RO_class
    • 2008-12-28_12:00--14:00_DEBER-RO_class
  • 2008-12-28T20:00--23:30_ARBUE-CS_milonga
  • 2008-12-28T22:00--29T00:30_ARBUE-AM_milonga
    • 2008-12-28_22:00--29_00:30_ARBUE-AM_milonga

single day events

multiple day events

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

metatable

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

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

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

fields that might be added in future
  • type (festival, milonga, workshop, workshops, class)
  • text (rest text)
  • user_creator
  • dt_created


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