fsfe-website/events
ato c658a659ba * Merged with test.
* Resolved conflicts.

svn path=/trunk/; revision=14446
2010-01-23 16:58:15 +00:00
..
2004 Many smylinks not needed any more because we use Apache magic now. 2007-06-16 12:29:01 +00:00
2005 Changed some links to Fellowship pages. 2009-04-12 12:09:58 +00:00
2006 Changed some links to Fellowship pages. 2009-04-12 12:09:58 +00:00
2007 Committing in . 2007-12-25 23:11:13 +00:00
2008 Committing in . 2009-08-19 14:25:50 +00:00
2009 New Dutch translation 2009-12-31 10:02:57 +00:00
2010 Merged with trunk. 2010-01-21 18:24:02 +00:00
README Hugo and I reworked the HOWTO. 2009-12-04 10:50:53 +00:00
events.ca.xhtml updated (added RSS class) 2010-01-05 16:12:16 +00:00
events.da.xhtml Added link to RSS version in HTML header. 2008-06-25 16:56:43 +00:00
events.de.xhtml Added link to RSS version in HTML header. 2008-06-25 16:56:43 +00:00
events.el.xhtml Merged with trunk. 2010-01-13 20:00:57 +00:00
events.en.xhtml Fixing conjunction. 2010-01-21 19:00:29 +00:00
events.es.xhtml Added link to RSS version in HTML header. 2008-06-25 16:56:43 +00:00
events.fi.xhtml Right, the UTF-8 note on the contribution page was useful. 2008-12-07 11:34:36 +00:00
events.fr.xhtml Added link to RSS version in HTML header. 2008-06-25 16:56:43 +00:00
events.hr.xhtml 2009-08-28 Martin Gollowitzer <gollo@fsfe.org> 2009-08-28 11:45:32 +00:00
events.hu.xhtml Added link to RSS version in HTML header. 2008-06-25 16:56:43 +00:00
events.it.xhtml Added link to RSS version in HTML header. 2008-06-25 16:56:43 +00:00
events.nb.xhtml Renamed the largest bunch of no → nb. 2009-01-27 16:31:33 +00:00
events.nl.xhtml Updated to new English version 2010-01-02 15:22:23 +00:00
events.pt.xhtml Added link to RSS version in HTML header. 2008-06-25 16:56:43 +00:00
events.ro.xhtml Added link to RSS version in HTML header. 2008-06-25 16:56:43 +00:00
events.rss.xsl More improvements to RSS generation. 2008-10-11 18:44:22 +00:00
events.ru.xhtml Fixed encoding. 2009-12-29 13:09:46 +00:00
events.sources Updated sources files to include the Spanish focus. 2006-11-19 17:43:03 +00:00
events.sq.xhtml Added link to RSS version in HTML header. 2008-06-25 16:56:43 +00:00
events.xsl Replaced conjunction with an arrow. Graphic elements are always better. 2010-01-23 10:38:03 +00:00

README

EVENTS GUIDELINES: How to write a good event entry?
---------------------------------------------------

Event entries appear on our website start page. It is important to make sure
that they are well designed and give visitors sufficient information to decide
if if they want to go there.

The events are maintained over the CVS from our website. The events are stored
under events/YYYY/. More information on how to get access to the website can be
found on our webmaster website
<http://www.fsfe.org/contribute/web/web.en.html>.

== The event entry ==

An event entry is a file with the name "event-YYYYMMDD-01.en.xml". Where 
- YYYY is the year
- MM is the month
- DD is the day
- 01 is the number of the event on that day. The second event will have 02, ...
- en is the language code

In case of a multi day event, take the start date to determine the file name.

== Content of the file ==

The content of this files look like that:

<?xml version="1.0" encoding="utf-8"?>
 
<eventset>
  <event start="YYYY-MM-DD" end="YYYY-MM-DD">
    <title>Name of the Event, City, Country</title>
    <body>
      Information in one paragraph.
    </body>
    <page>http://www.luga.de/Aktionen/LIT-2009/</page> 
  </event>
</eventset>

== General information ==

=== What should be highlighted? ===

When we write an event entry, we should make sure that -- besides the date --
it describes 1) why FSFE is promoting this event, 2) WHERE _exactly_ is this event taking
place, WHAT do you have to pay to get it, WHEN will be the speech. 

1) Why are we promoting this event: Events entries appear on the start page. We
should take care of them. Sometimes, the only reason we are promoting an event
is because someone from FSFE is participating (giving a speech, a
conference...) then the event entry should say who, what his position is and
what the talk will be about.

2) Where this event takes place: In the title, make sure that the place where
the event is taking place is mentioned. For instance, "FSCONS 2009, Göteborg,
Sweden". More details should be brought in the description. Please also enter
street name and number so people find the event without having to look for that
information somewhere else.

Is this event open to public? Do you have to pay an admission fee? This
question should be answered in the description.

 - Speaker(s) (mandatory, maybe as link)
 - Title/Summary of speech/conference (mandatory)
 - Language of speech/conference (mandatory)
 - Start and end time of speech/conference (mandatory)
 - Expected audience (optional)
 - Possible link to preparatory/additional information (optional)

== Terminology ==

Whenever an event uses a terminology we do not encourage, like Open Source,
intellectual property or Linux instead of GNU/Linux; the event entry should
avoid this terms. And if necessary, e.g. when it is in the title it should be
quoted to avoid confusion.

=== Example ===

Open Source Day, Göteborg, Sweden [2009-11-13]

Adriaan de Groot and Karsten Gerloff will speak at [[this event dedicated to
how open source can increase profitability | link to the event]] by cost
reduction for small and medium-sized businesses. The seminar is organized by
Resource Point AB, a consulting firm focused on open source, in collaboration
with Informator and FSCONS, which is a meeting place for the propagation of
Free Software.

-------
Should be replaced with
-------

"Open Source Day," Göteborg, Sweden [2009-11-13]

Adriaan de Groot and Karsten Gerloff will speak about business case studies and
Free Software licenses at this event preceding FSCONS. The event takes place in
Göteburg at the World Culture Museum, Södra vägen 54, Gothenburg from 12.00 to
17.30. Attendance fee is 995 SEK (you get 30% rebate at FSCONS).

== Difference betweeen <page> and <link>

For links to external event pages we use <page> as for links to FSFE's websites
we use e.g. <link>http://wiki.fsfe.org/groups/Berlin</link>. The difference is
that the links with <page> do not appear on the start page but only on
http://www.fsfe.org/events, and are thus less strongly advertised, while the
links with <link> also appear on the start page.