folio.xml
C
code posted
created at 11 Jul 18:50
Edit
|
Back
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
<folio version="1.7.0" lastUpdated="2012-08-16T19:52:49Z" id="[folder name]" orientation="portrait"> <metadata> <description>[Enter article description here]</description> <magazineTitle>[Enter magazine title here]</magazineTitle> <folioNumber>[Enter folio number here]</folioNumber> </metadata> <targetDimensions> <targetDimension wideDimension="960" narrowDimension="640"> </targetDimension> </targetDimensions> <contentStacks> <contentStack lastUpdated="2012-08-16T19:52:49Z" id="[folder name]" smoothScrolling="always" layout="vertical" subfolio="[folder name].folio" alwaysDisplayOverlays="false" orientation="portrait"> <content> <previews> </previews> <regions> <region> <portraitBounds> <rectangle x="0" y="0" width="640" height="960"></rectangle> </portraitBounds> <metadata lastUpdated="2012-08-16T19:52:49Z"> <title>[Enter article's title]</title> <author>[Enter article's author]</author> <tags>[Enter article's tags]</tags> <kicker>[Enter article's kicker]</kicker> <isAdvertisement>true</isAdvertisement> <hasAudio>false</hasAudio> <hasVideo>false</hasVideo> <hasSlideshow>false</hasSlideshow> </metadata> </region> </regions> <assets> <asset landscape="false"> <assetRendition type="web" paginated="false" source="[path/to/html/file].html" includesOverlays="true" width="640" height="960" role="content"/> <assetRendition type="raster" source="[path/to/cover/img]" includesOverlays="true" width="125" height="166" role="scrubber"/> </asset> </assets> </content> </contentStack> </contentStacks> </folio> |
1.69 KB in 4 ms with coderay