php-calendar-discussion Mailing List for PHP-Calendar (Page 3)
Brought to you by:
sproctor
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(12) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(5) |
Feb
(4) |
Mar
(23) |
Apr
(5) |
May
(6) |
Jun
(2) |
Jul
(4) |
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2004 |
Jan
|
Feb
(2) |
Mar
(3) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
(2) |
Oct
(1) |
Nov
|
Dec
(1) |
2005 |
Jan
(5) |
Feb
(14) |
Mar
(2) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(18) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2006 |
Jan
(3) |
Feb
(2) |
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
(2) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2007 |
Jan
(4) |
Feb
(3) |
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(2) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(1) |
Jun
|
Jul
(7) |
Aug
|
Sep
|
Oct
(4) |
Nov
|
Dec
|
2009 |
Jan
(3) |
Feb
(4) |
Mar
(1) |
Apr
(1) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Sean P. <spr...@gm...> - 2006-02-22 13:44:26
|
Hi, Sorry, at the moment every user is an admin. I'm working on this for the next release, but life has gotten in the way. Sean |
From: Detox|Matze <ma...@de...> - 2006-02-21 14:00:52
|
Hi there, is it possible to prevent calender-users to add new users? I mean: At the moment, every registered user can admin my calender and i.e. add new users! How can I stop this? Thanks for any advice! Greetings, Matthias |
From: The B. <jl...@gm...> - 2006-01-31 03:56:17
|
Hi everyone, I think I found a solution on how to cleanly create the 2nd calendar. It requires modifying 2 files: 1. In install.php (line 28), set $calendar_name to whatever value you want the new calendar to have. I just set it to '1' since it was my second calendar. 2. In install.php, comment out line 265 so that it says //create_tables(); 3. In index.php, line 31, set $calendar_name to the same value as in step 1. 4. Open install.php in the browser; run the install like you normally would. Voila! The new calendar should be all set. Can I make some suggestions that may improve the code (I would make them myself but still consider myself to be a beginner in PHP): 1. This is minor, but maybe allowing $calendar_name to be set in the config file creation form, and then store the name of the calendar in config.php. This will make the next suggestion easier to implement, but isn't necessarily critical. 2. Include some test code before executing the create_tables method that verify the existence of the tables and the record matching $calendar_name. If the tables don't exist, create them; if the records don't exist for that calendar, add them. I hope this all makes sense. Jean Calixte jl...@gm... |
From: The B. <jl...@gm...> - 2006-01-26 23:43:46
|
Hi everyone, I just had a quick question on how to create the second calendar on the same database. I tried running the same install script, but got those errors about the tables already existing. I even tried to create the new record in the database, but that didn't work too well. Is there something else I should be doing? Any help would be greatly appreciated. Jean Calixte jl...@gm... |
From: Gabriel H. <Ga...@ga...> - 2006-01-06 18:26:27
|
Hi, For anyone using my compact mods for the php-calendar I have done them for vesion 0.10.5. You can download them from http://www.gabrielharrison.co.uk/php-calendar/0.10.5-compact/0.10.5-compact-mods.zip As before backup your existing files then unzip these over the top of your existing installation. Happy New Year, Gabriel |
From: Elke H. - W. <web...@pl...> - 2005-09-14 02:28:15
|
Hi guys I cannot login to the calendar. I'm using the most recent version 0.10.4, on IIS 6.0, with MySQL 4.1.7, and PHP 5.0.3 I am using the username and password I created when I setup the calendar, but get the following error message: Sorry, Invalid Login Thanks for all your help :) Elke |
From: Jane <ja...@th...> - 2005-07-26 08:54:01
|
Hi Gabriel, I've downloaded the mods.zip file, and copied them over to my calendar. There is still seem to be some problem. I cannot see the days of the calendar. I can only see the month, navi bar, search, log in and name of the days (sunday, monday etc.) -------- Virus-Free Mailbox http://www.thenet.ph |
From: Ken R. <ke...@in...> - 2005-07-16 18:52:50
|
Hello again... Could you please help me, I want to put the menu for month selection = below the calendar and not on the top where it is now. Is this an easy fix? Also... If I wanted to place a graphic on top of the calendar, can I do = this? Thanks Ken |
From: Gabriel H. <ga...@ga...> - 2005-07-10 22:06:08
|
Hi Again, There was a file missing from the zip file I uploaded for the compact version. This has now been corrected and can be downloaded from http://www.gabrielharrison.co.uk/php-calendar/0.10.4-compact/0.10.4-compact-mods.zip I have also added a link on the navigation bar to get back to the current month. Apologies to anyone who tried to use the previous zip. Gabriel -- Gabriel Harrison Web Development and IT Support 1 Hawthorn Crescent Durham DH1 1ED Tel: 0191 370 9181 Mob: 07939 231 720 |
From: Sean P. <spr...@gm...> - 2005-07-10 16:07:00
|
Hi, I would like to include an option for this, or something similar. I'm in th= e=20 middle of a pretty big redesign right now, so I think this would be a good= =20 time to make any changes that would make this easier. I'd rather not have= =20 conditionals like if($compact) thrown all around the code. Maybe this would= =20 be a good time to implement themes. If you would like to help, I could give= =20 you commit access to CVS. Sean On 7/10/05, Gabriel Harrison <ga...@ga...> wrote: >=20 > Hi all, >=20 > Someone recently talked about wanting a more compact layout for > php-calendar which is something I've had for a while. I've just upgraded > from 0.9 to 0.10.4 and had to redo all the modifications I made to get > the display more compact and have put the changed files into a zip. If > you want to install the modifications all you need to do it extract the > files into your php-calendar folder. There are only four changed files: > index.php, calendar.php, display.php and style.php. >=20 > The zip is at >=20 > http://www.gabrielharrison.co.uk/php-calendar/0.10.4-compact/0.10.4-compa= ct-mods.zip > and includes a screenshot of what it looks like. >=20 > I have added comments to all the bits I have modified. Just search for > GH2K05 in your favorite editor to see the changes. The comments show > what I've added and what I've removed. To avoid loads of comments in the > style.php and haven't removed rules that I have changed but simple added > a new rule that overrides the original one. >=20 > The only modification I am not entirely happy with is the positioning of > the navbars. I have used absolute positioning to minimise that amount of > modification I had to do but this means that if the browser window is > too narrow it will overlap the page title. Ideally the navbars would > have been integrated with the title to stop this. If anyone has a better > solution please let me know. >=20 > I hope the mods useful, >=20 > Gabriel >=20 > -- >=20 > Gabriel Harrison > Web Development and IT Support > 1 Hawthorn Crescent > Durham DH1 1ED > Tel: 0191 370 9181 > Mob: 07939 231 720 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net <http://SF.Net> email is sponsored by the 'Do More With Dual!= '=20 > webinar happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual > core and dual graphics technology at this free one hour event hosted by= =20 > HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > Php-calendar-discussion mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/php-calendar-discussion > |
From: Gabriel H. <ga...@ga...> - 2005-07-10 15:20:02
|
Hi all, Someone recently talked about wanting a more compact layout for php-calendar which is something I've had for a while. I've just upgraded from 0.9 to 0.10.4 and had to redo all the modifications I made to get the display more compact and have put the changed files into a zip. If you want to install the modifications all you need to do it extract the files into your php-calendar folder. There are only four changed files: index.php, calendar.php, display.php and style.php. The zip is at http://www.gabrielharrison.co.uk/php-calendar/0.10.4-compact/0.10.4-compact-mods.zip and includes a screenshot of what it looks like. I have added comments to all the bits I have modified. Just search for GH2K05 in your favorite editor to see the changes. The comments show what I've added and what I've removed. To avoid loads of comments in the style.php and haven't removed rules that I have changed but simple added a new rule that overrides the original one. The only modification I am not entirely happy with is the positioning of the navbars. I have used absolute positioning to minimise that amount of modification I had to do but this means that if the browser window is too narrow it will overlap the page title. Ideally the navbars would have been integrated with the title to stop this. If anyone has a better solution please let me know. I hope the mods useful, Gabriel -- Gabriel Harrison Web Development and IT Support 1 Hawthorn Crescent Durham DH1 1ED Tel: 0191 370 9181 Mob: 07939 231 720 |
From: Sean P. <spr...@gm...> - 2005-07-07 23:50:34
|
Hi, On 7/7/05, Ed Patterson <edp...@ya...> wrote: >=20 > I am confused > Are you saying I should move adodb to \wamp\lib, add the adodb line to th= e=20 > php.ini file and edit the include_path line of php.ini to .;c:\wamp\lib? Yeah, except for the adding the adodb line to the php.ini. That or just mov= e=20 adodb into the calendar directory. Either way works.=20 Also, I get the list in digest mode & read it with Thunderbird. The message= s=20 > are real hard to read, ascii codes. Is there a way to receive the message= s=20 > in plain text with out the =3Dxx stuff? I really don't know. Is it the emails I'm generating or the stuff added by= =20 SF? I'm not too much of an expert on email. Sean |
From: Ed P. <edp...@ya...> - 2005-07-07 22:44:41
|
I am confused Are you saying I should move adodb to \wamp\lib, add the adodb line to the php.ini file and edit the include_path line of php.ini to .;c:\wamp\lib? Also, I get the list in digest mode & read it with Thunderbird. The messages are real hard to read, ascii codes. Is there a way to receive the messages in plain text with out the =xx stuff? Ed I would do it like this: adodb =3D c:\wamp\lib\adodb include_path =3D ".;c:\wamp\lib" You need the directory adodb is in in your path, not the adodb directory=20 itself. Another option, if you aren't using adodb anywhere else is to move= =20 adodb to c:\wamp\www\calendar Sean |
From: Ken R. <ke...@in...> - 2005-07-07 22:35:56
|
Hello group Sorry to be a pest with my questions, but... I would like to have the date menu listing at the bottom of the calendar = instead of the top. Is this difficult, or could someone please be able to guide me through = the process. Thanks for everyone's patience Ken Robb |
From: Gabriel H. <Ga...@ga...> - 2005-07-07 14:34:32
|
Hi Ken, Rather than modifying the function comment out the call to it on line 210 of calendar.php. Gabriel On Thu, July 7, 2005 10:48 am, Ken Robb said: > I deleted the entire function and got the message... > Fatal error: Call to undefined function: link bar() in > /usr/local/4admin/apache/vhosts/theremnantchurch.com/httpdocs/calendar/includes/calendar.php > on line 210 > > It looks like I should only delete part of the function and not all of it. > Other parts of the code call on this function. > > Can you tell me what modifications to the function have to be made? > > Thanks > Ken > > Here is the function... > > // returns XHTML data for the links at the bottom of the calendar > function link bar() > { > global $config, $phpc url; > > $html = tag('div', attributes('class="phpc-footer"')); > > if($config['translate']) { > $html->add(tag('p', '[', lang link('en'), '] [', > lang link('de'), ']')); > } > > $html->add(tag('p', '[', > tag('a', > attributes('href="http://validator.w3.org/' > .'check?url=' > .rawurlencode($phpc url) > .'"'), 'Valid XHTML 1.1'), > '] [', > tag('a', attributes('href="http://jigsaw.w3.org/' > .'css-validator/check/referer"'), > 'Valid CSS2'), > ']')); > return $html; > } > -- Gabriel Harrison Web Development and IT Support 1 Hawthorn Crescent Durham DH1 1ED Tel: 0191 370 9181 Mob: 07939 231 720 |
From: Sean P. <spr...@gm...> - 2005-07-07 13:00:19
|
Hi, Or you can just delete or comment out the body of the function, but leave i= t=20 as: function link_bar() { } I hope that helps, Sean On 7/7/05, Gabriel Harrison <ga...@ga...> wrote: >=20 > Hi Ken, >=20 > You will also need to delete or comment out any calls to the function. I > deleted the calls long ago so can't tell you what file it is in though. >=20 > Gabriel >=20 > Ken Robb wrote: >=20 > > Thanks Sean > > I found them in calendar.php > > Can I remove everything listed here, or just selected portions? > > > > *// returns XHTML data for the links at the bottom of the calendar > > function link_bar() > > { > > global $config, $phpc_url;* > > ** > > * $html =3D tag('div', attributes('class=3D"phpc-footer"'));* > > ** > > * if($config['translate']) { > > $html->add(tag('p', '[', lang_link('en'), '] [', > > lang_link('de'), ']')); > > }* > > ** > > * $html->add(tag('p', '[', > > tag('a', > > attributes('href=3D"**http://validator.w3.org/'* > > <http://validator.w3.org/%27> > > * .'check?url=3D' > > .rawurlencode($phpc_url) > > .'"'), 'Valid XHTML 1.1'), > > '] [', > > tag('a', attributes('href=3D"**http://jigsaw.w3.org/'* > > <http://jigsaw.w3.org/%27> > > * .'css-validator/check/referer"'), > > 'Valid CSS2'), > > ']')); > > return $html; > > } > > * > > > > ----- Original Message ----- > > *From:* Sean Proctor <mailto:spr...@gm...> > > *To:* Ken Robb <mailto:ke...@in...> > > *Cc:* php...@li... > > <mailto:php...@li...> > > *Sent:* Wednesday, July 06, 2005 9:18 AM > > *Subject:* Re: [Php-calendar-discussion] Menu lists > > > > Hi, > > > > It's in calendar.php just search for those lines and remove them. > > > > Sean > > > > On 7/6/05, *Ken Robb* <ke...@in... > > <mailto:ke...@in...>> wrote: > > > > Can someone please direct me where I can delete the code at > > the bottom of the calendar where it reads... > > Valid XHTML 1.1 > > < > http://validator.w3.org/check?url=3Dhttp%3A%2F%2Fwww.theremnantchurch.com= %2Fcalendar%2Findex.php%3F > >] > > [Valid CSS2 <http://jigsaw.w3.org/css-validator/check/referer>] > > > > Still learning the PHP, and really appreciate the help > > Ken > > > > >=20 > -- > Gabriel Harrison > Web Development and IT Support > 1 Hawthorn Crescent > Durham DH1 1ED > Tel: 0191 370 9181 > Mob: 07939 231 720 >=20 >=20 >=20 > ------------------------------------------------------- > SF.Net <http://SF.Net> email is sponsored by: Discover Easy Linux=20 > Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclic= k > _______________________________________________ > Php-calendar-discussion mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/php-calendar-discussion > |
From: Ken R. <ke...@in...> - 2005-07-07 09:49:18
|
I deleted the entire function and got the message... Fatal error: Call to undefined function: link_bar() in = /usr/local/4admin/apache/vhosts/theremnantchurch.com/httpdocs/calendar/in= cludes/calendar.php on line 210 It looks like I should only delete part of the function and not all of = it. Other parts of the code call on this function. Can you tell me what modifications to the function have to be made? Thanks=20 Ken Here is the function... // returns XHTML data for the links at the bottom of the calendar function link_bar() { global $config, $phpc_url; $html =3D tag('div', attributes('class=3D"phpc-footer"')); if($config['translate']) { $html->add(tag('p', '[', lang_link('en'), '] [', lang_link('de'), ']')); } $html->add(tag('p', '[', tag('a', attributes('href=3D"http://validator.w3.org/' .'check?url=3D' .rawurlencode($phpc_url) .'"'), 'Valid XHTML 1.1'), '] [', tag('a', attributes('href=3D"http://jigsaw.w3.org/' .'css-validator/check/referer"'), 'Valid CSS2'), ']')); return $html; } |
From: Gabriel H. <ga...@ga...> - 2005-07-07 07:34:18
|
Hi Ken, You will also need to delete or comment out any calls to the function. I deleted the calls long ago so can't tell you what file it is in though. Gabriel Ken Robb wrote: > Thanks Sean > I found them in calendar.php > Can I remove everything listed here, or just selected portions? > > *// returns XHTML data for the links at the bottom of the calendar > function link_bar() > { > global $config, $phpc_url;* > ** > * $html = tag('div', attributes('class="phpc-footer"'));* > ** > * if($config['translate']) { > $html->add(tag('p', '[', lang_link('en'), '] [', > lang_link('de'), ']')); > }* > ** > * $html->add(tag('p', '[', > tag('a', > attributes('href="**http://validator.w3.org/'* > <http://validator.w3.org/%27> > * .'check?url=' > .rawurlencode($phpc_url) > .'"'), 'Valid XHTML 1.1'), > '] [', > tag('a', attributes('href="**http://jigsaw.w3.org/'* > <http://jigsaw.w3.org/%27> > * .'css-validator/check/referer"'), > 'Valid CSS2'), > ']')); > return $html; > } > * > > ----- Original Message ----- > *From:* Sean Proctor <mailto:spr...@gm...> > *To:* Ken Robb <mailto:ke...@in...> > *Cc:* php...@li... > <mailto:php...@li...> > *Sent:* Wednesday, July 06, 2005 9:18 AM > *Subject:* Re: [Php-calendar-discussion] Menu lists > > Hi, > > It's in calendar.php just search for those lines and remove them. > > Sean > > On 7/6/05, *Ken Robb* <ke...@in... > <mailto:ke...@in...>> wrote: > > Can someone please direct me where I can delete the code at > the bottom of the calendar where it reads... > Valid XHTML 1.1 > <http://validator.w3.org/check?url=http%3A%2F%2Fwww.theremnantchurch.com%2Fcalendar%2Findex.php%3F>] > [Valid CSS2 <http://jigsaw.w3.org/css-validator/check/referer>] > > Still learning the PHP, and really appreciate the help > Ken > > -- Gabriel Harrison Web Development and IT Support 1 Hawthorn Crescent Durham DH1 1ED Tel: 0191 370 9181 Mob: 07939 231 720 |
From: Ken R. <ke...@in...> - 2005-07-07 02:10:36
|
Thanks Sean I found them in calendar.php Can I remove everything listed here, or just selected portions? // returns XHTML data for the links at the bottom of the calendar function link_bar() { global $config, $phpc_url; $html =3D tag('div', attributes('class=3D"phpc-footer"')); if($config['translate']) { $html->add(tag('p', '[', lang_link('en'), '] [', lang_link('de'), ']')); } $html->add(tag('p', '[', tag('a', attributes('href=3D"http://validator.w3.org/' .'check?url=3D' .rawurlencode($phpc_url) .'"'), 'Valid XHTML 1.1'), '] [', tag('a', attributes('href=3D"http://jigsaw.w3.org/' .'css-validator/check/referer"'), 'Valid CSS2'), ']')); return $html; } ----- Original Message -----=20 From: Sean Proctor=20 To: Ken Robb=20 Cc: php...@li...=20 Sent: Wednesday, July 06, 2005 9:18 AM Subject: Re: [Php-calendar-discussion] Menu lists Hi, It's in calendar.php just search for those lines and remove them. Sean On 7/6/05, Ken Robb <ke...@in...> wrote: Can someone please direct me where I can delete the code at the = bottom of the calendar where it reads... Valid XHTML 1.1] [Valid CSS2] Still learning the PHP, and really appreciate the help Ken |
From: Sean P. <spr...@gm...> - 2005-07-07 00:07:58
|
Hello, I would do it like this: adobd =3D c:\wamp\lib\adodb include_path =3D ".;c:\wamp\lib" You need the directory adodb is in in your path, not the adodb directory=20 itself. Another option, if you aren't using adodb anywhere else is to move= =20 adodb to c:\wamp\www\calendar Sean On 7/6/05, Ed Patterson <edp...@ya...> wrote: >=20 > System: > WAMP > ADOdb > PHP Calendar >=20 > doc_root =3D c:\wamp\www > php calendar =3D c:\wamp\www\calendar > adobd =3D c:\wamp\www\adodb >=20 > Added > include_path =3D ".;c:\wamp\www\adodb" > to php.ini >=20 > restarted services then pointed firefox to > http://localhost/calendar/install.php > -- errors -- > Warning: main(./adodb/adodb.inc.php) [function.main > <http://localhost/calendar/function.main>]: failed to open stream: No > such file or directory in c:\wamp\www\calendar\install.php on line 33 >=20 > Fatal error: main() [function.require > <http://localhost/calendar/function.require>]: Failed opening required > './adodb/adodb.inc.php' (include_path=3D'.;c:\wamp\www\adodb') in > c:\wamp\www\calendar\install.php on line 33 > -- end of errors -- >=20 > If I move adodb into the calendar directory the install runs normally. > Except for the MySQL errors that were eaisly fixed. >=20 > What did I miss? >=20 > Ed >=20 >=20 > ------------------------------------------------------- > SF.Net <http://SF.Net> email is sponsored by: Discover Easy Linux=20 > Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclic= k > _______________________________________________ > Php-calendar-discussion mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/php-calendar-discussion > |
From: Ed P. <edp...@ya...> - 2005-07-06 21:38:22
|
System: WAMP ADOdb PHP Calendar doc_root = c:\wamp\www php calendar = c:\wamp\www\calendar adobd = c:\wamp\www\adodb Added include_path = ".;c:\wamp\www\adodb" to php.ini restarted services then pointed firefox to http://localhost/calendar/install.php -- errors -- Warning: main(./adodb/adodb.inc.php) [function.main <http://localhost/calendar/function.main>]: failed to open stream: No such file or directory in c:\wamp\www\calendar\install.php on line 33 Fatal error: main() [function.require <http://localhost/calendar/function.require>]: Failed opening required './adodb/adodb.inc.php' (include_path='.;c:\wamp\www\adodb') in c:\wamp\www\calendar\install.php on line 33 -- end of errors -- If I move adodb into the calendar directory the install runs normally. Except for the MySQL errors that were eaisly fixed. What did I miss? Ed |
From: Sean P. <spr...@gm...> - 2005-07-06 13:18:43
|
Hi, It's in calendar.php just search for those lines and remove them. Sean On 7/6/05, Ken Robb <ke...@in...> wrote: >=20 > Can someone please direct me where I can delete the code at the bottom of= =20 > the calendar where it reads... > Valid XHTML 1.1<http://validator.w3.org/check?url=3Dhttp%3A%2F%2Fwww.ther= emnantchurch.com%2Fcalendar%2Findex.php%3F>]=20 > [Valid CSS2 <http://jigsaw.w3.org/css-validator/check/referer>] > Still learning the PHP, and really appreciate the help > Ken > |
From: Ken R. <ke...@in...> - 2005-07-06 10:20:45
|
Can someone please direct me where I can delete the code at the bottom = of the calendar where it reads... Valid XHTML 1.1] [Valid CSS2] Still learning the PHP, and really appreciate the help Ken |
From: Ken R. <ke...@in...> - 2005-07-06 10:17:57
|
Can someone please direct me where I can delete the code at the bottom = of the calendar where it reads... Valid XHTML 1.1] [Valid CSS2] Still learning the PHP, and really appreciate the help Ken |
From: Sean P. <spr...@gm...> - 2005-06-19 22:31:15
|
Hello, The INSTALL document should apply to Windows. The process isn't particularl= y=20 involved. If you need to do something different that you think should be=20 noted in there, let me know and I'll add it. Sean On 6/19/05, Peter Mount <in...@pe...> wrote: >=20 > Hi >=20 > Is there a document that describes how to install php-calendar on > Windows as well as Linux? >=20 > Thanks >=20 > Peter Mount > in...@pe... >=20 >=20 > ------------------------------------------------------- > SF.Net <http://SF.Net> email is sponsored by: Discover Easy Linux=20 > Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=3D7477&alloc_id=3D16492&op=3Dclic= k > _______________________________________________ > Php-calendar-discussion mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/php-calendar-discussion > |