The Queen Mum of Weblog Hosting Systems – written in server-side JavaScript since 2001. https://about.antville.org
Find a file
2023-08-26 20:17:56 +02:00
.github Bump CodeQL Action to version 2 2023-03-03 23:13:29 +00:00
claustra del: logging statement 2020-05-23 11:04:45 +02:00
code Upgrade Alpine.js package to the latest version 2023-08-26 18:14:42 +02:00
compat Format story content in compat layer as Markdown 2021-06-06 20:45:43 +02:00
db chg: replaced some ant tasks with yarn scripts 2020-03-29 20:33:29 +02:00
gradle/wrapper Bump Gradle version 2021-04-18 16:35:22 +02:00
i18n chg: updated translations 2020-06-14 16:34:55 +02:00
static fix: redundant calls of decodeURIComponent 2020-05-31 14:40:15 +02:00
tests Reduced line indent from 3 to 2 spaces 2014-07-04 15:32:18 +02:00
tools Merge pull request #317 from antville/dependabot/gradle/com.github.jk1.dependency-license-report-2.1 2023-08-26 20:17:56 +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 add: ignore all build dirs 2020-06-14 16:27:04 +02:00
.npmrc Pin versions 2023-08-26 17:05:05 +02:00
build.gradle Rewrite Gradle scripts for using NPM instead of Yarn 2023-08-26 19:43:50 +02:00
CHANGES.md Update changelog 2023-08-26 18:15:57 +02:00
gradle.properties chg: helma download url to recent release 2020-06-14 16:27:50 +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-lock.json Rewrite Gradle scripts for using NPM instead of Yarn 2023-08-26 19:43:50 +02:00
package.json Rewrite Gradle scripts for using NPM instead of Yarn 2023-08-26 19:43:50 +02:00
README.md chg: last paragraph 2020-06-16 21:13:07 +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.

You should follow Antville on Facebook and Twitter!

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.