public
Description: IWL - perl web widget library
Homepage: http://code.google.com/p/iwl
Clone URL: git://github.com/urandom/iwl.git
Click here to lend your support to: iwl and make a donation at www.pledgie.com !
urandom (author)
Tue Jan 27 06:05:32 -0800 2009
commit  f9969a74aa0147f8dff5accbe5a1da634a0937ae
tree    0530d8b4c82b18f3e46e18eea998dcf94c3f4513
parent  9a8f20dee03379b1b6229f61c1c1271cf0b5bc44 parent  08ad70c305df981bd2023d870ab1ca05455a6a55
iwl /
name age message
file .gitignore Fri Apr 25 13:27:46 -0700 2008 forgot to place the init scripts when getting t... [urandom]
file Changes Loading commit data...
file MANIFEST
file MANIFEST.SKIP Thu Jun 21 01:46:58 -0700 2007 manifest update [vkojouharov]
file Makefile.PL Tue Nov 11 10:22:36 -0800 2008 make sure the required scripts inside the child... [urandom]
file README Tue Jan 27 04:12:01 -0800 2009 Merge branch 'new_button' Getting ready for re... [urandom]
file README-NLS Wed Jun 20 09:00:11 -0700 2007 translations [vkojouharov]
file TRANSLATIONS Mon Oct 08 02:26:28 -0700 2007 bump version to 0.5, update the pos [vkojouharov]
directory bin/ Thu Apr 17 03:56:57 -0700 2008 made timeToString public again. added a test r... [vkojouharov]
file data.json
directory inc/ Mon Jun 18 05:43:21 -0700 2007 add the install_script requirement [vkojouharov]
file iwl.blend Wed Apr 02 09:16:34 -0700 2008 iwl logo [vkojouharov]
file iwl.png Wed Apr 02 09:16:34 -0700 2008 iwl logo [vkojouharov]
file iwl_sketch.blend Sat Apr 19 03:27:54 -0700 2008 sketch version of the logo [vkojouharov]
file iwl_sketch.png Sat Apr 19 03:27:54 -0700 2008 sketch version of the logo [vkojouharov]
directory lib/
directory po/ Mon Jun 02 08:10:46 -0700 2008 updated translations and BG translation [urandom]
directory share/
directory t/
README
IWL version 0.61
================

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