The Queen Mum of Weblog Hosting Systems – written in server-side JavaScript since 2001. https://about.antville.org
Find a file
2002-08-23 15:46:58 +00:00
code added variable as flag if at least one story content is not null (it does not have to be the text property anymore) 2002-08-23 15:46:58 +00:00
.gitattributes initial check-in 2001-11-09 11:43:15 +00:00
antville-hsql.sql changed any int(20) type to int(9); added "identity" property to tables which are used by direct db access 2002-05-13 18:28:48 +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_indexes.sql added structure and indexes for AV_SHORTCUT table 2002-07-26 16:15:52 +00:00
antville_mckoi.sql added marquee image to database setup 2002-08-01 16:19:01 +00:00
antville_mysql.sql added marquee image to database setup 2002-08-01 16:19:01 +00:00
antville_oracle.sql added marquee image to database setup 2002-08-01 16:19:01 +00:00
db.properties.oracle initial check-in (db.properties-template for oracle) 2002-06-26 15:54:31 +00:00
documentation.html basically implemented the chronological history list and did some additional minor changes 2001-07-18 15:58:18 +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 no message 2002-02-23 21:15:48 +00:00

=================================================================
Antville
=================================================================

-----------------------
STATUS
-----------------------

Antville should be considered beta-release quality code. It is still developed and chances are good you'll find bugs in this application. Antville can be used for production purposes, but please mind that the creators of antville resp. helma.org do not take any warranty (whichever kind).

-----------------------
SYSTEM REQUIREMENTS
-----------------------

Basically you'll need two applications to run Antville: Helma Object Publisher (http://helma.org) and mySql (http://www.mysql.com). For setting up 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 weblog), 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
-----------------------

First, use the mySql-dumpfile "antville.sql" that comes with Antville to create the user, database and tables needed by the application (the default user is "antville" with the password "antville" - you'll probably want to change that). Don't be irritated by the number of "antville_dbpatches" - you can ignore them if you install antville for the first time (they're just useful for upgrading an existing version of antville). After done so you'll have to modfiy the file "db.properties" in the directory where you installed the application. Change "antville.url", "antville.username" and "antville.password" to wherever your mySql-database resides and the settings you defined for the user.

Next, modify the file "app.properties" in the application directory. What you should check/change are the "baseURI", the locations and urls for images and goodies and "adminEmail" (which you should change to the email-address you want to use as FROM-address in confirmation mails):

The two application-properties "imgPath" and "goodiePath" are used to store uploaded images and goodies into separate directories. Antville will create necessary subdirectories if needed (i.e. if a goodie was uploaded for the first time in a weblog, antville will create a subdirectory with the alias of the weblog, same for images). If you already have a directory that contains static contents, the easiest way is to create a subdirectory called "antville" plus two subdirectories called "images" and "goodies". Then you should adjust "imgUrl" and "goodieUrl" - these two properties will be used to create the appropriate URLs.

If your Hop-setup uses Apache as frontend-webserver, you should modify httpd.conf and insert a rewriteRule to prevent that image-requests are sent to Hop. Please refer to the Apache-documentation on how to use the URL Rewriting Module or have a look at our setup at http://www.antville.org.

There's another property that could be of interest for you: if you set "allowGoodies" to "false", the upload of goodies is disabled. Otherwise it's enabled and you should check if the uploadLimit-parameter of the helma-servlet fit's your needs (if not set anyone could upload a neat linux-distribution onto your harddisk ...)

Finally, you'll need to start the application by appending "antville" to the file "apps.properties" located in the directory where you install Hop.

----------------------------------
DOCUMENTATION
----------------------------------

To get the latest version of the documentation please refer to:
http://help.antville.org
http://macros.antville.org
http://project.antville.org

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

----------------------------------
BUG REPORTING AND FEATURE REQUESTS
----------------------------------

If you find any bugs or have any ideas about new features, please 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