User Tools

Site Tools


administrivia

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
administrivia [2009/10/02 10:59] – Add Foss Events example. ralphadministrivia [2012/01/11 12:36] (current) – Update list of venues. ralph
Line 5: Line 5:
 ===== The location that's just had a meeting ===== ===== The location that's just had a meeting =====
  
-==== Work out the next date of the next meeting at the location that's just been used ==== 
  
-<code bash> +==== Work out the next date of the next meeting at the location that's just been held ====
-seq 7 | xargs -I @ date -d $year-$mon-0@ '+%Y-%m-%d %a' | grep $day\$ +
-</code>+
  
-E.g.+If today's in the month of the meeting that's just been held, 
 +this will give the date of the meeting in two months' time. 
 +Just paste it to a bash(1) prompt.
  
-<code> +<code bash
-year=2009; mon=09; day=Tue +set `date '+%Y %m'` 
-seq 7 | xargs -I @ date -d $year-$mon-0@ '+%Y-%m-%d %a' | grep $day\+y=$1 m=${2#0} 
-2009-09-01 Tue +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-@ '+%Y-%m-%d %a' | grep $day\$
 </code> </code>
  
Line 57: Line 59:
 List info: %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s List info: %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
 </code> </code>
 +
 +
 +
 +
  
 ==== Yahoo Upcoming ==== ==== Yahoo Upcoming ====
Line 62: Line 68:
   - Log in to [[http://upcoming.yahoo.com/|Yahoo Upcoming]].   - Log in to [[http://upcoming.yahoo.com/|Yahoo Upcoming]].
   - Add an event for the new pub meet.   - Add an event for the new pub meet.
-  - Choose one of the existing two venues. +  - Choose one of the existing venues. 
-    - Bournemouth: http://upcoming.yahoo.com/venue/587593 +    - Crown Hotel, Blandford: http://upcoming.yahoo.com/venue/695587    
-    - Dorchester: http://upcoming.yahoo.com/venue/209748+    - The Broadway, Bournemouth: http://upcoming.yahoo.com/venue/794014 
 +    - The King's Arms, Bournemouth: http://upcoming.yahoo.com/venue/587593 
 +    - The Royal Oak, Dorchester: http://upcoming.yahoo.com/venue/209748 
 +    - Tom Brown's, Dorchester: http://upcoming.yahoo.com/venue/907570
   - 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://upcoming.yahoo.com/event/3069854 +
- +
- +
-==== Foss Events ==== +
- +
-  - Browse to [[http://fossevents.org/add-event/]]. +
-  - Add an event for the new pub meet.  You will need to enter your name and an email address. +
-  - In the event URL put: +
-    - Bournemouth: http://dorset.lug.org.uk/wiki/doku.php?id=meetings:pub#the_king_s_arms +
-    - Dorchester: http://dorset.lug.org.uk/wiki/doku.php?id=meetings:pub#the_royal_oak +
-  - Fill in the other details as appropriate.+
  
-E.g. http://fossevents.org/2009/10/02/dorset-linux-user-group-pub-meet/+E.g. http://upcoming.yahoo.com/event/8251794
administrivia.1254477573.txt.gz · Last modified: 2009/10/02 10:59 by ralph