Changes between Version 1 and Version 2 of GoogleCalendarPlugin


Ignore:
Timestamp:
Apr 22, 2010, 11:51:43 AM (14 years ago)
Author:
Stefan Simroth
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleCalendarPlugin

    v1 v2  
    77Provides an integration of a Google Calendar IFRAME  into Trac
    88
     9Project is hosted at [http://github.com/sas101/GoogleCalendar github].
     10
     11It is build for Trac 0.10.3 and was only tested with this version (so far).
     12
     13Install like any other trac:TracPlugins.
     14
     15This could be simply done by using the Web-Admin UI.
     16
    917== Bugs/Feature Requests ==
    1018
    1119Existing bugs and feature requests for GoogleCalendarPlugin are
    12 [report:9?COMPONENT=GoogleCalendarPlugin here].
     20[http://github.com/sas101/GoogleCalendar/issues here].
    1321
    1422If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=GoogleCalendarPlugin&owner=StefanSimroth new ticket].
     23[http://github.com/sas101/GoogleCalendar/issues new ticket].
    1624
    1725== Download ==
    1826
    19 Download the zipped source from [download:googlecalendarplugin here].
     27Download the egg from [http://github.com/sas101/GoogleCalendar/downloads here].
    2028
    2129== Source ==
    2230
    23 You can check out GoogleCalendarPlugin from [http://trac-hacks.org/svn/googlecalendarplugin here] using Subversion, or [source:googlecalendarplugin browse the source] with Trac.
     31You can check out GoogleCalendarPlugin from [http://github.com/sas101/GoogleCalendar.git here] using Git or from [http://svn.github.com/sas101/GoogleCalendar.git here] using Subversion.
    2432
    2533== Example ==
    2634
    27 TEST
     35'''Note:''' In trac.ini you have to enable the plugin and configure it with the Calendar URL. This can either be the public URL (if your calendar is public) or the private URL. [[BR]]'''Be aware''' that if you choose your private URL, you can usally see this in the About Trac > Configuration page (if you didn’t adjust the permissions)
     36
     37{{{
     38[components]
     39googlecalendar.* = enabled
     40
     41[googlecalendar]
     42calendar_url = http://www.google.com/calendar/embed?src=823sd8f7f87bgj67jhssd6f5%40group.calendar.google.com&ctz=Europe/Berlin&pvttk=92h3bfjgh2345gsah355hjh
     43}}}
    2844
    2945== Recent Changes ==