home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / bale / balenotes < prev    next >
Text File  |  2003-05-04  |  608b  |  20 lines

  1. The BALE database is "events".
  2.  
  3. Tables 
  4. events: gname, gcity, gcounty, description, gcode, active, outofarea
  5.   Current set of events generated from eventtemplate.
  6.  
  7. eventtemplate: gcode, weekday, weekofmonth, starttime, endtime, description
  8.   At beginning of each month, a Python script parses this table, and
  9.   produces events for three months out, extending any existing events.
  10.  
  11. groups: gname, gcity, gcounty, description, gcode, active, outofarea
  12.   Info at bottom of page about each group.
  13.  
  14.  
  15.  
  16. Python script /usr/local/bin/newmonth.py  is listed in /etc/crontab 
  17. to run 1:17 AM, the first of each month.
  18.  
  19.  
  20.