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.
Jonathan Schöbel
authored
Originally the ids were intended to be useful for linking different information together internally, and for providing references externally. However, they weren't used internally, for this, pointers seamed to be more useful, as they also allow to directly access the data and also have a relation defined. Regarding reference purposes, they aren't really needed, and it is more convenient to directly use some strings, and they aren't more performant, as there still have to be internal checks and looking for an int isn't more performant, then looking for a pointer. Also, they have to be stored, so they need more memory and also some code, to be handled.
Name | Last commit | Last update |
---|---|---|
gitlab-ci | ||
src | ||
tests | ||
.gitignore | ||
.gitlab-ci.yml | ||
Makefile.am | ||
README | ||
configure.ac | ||
sefht.geany | ||
todo.txt |