Howto
To use Npk in your project is quite easy. You only need to follow these steps :
1- Download Npk here :
Npk-1.0.tar.bz2
2- Extract the archive in your project.
3- Include Npk at the top of your pages :
<?php include 'NPK/Npk.php'
?>
4- Add your desired theme and npk's javascript file in your head section :
<link rel="stylesheet" type="text/css" href="NPK/themes/blue/css/npk.css"/>
<script type="text/javascript" src="NPK/js/jquery.js"></script>
<script type="text/javascript" src="NPK/js/npk.js"></script>
You are ready!
Author
My name is Remi Guillemette. I'm a web developer specialized in JSF, PHP, CSS and JavaScript. I'm also a proud Archlinux supporter
and open source defender.
Licence
NPK is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
//TODO
This is my TODO list for future NPK version.
- Combobox component
- Npk::ajax component (using jQuery)
- Improve NpkLink
- Fast Html output (basic tags shortcut like br, span, etc)
- Faster rendering
- Performance benchmarks