Freddy - Freeform documentation reader

Packages:
  • freddy
    This package is developed to publish documentation for classes and packages you develop with Freeform Framework. It is a regular Freeform package that you install along with other packages. Once you access its Freddy action, you will be able to browse doccomments for all your installed packages, interfaces and classes.
  • freeform
    This is the core package for the Freeform Framework. It contains declarations for the base classes and interfaces you will use while developing your own web applications.
  • freeformdemo
    This package contains a set of demo actions that will present some commonest features of the Freeform Framework
  • html
    The HTML package is the Document interface implementation and allows you to generate responce documents from template files. It supports custom tags to render complex, iterable and conditional content, multiple client types, gzipping of documents and server-side caching of templates.
  • i18n
    This core package of the Freeform framework deals with internationalization of your web applications. Using this package you do not depend on different, often incomplete and non-cross-platform locale setups on different servers and operating systems for PHP5.
  • simpledom
    This package consists of classes that constitute the SimpleDOM API. It allows you to parse well-formed XML documents to produce DOM-like trees that consist of elements, text nodes and processing instructions. You can also create custom parsers to create element trees where elements are represented by objects of different classes to provide some additional functionality on the parsed data.
  • usher
  • util
    This package is a helper package and contains different utility classes and interfaces. They do not rely on other Freeform packages and can be used even in non-Freeform applications.