Anti-duplicate protection
[photocalendar.git] / readme.txt
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
Photo Calendar

Minimum Requirements
PHP4 with gd2 library enabled
	If it's not installed or not enabled, you will get a "Fatal error: Call to undefined function imagecreatefromjpeg() in common.inc.php on line 88" error when viewing images
Install:
Unzip onto a webserver and you're done!

Cache should be writable by webserver, in the web accessable directory, not directory listable
Data should not be placed anywhere it is accessable from the web, but should still be writable by webserver

Note on SELinux systems, http accessable files must be labeled:
chcon -v --type=httpd_sys_content_t photoCalendar
and also read writable folders
chcon -v --type=httpd_sys_script_rw_t photoCalendar/cache

Bundled Software Licensing/Copyright:

Calendar icon from http://www.pdclipart.org/thumbnails.php?album=29 under Public Domain licence

M+ FONTS Copyright (C) 2002-2011 M+ FONTS PROJECT
http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/

These fonts are free softwares.
Unlimited permission is granted to use, copy, and distribute it, with
or without modification, either commercially and noncommercially.
THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY.


HTML5 Boilerplate

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org/>

Major components:

Modernizr: MIT/BSD license
jQuery: MIT/GPL license
DD_belatedPNG: MIT license
YUI Profiling: BSD license
HTML5Doctor CSS reset: Public Domain
CSS Reset Reloaded: Public Domain


PHP Calendar by Keith Devens
Open Source License
This license applies to all original software available from keithdevens.com unless the software is marked otherwise. This license is most like the Artistic License. I wrote this license separately and then discovered that the Artistic license has a similar philosophy.

The code you have is Open Source. You have permission to use or modify the code for your own purposes: commercial, private, or educational. However, the author (me) retains ownership (copyright) over the code - it is not public domain.

The unmodified source may be redistributed with no restrictions, provided that all files in the original distribution are included and unchanged.

The modified source may be redistributed under the following conditions:

Changes to the source must be made available and placed in the public domain or released on the same terms as this license.
You must clearly state in each modified file what you have changed. This does not preclude a separate "changes" file from being distributed with the source in addition to the comments you make in the source file. So if you want to give just a short description in the source file, and then supply the location of the changes file containing more detail about the changes, you may do that.
The initial comment header, containing my name, the URL to the homepage for the code, and any other information, must be left intact. You may add other comments below it, of course.
You may use or redistribute this code within a larger product with no restrictions except those that apply to the source when distributed separately.

Finally, I would appreciate it if you would let me know about any changes you make that you think would be generally useful so I can merge them in with the main source for the benefit of others.

This shouldn't be necessary, but just in case:
Disclaimer: All code is "use at your own risk". I provide no warranties or guarantees of anything. Though, feel free to e-mail me if you could use some support.