The Queen Mum of Weblog Hosting Systems – written in server-side JavaScript since 2001. https://about.antville.org
Find a file
2025-06-01 23:55:34 +02:00
.github/workflows Run more verbose in CI 2025-06-01 23:55:34 +02:00
claustra Prevent error when data.type is undefined in proxy claustra 2025-06-01 19:55:14 +02:00
client Run the build command for the new editor script (CodeMirror 6) 2025-06-01 23:55:34 +02:00
code Enable cookies when loading ES6 module 2025-06-01 22:14:20 +02:00
compat Correctly load and initialize Alpine.js 2024-02-20 20:11:58 +01:00
db Add work-around allowing the reserved keyword “value“ as identifier 2025-06-01 19:55:14 +02:00
gradle/wrapper Update dependency gradle to v8.14.1 2025-06-01 19:53:54 +02:00
i18n Merge remote-tracking branch 'origin/main' into codemirror-6 2025-06-01 20:48:07 +02:00
static fix: redundant calls of decodeURIComponent 2020-05-31 14:40:15 +02:00
tests Adapt robots parser and its tests for Rhino 2025-06-01 19:54:52 +02:00
tools Modify the way JS links are hidden/unhidden 2025-06-01 19:57:50 +02:00
.editorconfig Add EditorConfig for *.skin files 2024-09-21 13:45:39 +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 add: ignore all build dirs 2020-06-14 16:27:04 +02:00
.npmrc Pin versions 2023-08-26 17:05:05 +02:00
.nvmrc Update NVM configuration for compatibility with official implementation 2025-06-01 19:53:53 +02:00
build.gradle Run the build command for the new editor script (CodeMirror 6) 2025-06-01 23:55:34 +02:00
CHANGES.md Correctly load and initialize Alpine.js 2024-02-20 20:11:58 +01:00
cliff.toml Escape HTML elements in commit messages 2025-06-01 19:51:21 +02:00
gradle.properties Bump Helma version 2025-06-01 19:51:21 +02:00
gradlew Update dependency gradle to v8.14.1 2025-06-01 19:53:54 +02:00
gradlew.bat Update dependency gradle to v8.14.1 2025-06-01 19:53:54 +02:00
INSTALL.md Replace all repo URLs pointing to GitHub 2025-06-01 19:51:22 +02:00
LICENSE.md Bump year of the copyright notice 2025-06-01 19:51:22 +02:00
package-lock.json Merge remote-tracking branch 'origin/main' into codemirror-6 2025-06-01 20:48:07 +02:00
package.json Upgrade dependencies of CodeMirror 6 2025-06-01 20:46:34 +02:00
README.md Replace all repo URLs pointing to GitHub 2025-06-01 19:51:22 +02:00
renovate.json Migrate Renovate setup to setup at Antville.org 2025-06-01 19:48:04 +02:00
settings.gradle chg: documentation tasks 2020-05-17 14:14:02 +02:00

About Antville

Antville is an open source project providing a high performance, feature-rich blog hosting software. Antville can host tens of thousands of blogs. Server power is the only limit. Installation and use is easy.

Antville is written in server-side JavaScript and developed with Helma Object Publisher. Antville works with a relational database in the back-end.

Look at the project site for more information.

Status

Antvilles codebase is of stable quality and ready for production deployment. Try out Antville.org for a demonstration.

There still could be bugs hidden in Antvilles source code. If you find one please let us know. The creators of Antville do not take any responsibility for what the software might do.

System Requirements

To run Antville you need Helma Object Publisher and a relational database software. We tested Antville with PostgreSQL and MySQL MariaDB should work, too.

To enable Antville sending notification e-mails you need access to an SMTP server.

Helma comes with an embedded webserver (Jetty) so you do not need to install one. Yet, you can also use the webserver of your choice.

For details please refer to the installation instructions of Helma Object Publisher and the corresponding software packages.

The INSTALL.md file contains detailed instructions to install Antville.

Documentation and Further Information

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

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

Bug Reporting and Feature Requests

If you think you found a bug please let us know.

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

Antville is open-source, and we want to encourage you to change its code according to your likeness. We are curious about your ideas and suggestions. Feel free to drop us a message to mail@antville.org or through any channels mentioned before.

About Helma Object Publisher

Helma Object Publisher is an open source project providing a powerful, fast and scriptable web application server written in Java.

Define HopObjects and map them to a relational database table. Create, change and delete HopObjects at your whim using a comfortable object-container model. Manual fiddling around with database code is not necessary.

HopObjects extend the native JavaScript object. They got all the common features you know and more. One highlight are the special templating features to ease the rendering of objects for the Web.

Combine HopObjects to create a hierarchical structure. A URL in Helma mirrors this structure. Each part of the URL path corresponds to a relational database mapping, similar to the document tree of static websites. Helmas URL space is an analogy to the Document Object Model implemented in client-side JavaScript.