anansi-project / rfcs

An initiative to structure the world of metadata for Comic Books, Mangas and other graphic novels.
82 stars 1 forks source link

CoMet #1

Open gotson opened 3 years ago

gotson commented 3 years ago

Website: http://www.denvog.com/comet/

Format: XML, apparently stored inside the archive at the root

GlibTongue commented 3 years ago

The sample comet file on THIS page.

Copy paste from the site:

<?xml version="1.1" encoding="UTF-8"?>
<comet
  xmlns:comet="http://www.denvog.com/comet/"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.denvog.com http://www.denvog.com/comet/comet.xsd">
<title>Batman: The Widening Gyre, Part One: Turning and Turning</title>
<description>The series opens with Deadshot breaking into Arkham Asylum with the intent to kill The Joker but is stopped by Onomatopoeia, who shoots him in the head.</description>
<series>Batman: The Widening Gyre</series>
<issue>1</issue>
<volume>1</volume>
<publisher>DC Comics</publisher>
<date>2009-08-26</date>
<genre>Superhero</genre>
<character>Batman</character>
<character>Joker</character>
<isVersionOf>Batman</isVersionOf>
<price>2.99</price>
<format>Comic</format>
<language>en</language>
<rating>Teen</rating>
<rights>Copyright (c) 2009 DC Comics</rights>
<identifier>76194128380700111</identifier>
<pages>36</pages>
<creator>Bob Kane</creator>
<writer>Kevin Smith</writer>
<penciller>Walt Flanagan</penciller>
<editor>Mike Marts</editor>
<editor>Dan Dideo</editor>
<coverDesigner>Bill Sienkiewicz</coverDesigner>
<letterer>Jared Fletcher</letterer>
<inker>Art Thibert</inker>
<colorist>Art Lyon</colorist>
<coverImage>BatmanWideningCover.jpg</coverImage>
<lastMark>12</lastMark>
<readingDirection>ltr</readingDirection>
</comet>
gotson commented 3 years ago

That's an example, not an xml schema though.