<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.citadel.org/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel>
        <title>Citadel.org</title>
        <description></description>
        <link>http://www.citadel.org/</link>
        <lastBuildDate>Wed, 10 Mar 2010 15:59:41 -0500</lastBuildDate>
        <generator>FeedCreator 1.7.2-ppt DokuWiki</generator>
        <image>
            <url>http://www.citadel.org/lib/images/favicon.ico</url>
            <title>Citadel.org</title>
            <link>http://www.citadel.org/</link>
        </image>
        <item>
            <title>How do I ... in WebCit?</title>
            <link>http://www.citadel.org/doku.php/faq:everydayuse:webcit?rev=1267994351&amp;do=diff</link>
            <description>Marking

Mark all emails in my Mailbox

 Press &lt;Shift&gt; &lt;Left Mouse&gt; on the uppermost list entry

Mark the upper most 10 emails

 Do as above to mark all, and afterwards press &lt;Shift&gt;&lt;Left Mouse&gt; on the mail # 10.  The uppermost 10 mails are now marked.</description>
            <author>Wilfried Goesgens</author>
            <category>faq:everydayuse</category>
            <pubDate>Sun, 07 Mar 2010 15:39:11 -0500</pubDate>
        </item>
        <item>
            <title>VCards and Citadel</title>
            <link>http://www.citadel.org/doku.php/faq:favoriteclient:migrating_ldap_into_citadel?rev=1267688064&amp;do=diff</link>
            <description>VCards and Citadel

Migrating LDAP data and Outlook VCards to citadel

 - by Larry Ives

	*  note that in case of Outlook Express you might need to go via Thunderbird

	*  Importing my 2800+ LDAP/ldif contacts from my LDAP server into Global Address Book.
	*  Migrating my Outlook user's personal contacts into their My folder/Contacts.</description>
            <author>Wilfried Goesgens</author>
            <category>faq:favoriteclient</category>
            <pubDate>Thu, 04 Mar 2010 02:34:24 -0500</pubDate>
        </item>
        <item>
            <title>Citadel logo</title>
            <link>http://www.citadel.org/doku.php/documentation:citadel_logo?rev=1267656030&amp;do=diff</link>
            <description>If you would like to use the Citadel logo on your site, either because your site is 'powered by Citadel' or because you are listing Citadel among software packages you support, etc. then you can download the logo from here.  

Please use these images as is.  In particular, we would appreciate it if you did not separate the icon from the name, as the logo is constituted by the two of them appearing together.</description>
            <author>Wilfried Goesgens</author>
            <category>documentation</category>
            <pubDate>Wed, 03 Mar 2010 17:40:30 -0500</pubDate>
        </item>
        <item>
            <title>Instant Messaging &amp; Chat Commands</title>
            <link>http://www.citadel.org/doku.php/documentation:appproto:im?rev=1267548013&amp;do=diff</link>
            <description>CHAT (enter CHAT mode)

 This command functions differently from every other command in the system.  It is used to implement multi-user chat.  For this to function, a new transfer mode, called START_CHAT_MODE, is implemented.  If a client does not support chat mode, it should never send a CHAT command!</description>
            <author>Art Cancro</author>
            <category>documentation:appproto</category>
            <pubDate>Tue, 02 Mar 2010 11:40:13 -0500</pubDate>
        </item>
        <item>
            <title>Template Escaper functions</title>
            <link>http://www.citadel.org/doku.php/documentation:webcit:customize:templates:escapers?rev=1267484462&amp;do=diff</link>
            <description>Template Escaper functions

These Modifiers are used so texts inserted into a template are encoded in a certain way; Most transports like XML have a list of characters to transfor to preserve their meaning.

X - HTML Encoding

uses StrEscAppend Mode 0</description>
            <author>Wilfried Goesgens</author>
            <category>documentation:webcit:customize:templates</category>
            <pubDate>Mon, 01 Mar 2010 18:01:02 -0500</pubDate>
        </item>
        <item>
            <title>Webcit Templating Engine</title>
            <link>http://www.citadel.org/doku.php/documentation:webcit:customize:templates:start?rev=1267480822&amp;do=diff</link>
            <description>Developing Templates

