The Queen Mum of Weblog Hosting Systems – written in server-side JavaScript since 2001. https://about.antville.org
Find a file
2002-12-17 21:30:55 +00:00
code removed prefetchChildren() 2002-12-17 21:30:55 +00:00
.gitattributes initial check-in 2001-11-09 11:43:15 +00:00
antville_dbpatch20010621.sql patch for antville-database that adds columns LANGUAGE and COUNTRY to table weblog 2001-06-28 16:45:30 +00:00
antville_dbpatch20010629.sql added table MEMBER, some changes to WEBLOG and USER 2001-07-01 19:17:42 +00:00
antville_dbpatch20010721.sql changes to the changes ... 2001-07-21 22:49:35 +00:00
antville_dbpatch20010811.sql patch that adds parent- and thumbnail-columns in image-table 2001-08-15 09:24:09 +00:00
antville_dbpatch20010905.sql initial check-in 2001-09-05 21:57:58 +00:00
antville_dbpatch20011021.sql helma-logo is added 2001-11-03 09:33:15 +00:00
antville_dbpatch20011022.sql bugfix 2001-11-29 17:26:38 +00:00
antville_dbpatch20011204.sql DB patch to add TOPIC column to STORY table. 2001-12-04 13:08:02 +00:00
antville_dbpatch20011206.sql added mysql for creation of column READS 2001-12-10 14:13:25 +00:00
antville_dbpatch20011208.sql bugfix 2001-12-12 14:02:28 +00:00
antville_dbpatch20011213.sql initial check-in 2001-12-13 18:16:27 +00:00
antville_dbpatch20011215.sql initial check-in 2001-12-16 18:06:13 +00:00
antville_dbpatch20011219.sql initial check-in (this is stuff needed for weblog statistics) 2001-12-19 16:02:28 +00:00
antville_dbpatch20020104.sql initial check-in 2002-01-05 02:26:08 +00:00
antville_dbpatch20020109.sql bugfix 2002-01-24 14:39:25 +00:00
antville_dbpatch20020125.sql arranged alt text for xmlbutton to lowercase 2002-02-05 15:33:27 +00:00
antville_dbpatch20020308.sql added "use antville;" in first line 2002-03-28 13:00:48 +00:00
antville_dbpatch20020424.sql corrected syntax (colon instead of semicolon before add statement) 2002-04-25 12:11:28 +00:00
antville_dbpatch20020425.sql patch for cleaning up ACCESS-table (select all non-self-referrers into a temporary table, rename the existing access-table to ACCESSOLD and the temporary one to ACCESS) 2002-04-25 16:57:49 +00:00
antville_dbpatch20020426.sql added "use antville" to specify database 2002-05-23 18:35:13 +00:00
antville_dbpatch20020513.sql added "use antville" line 2002-06-03 16:46:31 +00:00
antville_dbpatch20020524.sql merged changes from branch hns_timezone into main branch. 2002-05-27 18:50:48 +00:00
antville_dbpatch20020626.sql bugfix (IDX_CREATOR was renamed to IDX_AUTHOR) 2002-08-20 20:20:36 +00:00
antville_dbpatch20020717.sql result of merge with helmaville 2002-07-26 12:31:36 +00:00
antville_dbpatch20020718.sql added "use antville" in first line 2002-07-23 09:45:44 +00:00
antville_dbpatch20020726.sql added "use antville" 2002-07-29 11:12:24 +00:00
antville_dbpatch20020801.sql initial check-in for colorpicker feature 2002-08-01 16:18:45 +00:00
antville_dbpatch20020812.sql initial check-in 2002-08-14 08:18:36 +00:00
antville_dbpatch20020903.sql initial check-in (add missing column POLL_F_USER_MODIFIER) 2002-09-05 17:17:14 +00:00
antville_dbpatch20021203.sql initial check-in 2002-12-02 12:53:16 +00:00
antville_mckoi.sql added marquee image to database setup 2002-08-01 16:19:01 +00:00
antville_mysql.sql merged need_for_speed branch 2002-12-01 19:26:40 +00:00
antville_oracle.sql added marquee image to database setup 2002-08-01 16:19:01 +00:00
db.properties.mysql initial check-in 2002-12-01 19:46:16 +00:00
db.properties.oracle initial check-in (db.properties-template for oracle) 2002-06-26 15:54:31 +00:00
images.zip added marquee image 2002-08-01 16:17:10 +00:00
license.txt initial check-in 2002-02-23 21:28:19 +00:00
macro.help added url data from macros.antville.org where it's available 2002-08-20 13:05:09 +00:00
readme.txt added section about helma, reformatted text 2002-12-02 17:02:37 +00:00

