The Queen Mum of Weblog Hosting Systems – written in server-side JavaScript since 2001. https://about.antville.org
Find a file
2020-05-23 12:09:11 +02:00
claustra del: logging statement 2020-05-23 11:04:45 +02:00
code fix: incorrect client-side hashing of password 2020-05-23 12:09:11 +02:00
compat chg: rewrote most client-side code with alpine.js 2020-05-02 17:44:26 +02:00
db chg: replaced some ant tasks with yarn scripts 2020-03-29 20:33:29 +02:00
gradle/wrapper chg: rewrote most yarn tasks with gradle 2020-05-16 21:39:13 +02:00
i18n chg: replaced i18n tasks in ant with yarn scripts 2020-04-03 14:21:53 +02:00
static fix: file permissions 2020-05-17 14:42:21 +02:00
tests Reduced line indent from 3 to 2 spaces 2014-07-04 15:32:18 +02:00
tools del: obsolete shell scripts 2020-05-17 21:26:42 +02:00
.editorconfig chg: refactored main js code without jquery 2020-04-05 21:11:08 +02:00
.gitattributes Added round social media icons from http://medialoot.com/item/round-social-media-icons 2013-07-24 07:23:04 +00:00
.gitignore chg: moved parser files into tools dir 2020-03-29 21:36:52 +02:00
build.gradle chg: ironed out some details in build tasks 2020-05-17 20:19:29 +02:00
CHANGES.md chg: updated readme and changelog 2020-05-17 21:35:28 +02:00
gradle.properties chg: rewrote most yarn tasks with gradle 2020-05-16 21:39:13 +02:00
gradlew chg: rewrote most yarn tasks with gradle 2020-05-16 21:39:13 +02:00
gradlew.bat chg: rewrote most yarn tasks with gradle 2020-05-16 21:39:13 +02:00
INSTALL.md chg: edited wording, revised or removed some outdated sections 2020-04-03 16:55:03 +02:00
LICENSE.md chg: moved antville’s license to top-level directory 2020-03-28 23:05:23 +01:00
package.json del: obsolete shell scripts 2020-05-17 21:26:42 +02:00
README.md chg: updated readme and changelog 2020-05-17 21:35:28 +02:00
settings.gradle chg: documentation tasks 2020-05-17 14:14:02 +02:00
yarn.lock fix: breaking change in alpinejs 2.3.4 2020-05-17 14:14:02 +02:00

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 owners 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 MySQL MariaDB 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 Helmas 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.