This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit b05d9f85a9ce64c8a97084d321a0e861f913d847
tree 0f01acd0ed9cad1c88c7ed163bbbf64cfde72988
parent 92997cf69b0835af0af117f6f852dd7c99690ff1
tree 0f01acd0ed9cad1c88c7ed163bbbf64cfde72988
parent 92997cf69b0835af0af117f6f852dd7c99690ff1
iwl /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Apr 25 13:27:46 -0700 2008 | |
| |
Changes | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | Thu Jun 21 01:46:58 -0700 2007 | |
| |
Makefile.PL | ||
| |
README | ||
| |
README-NLS | Wed Jun 20 09:00:11 -0700 2007 | |
| |
TRANSLATIONS | Mon Oct 08 02:26:28 -0700 2007 | |
| |
bin/ | Thu Apr 17 03:56:57 -0700 2008 | |
| |
inc/ | Mon Jun 18 05:43:21 -0700 2007 | |
| |
iwl.blend | Wed Apr 02 09:16:34 -0700 2008 | |
| |
iwl.png | Wed Apr 02 09:16:34 -0700 2008 | |
| |
iwl_sketch.blend | Sat Apr 19 03:27:54 -0700 2008 | |
| |
iwl_sketch.png | Sat Apr 19 03:27:54 -0700 2008 | |
| |
lib/ | ||
| |
po/ | Mon Jun 02 08:10:46 -0700 2008 | |
| |
share/ | ||
| |
t/ |
README
IWL version 0.60 ================ The IWL includes several widgets with which consistent web pages can be built quickly. The structure resembles the DOM tree, with the API mimicking Javascript very closely. The widgets themselves can be used either as standalone object in an already existing scripts, or can be used to build new scripts from the grounds up. They can be finalized in both HTML markup, and JSON notation, which can be used for scripts. More advanced widgets like the Iconbox come with Javascript files which are automatically included when the widget is finalized as HTML. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install In order to actually use the library, the javascript and css files will also have to be installed in the server's document root. To do that, the 'iwl-install' script is provided. It is usually located in '/usr/bin' DEPENDENCIES This module requires these other modules and libraries: Scalar::Util Locale::Messages Locale::TextDomain HTML::Parser COPYRIGHT AND LICENCE Copyright (c) 2006-2007 Viktor Kojouharov. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perldoc perlartistic. 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.









