Welcome
Welcome to the website of HesaSys, a fast, flexible OpenSource content management system.
Once installed, the creation of websites using HesaSys is very easy. Static content can be inserted easily with a graphical WYSIWYG editor or a textfield (using (X)HTML).
Generally, you can manage dynamic content, too; however we didn't include any modules of this kind (a news module for instance) in the downloadable core package. But you can easily either write them yourself or download functional modules. Because there aren't any frontend users in the standard installation, HesaSys isn't like any portalsystem (e.g. PHPKit, PHPNuke or others), it's a real content management system. But with the help of different modules, you can realize any kind of community portals. This is combined with a little effort, if there aren't any completed modules with the particular function you require, they must be self-written.
HesaSys works perfectly neutral to the visitor - the look of your site URI can be adjusted with url-rewriting techniques and there aren't any ready-made HTML-Codes, so there won't be two similar or identical HesaSys powered web sites.
Feature Overview
- Flexibility: Any type of website is possible, the user isn't forced to use a particular kind of (X)HTML-Codes. All the generated content is created by the user.
- Speed: The frontend just combines the content and the layout, tasks who need a lot of computing are done in the backend. (while the speed is still good!)
- Quality: We kept an eye on the quality of our code. The source accords in almost every point to the PEAR coding standards and doesn't raise any PHP notices (E_ALL in development source). The static (X)HTML/CSS-code (backend, standard notices, demo installation) is also designed to fit the W3C given standards
Technical requirements: Server
- Webspace: 2MiB; 5MiB recommended
- PHP: > 4.3.0; 4.4.x or 5.1.x recommended
- MySQL support: required
- PCRE support (preg_*): required
- safe_mode: not a specific configuration needed
- register_globals: not a specific configuration needed, recommendation: off
- magic_quotes_*: not a specific configuration needed, recommendation: off (for performance reasons)
- MySQL
- URL-Rewriting (optional): e.g. Apache (using mod_rewrite) or lighttpd
Technical requirements: Client (Backend-Area)
- CSS support: modern browsers like Mozilla Firefox, Mozilla Seamonkey or Opera are recommended, but Internet Explorer should also work.
- JavaScript (optional): To use all features of HesaSys (WYSIWYG editor TinyMCE, backlinks) completely, JavaScript must be enabled