You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(159) |
Nov
(123) |
Dec
(27) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(6) |
Feb
(11) |
Mar
(21) |
Apr
(29) |
May
(13) |
Jun
(2) |
Jul
(13) |
Aug
(5) |
Sep
(14) |
Oct
(21) |
Nov
(71) |
Dec
|
2004 |
Jan
(18) |
Feb
(12) |
Mar
|
Apr
(6) |
May
(29) |
Jun
(9) |
Jul
(3) |
Aug
(4) |
Sep
(7) |
Oct
(6) |
Nov
|
Dec
(20) |
2005 |
Jan
(6) |
Feb
(27) |
Mar
(4) |
Apr
(16) |
May
(61) |
Jun
(6) |
Jul
(4) |
Aug
(18) |
Sep
(19) |
Oct
(5) |
Nov
(55) |
Dec
(30) |
2006 |
Jan
(11) |
Feb
(9) |
Mar
(9) |
Apr
(26) |
May
(17) |
Jun
(3) |
Jul
(1) |
Aug
|
Sep
(20) |
Oct
|
Nov
(6) |
Dec
(9) |
2007 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
(8) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
2008 |
Jan
|
Feb
(17) |
Mar
(11) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2009 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(7) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(4) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Jo R. <jr...@sv...> - 2006-09-17 01:53:55
|
I believe that I have found and updated all bugs related to the publish system. Clue me in if I missed any. -- Jo Rhett senior geek SVcolo : Silicon Valley Colocation |
From: Jo R. <jr...@sv...> - 2006-09-16 23:55:51
|
I think we need to make some changes to the publish system. Why: If you use the current system with external authentication, the ics files are protected by the same mechanism as the publish system. This isn't always good -- what if I want to allow publish but not allow direct access to the ICS files? Likewise, if you are using the PHP authentication then the files aren't protected. (minus using a handler for .ics file access that fails) In short, I think that the following changes are reasonable and flexible enough for all situations: Put publish.php in publish/ directory. -- an .htaccess file in that directory can control access Leave calenders in calendars/ directory. -- an .htaccess file in that directory can control access I'd also like to introduce a configuration variable that would control the HTTP authentication realm, instead of having people edit publish.php to control this. Opinions? Lastly, I'd like to write the log file to a location which is *NOT* accessible. Other files in the distribution fit this description. How about a new directory with a .htaccess file "deny from all" in it? -- Jo Rhett senior geek SVcolo : Silicon Valley Colocation |
From: Jim Hu <ji...@ta...> - 2006-09-16 22:43:08
|
Thanks...don't sweat the delay, for the princely sum we get paid for this, I think we're doing OK! ===================================== Jim Hu On Sep 16, 2006, at 5:24 PM, Jo Rhett wrote: >>> On Thu, Mar 23, 2006 at 10:28:09AM -0600, Jim Hu wrote: >>>> Vuln #2 is related to the publish scripts, which we technically say >>>> we don't support. We may need someone to take this on. Anybody? > >> On Apr 27, 2006, at 9:42 PM, Jo Rhett wrote: >>> I'll own it. > > My apologies for the extreme late delay getting to this. > > Attached is an updated publish.php. It has the following changes: > > 1. It fixes the security problem mentioned above. > > 2. It integrates publish.ical.php and publish.mozilla.php into a > single > file again. No need to have two files. > > 3. It supports external authentication (ie .htaccess) for CGI users > > 4. It supports php authentication with mod_rewrite but without mod_php > > 5. Logging is improved > > 6. Internal Documentation is updated and clarified for Sunbird/ > Lightning > users. (the docs may not work for old Mozilla cal users, but I > don't know > anyone who still has this -- testers?) > > 7. Minor code cleanup to be consistent with the rest of the code base. > > And from this point forward I'll start looking at bugs in the > sourceforge > system and taking on those related to publish. Sorry for the delay. > > -- > Jo Rhett > senior geek > SVcolo : Silicon Valley Colocation > <publish.php> > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642______________________________ > _________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |
From: Jo R. <jr...@sv...> - 2006-09-16 22:25:49
|
> >On Thu, Mar 23, 2006 at 10:28:09AM -0600, Jim Hu wrote: > >>Vuln #2 is related to the publish scripts, which we technically say > >>we don't support. We may need someone to take this on. Anybody? > On Apr 27, 2006, at 9:42 PM, Jo Rhett wrote: > >I'll own it. My apologies for the extreme late delay getting to this. Attached is an updated publish.php. It has the following changes: 1. It fixes the security problem mentioned above. 2. It integrates publish.ical.php and publish.mozilla.php into a single file again. No need to have two files. 3. It supports external authentication (ie .htaccess) for CGI users 4. It supports php authentication with mod_rewrite but without mod_php 5. Logging is improved 6. Internal Documentation is updated and clarified for Sunbird/Lightning users. (the docs may not work for old Mozilla cal users, but I don't know anyone who still has this -- testers?) 7. Minor code cleanup to be consistent with the rest of the code base. And from this point forward I'll start looking at bugs in the sourceforge system and taking on those related to publish. Sorry for the delay. -- Jo Rhett senior geek SVcolo : Silicon Valley Colocation |
From: Jim Hu <ji...@ta...> - 2006-09-07 19:56:26
|
Been a while since I've emailed the list...but I've been trying to get time to do another bug fix release and I've run into something where I could use some thoughts on how to fix it. I was working on this bug: https://sourceforge.net/tracker/? func=detail&atid=500017&aid=1554268&group_id=62270 This is a case where the problematic event is: BEGIN:VEVENT RRULE:FREQ=WEEKLY;INTERVAL=1;COUNT=2;BYDAY=TU,TH;WKST=SU DURATION:PT1H DTSTAMP:20060907T173732Z UID:F6E3F1E5-3E8D-11DB-AFA8-000D93B8CD32 SEQUENCE:7 DTSTART;TZID=America/Denver:20060907T110000 SUMMARY:tue thurs ORGANIZER;CN="scott schmitz":mailto:sc...@re... END:VEVENT The problem is that this displays the first Thurs instance correctly, but not the next Tuesday. Looking at the code for ical_parser.php, it seems to me like $count is counting the number of days, weeks, months, or years in a repeat, not the number of times the event itself is repeating. If I'm right, then I think a major change to the parser is needed. As it stands, $count shows up at the beginning of the big while loop that handles END:VEVENT in: ====== while (($next_range_time >= $start_range_time_tmp) && ($next_range_time <= $end_range_time_tmp) && ($count_to != $count)) { $func = $freq_type.'Compare'; $diff = $func(date('Ymd',$next_range_time), $start_date); if ($diff < $count) { .... ====== The $freq_type.'Compare' functions are in date_functions.php. These just return the number of days, weeks, etc. between two dates. There are a bunch of ways this can fail to work, for example, if RRULE:FREQ=WEEKLY;INTERVAL=1;COUNT=2;BYDAY=MO,TU,WE,TH,FR;WKST=SU The calendar should only show the occurrences on MO and TU...but it will show all of them in the one week. Any thoughts? Jim ===================================== Jim Hu Associate Professor Dept. of Biochemistry and Biophysics 2128 TAMU Texas A&M Univ. College Station, TX 77843-2128 979-862-4054 |
From: Nicolas C. <ni...@co...> - 2006-07-02 18:54:40
|
It seems that's a former bug, which has been corrected in the current version. ??? The thing is that someone has published it just now on a full-disclosure list. http://www.securitytracker.com/alerts/2006/Jun/1016402.html Danon'. -- I'm a poor and lonesome Yaourt... (Air connu) |
From: Jim Hu <ji...@ta...> - 2006-06-28 22:41:33
|
Proof of concept is a broken link. Do you know more about this? ===================================== Jim Hu Associate Professor and Associate Head for Graduate Programs Dept. of Biochemistry and Biophysics 2128 TAMU Texas A&M Univ. College Station, TX 77843-2128 979-862-4054 On Jun 28, 2006, at 4:49 PM, Nicolas Contamin wrote: > It seems that something goes wrong in the RSS feed. > > I've not yet followed the links mentionned, but this advisory had > been published on the bugtraq list, so it should have been validated. > > > Danon'. > ---------- Forwarded message ---------- > From: bo...@li... <bo...@li...> > Date: 28 Jun 2006 18:14:42 -0000 > Subject: PHP iCalendar Cross Site Scripting > To: bu...@se... > > >> K.S Advisory > > >> irc.gigachat.net #kurdhack > > >> Thanx : > Netqurd,Azad,B3g0k,Fearless,Milex,Flot,Zay_Boy,PH,KHA,KCA and other > my friends > > >> Version : All Version > > > Proof Of Concept : > > http://www.site.com/phpicalendar/rss/index.php?cal=[XSS] > > Original Advisory : > > http://kurdishsecurity.blogspot.com/2006/06/kurdish-security-12-php- > icalendar.html > > EoF > > > -- > I'm a poor and lonesome Yaourt... (Air connu) > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642______________________________ > _________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |
From: Nicolas C. <ni...@co...> - 2006-06-28 21:49:20
|
It seems that something goes wrong in the RSS feed. I've not yet followed the links mentionned, but this advisory had been published on the bugtraq list, so it should have been validated. Danon'. ---------- Forwarded message ---------- From: bo...@li... <bo...@li...> Date: 28 Jun 2006 18:14:42 -0000 Subject: PHP iCalendar Cross Site Scripting To: bu...@se... >> K.S Advisory >> irc.gigachat.net #kurdhack >> Thanx : Netqurd,Azad,B3g0k,Fearless,Milex,Flot,Zay_Boy,PH,KHA,KCA and other my friends >> Version : All Version Proof Of Concept : http://www.site.com/phpicalendar/rss/index.php?cal=[XSS] Original Advisory : http://kurdishsecurity.blogspot.com/2006/06/kurdish-security-12-php-icalendar.html EoF -- I'm a poor and lonesome Yaourt... (Air connu) |
From: Jim Hu <ji...@ta...> - 2006-06-09 22:24:53
|
Between the site hacking problem, final exams, etc. I've been remiss in updating the team on the problems at Sourceforge. CVS went down around the same time as the phpicalendar.net site went down. On May 11, Sourceforge emailed me a message that I didn't get around to reading until today. The bottom line is that the path to the phpicalendar CVS has changed. For the dev team, checkout is now: cvs -z3 -d:ext:use...@ph...:/cvsroot/ phpicalendar co -P phpicalendar Note the prepended phpicalendar before .cvs. I hope to spend a bit more time on phpicalendar soon, but things here are likely to remain hectic. Sorry for the delay in relaying the change. Jim Hu |
From: Marook K. <ma...@cr...> - 2006-05-12 22:30:42
|
I think you are right. This came yesterday: > Greetings, > > You are receiving this mail because you are a project admin for > a SourceForge.net-hosted project. One of our primary services, > CVS, suffered a series of interrelated, critical hardware failures > in recent weeks. We understand how frustrating this CVS outage > must be to you and your users; however, our top priority remains > preservation of the integrity of your data. > > The series of CVS hardware failures prompted us to expedite the > deployment of planed improvements to our CVS infrastructure, > drawing upon much of the knowledge that we gained from our > Subversion deployment. Our improved CVS service architecture, > which we plan to deploy tomorrow afternoon (2006-05-12), will > offer greater performance and stability and will eliminate several > single points of failure. > > The Site Status page (https://www.sf.net/docs/A04) will be > updated as soon as the new infrastructure is rolled out. In the > interim, please read the important information provided below > to learn about how these changes will affect your project. Marook Zuug Kenja [ MIB ] On 11/05/2006, at 18:05, Jim Hu wrote: > I think Sourceforge may be having an outage with CVS. I couldn't > access CVS at all last night > ===================================== > Jim Hu > > On May 11, 2006, at 2:38 AM, Nicolas Contamin wrote: > >> ---------- Forwarded message ---------- >> From: SourceForge.net <no...@so...> >> Date: 11 mai 2006 05:18 >> Subject: [ phpicalendar-Bugs-1469443 ] Screen layout poor with >> multiple calendars >> To: no...@so... >> >> Bugs item #1469443, was opened at 2006-04-12 11:36 >> Assigned to: Danon'. (danone_lyon) >> Summary: Screen layout poor with multiple calendars >> >> --------------------------------------------------------------------- >> - >> >> >Comment By: Tom Dresel (tdresel) >> Date: 2006-05-10 20:18 >> >> Message: >> Logged In: YES >> user_id=906319 >> >> It appears that I don't have access to function/ >> overlapping_events.php, >> version 1.15 in the CVS, so I added the line from your last email >> and that does >> fix the problem. >> >> Thanks! >> >> --------------------------------------------------------------------- >> - >> >> Does anyone has an idea about what could happen ? >> On the CVS, Overlapping_events.php is at v. 1.15, but only v1.14 >> appears on the cvs_web, on sourceforge.net >> I'll close the tracker as soon as I can fix this. >> >> >> Danon'. >> -- >> I'm a poor and lonesome Yaourt... (Air connu) > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |
From: Jim Hu <ji...@ta...> - 2006-05-11 16:05:51
|
I think Sourceforge may be having an outage with CVS. I couldn't access CVS at all last night ===================================== Jim Hu On May 11, 2006, at 2:38 AM, Nicolas Contamin wrote: > ---------- Forwarded message ---------- > From: SourceForge.net <no...@so...> > Date: 11 mai 2006 05:18 > Subject: [ phpicalendar-Bugs-1469443 ] Screen layout poor with > multiple calendars > To: no...@so... > > Bugs item #1469443, was opened at 2006-04-12 11:36 > Assigned to: Danon'. (danone_lyon) > Summary: Screen layout poor with multiple calendars > > ---------------------------------------------------------------------- > > >Comment By: Tom Dresel (tdresel) > Date: 2006-05-10 20:18 > > Message: > Logged In: YES > user_id=906319 > > It appears that I don't have access to function/ > overlapping_events.php, > version 1.15 in the CVS, so I added the line from your last email > and that does > fix the problem. > > Thanks! > > ---------------------------------------------------------------------- > > Does anyone has an idea about what could happen ? > On the CVS, Overlapping_events.php is at v. 1.15, but only v1.14 > appears on the cvs_web, on sourceforge.net > I'll close the tracker as soon as I can fix this. > > > Danon'. > -- > I'm a poor and lonesome Yaourt... (Air connu) |
From: Nicolas C. <ni...@co...> - 2006-05-11 07:38:41
|
LS0tLS0tLS0tLSBGb3J3YXJkZWQgbWVzc2FnZSAtLS0tLS0tLS0tCkZyb206IFNvdXJjZUZvcmdl Lm5ldCA8bm9yZXBseUBzb3VyY2Vmb3JnZS5uZXQ+CkRhdGU6IDExIG1haSAyMDA2IDA1OjE4ClN1 YmplY3Q6IFsgcGhwaWNhbGVuZGFyLUJ1Z3MtMTQ2OTQ0MyBdIFNjcmVlbiBsYXlvdXQgcG9vciB3 aXRoIG11bHRpcGxlCmNhbGVuZGFycwpUbzogbm9yZXBseUBzb3VyY2Vmb3JnZS5uZXQKCkJ1Z3Mg aXRlbSAjMTQ2OTQ0Mywgd2FzIG9wZW5lZCBhdCAyMDA2LTA0LTEyIDExOjM2CkFzc2lnbmVkIHRv OiBEYW5vbicuIChkYW5vbmVfbHlvbikKU3VtbWFyeTogU2NyZWVuIGxheW91dCBwb29yIHdpdGgg bXVsdGlwbGUgY2FsZW5kYXJzCgotLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tCgo+Q29tbWVudCBCeTogVG9tIERyZXNl bCAodGRyZXNlbCkKRGF0ZTogMjAwNi0wNS0xMCAyMDoxOAoKTWVzc2FnZToKTG9nZ2VkIEluOiBZ RVMKdXNlcl9pZD05MDYzMTkKCkl0IGFwcGVhcnMgdGhhdCBJIGRvbid0IGhhdmUgYWNjZXNzIHRv IGZ1bmN0aW9uL292ZXJsYXBwaW5nX2V2ZW50cy5waHAsCnZlcnNpb24gMS4xNSBpbiB0aGUgQ1ZT LCBzbyBJIGFkZGVkIHRoZSBsaW5lIGZyb20geW91ciBsYXN0IGVtYWlsIGFuZCB0aGF0CmRvZXMK Zml4IHRoZSBwcm9ibGVtLgoKVGhhbmtzIQoKLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQoKRG9lcyBhbnlvbmUgaGFz IGFuIGlkZWEgYWJvdXQgd2hhdCBjb3VsZCBoYXBwZW4gPwpPbiB0aGUgQ1ZTLCBPdmVybGFwcGlu Z19ldmVudHMucGhwIGlzIGF0IHYuIDEuMTUsIGJ1dCBvbmx5IHYxLjE0IGFwcGVhcnMgb24KdGhl IGN2c193ZWIsIG9uIHNvdXJjZWZvcmdlLm5ldApJJ2xsIGNsb3NlIHRoZSB0cmFja2VyIGFzIHNv b24gYXMgSSBjYW4gZml4IHRoaXMuCgoKRGFub24nLgotLSAKSSdtIGEgcG9vciBhbmQgbG9uZXNv bWUgWWFvdXJ0Li4uIChBaXIgY29ubnUpCg== |
From: Wesley M. <we...@we...> - 2006-05-08 23:44:22
|
PHPiCalendar is under the GPL, so as long as anyone follows that license they're good. I would guess your comment about Google doing a mix of PHPiCalendar and Outlook invitations is the obvious choice, as it makes Google Calendar compatible with everything. All non-Outlook calendaring solutions (including Lotus Notes and Apple Mail/Calendar) use the iCalendar spec. In typical Microsoft fashion, Outlook uses its own proprietary non-compatible invitation system, IIRC. I think you need to link into their MAPI service or something to use it. But I'm not very familiar with Outlook's and Exchange's internals so I could be mostly wrong about this. On May 3, 2006, at 8:38 AM, Nicolas Contamin wrote: > 2006/5/3, Jim Hu <ji...@ta...>: >> I can't tell about the other one. > > In fact it's the same thing, in french. > >> [ Your overall philosophy ] > > Ok that's fit mine too. > The french mail you were in CarbonCopy was greetings to iCalConsult > manager and a request for him to share with us the admin pages he'd > done. > As for icalx, it's an old version, but his work could be helpfull in > my improvement. > >> Now that >> Google is entering the calendar business, it will be interesting to >> see what happens. >> It seems that Google calendar provides .ics files, but they don't >> link cleanly as webcals via phpicalendar. > > It seems to me that Google wants to do a mix between PiC and Outlook > invitation services. > (I've not yet read the others thread about this subject, so that's all > I can say about improvement). -- Wesley Miaw we...@we... |
From: <goe...@fi...> - 2006-05-05 05:53:41
|
Jim Hu schrieb: > On May 4, 2006, at 4:17 AM, G=F6tz Reinicke wrote: >=20 >> Hi Jim, >> >> sorry, that we have so much calendars ... :-) BTW phpical is the best=20 >> tool yet for us to use apple ical and mozilla calendar in our LAN!=20 >> Thanks for the work! >> >> hm ... If I open the 2.1-URL I have the BK2 events twice ... If I open= =20 >> the url in ical, the events are only once ... >> >> As for now I've solved the 2.22-error, so I opend the webbroweser URL,= =20 >> and the BK2-events for today aren't there any more ... >=20 > What was the problem? I got an error, that one calendar was changed while the page was loaded.=20 I changed the "$save_parsed_cals" variable to no as I did for the other=20 (older) installations. After that, the calendar-par is loaded. (O.K.,=20 this may not solve the error, reading that one calendar ... :-)) For the BK2 Calendarproblem I'll try to upload the calendar from the=20 client ical onc more; may be the ical-installation is buggy and not up=20 to date. I'll keep you up to date! Thanks and best regards G=F6tz --=20 G=F6tz Reinicke IT Koordinator - IT OfficeNet Tel. +49 (0) 7141 - 969 420 Fax +49 (0) 7141 - 969 55 420 goe...@fi... Filmakademie Baden-W=FCrttemberg Mathildenstr. 20 71638 Ludwigsburg www.filmakademie.de |
From: jean <jdu...@fr...> - 2006-05-04 19:12:16
|
j' ai bien re=E7u l' email que m' a envoy=E9 Danon' concernant mon site =20= icalconsult.com je veux bien participer au developpement de phpicalendar, en vous =20 ouvrant mon code, mais je veux que vous sachiez avant que je ne suis =20 pas un bon d=E9veloppeur... c' est plus de la bidouille qu' autre chose, mais =E7a fonctionne. donc, si cela peut vous servir, effectivement, je veux bien partager =20 mon travail. ou, et =E0 qui puis-je envoyer le code ? jean= |
From: Jim Hu <ji...@ta...> - 2006-05-04 15:39:48
|
On May 4, 2006, at 4:17 AM, G=F6tz Reinicke wrote: > Hi Jim, > > sorry, that we have so much calendars ... :-) BTW phpical is the =20 > best tool yet for us to use apple ical and mozilla calendar in our =20 > LAN! Thanks for the work! > > hm ... If I open the 2.1-URL I have the BK2 events twice ... If I =20 > open the url in ical, the events are only once ... > > As for now I've solved the 2.22-error, so I opend the webbroweser =20 > URL, and the BK2-events for today aren't there any more ... What was the problem? > > concerning the EXDATA, where do they come from? especially the =20 > "EXDATE;TZID=3DEurope/Berlin:20060508T093000" I'm not familier with =20= > the ical-syntax (yet) Those show up when the ical user deletes or edits a specific instance =20= of a repeating event. There are two events for Thomas Merker's =20 Gundlagen Kameratechnik.Kamera und Objektivtest BEGIN:VEVENT EXDATE;TZID=3DEurope/Berlin:20060410T093000 EXDATE;TZID=3DEurope/Berlin:20060424T093000 EXDATE;TZID=3DEurope/Berlin:20060522T093000 EXDATE;TZID=3DEurope/Berlin:20060501T093000 EXDATE;TZID=3DEurope/Berlin:20060417T093000 EXDATE;TZID=3DEurope/Berlin:20060403T093000 EXDATE;TZID=3DEurope/Berlin:20060508T093000 DTSTAMP:20060428T085004Z UID:6B6220B3-D1EF-11D9-A991-00039376CC9A-RID DTSTART;TZID=3DEurope/Berlin:20060327T093000 SUMMARY:Grundlagen Kameratechnik.Kamera und Objektivtest.Thomas Merker.0 9.30-16.30Uhr.G1/10.B/K2Pflicht DTEND;TZID=3DEurope/Berlin:20060329T163000 DESCRIPTION:n=C3=A4here Infos Studienplan RRULE:FREQ=3DWEEKLY;INTERVAL=3D1;UNTIL=3D20060522T215959Z END:VEVENT BEGIN:VEVENT DURATION:P2DT7H EXDATE;TZID=3DEurope/Berlin:20060404T093000 EXDATE;TZID=3DEurope/Berlin:20060411T093000 EXDATE;TZID=3DEurope/Berlin:20060418T093000 EXDATE;TZID=3DEurope/Berlin:20060425T093000 EXDATE;TZID=3DEurope/Berlin:20060502T093000 EXDATE;TZID=3DEurope/Berlin:20060509T093000 EXDATE;TZID=3DEurope/Berlin:20060516T093000 EXDATE;TZID=3DEurope/Berlin:20060328T093000 DTSTAMP:20060331T091006Z UID:5C7559EA-0D66-11DA-AA2F-00039376CC9A-RID DTSTART;TZID=3DEurope/Berlin:20060328T093000 SUMMARY:Grundlagen Kameratechnik.Kamera und Objektivtest.Thomas Merker.0 9.30-16.30Uhr.G1/10.B/K2Pflicht DESCRIPTION:n=C3=A4here Infos Studienplan RRULE:FREQ=3DWEEKLY;INTERVAL=3D1;COUNT=3D8 END:VEVENT > > it this a the 8th may 2006? Today is the 4th may ... :-?? It gets stranger. When I make a test calendar with just those two =20 events it shows up on only two dates. March 27 and May 15. If I subscribe to this calendar in iCal, it agrees with phpicalendar. But when I subscribe to your real BK2 with iCal, it only shows that =20 event on the first instance in March. This makes it look like =20 something else in the file is canceling the May 15 instance. > > Thanks for the help > > Jim Hu schrieb: >> G=F6tz, >> It's hard to analyze when you have so many calendars =20 >> displaying...but I found one obvious difference BK2 >> Grundlagen Kameratechnik.Kamera und Objektivtest.Thomas Merker.=20 >> 09.30-16.30Uhr.G1/10.B/K2Pflicht >> Looking at this event in the .ics file, it turns out that 2.2 is =20 >> correct and 2.1 is wrong! >> BEGIN:VEVENT >> EXDATE;TZID=3DEurope/Berlin:20060410T093000 >> EXDATE;TZID=3DEurope/Berlin:20060424T093000 >> EXDATE;TZID=3DEurope/Berlin:20060522T093000 >> EXDATE;TZID=3DEurope/Berlin:20060501T093000 >> EXDATE;TZID=3DEurope/Berlin:20060417T093000 >> EXDATE;TZID=3DEurope/Berlin:20060403T093000 >> EXDATE;TZID=3DEurope/Berlin:20060508T093000 >> DTSTAMP:20060428T085004Z >> UID:6B6220B3-D1EF-11D9-A991-00039376CC9A-RID >> DTSTART;TZID=3DEurope/Berlin:20060327T093000 >> SUMMARY:Grundlagen Kameratechnik.Kamera und Objektivtest.Thomas =20 >> Merker.0 >> 9.30-16.30Uhr.G1/10.B/K2Pflicht >> DTEND;TZID=3DEurope/Berlin:20060329T163000 >> DESCRIPTION:n=95=95here Infos Studienplan >> RRULE:FREQ=3DWEEKLY;INTERVAL=3D1;UNTIL=3D20060522T215959Z >> END:VEVENT >> The EXDATE are dates where that event was deleted from the =20 >> calendar. If I delete them, I see the event every week. >> For the other error, the program is looking for the templates =20 >> directory in the wrong place...it's looking in /var/www/html/=20 >> templates, instead of /var/www/html/phpicalendar-2.22/templates. =20 >> It also doesn't look like it's asking for a template subdirectory =20 >> either. Is that the whole error message? I usually also get a =20 >> line number and script name for the problem, possibly on the next =20 >> line of the logs. Have you compared the config.inc.php files =20 >> between the two installations? > > This was the whole error message :-( As far as I see, there are no =20 > differents between the configfiles except the "$save_parsed_cals", =20 > which I set to "no" in the 2.22 Installation as it was in the other =20= > installations. after that I can open teh web URL: > > http://mail.filmakademie.de/phpicalendar-2.22 > > > Thanks for your Help! > > Best Regards > > G=F6tz > --=20 > G=F6tz Reinicke > IT Koordinator - IT OfficeNet > > Tel. +49 (0) 7141 - 969 420 > Fax +49 (0) 7141 - 969 55 420 > goe...@fi... > > Filmakademie Baden-W=FCrttemberg > Mathildenstr. 20 > 71638 Ludwigsburg > www.filmakademie.de |
From: <goe...@fi...> - 2006-05-04 09:17:31
|
Hi Jim, sorry, that we have so much calendars ... :-) BTW phpical is the best=20 tool yet for us to use apple ical and mozilla calendar in our LAN!=20 Thanks for the work! hm ... If I open the 2.1-URL I have the BK2 events twice ... If I open=20 the url in ical, the events are only once ... As for now I've solved the 2.22-error, so I opend the webbroweser URL,=20 and the BK2-events for today aren't there any more ... concerning the EXDATA, where do they come from? especially the=20 "EXDATE;TZID=3DEurope/Berlin:20060508T093000" I'm not familier with the=20 ical-syntax (yet) it this a the 8th may 2006? Today is the 4th may ... :-?? Thanks for the help Jim Hu schrieb: > G=F6tz, >=20 > It's hard to analyze when you have so many calendars displaying...but I= =20 > found one obvious difference BK2 >=20 > Grundlagen Kameratechnik.Kamera und Objektivtest.Thomas=20 > Merker.09.30-16.30Uhr.G1/10.B/K2Pflicht >=20 > Looking at this event in the .ics file, it turns out that 2.2 is correc= t=20 > and 2.1 is wrong! >=20 > BEGIN:VEVENT > EXDATE;TZID=3DEurope/Berlin:20060410T093000 > EXDATE;TZID=3DEurope/Berlin:20060424T093000 > EXDATE;TZID=3DEurope/Berlin:20060522T093000 > EXDATE;TZID=3DEurope/Berlin:20060501T093000 > EXDATE;TZID=3DEurope/Berlin:20060417T093000 > EXDATE;TZID=3DEurope/Berlin:20060403T093000 > EXDATE;TZID=3DEurope/Berlin:20060508T093000 > DTSTAMP:20060428T085004Z > UID:6B6220B3-D1EF-11D9-A991-00039376CC9A-RID > DTSTART;TZID=3DEurope/Berlin:20060327T093000 > SUMMARY:Grundlagen Kameratechnik.Kamera und Objektivtest.Thomas Merker.= 0 > 9.30-16.30Uhr.G1/10.B/K2Pflicht > DTEND;TZID=3DEurope/Berlin:20060329T163000 > DESCRIPTION:n=95=95here Infos Studienplan > RRULE:FREQ=3DWEEKLY;INTERVAL=3D1;UNTIL=3D20060522T215959Z > END:VEVENT >=20 > The EXDATE are dates where that event was deleted from the calendar. I= f=20 > I delete them, I see the event every week. >=20 > For the other error, the program is looking for the templates directory= =20 > in the wrong place...it's looking in /var/www/html/templates, instead o= f=20 > /var/www/html/phpicalendar-2.22/templates. It also doesn't look like=20 > it's asking for a template subdirectory either. Is that the whole erro= r=20 > message? I usually also get a line number and script name for the=20 > problem, possibly on the next line of the logs. Have you compared the=20 > config.inc.php files between the two installations? This was the whole error message :-( As far as I see, there are no=20 differents between the configfiles except the "$save_parsed_cals", which=20 I set to "no" in the 2.22 Installation as it was in the other=20 installations. after that I can open teh web URL: http://mail.filmakademie.de/phpicalendar-2.22 Thanks for your Help! Best Regards G=F6tz --=20 G=F6tz Reinicke IT Koordinator - IT OfficeNet Tel. +49 (0) 7141 - 969 420 Fax +49 (0) 7141 - 969 55 420 goe...@fi... Filmakademie Baden-W=FCrttemberg Mathildenstr. 20 71638 Ludwigsburg www.filmakademie.de |
From: Nicolas C. <ni...@co...> - 2006-05-04 09:14:19
|
Rm9yIGluZm9ybWF0aW9uLAoKSGlzIHJlY2N1cmluZyBldmVudHMgcHJvYmxlbSBzZWVtcyB0byBi ZSBzdGlsbCBvbi4KSSdsbCB3b3JrIG9uIGl0LgoKLS0tLS0tLS0tLSBGb3J3YXJkZWQgbWVzc2Fn ZSAtLS0tLS0tLS0tCkZyb206IEfDtnR6IFJlaW5pY2tlIDxnb2V0ei5yZWluaWNrZUBmaWxtYWth ZGVtaWUuZGU+CkRhdGU6IDQgbWFpIDIwMDYgMTE6MDMKU3ViamVjdDogUmU6IFtQSFBpQ2FsZW5k YXItREVWXSBlcnJvciB3aXRoIHBocGljYWxlbmRhciAyLjIyClRvOiBOaWNvbGFzIENvbnRhbWlu IDxuaWNvbGFzQGNvbnRhbWluLm5ldD4KCgpIaSBOaWNvbGFzIQoKTmljb2xhcyBDb250YW1pbiBz Y2hyaWViOgo+IDIwMDYvNS80LCBHw7Z0eiBSZWluaWNrZSA8Z29ldHoucmVpbmlja2VAZmlsbWFr YWRlbWllLmRlPjoKPj4gSGksCj4+Cj4+IHRoZSBodHRwZC1lcnJvciBoYXMgdGhpcyBsaW5lOgo+ Pgo+PiBbVGh1IE1heSAwNCAwODozODowMCAyMDA2XSBbZXJyb3JdIFtjbGllbnQgMTcyLjE3LjEu MjA1XSBGaWxlIGRvZXMgbm90Cj4+IGV4aXN0OiAvdmFyL3d3dy9odG1sL3RlbXBsYXRlcywgcmVm ZXJlcjoKPj4gaHR0cDovL21haWwuZmlsbWFrYWRlbWllLmRlL3BocGljYWxlbmRhci0yLjIyL2Rh eS5waHAKPgo+IEl0J3Mgc2VlbSB0byBiZSBhIHBhdGggcHJvYmxlbS4KPiBpdCBtdXN0IGhhdmUg YSBkaWZmZXJlbmNlIGJldHdlZW4gL3BocGljYWxlbmRhci0yLjIvY29uZmlnLmluYy5waHAgYW5k Cj4gL3BocGljYWxlbmRhci0yLjIyL2NvbmZpZy5pbmMucGhwCj4gKG1heWJlIGluIHRoZSAkY2Fs ZW5kYXJfcGF0aCkuCgpJIGNoYW5nZWQgdGhlICIkc2F2ZV9wYXJzZWRfY2FscyIgdG8gIm5vIiBp biB0aGUgMi4yMi1pbnN0YWxsYXRpb24gYXMgaXQKd2FzIGluIHRoZSBvdGhlciBpbnN0YWxsYXRp b25zLiBBZnRlciB0aGF0LCB0aGUgMi4yMi1pbnN0YWxsYXRpb24gbG9hZHMKdGhlIGNhbGVuZGFy cyB3aXRob3V0IHRoZSBlcnJvciB0aGF0IHRoZSBXSVdJZmlsbS5jYWwgd2FzIGNoYW5nZWQuCgoK PiBGb3IgeW91ciByZWN1cnJpbmcgZXZlbnQgcHJvYmxlbSwgd2Ugc2hvdWxkIHN0YW5kIGZvciB0 aGUgMi4yMiByZWxlYXNlCj4gdG8gd29yayBmaW5lIChCZWNhdXNlLCB5b3Ugd29uJ3QgdXNlIDIu MSwgb3IgMi4yIGFueW1vcmUpLCB0byBzZWUgaWYgdGhlCj4gYnVnIGlzIHN0aWxsIHRoZXJlLgoK Ty5LLiBhcyB0aGUgcGFyc2luZ3Byb2JsZW0gc2VhbXMgdG8gYmUgc29sdmVkLCBJJ2xsIGxvb2sg YXQgdGhlIDIuMjItdHJlZS4KClRoYW5rcyBhbmQgYmVzdCByZWdhcmRzIQoKL0fDtnR6Ci0tCkfD tnR6IFJlaW5pY2tlCg== |
From: Jim Hu <ji...@ta...> - 2006-05-04 09:08:32
|
G=F6tz, It's hard to analyze when you have so many calendars displaying...but =20= I found one obvious difference BK2 Grundlagen Kameratechnik.Kamera und Objektivtest.Thomas Merker.=20 09.30-16.30Uhr.G1/10.B/K2Pflicht Looking at this event in the .ics file, it turns out that 2.2 is =20 correct and 2.1 is wrong! BEGIN:VEVENT EXDATE;TZID=3DEurope/Berlin:20060410T093000 EXDATE;TZID=3DEurope/Berlin:20060424T093000 EXDATE;TZID=3DEurope/Berlin:20060522T093000 EXDATE;TZID=3DEurope/Berlin:20060501T093000 EXDATE;TZID=3DEurope/Berlin:20060417T093000 EXDATE;TZID=3DEurope/Berlin:20060403T093000 EXDATE;TZID=3DEurope/Berlin:20060508T093000 DTSTAMP:20060428T085004Z UID:6B6220B3-D1EF-11D9-A991-00039376CC9A-RID DTSTART;TZID=3DEurope/Berlin:20060327T093000 SUMMARY:Grundlagen Kameratechnik.Kamera und Objektivtest.Thomas Merker.0 9.30-16.30Uhr.G1/10.B/K2Pflicht DTEND;TZID=3DEurope/Berlin:20060329T163000 DESCRIPTION:n=95=95here Infos Studienplan RRULE:FREQ=3DWEEKLY;INTERVAL=3D1;UNTIL=3D20060522T215959Z END:VEVENT The EXDATE are dates where that event was deleted from the calendar. =20= If I delete them, I see the event every week. For the other error, the program is looking for the templates =20 directory in the wrong place...it's looking in /var/www/html/=20 templates, instead of /var/www/html/phpicalendar-2.22/templates. It =20 also doesn't look like it's asking for a template subdirectory =20 either. Is that the whole error message? I usually also get a line =20 number and script name for the problem, possibly on the next line of =20 the logs. Have you compared the config.inc.php files between the two =20= installations? Jim On May 4, 2006, at 2:01 AM, G=F6tz Reinicke wrote: > Hi, > > I checked my phpicalendar 2.2 installation and saw, that repeating =20 > events are missing: > > 2.1 seams fine: > http://mail.filmakademie.de/phpicalendar-2.1/day.php > > 2.2 seams missing: > http://mail.filmakademie.de/phpicalendar-2.2/day.php > > What may I check? > > > Regards > > G=F6tz > --=20 > G=F6tz Reinicke > IT Koordinator - IT OfficeNet > > Tel. +49 (0) 7141 - 969 420 > Fax +49 (0) 7141 - 969 55 420 > goe...@fi... > > Filmakademie Baden-W=FCrttemberg > Mathildenstr. 20 > 71638 Ludwigsburg > www.filmakademie.de > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, =20 > security? > Get stuff done quickly with pre-integrated technology to make your =20 > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache =20 > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=120709&bid&3057&dat=121642= > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |
From: <goe...@fi...> - 2006-05-04 07:01:23
|
Hi, I checked my phpicalendar 2.2 installation and saw, that repeating=20 events are missing: 2.1 seams fine: http://mail.filmakademie.de/phpicalendar-2.1/day.php 2.2 seams missing: http://mail.filmakademie.de/phpicalendar-2.2/day.php What may I check? Regards G=F6tz --=20 G=F6tz Reinicke IT Koordinator - IT OfficeNet Tel. +49 (0) 7141 - 969 420 Fax +49 (0) 7141 - 969 55 420 goe...@fi... Filmakademie Baden-W=FCrttemberg Mathildenstr. 20 71638 Ludwigsburg www.filmakademie.de |
From: <goe...@fi...> - 2006-05-04 06:45:26
|
Hi, I recently installed phpicalendar 2.22 and set it up like 2.0/1/2 using=20 the same calendar files and path. the URL is http://mail.filmakademie.de/phpicalendar-2.22/day.php, so you=20 can see the error - which says, that a calendar was changed while=20 opening the page. the httpd-error has this line: [Thu May 04 08:38:00 2006] [error] [client 172.17.1.205] File does not=20 exist: /var/www/html/templates, referer:=20 http://mail.filmakademie.de/phpicalendar-2.22/day.php Any hints on what could be wrong? Which information do you need? Thanks and best regards G=F6tz --=20 G=F6tz Reinicke IT Koordinator - IT OfficeNet Tel. +49 (0) 7141 - 969 420 Fax +49 (0) 7141 - 969 55 420 goe...@fi... Filmakademie Baden-W=FCrttemberg Mathildenstr. 20 71638 Ludwigsburg www.filmakademie.de |
From: Nicolas C. <ni...@co...> - 2006-05-03 15:38:59
|
MjAwNi81LzMsIEppbSBIdSA8amltaHVAdGFtdS5lZHU+Ogo+IEkgY2FuJ3QgdGVsbCBhYm91dCB0 aGUgb3RoZXIgb25lLgoKSW4gZmFjdCBpdCdzIHRoZSBzYW1lIHRoaW5nLCBpbiBmcmVuY2guCgo+ IFsgWW91ciBvdmVyYWxsIHBoaWxvc29waHkgXQoKT2sgdGhhdCdzIGZpdCBtaW5lIHRvby4KVGhl IGZyZW5jaCBtYWlsIHlvdSB3ZXJlIGluIENhcmJvbkNvcHkgd2FzIGdyZWV0aW5ncyB0byBpQ2Fs Q29uc3VsdAptYW5hZ2VyIGFuZCBhIHJlcXVlc3QgZm9yIGhpbSB0byBzaGFyZSB3aXRoIHVzIHRo ZSBhZG1pbiBwYWdlcyBoZSdkCmRvbmUuCkFzIGZvciBpY2FseCwgaXQncyBhbiBvbGQgdmVyc2lv biwgYnV0IGhpcyB3b3JrIGNvdWxkIGJlIGhlbHBmdWxsIGluCm15IGltcHJvdmVtZW50LgoKPiBO b3cgdGhhdAo+IEdvb2dsZSBpcyBlbnRlcmluZyB0aGUgY2FsZW5kYXIgYnVzaW5lc3MsIGl0IHdp bGwgYmUgaW50ZXJlc3RpbmcgdG8KPiBzZWUgd2hhdCBoYXBwZW5zLgo+IEl0IHNlZW1zIHRoYXQg R29vZ2xlIGNhbGVuZGFyIHByb3ZpZGVzIC5pY3MgZmlsZXMsIGJ1dCB0aGV5IGRvbid0Cj4gbGlu ayBjbGVhbmx5IGFzIHdlYmNhbHMgdmlhIHBocGljYWxlbmRhci4KCkl0IHNlZW1zIHRvIG1lIHRo YXQgR29vZ2xlIHdhbnRzIHRvIGRvIGEgbWl4IGJldHdlZW4gUGlDIGFuZCBPdXRsb29rCmludml0 YXRpb24gc2VydmljZXMuCihJJ3ZlIG5vdCB5ZXQgcmVhZCB0aGUgb3RoZXJzIHRocmVhZCBhYm91 dCB0aGlzIHN1YmplY3QsIHNvIHRoYXQncyBhbGwKSSBjYW4gc2F5IGFib3V0IGltcHJvdmVtZW50 KS4KCgpEYW5vbicuCmJ5IHRoZSB3YXksIHdvdWxkIHlvdSBtaW5kIHRvIGFsbG93IG1lIHRvIG1h bmFnZSB0cmFja2VycyBvbgpzb3VyY2Vmb3JnZS4gSSdsbCBjb21taXQgb3ZlcmxhcHBpbmdfZXZl bnQucGhwIGNoYW5nZXMgdG8gZml4IHRoZQpkaXNwbGF5IGJ1ZywgdGhpcyBldmVuaW5nLiBUaGFu a3MuCi0tCkknbSBhIHBvb3IgYW5kIGxvbmVzb21lIFlhb3VydC4uLiAoQWlyIGNvbm51KQo= |
From: Jim Hu <ji...@ta...> - 2006-05-03 15:22:00
|
icalx has powered by phpicalendar 0.9 on their demo calendar, which links to the project website. I get the sense that the proprietor has just been making this a free service on the side, and so I'm not troubled by icalx.com. I do wish he'd take a look at the newer versions! I can't tell about the other one. My overall philosophy is that I put the effort into phpicalendar because it's really useful to me, and if anyone else uses it, that's OK as long as they don't pass it off as their own work. I hope that those who find it useful will come back and share what they've learned about phpicalendar with us and with new users, but if they don't, there's not much we can do. One of the interesting things about icalx is that by being free (I assume there's some small income from the ads) it prevents anyone else from making an expensive service based on our project. Now that Google is entering the calendar business, it will be interesting to see what happens. It seems that Google calendar provides .ics files, but they don't link cleanly as webcals via phpicalendar. ===================================== Jim Hu On May 3, 2006, at 9:47 AM, Nicolas Contamin wrote: > Hi everybody, > > What is your ploicy regarding sites that are using PiC as there main > activity, without mentionning the name of the project, the > developpers, or even the source website ? > > I'm thinking of > www.icalx.com > www.icalconsult.com > which are using (and improving, for sure) our work for their own > benefit (even if it's > only glory!). > > > Danon'. > -- > I'm a poor and lonesome Yaourt... (Air connu) > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |
From: Nicolas C. <ni...@co...> - 2006-05-03 14:47:38
|
SGkgZXZlcnlib2R5LAoKV2hhdCBpcyB5b3VyIHBsb2ljeSByZWdhcmRpbmcgc2l0ZXMgdGhhdCBh cmUgdXNpbmcgUGlDIGFzIHRoZXJlIG1haW4KYWN0aXZpdHksIHdpdGhvdXQgbWVudGlvbm5pbmcg dGhlIG5hbWUgb2YgdGhlIHByb2plY3QsIHRoZQpkZXZlbG9wcGVycywgb3IgZXZlbiB0aGUgc291 cmNlIHdlYnNpdGUgPwoKSSdtIHRoaW5raW5nIG9mCnd3dy5pY2FseC5jb20Kd3d3LmljYWxjb25z dWx0LmNvbQp3aGljaCBhcmUgdXNpbmcgKGFuZCBpbXByb3ZpbmcsIGZvciBzdXJlKSBvdXIgd29y ayBmb3IgdGhlaXIgb3duCmJlbmVmaXQgKGV2ZW4gaWYgaXQncwpvbmx5IGdsb3J5ISkuCgoKRGFu b24nLgotLQpJJ20gYSBwb29yIGFuZCBsb25lc29tZSBZYW91cnQuLi4gKEFpciBjb25udSkK |
From: Nicolas C. <ni...@co...> - 2006-05-03 14:38:27
|
U2FsdXQsCgogIEonYWkgZMOpY291dmVydCBhdmVjIGJvbmhldXIgcXVlIHR1IGZvdXJuaXNzYWlz IHVuIHN1cGVyIHNlcnZpY2Ugw6AKYmFzZSBkZSBwaHBpY2FsZW5kYXIuIEplIHRyb3V2ZSBsJ2Fq b3V0IGRlcyBmb25jdGlvbm5hbGl0w6lzIHRyw6hzCmludMOpcmVzc2FudGVzLgoKT3IgamUgdHJh dmFpbGxlIG1vaS1tZW1lIHN1ciBsJ2Ftw6lsaW9yYXRpb24gZGUgbGEgcGFydGllCmFkbWluaXN0 cmF0aW9uIGR1IGxvZ2ljaWVsLCBhdXNzaSBqJ2F1cmFpcyB2b3VsdSBzYXZvaXIgc2kgdHUgw6l0 YWlzCnByw6p0IMOgIHBhcnRpY2lwZXIgw6AgY2V0dGUgw6l2b2x1dGlvbiBldCBkb25jIMOgIGZv dXJuaXIgw6AgbGEgY29tbXVuYXV0w6kKdGVzIHRyYXZhdXggPwoKSidlc3DDqHJlIHF1ZSBub3Vz IHRyb3V2ZXJvbnMgdW4gdGVycmFpbiBkJ2VudGVudGUsIGFmaW4gZGUgZmFpcmUKw6l2b2x1ZXIg Y2V0IGV4Y2VsbGVudCBvdXRpbC4KRCdhaWxsZXVycywgamUgdGUgcHJvcG9zZSBkZSBub3VzIHNv dW1ldHRyZSBkZXMgaWTDqWVzIGQnw6l2b2x1dGlvbnMsCmNhciBqZSBzdXBwb3NlLCB2dSBjZSBx dWUgdHUgYXMgZMOpasOgIGZhaXQgcXVlIHR1IG4nZW4gbWFucXVlcyBwYXMuCkNvcmRpYWxlbWVu dCwKCgpEYW5vbicuCi0tCkknbSBhIHBvb3IgYW5kIGxvbmVzb21lIFlhb3VydC4uLiAoQWlyIGNv bm51KQo= |