Skip to content
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.
/ antville Public archive

UPDATE YOUR CLONE – THIS REPO WAS REPLACED BY

Notifications You must be signed in to change notification settings

p3k/antville

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 heavily used by several thousands of users at Antville.org and several other sites. 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 MySQL.

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 Apache httpd as front-end webserver, 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.

For those of you who demonstrated a commitment to collaborative open-source development through sustained participation and contributions within the development of Antville, there will also be other ways to participate.

About Helma Object Publisher

Helma Object Publisher is a web application server.

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.