antville

Free, open source project aimed at the development of a high performance, feature rich weblog hosting software.
23 May 20203246
199javascript1austria11blog5blog-engine1blogs1helma4hosting42java1rhino-js1server-side-javascript1vintage1weblog1weblogs20blogging platforms943selfhosted

About Antville

Antville is an open source project aimed at the development of a high performance, feature rich weblog hosting software. It can easily host up to several thousands of sites (the number of weblogs is rather limited by the installation owner’s choice and server power than by software limitations).

Antville is entirely written in JavaScript (ECMAScript, to be precise) and based on Helma Object Publisher, a powerful and fast scriptable open source web application server (which itself is written in Java). Antville works with a relational database in the backend.

Check out the project site for more information.

Status

Antville can be considered stable quality code. It is being used by several thousands of users at Antville.org for a long time.

Nevertheless, there still could be bugs hidden somewhere in this application.

Antville can be used for production purposes, but please bear in mind that the creators of Antville do not take any warranty, whichever kind.

System Requirements

To run Antville you need Helma Object Publisher and a relational database in the backend. Antville was thoroughly tested with PostgreSQL and MySQLMariaDB should work, too.

For setting up Helma Object Publisher and the database of your choice please refer to the corresponding installation instructions.

To enable Antville sending confirmation mails to users (e.g. after registration) you will also need access to an SMTP server.

Helma comes with its own embedded webserver (Jetty) so you do not need to install one, although you can easily use most popular webservers, too.

Please refer to the INSTALL.md file for detailed information on how to install Antville.

Documentation and Further Information

For documentation and further information regarding Antville you can refer to:

Feel free to ask any question about Antville at our support site.

You should follow Antville on Facebook and Twitter!

Bug Reporting and Feature Requests

If you think you found a bug please report it.

A good place for your feature requests or proposals is the project development site.

Since Antville is open-source, you are definitely encouraged to modify the application, we would be happy to hear from your ideas, suggestions and changes – drop us a message via mail@antville.org or use any of the aforementioned channels.

About Helma Object Publisher

Helma Object Publisher is a web application server driven by Java and programmed with JavaScript.

With Helma Object Publisher (sometimes simply referred to as Helma or Hop) you can define Objects and map them to a relational database table. These so-called HopObjects can be created, modified and deleted using a comfortable object/container model. Hence, no manual fiddling around with database code is necessary.

HopObjects are extended JavaScript objects which can be scripted using server-side JavaScript. Beyond the common JavaScript features, Helma provides special “skin” and template functionalities which facilitate the rendering of objects via a web interface.

Thanks to Helma’s relational database mapping technology, HopObjects create a hierarchical structure, the URL space of a Helma site. The parts between slashes in a Helma URL represent HopObjects (similar to the document tree in static sites). The Helma URL space can be thought of as an analogy to the Document Object Model (DOM) in client-side JavaScript.