Add image upload and image watermarking
[photocalendar.git] / readme.txt
blob:a/readme.txt -> blob:b/readme.txt
--- a/readme.txt
+++ b/readme.txt
@@ -1,6 +1,86 @@
+Photo Calendar

+

 Minimum Requirements

 PHP4 with gd2 library enabled

 

-cache should be writable by webserver, not directory listable

-data should not be placed anywhere it is accessable from the web, but writable by webserver

+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.