<?xml version="1.0" encoding="UTF-8"?>

<!--
  This file is part of the Comical Template (https://comicaltemplate.euxane.eu)
  Version: 1.0
  License: MIT

  This is an example of webcomic RSS file.
  It contains all the information for the comic pages.
  This is the file you'll update to publish new comics.

  Comical Template uses it as data source to render the webpages.
  Visitors can also use this to subscribe for updates with RSS reader apps.

  After making changes, you can check that this file is still correct with this tool:
  https://validator.w3.org/feed/
-->

<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>

    <!--
      General information about your webcomic.
      <title>, <link>, <description> are required.
      <copyright> is optional.
    -->
    <title>Demo Webcomic</title>
    <link>https://comicaltemplate.euxane.eu/demo</link>
    <description>An example to showcase Comical Template</description>
    <copyright>MiniFantasyTheater by David Revoy (CC BY-SA 4.0)</copyright>

    <!--
      Each comic page is created using an <item>...</item> block like below.
      Items are ordered from most recent at the top, to oldest at the bottom.
      To create new entries, copy-paste the snippet below and replace the [PLACEHOLDERS].

    <item>
      <pubDate>[PUBLICATION DATE FORMATTED LIKE "DD Mth YYYY HH:MM:SS TIMEZONE"]</pubDate>
      <link>[SITE URL]/#[PAGENUM]</link>
      <title>[PAGE TITLE]</title>
      <category domain="chapter">[CHAPTER NAME]</category>
      <media:content url="[COMIC PAGE IMAGE OR VIDEO (IF MULTIPLE FILES: REPEAT THIS LINE FOR EACH)]" />
      <media:thumbnail url="[OPTIONAL COMIC PAGE THUMBNAIL]" />
      <author>[OPTIONAL GUEST AUTHORS]</author>
      <summary>[ONE-LINE SUMMARY]</summary>
      <description>
        <![CDATA[
          [OPTIONAL LONG DESCRIPTION IN HTML]
        ]]>
      </description>
    </item>
    -->

    <item>
      <pubDate>15 May 2024 00:00:00 GMT</pubDate>
      <link>https://comicaltemplate.euxane.eu/demo/#3</link>
      <title>3. My treasure</title>
      <category domain="chapter">Chapter 2: Familiars</category>
      <media:content url="https://comicaltemplate.euxane.eu/demo/comics/page_0003.webp" />
      <media:thumbnail url="https://comicaltemplate.euxane.eu/demo/comics/page_0003.thumbnail.webp" />
      <author>David Revoy (CC BY-SA 4.0)</author>
      <description>
        <![CDATA[
          A webcomic in four panels:
          <ol>
            <li>
              In a cave containing a treasure with a lot of gold, a young adventurer is chased by a monster:
              a treasure with big teeth. She drops all the gold items she had on her escape.
            </li>
            <li>
              While climbing a mountain of bones and skulls to reach the exit of the cave,
              the adventurer throws a bone to the monster.
              It is startled.
            </li>
            <li>
              Like a brave dog, the monster returns the bone to the adventurer, happy to start over.
              The adventurer has a think about it.
            </li>
            <li>
              Later, in a city, the adventurer walks proudly and happily with her new "dog"
              (the monster's treasure) on a leash.
              This one is a happy one.
            </li>
          </ol>
        ]]>
      </description>
    </item>

    <item>
      <pubDate>02 May 2024 00:00:00 GMT</pubDate>
      <link>https://comicaltemplate.euxane.eu/demo/#2</link>
      <title>2. Monster</title>
      <category domain="chapter">Chapter 2: Familiars</category>
      <media:content url="https://comicaltemplate.euxane.eu/demo/comics/page_0002.webp" />
      <media:thumbnail url="https://comicaltemplate.euxane.eu/demo/comics/page_0002.thumbnail.webp" />
      <author>David Revoy (CC BY-SA 4.0)</author>
      <description>
        <![CDATA[
          A webcomic in four panels:
          <ol>
            <li>
              A cute, dark sorcerer is kneeling in front of a circle of candles and a magic lamp.
              The magic lamp begins to emit magic smoke.
              <blockquote>Cute Sorcerer: O, Dark Djinn, Lord of Wishes, I summon thee!</blockquote>
            </li>
            <li>
              The smoke materialized into a dark elemental creature with horns and red eyes, the Dark Djinn.
              <blockquote>Dark Djinn: What is your wish, O human being?</blockquote>
              <blockquote>Cute Sorcerer: I want a monster without morals, with lethal precision, night vision, and sharp claws.</blockquote>
            </li>
            <li>
              Close-up of the djinn's face. He casts a glow spell.
              <blockquote>Dark Djinn: Your wish is my command.</blockquote>
            </li>
            <li>
              The young sorcerer is astonished at the result: he has received a young cat.
              The djinn vanishes.
            </li>
          </ol>
        ]]>
      </description>
    </item>

    <item>
      <pubDate>24 Apr 2024 00:00:00 GMT</pubDate>
      <link>https://comicaltemplate.euxane.eu/demo/#1</link>
      <title>1. Morning Routine</title>
      <category domain="chapter">Chapter 1: Morning</category>
      <media:content url="https://comicaltemplate.euxane.eu/demo/comics/page_0001.webp" />
      <media:thumbnail url="https://comicaltemplate.euxane.eu/demo/comics/page_0001.thumbnail.webp" />
      <author>David Revoy (CC BY-SA 4.0)</author>
      <description>
        <![CDATA[
          A webcomic in four panels:
          <ol>
            <li>
              Pepper sleeps in a cozy bed, her haircut is clumsy, she is slightly irritated.
              It's early morning. She is surrounded with spell books, an alarm clock, carrot is also on the bed.
              <blockquote>SoundFx (alarm): Ring! Ring! Ring!</blockquote>
            </li>
            <li>
              Pepper walks in the stairs like a zombie in her nightdress.
              A gentle cloud of flavor guide her.
            </li>
            <li>
              Still foggy, she is ready jumps on a DIY wooden hook of a swimming pool,
              many books are arranged under to make it like a stair.
              The smell comes clearly underneath her.
            </li>
            <li>
              She barely floats face downward, on a huge cup of coffee.
              Carrot watches surprised on the top of the plank.
              <blockquote>Pepper: BLOOP BLOOP BLOOP BLOOP.</blockquote>
            </li>
          </ol>
        ]]>
      </description>
    </item>

  </channel>
</rss>
