Add image resizing to better fit screens
[photocalendar.git] / readme.txt
Alexander Sadleir 1 Photo Calendar
2
3 Minimum Requirements
4 PHP4 with gd2 library enabled
5
6 Install:
7 Unzip onto a webserver and you're done!
8
9 Cache should be writable by webserver, in the web accessable directory, not directory listable
10 Data should not be placed anywhere it is accessable from the web, but should still be writable by webserver
11
12 Note on SELinux systems, http accessable files must be labeled:
13 chcon -v --type=httpd_sys_content_t photoCalendar
14 and also read writable folders
15 chcon -v --type=httpd_sys_script_rw_t photoCalendar/cache
16
17 Bundled Software Licensing/Copyright:
18
19 Calendar icon from http://www.pdclipart.org/thumbnails.php?album=29 under Public Domain licence
20
21 M+ FONTS Copyright (C) 2002-2011 M+ FONTS PROJECT
22 http://mplus-fonts.sourceforge.jp/mplus-outline-fonts/
23
24 These fonts are free softwares.
25 Unlimited permission is granted to use, copy, and distribute it, with
26 or without modification, either commercially and noncommercially.
27 THESE FONTS ARE PROVIDED "AS IS" WITHOUT WARRANTY.
28
29
30 HTML5 Boilerplate
31
32 This is free and unencumbered software released into the public domain.
33
34 Anyone is free to copy, modify, publish, use, compile, sell, or
35 distribute this software, either in source code form or as a compiled
36 binary, for any purpose, commercial or non-commercial, and by any
37 means.
38
39 In jurisdictions that recognize copyright laws, the author or authors
40 of this software dedicate any and all copyright interest in the
41 software to the public domain. We make this dedication for the benefit
42 of the public at large and to the detriment of our heirs and
43 successors. We intend this dedication to be an overt act of
44 relinquishment in perpetuity of all present and future rights to this
45 software under copyright law.
46
47 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
48 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
49 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
50 IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
51 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
52 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
53 OTHER DEALINGS IN THE SOFTWARE.
54
55 For more information, please refer to <http://unlicense.org/>
56
57 Major components:
58
59 Modernizr: MIT/BSD license
60 jQuery: MIT/GPL license
61 DD_belatedPNG: MIT license
62 YUI Profiling: BSD license
63 HTML5Doctor CSS reset: Public Domain
64 CSS Reset Reloaded: Public Domain
65
66
67 PHP Calendar by Keith Devens
68 Open Source License
69 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.
70
71 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.
72
73 The unmodified source may be redistributed with no restrictions, provided that all files in the original distribution are included and unchanged.
74
75 The modified source may be redistributed under the following conditions:
76
77 Changes to the source must be made available and placed in the public domain or released on the same terms as this license.
78 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.
79 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.
80 You may use or redistribute this code within a larger product with no restrictions except those that apply to the source when distributed separately.
81
82 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.
83
84 This shouldn't be necessary, but just in case:
85 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.
86