If you run webcit with -T1, it will re-parse your template on every call, so you can instantly check back your edits. Note that it won't find new template files without a restart.

In general an URL of the format &lt;http://yourcitadel/do_template?template=yourtemplate&gt; will load yourtemplate.html from the static/t/ directory.</description>
            <author>Wilfried Goesgens</author>
            <category>documentation:webcit:customize:templates</category>
            <pubDate>Mon, 01 Mar 2010 17:00:22 -0500</pubDate>
        </item>
        <item>
            <title>Commands that change the behavior of this Citadel System</title>
            <link>http://www.citadel.org/doku.php/documentation:appproto:system_config?rev=1267386238&amp;do=diff</link>
            <description>Overall Configuration

IGAB   (Initialize Global Address Book)

 This command creates, or re-creates, a database of Internet e-mail addresses using the vCard information in the Global Address Book room.  This procedure is normally run internally when the server determines it necessary, but is also provided as a server command to be used as a troubleshooting/maintenance tool.  Only a system Aide can run the command.  It returns OK on success or ERROR on failure.</description>
            <author>Wilfried Goesgens</author>
            <category>documentation:appproto</category>
            <pubDate>Sun, 28 Feb 2010 14:43:58 -0500</pubDate>
        </item>
        <item>
            <title>Source Code</title>
            <link>http://www.citadel.org/doku.php/installation:source?rev=1266638940&amp;do=diff</link>
            <description>Required dependencies

 The Citadel system relies on the following libraries in order to provide its full set of functionality.  (If you are using pre-built packages, or the Easy Install system, these libraries will be brought in for you automatically.)</description>
            <author>Art Cancro</author>
            <category>installation</category>
            <pubDate>Fri, 19 Feb 2010 23:09:00 -0500</pubDate>
        </item>
        <item>
            <title>I want to automate certain stuff with the citadel server. How would i do that?</title>
            <link>http://www.citadel.org/doku.php/faq:generalquestions:i_want_to_automate?rev=1266427114&amp;do=diff</link>
            <description>Citadel speaks its own Protocol registered to IANA TCP Port 504. This protocol can be found on the Citadel Protocol Definition Page. You can either speak to your citadel server via TCP Port 504, or the citadel.sock UnixDomainSocket. 

Sendcommand can issue one privileged command at a time to citserver; Netcat is a proper tool, if you just want to pipe the output of a shellscript over to your Citadel server.</description>
            <author>Wilfried Goesgens</author>
            <category>faq:generalquestions</category>
            <pubDate>Wed, 17 Feb 2010 12:18:34 -0500</pubDate>
        </item>
        <item>
            <title>How can I install WebCit so it runs alongside Apache/Nginx on port 80 / 443?</title>
            <link>http://www.citadel.org/doku.php/faq:installation:apacheproxy?rev=1266267785&amp;do=diff</link>
            <description>If you're using the .debs you can use their mechanics to achieve this. Reconfiguring the webcit package will give you the chance to change your current setup:
dpkg-reconfigure citadel-webcit
Apache

WebCit contains its own standalone HTTP server, so if you're already running Apache on port 80, obviously you can't run WebCit there. The usual solution is to simply run WebCit on another port (port 2000 is the default, but it doesn't really matter).</description>
            <author>Wilfried Goesgens</author>
            <category>faq:installation</category>
            <pubDate>Mon, 15 Feb 2010 16:03:05 -0500</pubDate>
        </item>
        <item>
            <title>Single sign-on with Citadel and Microsoft Active Directory</title>
            <link>http://www.citadel.org/doku.php/faq:installation:msadsso?rev=1265831502&amp;do=diff</link>
            <description>Citadel has the ability to authenticate users against an external LDAP server.  Two schemas are supported: the standard RFC 2307 POSIX compliant schema, and the completely non-standard Microsoft Active Directory schema.  This knowledge base article covers the latter, which should work with any Active Directory server from Windows 2000 onward.  We will be demonstrating it using Windows Server 2003.</description>
            <author>Art Cancro</author>
            <category>faq:installation</category>
            <pubDate>Wed, 10 Feb 2010 14:51:42 -0500</pubDate>
        </item>
    </channel>
</rss>
