The schedule of future CFK events.
See PastEvents for a list of past events with links to their original announcement and results.
Contents
Schedule
Click on the event name to get details.
Adding An Event to the Schedule
Create a new page with a name in accordance with the EvT<yyyymmdd><event suffix>, like EvT20030215WorkParty.
Include important details (like time and location) in the first 160 characters so they will appear in the summary.
See samples
please do not modify:
Automatic creation of events
UNDER CONSTRUCTION:
See
http://twiki.org/cgi-bin/view/Wikilearn/TWikiAutomaticPageCreation
%INTURLENCODE{"Wikilearn"}% renders as Wikilearn
%WEB% renders as Wikilearn
To schedule a new event, change the date of the scheduled event in the appropriate text box (
CoreTraining,
WorkParty,
BoardMeeting, Distribution, ...) using a format like 2003m05d08:
Very preliminary attempt to request year from user and then set %SYEAR% to that value (to let user set year, month, date — may be easier than changing the date as described above>:
* Set SYEAR = <form name="new" action="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%WEB%/"><input type="text" name="topic" value="%SERVERTIME{$year}%" size="40" /><input type="submit" value="Create" /></form>
The form code for the create CoreTraining event:
<form name="new" action="%SCRIPTURLPATH%/edit%SCRIPTSUFFIX%/%WEB%/">
* <nop>CoreTraining *change the date*
<input type="text" name="topic" value="EvT%SERVERTIME{$yearm$mod$day}%CoreTraining" size="40" />
<input type="hidden" name="templatetopic" value="SEvT20030510CoreTraining" />
<input type="hidden" name="topicparent" value="%TOPIC%" />
<input type="hidden" name="onlywikiname" value="on" />
<input type="submit" value="Create" />
(date format is <nop>YYYYxMMxDD)
</form>
List of standard event suffixes:
- WorkParty
- Distribution
- BoardMeeting
- CoreTraining
- <more later, if appropriate>
Recording the Results of an Event
After an event:
- modify the event page to show the results of that event, for example:
- the meeting notes from a board meeting,
- the number of Vector installs or other significant information from a work party,
- and so forth)
- cover key results in the first 160 characters so they appear in the summary on the PastEvents page
- add a P prefix to the page name (to move it to the PastEvents list)
Contributors
- () RandyKramer - 10 Feb 2003
- <If you edit this page: add your name here; move this to the next line; and include your comment marker (initials), if you have created one, in parenthesis before your WikiName.>