1 / 29

THE WEB CALENDAR PROJECT

THE WEB CALENDAR PROJECT. Presented by: Jasmine Thomas Supervisor: John Ebden. MOTIVATION. Need for a common platform on which the events held within the University can be advertised Staff – Events List Mailing List Students – Web Calendar

magnar
Download Presentation

THE WEB CALENDAR PROJECT

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. THE WEB CALENDAR PROJECT Presented by: Jasmine Thomas Supervisor: John Ebden

  2. MOTIVATION • Need for a common platform on which the events held within the University can be advertised • Staff – Events List Mailing List • Students – Web Calendar • Options were to create something new or configure the existing technologies to work together

  3. My Project

  4. EVENTS LIST – MAILING LIST 2 Staff member submits event notification as an e-mail to the mailing list moderator List moderator approves the event notice, and submits it 1 Mailing list archive IMAP mail server 3 Event notice is mailed out to all subscribers of the list and it is archived

  5. WEB CALENDAR 2 Database 1 Event notice stored in a backend database, held for approval by calendar administrator Student logs onto Web Calendar, hosted on the University’s Official site and submits an event notification 3 Administrator logs on And approves the event notice, event notice is now viewable on the Web Calendar Web Calendar

  6. Component Integration Database Mailing list archive web server web server

  7. PROBLEM ENVIRONMENT • Events List – Mailing List (Mailman) • Web Calendar – HTML, Perl Scripts, MySQL database. • Apache Web server + Unix systems

  8. TECHNOLOGIES USED Mailman MySQL Database Mailing list archive PHP/PERL Apache web servers on Unix box

  9. PHP • Low and smooth learning curve • String manipulations capabilities (Regular Expressions) • Ease with which it can interface with databases (MySQL) • Intelligent error reporting – debugging easier • Compatibility with Apache • Cross platform – build on Windows and port it to Unix

  10. Events-L available at http://listserv.ru.ac.za/pipermail/events-l/

  11. ARCHIVE

  12. ARCHIVE MONTHLY SUBMISSIONS

  13. ARCHIVE MONTHLY SUBMISSIONS INDIVIDUAL EVENT DETAILS

  14. DATE ISSUE...

  15. Date Issue – Possible Solutions -- Educate the users -- Changing source code for mailman -- Setup a web template

  16. EDUCATING THE USERS dd/mm/yyyy: event subject

  17. Users being users… [dd/mm/yyyy]: [event subject] dd/mm/yyyy, dd/mm/yy, d/mm/yyyy, d/mm/yy, dd/m/yyyy, dd/m/yy, d/m/yyyy, d/m/yy. [date format]_[:]_[event subject]

  18. REGULAR EXPRESSION '/\<A\s+HREF=\"(\d+)\.html\"\>\s*\[Events-L\]\s+ ((\d{2}|\d{1})\/(\d{2}|\d{1})\/(\d{4}|\d{2})) [\s*][:][\s*](.+?)\s*$/'

  19. MORE DETAILS ABOUT THE EVENT… Location, Starting time, Host, Reasons for hosting the event etc. Two options 1. build the link to the file with the details 2. extract all the details from file

  20. <!--beginarticle -->----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ----------------------------------------------- <!--endarticle --> '/\<\!\-\-beginarticle\-\-\>\n+/' '/\<\!\-\-endarticle\-\-\>\n+/'

  21. IMPLEMENTATION • Unix corn command was written to execute the script at regular intervals. • No hassles porting PHP from Windows to Unix. to prove that it is all working…

  22. EXTENSIONS TO THE PROJECT • creative feature that can be deployed on the University’s main page to increase awareness of the Web Calendar’s improved functionality. • central moderator for both the Web Calendar and the Events List. • change the look of the Web Calendar to integrate better with the University’s purple theme. • avoid duplicate submissions – i.e. reminders posted on the events list.

  23. QUESTIONS??

More Related