Skip to content
Snippets Groups Projects
user avatar
Jonathan Schöbel authored
A attribute can be deregistered by calling SH_Validator_deregister_attr.
Note that deregistering an attr, that was never registered is considered
an error, but this may change, as technically it is not registered
afterwards and sometimes (i.e. for a blacklist) it might be preferable
to ensure, that a specific attr is not registered, but it is not clear
whether there should be an error or not.
Also the deallocating of the data used for an attr was moved to an extra
method, as this is needed in several locations and it might be subject
to change.
706f0d94
History
SeFHT
=====

About
-----

SeFHT is short for Server side fragment-based Homepage Toolkit.
It is a library to generate homepages on runtime.


Building and installing SeFHT
-----------------------------

The library is currently not installable, as it is still
in a very early development phase.

Note that when building from a VCS-clone, instead from a package,
which is the recommended way, the GNU Autotools needs to be installed,
as the necessary build files need to be generated.
To do that run "autoreconf -vi" in the toplevel directory of the package.


Features
--------

There are no features.