Uray Web Library (UWeb)
Uray M. János
UWeb is a collection of tools for creating websites and HTML pages efficiently, written (mostly) in PHP.
I use UWeb for many of my projects, including:
Download UWeb [uweb.zip, 261K]
This package contains the source code (.php), the default generated .css and .js files, the documentation and test files.
The documentation is also included in the above package, under the directory docs/
(starting from docs/uweb.html
).
UWeb is free software, released under the GNU General Public License 3.0 (GPLv3) or any later version.
This license is also included in the above package, as license.txt
.
Normally, you don't need to compile UWeb, because it is mostly used in source code form, and those parts that need compiling (the default CSS and JS files, the documentation pages and the tests) are already included in compiled form in the above package.
But if you really want to (re)compile them, you can use the GNU Make utility (or similar):
make
: compile the default CSS and JS files; make docs
: compile the documentation pages; make test
: compile the tests (and check those that can be automatically checked); make clean
: remove all compiled files. Requirements: