aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 55bc77de74988534ba568450232775ad5f73d9eb (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
                 ______________________________________
                |            PHP iCalendar             |
                | http://phpicalendar.sourceforge.net/ |
                |______________________________________|

Introduction:
-------------
PHP iCalendar is a PHP-based iCal file 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, and month navigation.

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)
- Edit the file "config.inc.php" and 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:
--------------
View config.inc.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. If you have difficulty with your configuration, you can ask the 
developers and other PHP iCalendar users at the PHP iCalendar forums: 
http://phpicalendar.sourceforge.net/phpBB2/

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://sourceforge.net/tracker/?group_id=62270&atid=500017

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

Changes:
--------

0.7
	-Added Year view.
	-New themes, Green, Orange, and Grey.
	-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 timezone support.
	-Other various 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