This page contains some of my source code for fellow developers.
This license lets you distribute, modify, tweak, and build upon my work, even commercially, as long as you credit me (Jerome Poichet) for the original creation.
The license requires that you give credit to me, Jerome Poichet, as the original author of any of our source that you use. The placement and format of the credit is up to you, but I prefer the credit to be in the software's "About" window. Alternatively, you could put the credit in the software's documentation, or on the web page for the product. The suggested format for the attribution is:
where "Name of Code" would obviously be replaced by the name of the specific source-code package you made use of. Where possible, please link the text "Jerome Poichet" to the main page of this website, or include the site’s URL (http://frencaze.com/).
License Agreement for Source Code provided by Jerome Poichet
This software is supplied to you by Jerome Poichet in consideration of your agreement to the following terms, and your use, installation, modification or redistribution of this software constitutes acceptance of these terms. If you do not agree with these terms, please do not use, install, modify or redistribute this software.
In consideration of your agreement to abide by the following terms, and subject to these terms, Jerome Poichet grants you a personal, non-exclusive license, to use, reproduce, modify and redistribute the software, with or without modifications, in source and/or binary forms; provided that if you redistribute the software in its entirety and without modifications, you must retain this notice and the following text and disclaimers in all such redistributions of the software, and that in all cases attribution of Jerome Poichet as the original author of the source code shall be included in all such resulting software products or distributions.
Neither the name, trademarks, service marks or logos of Jerome Poichet may be used to endorse or promote products derived from the software without specific prior written permission from Jerome Poichet. Except as expressly stated in this notice, no other rights or licenses, express or implied, are granted by Jerome Poichet herein, including but not limited to any patent rights that may be infringed by your derivative works or by other works in which the software may be incorporated.
The software is provided by Jerome Poichet on an "AS IS" basis. JEROME POICHET MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, REGARDING THE SOFTWARE OR ITS USE AND OPERATION ALONE OR IN COMBINATION WITH YOUR PRODUCTS.
IN NO EVENT SHALL JEROME POICHET BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) ARISING IN ANY WAY OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF JEROME POICHET HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
dokin is a small Model View Controller web framework written in PHP.
No need to learn a new templating syntax, the templates are written in PHP. You can include templates from one another, allowing easy sharing of common HTML structure.
You can use "Layouts" to share the common structure of pages. They basically represent a root template.
Also included a basic Model layer to access a mySQL database.
Finally a bunch of plugins are included to access Amazon Web Services, Smugmug, Twitter and other popular web services. Some of those plugins are very basic and only offer read-only capabilities.
Download then simply point your DocumentRoot to webapp/app/docroot and you are ready to build your next web application. Everything you need to modify can be found under webapp/app directory.