Installation
This is a brief description of the XML tags of the AVBLOG configuration files
<cfsilent>
<?xml version="1.0" encoding="UTF-8"?>
<config>
<headers>
<title>AVBlog 1.5</title> - Site title, used in the pages where not dynamic title is generated
<description>Blog</description> - Description, used in meta tag description
<charset>UTF-8</charset> - Default charset
</headers>
<labels>
<header> - HTML placed in the div withj id headertext
<![CDATA[<div style="float:left;font-size:1.7em;font-weight:bold;">Andrea Veggiani</div><a href="index.cfm?mode=admin">Administration</a> | <a href="http://www.avblog.org/index.cfm">AVBlog project</a>]]>
</header>
<footer> - text for footer page
Copyright 2006 - Your name here
</footer>
</labels>
<owner>
<author>Blog Owner</author> - name of the blog owner
<email>andrea@dinamica.it</email> - email of the blog owner, please provide a correct email as it's used widely in the blog for authomatic mailing
<blogurl>url Owner</blogurl> - exact url of the blog, still here for compatibility reasons, please provide here a full URL for your blog
</owner>
<internationalization>
<language>en</language> - language used by the blog, currently supported languages are on the languages folders (thus many strings still need translation)
<setlocale>en_GB</setlocale> - java locale
<timeoffset>0</timeoffset> - offset used for authomatic post and comment time fixind
<timeoffsetGMT>1</timeoffsetGMT> - offset from GMT, used only for RSS correct time generation
</internationalization>
<options>
<privateblog>false</privateblog> - make the blog private (only blogger and admin users can view posts)
<subscriptions>true</subscriptions> - allow for blog subscriptions
<emailtitlecontent>false</emailtitlecontent> - when advising subscribers put the title of the post in the email
<emailpostcontent>false</emailpostcontent> - when advising subscribers put the text of the post in the email
<sendemail>true</sendemail> - send email upon comment receiving
<maxbloginhomepage>10</maxbloginhomepage> - max number of days to show in home page
<search>true</search> - allow for searching (using Verity for XML)
<permalinks>true</permalinks> - allow for permalinks
<trackbacks>true</trackbacks> - allow for trackbacks
<trackbacksmoderate>true</trackbacksmoderate> - moderate trackbacks
<richeditortrackbacks>true</richeditortrackbacks> - use richeditor when inserting manual trackbacks
<richeditor>true</richeditor> - using rich editor
<whichricheditor>fckeditor</whichricheditor> - select what rich editor to use
<xmppgatewayname>avblog</xmppgatewayname> - name of the xmpp gateway (require CF Enterprise)
<wichcaptcha>lylacaptcha</wichcaptcha> - which captcha mechanism to use
<useajax>true</useajax> - useajax (now it's dojo based)
<pods>
<tagcloud>true</tagcloud> - show tagcloud pod
<recentposts>true</recentposts> - show recentpost pod
<recentcomments>true</recentcomments> - show recentcomments pod
<links>true</links> - show links pod
<archivemonths>true</archivemonths> - show archivemonths pod
<categories>true</categories> - show categories pod
<rss>true</rss> - show rss pod
</pods>
<fckeditor>
<toolbarset>Avblog</toolbarset> - fckEditor toolbar to use
</fckeditor>
<smtp>
<active>false</active> - use personal smtp settings
<server/> - personal smtp server
<port>25</port> - personal smtp port
<user/> - personal smtp user account
<password/> - personal smtp user pwd
</smtp>
<im>
<gtalk>
<accountuser/> - gtalk account AVBlog use to advise the blog owner (require CF Enterprise)
</gtalk>
</im>
<feed>
<api>
<type>MovableType</type> - API for xml-rpc operations (currently only Movable Type supported)
<active>true</active> - Allow for xmlrpc operations
</api>
<email>
<active>false</active> - Allow for email blog feeding
<scheduleinterval>5</scheduleinterval> - Interval in minutes for checking for new mails
<subjectkey>avblog</subjectkey> - key word to use in the subject of messages
<pop3/> - pop3 server
<port/> - pop3 port
<user/> - pop3 account user
<password/> - pop3 account password
</email>
<im>
<active>false</active> - use IM for blog feeding
<type>gTalk</type> - what type of IM (currently onli XMPP supported)
<gtalk>
<accountuser/> - google talk user (this is the account with wich bloggers can feed the blog and users can read them)
<accountpwd/> - google talk password
</gtalk>
</im>
<flashlite>
<active>false</active> - still not used
</flashlite>
</feed>
<comment>
<commentmoderate>true</commentmoderate> - allow for comment moderation
<richeditor>true</richeditor> - use rich editor in comments
<emailspamprotection>true</emailspamprotection> - allow for text email manipulation on viewing of comments
<emailspamprotectiontext>-@-</emailspamprotectiontext> - text to replace the @ with
<subscription>true</subscription> - allow for comments subscriptions
<allowprivatecomment>true</allowprivatecomment> - allow for private comments (viewable only by the blogger)
</comment>
<blogstorage>
<storage>xml</storage> - storage system (can be xml or db)
<xml>
<folder>storage/xml</folder> - folder in wich save the data
</xml>
<db>
<datasource>avblog</datasource> - datasource used for DB storage
<dsuser/> - datasource username
<dspwd/> - datasource password
</db>
<email>
<pop3/> - still not used
<user/> - still not used
<pwd/> - still not used
</email>
</blogstorage>
</options>
<layout>
<theme>internet_music</theme> - skin used, the skins are on the folder /skins
<layout>centered</layout> - layout used (in the folder /css with prefix layout_
<useiconset>silk</useiconset> - use iconsets (in folder /images/iconsets
<usesocialbuttons>true</usesocialbuttons> - use socialbuttons in posts
</layout>
<log>
<sessionstart>false</sessionstart>
<sessionend>false</sessionend>
<applicationstart>false</applicationstart>
<applicationend>false</applicationend>
<postview>true</postview>
<postadd>true</postadd>
<postmodify>true</postmodify>
<commentadd>true</commentadd>
<trackbackadd>true</trackbackadd>
<login>true</login>
<logout>true</logout>
<pageview>false</pageview>
<download>true</download>
</log>
</config></cfsilent>
Community
Who is using AVBlog
Documentation
Installation
Release notes
Configuration XML file
Main features
Third party client support (XMLRPC)
XMPP support (googleTalk)
Plugins
Rich editor
Other features
Who is using AVBlog
Documentation
Installation
Release notes
Configuration XML file
Main features
Third party client support (XMLRPC)
XMPP support (googleTalk)
Plugins
Rich editor
Other features
Library
AVBlog
AVBlog 1.5.1
AVBlog 1.5
AVBlog 1.5 Beta 3
AVBlog 1.5 Beta 2
AVBlog 1.5 Beta 1
AVBlog 1.07
AVBlog 1.06
AVBlog 1.05
AVBlog 1.04
AVBlog 1.03
AVBlog Beta 3
AVBlog Beta 2
AVBlog Basic
AVBlog Basic 1.5.1
AVBlog Lite
AVBlog Lite 1.5.1
AVBlog Lite 1.07
AVBlog Lite 1.06
AVBlog Lite 1.05
Skins
Christmas
AVBlog
AVBlog 1.5.1
AVBlog 1.5
AVBlog 1.5 Beta 3
AVBlog 1.5 Beta 2
AVBlog 1.5 Beta 1
AVBlog 1.07
AVBlog 1.06
AVBlog 1.05
AVBlog 1.04
AVBlog 1.03
AVBlog Beta 3
AVBlog Beta 2
AVBlog Basic
AVBlog Basic 1.5.1
AVBlog Lite
AVBlog Lite 1.5.1
AVBlog Lite 1.07
AVBlog Lite 1.06
AVBlog Lite 1.05
Skins
Christmas
Recent posts
Last comments



![Validate my RSS feed [Valid RSS]](/images/rssvalid.gif)
![Validate my Atom 1.0 feed [Valid Atom 1.0]](/images/atomvalid.png)

