<?xml version="1.0" encoding="utf-8"?>
<!--
Notes:
- hard-coded xml:lang
- requires UTCDate plugin, see http://www.staggernation.com/mtplugins/UTCDateReadMe.html
- requires LastModified plugin to generate entry/modified, see http://www.staggernation.com/mtplugins/LastModifiedReadMe.html
-->
<feed version="0.3"
  xmlns="http://purl.org/atom/ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="en">
  <!-- required feed elements -->
  <title>j00wish[dot]com</title>
  <link rel="alternate" type="text/html" href="http://www.j00wish.com/"/>
  <modified></modified>
  <!-- in a single-author feed (like an individual weblog), put author at the feed level; in a multi-author feed (like a group weblog or a comments feed), put author at the entry level -->
  <author>
    <!-- required author elements -->
    <name>Diva</name>
    <!-- optional author elements -->
    <url>http://www.j00wish.com</url>
    <email>divatastee@hotmail.com</email>
  </author>

  <!-- optional feed elements -->
  <tagline></tagline>
  <id>tag:www.j00wish.com,2010:1</id>
  <generator url="http://www.movabletype.org/" version="3.2">Movable Type</generator>
  <copyright>Copyright (c) 2010, Diva</copyright>

</feed>