Home > Archive > PHP Pear > May 2006 > [ANNOUNCEMENT] HTML_Progress2-2.0.1 (stable) Released.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
[ANNOUNCEMENT] HTML_Progress2-2.0.1 (stable) Released.
|
|
| PEAR Announce 2006-05-24, 8:01 am |
| The new PEAR package HTML_Progress2-2.0.1 (stable) has been released at http://pear.php.net/.
Release notes
-------------
* bugs
- fixes closing html style tag to avoid javascript error; see console of Firefox.
- fixes Bug #7437 : wrong text in Doc (thanks to Stefan Valouch for reading it carefully)
* news
- PEAR::PHP_Compat package begin optional dependency (only required for PHP4)
- upgrade license from PHP 3.0 to 3.01
* Quality Assurance
- The Definitive Guide revision number will now follow the package release version.
- All examples (closing html style tag) were fixed (offline and online).
Package Info
-------------
This package provides a way to add a loading bar fully customizable in existing XHTML documents.
Your browser should accept DHTML feature.
Features:
- create horizontal, vertival bar and also circle, ellipse and polygons (square, rectangle).
- allows usage of existing external StyleSheet and/or JavaScript.
- all elements (progress, cells, labels) are customizable by their html properties.
- percent/labels are floating all around the progress meter.
- compliant with all CSS/XHMTL standards.
- integration with all template engines is very easy.
- implements Observer design pattern. It is possible to add Listeners.
- adds a customizable monitor pattern to display a progress bar.
User-end can abort progress at any time.
- allows many progress meter on same page without uses of iframe solution.
- error handling system that support native PEAR_Error, but also PEAR_ErrorStack, and
any other system you might want to plug-in.
- PHP 5 ready.
Related Links
-------------
Package home: http://pear.php.net/package/HTML_Progress2
Changelog: http://pear.php.net/package/HTML_Pr.../download/2.0.1
Download: http://pear.php.net/get/HTML_Progress2-2.0.1.tgz
Authors
-------------
Laurent Laville <pear@laurent-laville.org> (lead)
| |
| Laurent Laville 2006-05-24, 8:01 am |
| Of course, my homepage with online examples and TDG documentation (
online and available to download) were just also be updates.
If you think i've missed something, feel free to send me a mail.
Laurent
> The new PEAR package HTML_Progress2-2.0.1 (stable) has been released at http://pear.php.net/.
>
> Release notes
> -------------
> * bugs
> - fixes closing html style tag to avoid javascript error; see console of Firefox.
> - fixes Bug #7437 : wrong text in Doc (thanks to Stefan Valouch for reading it carefully)
>
> * news
> - PEAR::PHP_Compat package begin optional dependency (only required for PHP4)
> - upgrade license from PHP 3.0 to 3.01
>
> * Quality Assurance
> - The Definitive Guide revision number will now follow the package release version.
> - All examples (closing html style tag) were fixed (offline and online).
>
> Package Info
> -------------
> This package provides a way to add a loading bar fully customizable in existing XHTML documents.
> Your browser should accept DHTML feature.
>
> Features:
> - create horizontal, vertival bar and also circle, ellipse and polygons (square, rectangle).
> - allows usage of existing external StyleSheet and/or JavaScript.
> - all elements (progress, cells, labels) are customizable by their html properties.
> - percent/labels are floating all around the progress meter.
> - compliant with all CSS/XHMTL standards.
> - integration with all template engines is very easy.
> - implements Observer design pattern. It is possible to add Listeners.
> - adds a customizable monitor pattern to display a progress bar.
> User-end can abort progress at any time.
> - allows many progress meter on same page without uses of iframe solution.
> - error handling system that support native PEAR_Error, but also PEAR_ErrorStack, and
> any other system you might want to plug-in.
> - PHP 5 ready.
>
> Related Links
> -------------
> Package home: http://pear.php.net/package/HTML_Progress2
> Changelog: http://pear.php.net/package/HTML_Pr.../download/2.0.1
> Download: http://pear.php.net/get/HTML_Progress2-2.0.1.tgz
>
> Authors
> -------------
> Laurent Laville <pear@laurent-laville.org> (lead)
|
|
|
|
|