<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.ev-15.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.ev-15.com/feed.php">
        <title>ev-15 Wiki</title>
        <description></description>
        <link>http://wiki.ev-15.com/</link>
        <image rdf:resource="http://wiki.ev-15.com/lib/images/favicon.ico" />
       <dc:date>2008-06-20T04:16:42-06:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.ev-15.com/debian:mail_system?rev=1213813768&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.ev-15.com/start?rev=1211572258&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.ev-15.com/php:obscura_cee_edition?rev=1205858856&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.ev-15.com/django:ev15?rev=1201901623&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.ev-15.com/php:obscura_wordpress?rev=1176774649&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.ev-15.com/apache:password_protect?rev=1175561803&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.ev-15.com/lib/images/favicon.ico">
        <title>ev-15 Wiki</title>
        <link>http://wiki.ev-15.com/</link>
        <url>http://wiki.ev-15.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.ev-15.com/debian:mail_system?rev=1213813768&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-18T12:29:28-06:00</dc:date>
        <title>debian:mail_system</title>
        <link>http://wiki.ev-15.com/debian:mail_system?rev=1213813768&amp;do=diff</link>
        <description>Introduction

I wanted to run a complete mail server for myself and any of my friends or family who would prefer to have a regular mail account instead of one from one of the free web based services. I decided to encrypt and authenticate connections for both sending and receiving mail, and to handle receiving mail with IMAP, rather than POP. The final setup can handle large amounts of both incoming and outgoing mail and is easy to use...</description>
    </item>
    <item rdf:about="http://wiki.ev-15.com/start?rev=1211572258&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-05-23T13:50:58-06:00</dc:date>
        <title>start - undid random smiley</title>
        <link>http://wiki.ev-15.com/start?rev=1211572258&amp;do=diff</link>
        <description>This page is set up to hold various bits of documentation. I've put most of this stuff together for my own use, though the email information is for the use of people whose mail I host.

Linux (especially Debian) documentation

Debian Mail System --- Installing a mail system with Postfix and Cyrus-IMAP on Debian Linux.</description>
    </item>
    <item rdf:about="http://wiki.ev-15.com/php:obscura_cee_edition?rev=1205858856&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-03-18T10:47:36-06:00</dc:date>
        <title>php:obscura_cee_edition - don't use lightbox</title>
        <link>http://wiki.ev-15.com/php:obscura_cee_edition?rev=1205858856&amp;do=diff</link>
        <description>Better integration of my existing obscura galleries with Wordpress. 

I don't think there is any actual obscura code in here other than the catalog reader, and I am using my own version of taimg, taimagick, but a lot of credit still goes to Alex for putting all this together in the first place.</description>
    </item>
    <item rdf:about="http://wiki.ev-15.com/django:ev15?rev=1201901623&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-01T14:33:43-06:00</dc:date>
        <title>django:ev15 - added templates</title>
        <link>http://wiki.ev-15.com/django:ev15?rev=1201901623&amp;do=diff</link>
        <description>Project Code

urls.py


from django.conf.urls.defaults import *
from portfolio.models import Photograph
from portfolio.feeds import LatestPhotos

# For generic views
info_dict = {
    'queryset': Photograph.objects.all()
    }

# RSS Feeds
feeds = {
    'latest': LatestPhotos,
}

# URL Patterns for generic views
urlpatterns = patterns('django.views.generic',
    (r'^admin/', include('django.contrib.admin.urls')),
    (r'^$', 'list_detail.object_list', dict(info_dict, paginate_by=5, page=1,
     …</description>
    </item>
    <item rdf:about="http://wiki.ev-15.com/php:obscura_wordpress?rev=1176774649&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-04-16T19:50:49-06:00</dc:date>
        <title>php:obscura_wordpress - updated .htaccess</title>
        <link>http://wiki.ev-15.com/php:obscura_wordpress?rev=1176774649&amp;do=diff</link>
        <description>Better integration of my existing obscura galleries with Wordpress. 

I don't think there is any actual obscura code in here other than the catalog reader, and I am using my own version of taimg, taimagick, but a lot of credit still goes to Alex for putting all this together in the first place.</description>
    </item>
    <item rdf:about="http://wiki.ev-15.com/apache:password_protect?rev=1175561803&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2007-04-02T18:56:43-06:00</dc:date>
        <title>apache:password_protect - need full path for AuthUserFile directive</title>
        <link>http://wiki.ev-15.com/apache:password_protect?rev=1175561803&amp;do=diff</link>
        <description>To password protect a folder, create a file called .htaccess in that folder with content similar to that shown below:


AuthType Digest
AuthName your_access_name
AuthUserFile /full/path/to/.htdigest
Require valid-user


Then, in the shell, run the htdigest command to create the user file in the same folder:</description>
    </item>
</rdf:RDF>
