Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timoliver/icomics.co
The source code to the official iComics website.
https://github.com/timoliver/icomics.co
Last synced: about 1 month ago
JSON representation
The source code to the official iComics website.
- Host: GitHub
- URL: https://github.com/timoliver/icomics.co
- Owner: TimOliver
- Created: 2013-06-16T16:11:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T06:27:47.000Z (about 4 years ago)
- Last Synced: 2024-05-09T19:58:49.995Z (6 months ago)
- Language: PHP
- Size: 38.7 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iComics.co Site Source Code
#### The official iComics website! In source code form!## What is this?
This is all of the source code behind the [official website](http://icomics.co) for my iOS app, iComics.
I've open-sourced it, mainly for the ability to keep a version history of it (for free! Thanks GitHub!), as well as an extra backup.
The website is completely open (Hopefully that doesn't mean any exploitable security holes. XD) with anything needed to be
kept hidden (ie private API keys) inside a file named private.php.## License
Any of the code in this website is licensed under the MIT license. Obviously please don't simply duplicate this
website and upload it anywhere else. XD- - -
Copyright 2013 Timothy Oliver. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.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 OR COPYRIGHT HOLDERS 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.