aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 4ffc9824e124df781bb0ac3f7eade654f45d9745 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
                 ______________________________________
                |            PHP iCalendar             |
                | http://www.phpicalendar.net/         |
                |______________________________________|

Introduction:
-------------
PHP iCalendar is a PHP-based iCal file viewer/parser to display iCals in a Web browser. 
Its based on v2.0 of the IETF spec. It displays iCal files in a nice logical, 
clean manner with day, week, month, and year navigation. It is available in 13
languages and includes support for printing, searching and RSS news feeds. 
If you need a Calendar application (for creating calendar files), please check 
the 'Supported Calendar Applications' section of the README.

Contact:
--------
E-mail the developers and others on the list at:
phpicalendar-devel@lists.sourceforge.net

Installation:
-------------
- Put PHP iCalendar into your Sites folder (or another web directory)
- PHP iCalendar works 'out of the box' but you may want to configure some things
- see section below called "Configuration". 
- Put your iCal files into the directory you specify in config.inc.php
  (default is "calendars")
- Make sure PHP is enabled (http://developer.apple.com/internet/macosx/php.html)
- Turn on Web sharing (if not already on)
- View calendars in your web browser
  If it is in your Sites folder, the URL would be:
  <http://localhost/~username/phpicalendar>

Configuration:
--------------
Starting with version 2.24, PHPicalendar uses a default settings file, which
you can overrule with your own configuration settings.

View config.inc-dist.php. The comments behind each variable definition will
tell you what each setting does. Change the values between the quotation
marks to change the setting of that variable. If there are restrictions 
as to what that variable can be set to, the comment behind will specify
them. 

IN ORDER TO USE THESE SETTINGS YOU MUST RENAME THE FILE to config.inc.php

If you have difficulty with your configuration, you can ask the 
developers and other PHP iCalendar users at the PHP iCalendar forums: 
http://phpicalendar.net/forums/

Creating calendars and events:
--------------------------------
PHP iCalendar DOES NOT create or edit calendars (or events). Instead it 
provides a way to view calendars from applications that generate valid 
IETF 2445 files (.ics). Some of the supported applications are:
	
	- Apple iCal
		- http://www.apple.com/ical/
	- Mozilla Calendar
		- http://www.mozilla.org/projects/calendar/
	- Ximian Evolution
		- http://www.novell.com/products/evolution/
	- KOrganizer
		- http://korganizer.kde.org/
	- WinDates 5.0
		- http://www.rockinsoftware.com/windates.htm

Bugs:
-----
If you find a bug, please let us know. The easiest way for you to do this
is to visit our Bug Tracker on SourceForge. This guarantees that we both 
look at it and take time to figure out what is causing it. You can submit
bugs at the following URL:
http://phpicalendar.sourceforge.net/bugs

Requests:
---------
Got an idea? Great! Just like with Bugs, there is a Features Tracker over
on SourceForge. Please use that to sumbit feature requests. That way, you can
see what others have suggested so you don't duplicate requests, and it will give
us a chance to keep the features that haven't been implemented in one central
place that we can find later. The tracker can be found at the following URL:
http://phpicalendar.sourceforge.net/requests

Licensing: 
----------
This product is distributed under the GPL.  Please read through the file
COPYING for more information about our license.

Changes:
--------
2.31 Fix events ending at midnight bug in day view
	Fix publish.php for 2.3 config system
	add option to hide location in month view
	add option to make individual events downloadable from event view
	
2.3 Major changes to recurrence handling
	Added more languages
	Added login to month view
	Consolidated common rss functions

2.24
	Fix bug 1681711 - change how todo popups are handled
	Fix bug 1632649 - year display
	Fix location display in months
	Partially fix language files for Polish, Esperanto, Traditional Chinese
	Sanitizer bug fixes
	Fix status bug for publish.php
2.23
	New language files
	Add input sanitizer - important for blocking XSS attacks
	Change template.php to reduce memory usage
	Change template.php to display locations in month view
	Change template.php display in print and month views of events that span multiple days to not repeat listing
	Fix (I hope) utf-8 rendering problems in event.php
	Allow admins to set whether link from rss feed goes to day.php or event.php
	Patch to allow parsing of MS-Outlook generated ics files where line continuation uses tab instead of space.
2.23rc1
	Change parsing of timezones to accommodate extra text from Mozilla and other calendars
	Move getdate to init.inc.php.
	Change date calcs so that rss feeds can list events across more than one year.
	Bug fixes
		Fixed error in german language file
		Change naming of saved parsed cals to allow same calname with different cpath
		Changes to calculation of next datetimes to work with php5.1 variants
		Fix index.php to allow year as default view
		display version on admin index page
		fix overlapping events bug
		fix path problems in template.php
		
2.22
	template.php will look in templates/default if a file is missing from templates/$template
	add support for WKST and BYPOS tags
	change popup to not require reparsing cal files
	differentiate cookie names for different installs on the same host
	allow image tags in events
	use real calendar names instead of filenames
	Year printview
	Added sidebar to year view
	Modified rss/index.php
	-bug fixes from 2.21
		Suppress lots of warnings and notices
		all combined selection of webcals
		passing of webcals in calendar links
		More items controlled by language files
		Problem with webcals with encoded spaces in URL
		Fixes related to various recurring event combinations
		Fix security hole for getting template file from cookies
2.21
	-patched security hole
	-bug fixes from 2.2
		Modified rss.php to improve compatibility
		
	-Modified templates to validate as XHTML 1.0 Transitional
2.2
	-Added Apple iCal native repository support.
	-Added support for finding calendars in subdirectories.
	-Can now select multiple local and web calendars.
	-rss.php 
		new feed types for different kinds of date ranges
		changed handling of multi-day events
	-bug fixes from 2.1 
	 	handling of webcals
		popup encoding
		display when individual calendars displayed

2.1
	-Updated languages: Finnish
	-RSS feeds display as previously indended.
	-Updated languages: Finnish, Norwegian, French
	-Todo popup respects CHARSET
	-Allows multiple calendar selection.
	-Search box can be made to go away.
	-Cookie vulnerbility fixed (credit: aScii)
	-Fix for occasionally broken popups.
	-Various bug fixes.

2.0.1	
	-Event URLs display without LOCATION.
	-Fixed VTIMEZONE dates on Windows IIS.
	-Event popup respect CHARSET
	-Tabs parsed into &nbsp;
	-Search links work again.
	-Search cleaned up.
	-Weekly repeating events display better.
	-Slashes stripped from event popups.

2.0 c
	-Enhanced error messaging system.
	-New Open Source Documentation.
		http://phpicalendar.net/documentation
	-All links now have titles for mouseovers.
	-Added Afrikaans Language.
	-Todos can be turned off again.
	-Month bottom can be turned off again.
	-Preferences page can be turned off.
	-Todos won't show private todos.
	-RSS page respects https servers.

2.0 beta
	-Updated translations:
		-Japanese
		-Swedish
		-French
		-Dutch
		-Traditional Chinese
		-Lithuanian
		-Portugese
	-Added iCal specific publish.php.
	-Fixed stat bug.
	-PHP5 support added.
	-Admin page works again.
	-Admin page moved to its own folder.
	-Oct. to Nov. transition more reliable.
	-RSS handles files with spaces.
	-Faster template generation.
	-Requires PHP 4.1.0 or greater now.
	-Various Bug fixes.

2.0 alpha 2
	-Mozilla calendars work again.
	-Todos work again.
	-Enhanced error messaging system.
	-Webcals can be cached for greater performance.
	-Support for 7 colors and 14 calendars by default.
	-Italian and Spanish translations added.
	-Some authentication issues resolved.
	-Change your charset in config.
	-Better Evolution compatibility.
	-Better RSS Feeds.
	-Various Bug fixes.

2.0 alpha
	-New templating system.
	-Workaround for events starting between 0000 and 0100.
	-Removed all styles except for default.
	-Moved all HTML to XHTML.
	-Revamped CSS.
	-Added legends and calendar colors.
	-HTTP authentication added for admin.php.
	-Sessions added for locked calendars.
	-Mozilla calendar support added to publish.php.
	-RSS supports ports other than 80.
	-RSS respects $calendar_path.
	-YEARLY repeating events display better.
	-All Calendars Combined can now be cached for greater performance.
	-Parsing engine now twice as fast.
	-Various bug fixes.
	
1.1
	-Fixed a bug with HTTP authentication.
	-Fixed a bug with multiple timezones in the same calendar.
	-Added workarounds for dates prior to 1970.
	-Fix for moving event information.
	-Fix for adding newlines in Location field.

1.0
	-Added return false to popups.
	-Added workaround for improperly set DTSTART dates.

1.0 RC-2
	-Fixed all reported bugs.
	-Added failed login dialog for config authentication.
	-RSS and Admin pages do not fail parsing.

1.0 RC-1
	-Fixed all reported bugs.
	-Event and Todo popup now displays calendar name.
	-Event popup now supports more than 1024 characters.
	-Subscribe and download links now work again.
	-URL support added for popups.
	-Added config based calendar authentication.

0.9.5
	-Fixed all reported bugs.
	-Added a method to publish without Webdav in iCal. calendars/publish.php
	-Added ability to set 'bleed time' for events that run past midnight.

0.9.4
	-Vastly improved BYDAY, BYMONTHDAY, BYYEARDAY support.
	-Improved DURATION Support.
	-Smaller HTML footprint on all pages with same look and feel.
	-Combined Calendars automatically refresh when changes are made.
	-Vtodo popup works again.
	-Validation increased on multiple pages.
	-Fixed a bug not listing blacklisted calendars.
	-Moved HTML head into header.inc.php to better support embedding of calendar.
	-Moved HTML foot into footer.inc.php to better support embedding of calendar.
	-Specify the name of 'All Calendars Combined' in language files.

0.9.3	
	-Multiple calendar support (up to 8).
	-Fixed pesky <br /> tags in event popup.
	-Added Esperanto language.
	-Major bug fixes.
	-Last to support Netscape 4.x
	
0.9.2
	-Fixed an extra .php on the preferences page.
	-Increased validations on many pages.
	-Added support for CLASS (public, private, and confidential).
	-Added support for LOCATION
	-Added support for ATTENDEE
	-Added support for ORGANIZER
	-Added support for STATUS
	-New javascript functions provide additional information.
	-Added the ability to correct the servers time display
	-Added admin.php for administration of calendars (uses cookies). See config.inc.php for configuration.
		-Add or Update a calendar via a web interface
		-Delete a calendar via a web interface

0.9.1
	-Added unset preferences
	-Cookies now fall back to defaults if data is bad.
	-Fixed a bug with the latest version of Ximian.
	-Added the ability to hard-set cookie-uri and download-uri.
	-Added Catalan and Tranditional Chinese languages.
	-Back button on preferences page now works.
	-Allow_Preferences option now works.

0.9
	-Added complete VTODO support.
	-Added STATUS support for VEVENT and VTODO.
	-Added RSS auto-detection on day, week, month, and year pages.
	-Added year view icon.
	-Added Finnish and Czech language support.
	-Added Preferences page (uses cookies).
		-Select defualt language
		-Select default calendar
		-Select default view
		-Select default theme
		-Select default start day
		-Select default start time
	-Print view can now be set for your default view.
	-Updated silver and red styles.
	-Calendars can now be stored outside of phpicalendar's installation.
	-Cleaned up folders for easier installation.
	-Minor interface enhancements.
	-Minor bug fixes

0.8.1
	-Added header.inc.php for custom headers.
	-Added Brazilian language support.
	-Fixed a bug with some of the style sheets not displaying correctly.
	-Fixed a bug with RSS not properly validating.
	-Fixed a bug with Search returning errors on some characters.
	-Brought some languages up to 0.8 translations.
	-Added support for "last X in month"
	-Fixed many small bugs.

0.8
	-Added search capability.
	-Added a Printer Friendly view for Day, Week, and Month.
	-Added support for single event changes in a recurring set.
	-Added RSS feeds for Day, Week, and Month.
	-Added Portugese language support.
	-Added 'clickable links' for web addresses.
	-Tweeked Red and Grey styles.
	-Fixed a bug causing Sunday to be listed twice.
	-Fixed a bug preventing < 4.1.0 php users to run app.
	-Fixed a bug displaying quotes in summary.
	-Fixed many other bugs (none open on SF!!)

0.7
	-Added Year view.
	-New themes, Green, Orange, Grey, and Tan.
	-Parses calendars much faster.
	-Page titles added for bookmarking. 
	-Fixed bug not letting notes to fully display.
	-Fixed bug in recurring all-day events.
	-Fixed a bug for showing &'s and #'s in the javascript.
	-Greatly improved Mozilla Calendar support.
	-Overlapping events now display better.
	-Added complete timezone support (See TIMEZONE file for details).
	-A new website for PHP iCalendar.
	-Many bug fixes.

0.6
	-Added this README!
    -Greatly improved CSS for "themes", theme SDK available.
    -HTML bug fixes specific to Windows browsers
    -All-day and Regular recurring event both support all types
    -Bottom of month view updated
    -Day, Week, Month navigation brought back.
    -Localization update
    	-Localized dates and times work with Mac OS X as well as
    	 other *nixes.
    	-Almost all text has been translated for supported languages
    	-Added Spanish and Swedish
    -Added ability to turn off the pop-up menu calendar list
    -Added "black-listing" of specific local calendars
    -Added remote calendar support
        -Subscribe to calendars hosted remotely and have them show 
         up in your popup
        -Allow any URL of a calendar to be parsed by your server
    -Added custom error page for user-friendly error messages.
    -Added saving of parsed files to separate files for faster processing
    -Custom options for mini-calendars, this months, events
    -Bug fixes

0.5
    -Improved recurring event support
        -All-day and Regular recurring events now obey ending dates and counts
        -Regular recurring events for monthly
    -New UI
        -Mini-calendars in all views
        -Jump-to pop-ups for Weeks and Months
        -Subscribe works properly
        -Color coding on month view
        -Week view colors the length of the time like day
    -Support for event notes/descriptions
    -More language support
        -Danish
        -Dutch
        -Italian
        -Japanese
        -Norwegian
    -Bug fixes
    
0.4
    -Improved recurring event support
        -All-day recurring for all types
        -Regular recurring events for daily, weekly
    -Event pop-ups
    -More style sheets
    -Multiple language support
        -English
        -French
        -German
        -Polish
    -24-hour clock support
    -Bug fixes

0.3
    -Calendar list popup
    -All-day yearly recurring support
    -Bug fixes
    
0.2
    -All-day event support
    -Added month and week views
    -Bug fixes

0.1
    -Initial Release

© 2014-2024 Faster IT GmbH | imprint | privacy policy