Web site engine that works in PSGI, CGI, and Apache/mod_perl
environments. Provides an easily extendable template processing,
database access, API routing, form processing, formatting, etc.
To get an idea of what XAO::Web code looks like, take a look at
a page that shows its own source.
Database layer that completely hides underlying SQL database
syntax yet provides efficient storage, search and retrieval
capabilities. As an example, XAO::FS provides access to tens of
millions of game score records for
Android Slitherlink Puzzle and
powers the ecommerce engine of R.S.Hughes.
XAO::FS based full text indexing for fast searching of a variety of
data. Supports ignored words, words in sequence and can actually index
any data -- depending on specific plug-in modules that are required for
each index.
Content management system for pages that appear static to web site
viewers. Supports versioning, previewing, simultaneous and individual
publishing, etc. Stores the actual content in a XAO::FS powered
database.
Catalogs conversion system designed to merge together multiple vendor
catalogs into a single product database (including product name and
category path mapping).