Package:
Summary:
Validate an HTML page using the W3C validator
Groups:
Author:
Description:
This class can be used to validate an HTML page using the W3C validator API.
It can send a HTTP request to the W3C validation Web server to request to validate an HTML page with given URL.
The class parses the response and returns whether the page validated or has any validation errors.
Package:
Summary:
Create PNG format animations from a list of images
Groups:
Author:
Description:
This class can be used to create PNG format animations from a list of images.
It can add to the animation any number of images previously loaded or created by the PHP GD extension functions.
The alignment of each image and the delay between animation images is configurable.
The class can generate an animation file in PNG format that is compatible with the regular PNG image format.
Browsers and programs that do not support the PNG animation image format can still show it as if it consists of a single image.
Package:
Summary:
Generate an image with a given text
Groups:
Author:
Description:
This class can be used to generate an image with a given text.
It can generate an image with a given text string with a given foreground and background color and a given font size.
The generated image can be saved to file in GIF, JPEG and PNG formats.
A new painting program for Windows and Linux has been added to the Free Drawing and Painting Software, Image and Photo Editing Programs
page. This program, mtPaint, supports layers, undo, pressure-sensitive graphics tablets, a variety of effects, brush patterns, user-defined gradients, as well as the usual assortment of features such programs have. Check it out,
or any of the other (numerous) free image editors listed on that page.
Package:
Summary:
Get access statistics from an Icecast server
Groups:
Author:
Description:
This class can be used to get access statistics from an Icecast server.
It sends an HTTP request to an Icecast server to retrieve server usage statistics.
Currently it can return the current, peak and maximum numbers of listeners, music genre and title, server title and URL, current stream connections, status and bit rate, and played songs history.
Package:
Summary:
Update and get statuses of Bloggy users
Groups:
Author:
Description:
This class can be used to update and get statuses of users of the Swedish Bloggy micro-blogging platform.
It can send HTTP requests to the Bloggy Web server to execute several types of actions.
Currently it can submit a new status update and retrieve the latest statuses of a given user.
Package:
Summary:
Template engine with configurable syntax
Groups:
Author:
Description:
This class is implements a template engine with configurable syntax.
It allows defining the syntax of the template place holder marks, like start and end characters, section end characters, escape characters, and nodes that define PHP code to run when processing sections enclosed with given start and end characters.
The class can read templates for a given path, process the template syntax and return the results as a single string.
A version of this class is also made available in the Python language.
Homepage: http://www.suitframework.com/