The Queen Mum of Weblog Hosting Systems – written in server-side JavaScript since 2001. https://about.antville.org
Find a file
2015-08-14 11:29:47 +02:00
build fix: updated JARs needed for build 2015-08-10 20:20:13 +02:00
code fix: missing simple linebreaks in story 2015-08-14 11:29:47 +02:00
compat Fixed encoding in search query 2015-04-17 13:18:31 +02:00
db Removed unnecessary user relation from TagHub 2014-12-14 09:52:58 +01:00
docs Updated documentation, mainly for the global namespace 2012-05-22 08:19:02 +00:00
extra (Whitespace) 2015-03-27 16:07:01 +01:00
i18n chg: updated message files 2015-08-10 16:32:19 +02:00
legal Updated license header and unified comments 2014-07-04 17:16:51 +02:00
lib Moved Scribe library from ./lib to ./extra/connect directory 2011-03-24 01:59:01 +00:00
static chg: rebuilt JS files 2015-08-10 19:33:24 +02:00
tests Reduced line indent from 3 to 2 spaces 2014-07-04 15:32:18 +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 Excluded JS maps 2015-02-14 17:47:56 +01:00
build.xml chg: typo 2015-08-10 20:19:37 +02:00
INSTALL.md Rewrote Readme and installation instructions in MarkDown format 2014-07-04 21:55:57 +02:00
package.json Cleaned up all and upgraded some NPM modules 2015-04-17 13:26:38 +02:00
README.md Fixed MarkDown snytax for e-mail address link 2014-07-05 14:15:36 +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 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 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.