==============
ABOUT ANTVILLE
==============

Antville is an open source project aimed to the development of an 
"easy to maintain and use" weblog-hosting system. It is not limited to 
just one weblog, it can easily host up to several hundred or thousand 
weblogs (the number of weblogs is more limited by the site owner's 
choice and server power than software limitations).

Antville is entirely written in JavaScript and based on the 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.


============================
ABOUT HELMA OBJECT PUBLISHER
============================

Helma Object Publisher is a web application server.

With Helma Object Publisher (sometimes simply refered 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.


======
STATUS
======

Antville should be considered pre-release quality code. Although it is 
heavily used by severeal thousand users at http://www.antville.org 
chances are that there are still bugs hidden in this application (if 
you find one, please see belog). Antville can be used for production 
purposes, but please mind that the creators of Antville and Helma do 
not take any warranty (whichever kind).


===================
SYSTEM REQUIREMENTS
===================

To run Antville you need Helma Object Publisher (http://helma.org) and 
a relational database in the backend. Antville was tested with mySQL 
(http://www.mysql.com) and Oracle (v.8.1.7). For setting up either 
Helma Object Publisher or the database you decided to use please refer 
to their installation instructions. Since Antville sends confirmation 
mails to users (i.e. after registration or if they were added to the 
list of members of a site), you'll also need an up-and-running SMTP-
server (which you should specify in the server.properties in the 
directory where you installed Helma Object Publisher).


============
INSTALLATION
============

Antville comes with two SQL-scripts for creating the database needed 
by the application: for mySQL (antville_mysql.sql) and for Oracle 
databases (antville_oracle.sql) - the third one, antville_mckoi.sql, 
is only used for the Antclick-distribution of Antville.

Both scripts are not only creating the tables, indexes and initial 
records, but also the account used by the application to communicate 
with the database. The default username and password of this account 
is "antville", so you probably want to change that (you should!).

Please refer to the documentation of your database on how to run the 
appropriate script. After done so you'll have to modfiy the file 
"db.properties" in the directory where you installed the application. 
Depending on your database you should open either db.properties.mysql 
or db.properties.oracle and modify it to match the configuration of 
your database (if you changed the default username and password don't 
forget to change it here too!).

After done so save the modified file under the name "db.properties" in 
the same directory. Next open the file "app.properties" - it contains 
all basic file- and URI-path definitions needed by Antville. Don't be 
confused by the contents of the file, all you need to change for now 
is imgPath, filePath, imgUrl and fileUrl.

Finally, append the word "antville" to the file "apps.properties" 
located in the directory where you install Helma Object Publisher. The 
start up Helma, and with the first request you should see Antville's 
welcome page telling you how to proceed with configuration.


=====================================
DOCUMENTATION AND FURTHER INFORMATION
=====================================

To get the documentation and further information regarding Antville 
please refer to:
http://project.antville.org
http://macros.antville.org
http://help.antville.org

Feel free to ask any question regarding the application in 
http://project.antville.org

For further information about Helma http://helma.org generally is a 
good place. There is also a mailing-list about Helma-related stuff 
available at http://helma.org/lists/listinfo/hop.


==================================
BUG REPORTING AND FEATURE REQUESTS
==================================

If you find any bugs or have any ideas about new features, please post 
them to http://project.antville.org or send a mail to 
antville@helma.org. Since Antville is open-source, you're definetly 
encouraged to modify the application, but please keep us informed on 
what you do/did. 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.

--
<0A> 2002, antville@helma.org
http://project.antville.org

This document was last modified on Monday 2 December 2002 by
robert@helma.org