administrivia
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| administrivia [2009/08/09 10:45] – Document what an administrator does to set the date of the next meeting. ralph | administrivia [2012/01/11 12:36] (current) – Update list of venues. ralph | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ====== Things to change when a DLUG meeting has happened ====== | ====== Things to change when a DLUG meeting has happened ====== | ||
| - | ===== Work out the next date of the next meeting. ===== | + | ===== The location that's just had a meeting ===== |
| - | <code bash> | ||
| - | seq 7 | xargs -I @ date -d $year-$mon-0@ ' | ||
| - | </ | ||
| - | E.g. | + | ==== Work out the next date of the next meeting at the location that's just been held ==== |
| - | < | + | If today' |
| - | $ year=2009; mon=09; day=Tue | + | this will give the date of the meeting in two months' |
| - | $ seq 7 | xargs -I @ date -d $year-$mon-0@ ' | + | Just paste it to a bash(1) prompt. |
| - | 2009-09-01 Tue | + | |
| - | $ | + | < |
| + | set `date '+%Y %m'` | ||
| + | y=$1 m=${2#0} | ||
| + | m=$((m + 2)) | ||
| + | y=$((y + (m > 12))) | ||
| + | m=$(((m - 1) % 12 + 1)) | ||
| + | ((m % 2)) && day=Wed || day=Tue | ||
| + | seq 7 | xargs -I @ date -d $y-$m-@ ' | ||
| </ | </ | ||
| - | ===== Update the meeting wiki page ===== | + | ==== Update the meeting wiki page ==== |
| - Update the [[meetings: | - Update the [[meetings: | ||
| Line 25: | Line 29: | ||
| - Preview and save, e.g. " | - Preview and save, e.g. " | ||
| - | ===== #dorset IRC channel' | + | ===== The location for the next meeting |
| - | Join [[irc|# | + | ==== #dorset IRC channel' |
| - | existing topic to have the next location and date, e.g. | + | |
| + | - Join [[irc|# | ||
| + | - Gain a sufficient access level. | ||
| + | - Edit the existing topic to have the next location and date, this will be different from the location and date above. | ||
| + | |||
| + | E.g. | ||
| Dorset Linux User Group | http:// | Dorset Linux User Group | http:// | ||
| - | ===== Mailman mailing list ===== | + | ==== Mailman mailing list ==== |
| - Log in as an administrator for [[https:// | - Log in as an administrator for [[https:// | ||
| Line 51: | Line 60: | ||
| </ | </ | ||
| - | ===== Yahoo Upcoming | + | |
| + | |||
| + | |||
| + | |||
| + | ==== Yahoo Upcoming ==== | ||
| - Log in to [[http:// | - Log in to [[http:// | ||
| - Add an event for the new pub meet. | - Add an event for the new pub meet. | ||
| - | - Choose one of the existing | + | - Choose one of the existing venues. |
| - | - Bournemouth: | + | - Crown Hotel, Blandford: http:// |
| - | - Dorchester: | + | - The Broadway, Bournemouth: |
| + | - The King's Arms, Bournemouth: | ||
| + | - The Royal Oak, Dorchester: | ||
| + | - Tom Brown' | ||
| - Send to the Dorset Web group. | - Send to the Dorset Web group. | ||
| - | - Add tags: dorset (bournemouth|dorchester) linux dorsetlug lug. These can be added in one go, space separated. | + | - Add tags: dorset (blandford|bournemouth|dorchester) linux dorsetlug lug. These can be added in one go, space separated. |
| - | E.g. http:// | + | E.g. http:// |
administrivia.1249811156.txt.gz · Last modified: 2009/08/09 10:45 by ralph