Skip to content

Instantly share code, notes, and snippets.

@k5trismegistus
Created August 12, 2014 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k5trismegistus/428aa298a4b723d873a8 to your computer and use it in GitHub Desktop.
Save k5trismegistus/428aa298a4b723d873a8 to your computer and use it in GitHub Desktop.
Series、Number、Titleがすべて設定されている例
<?xml version="1.0"?>
<ComicInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Title>ACT.1 HARUKA</Title>
<Series>SISTERS 隠された記憶</Series>
<Number>1</Number>
<Year>2011</Year>
<Month>8</Month>
<Writer>マキノ事務所</Writer>
<Genre>SISTERS</Genre>
<PageCount>20</PageCount>
<Manga>YesAndRightToLeft</Manga>
<Pages>
<Page Image="0" ImageSize="121295" ImageWidth="721" ImageHeight="1024" Type="FrontCover" />
<Page Image="1" ImageSize="86631" ImageWidth="718" ImageHeight="1024" />
<Page Image="2" ImageSize="148209" ImageWidth="718" ImageHeight="1024" />
<Page Image="3" ImageSize="209954" ImageWidth="718" ImageHeight="1024" />
<Page Image="4" ImageSize="155902" ImageWidth="718" ImageHeight="1024" />
<Page Image="5" ImageSize="146626" ImageWidth="718" ImageHeight="1024" />
<Page Image="6" ImageSize="173176" ImageWidth="718" ImageHeight="1024" />
<Page Image="7" ImageSize="191952" ImageWidth="718" ImageHeight="1024" />
<Page Image="8" ImageSize="144318" ImageWidth="718" ImageHeight="1024" />
<Page Image="9" ImageSize="75884" ImageWidth="718" ImageHeight="1024" />
<Page Image="10" ImageSize="138107" ImageWidth="718" ImageHeight="1024" />
<Page Image="11" ImageSize="15618" ImageWidth="718" ImageHeight="1024" />
<Page Image="12" ImageSize="155526" ImageWidth="718" ImageHeight="1024" />
<Page Image="13" ImageSize="139924" ImageWidth="718" ImageHeight="1024" />
<Page Image="14" ImageSize="127453" ImageWidth="718" ImageHeight="1024" />
<Page Image="15" ImageSize="136042" ImageWidth="718" ImageHeight="1024" />
<Page Image="16" ImageSize="133791" ImageWidth="718" ImageHeight="1024" />
<Page Image="17" ImageSize="163277" ImageWidth="718" ImageHeight="1024" />
<Page Image="18" ImageSize="27189" ImageWidth="718" ImageHeight="1024" />
<Page Image="19" ImageSize="18331" ImageWidth="721" ImageHeight="1024" />
</Pages>
</ComicInfo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment