Adobe
Products

Top destinations

  • Adobe Creative Cloud
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • SiteCatalyst
  • Students
  • Elements family

Adobe Creative Cloud

  • What is Adobe Creative Cloud?
  • Design
  • Web
  • Photography
  • Video
  • Students
  • Teams
  • Enterprise
  • Educational institutions

Design and photography

  • Photoshop
  • Illustrator
  • InDesign
  • Adobe Muse
  • Lightroom

Video

  • Adobe Premiere
  • After Effects

Web development and HTML5

  • Edge Tools & Services [opens in a new window]
  • Dreamweaver
  • Gaming [opens in a new window]

Adobe Marketing Cloud

  • What is Adobe Marketing Cloud?
  • Digital analytics
  • Social marketing
  • Web experience management
  • Testing and targeting
  • Media optimization

Analytics

  • SiteCatalyst
  • Adobe Discover
  • Insight

Social

  • Adobe Social

Experience Manager

  • CQ
  • Scene7

Target

  • Test&Target
  • Recommendations
  • Search&Promote

Media Optimizer

  • AdLens
  • AudienceManager
  • AudienceResearch

Document services

  • Acrobat
  • EchoSign [opens in a new window]
  • FormsCentral [opens in a new window]
  • SendNow [opens in a new window]
  • Acrobat.com [opens in a new window]

Publishing

  • Digital Publishing Suite

  • See all products
Business solutions

By business need

  • Digital analytics
  • Digital publishing
  • Document management
  • Media optimization
  • Social marketing
  • Testing and targeting
  • Video editing and serving
  • Web development [opens in a new window]
  • Web experience management
  • See all business needs

By industry

  • Broadcast
  • Education
  • Financial services
  • Government
  • Publishing
  • Retail
  • See all industries
Support & Learning

I need help

  • Products
  • Adobe Creative Cloud
  • Adobe Marketing Cloud
  • Forums [opens in a new window]

I want to learn

  • Training and tutorials
  • Certification [opens in a new window]
  • Adobe Developer Connection
  • Adobe Design Center
  • Adobe TV [opens in a new window]
  • Adobe Marketing Center
  • Adobe Labs [opens in a new window]
Download
  • Product trials
  • Adobe Flash Player
  • Adobe Reader
  • Adobe AIR
  • See all downloads
Company
  • Careers at Adobe
  • Investor Relations
  • Newsroom
  • Privacy
  • Corporate Social Responsibility
  • Customer Showcase
  • Contact us
  • More company info
Buy
  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers
  • Adobe Marketing Cloud sales [opens in a new window]
Search
 
Info Sign in
Why sign in? Sign in to manage your account and access trial downloads, product extensions, community areas, and more.
Welcome,
My Adobe
My orders
My information
My preferences
My products and services
Sign out
My cart
Privacy My Adobe
Adobe
Products Sections Buy   Search  
Solutions Company
Help Learning
Sign in Sign out Privacy My Adobe
Date Date
Qty:
Subtotal
Promotions
Estimated Shipping
VAT
Calculated at checkout
Total
Checkout
Digital Publishing Suite Help / 

Structuring folders for imported articles

Adobe Community Help


Products Affected

  • Digital Publishing Suite

Contact support

 
By clicking Submit, you accept the Adobe Terms of Use.
 

  • Create folder structure for importing multiple articles
  • Create a metadata sidecar file for importing articles

You can use the Import Article command in the Folio Builder panel to import articles from the desktop. To import files properly, you must follow the structure rules and file naming conventions to determine what is included in a folio.

  • To import multiple articles simultaneously, create a folio folder that consists of multiple article folders. When you select Import Multiple Articles, navigate to the folio folder that contains article subfolders.

  • Article folders for dual-orientation folios must contain two InDesign documents. Create one document with an _h suffix (such as “article1_h.indd”), and one with a _v suffix (such as “article1_v.indd”).

  • Article folders for single-orientation folios must contain only one InDesign file with an _h or _v suffix.

  • Each article folder can contain a PNG file for table-of-contents (TOC) thumbnails. If this file is missing, the toc image is generated automatically. For best results, keep your image assets in a Links subfolder rather than in the article folder so that a PNG image is not mistakenly used for the TOC.

Structuring Files for DPS


Bob Bringhurst provides best practices for structuring source files for folios.... Read More

http://goo.gl/2N9gb

by Bob Bringhurst
http://blogs.adobe.com/ind...


Contribute your expertise to
Adobe Community Help


To the top

Create folder structure for importing multiple articles

When setting up the folder structure, you can use various methods to organize your article files. Files you link to in InDesign do not have to be in the article folder—they can be in any folder where InDesign can find them.

Keep filenames and folder names simple. Avoid using special characters.



Sample structure for files
A. Folio folder B. Article folders 

If you’re importing multiple articles into a single-orientation folio, make sure that each article folder contains only one document. The InDesign files still require an _h or _v extension in single-orientation folios. You cannot combine single-orientation and dual-orientation articles in a folio.



Folio with only vertical articles
To the top

Create a metadata sidecar file for importing articles

The metadata sidecar.xml file is an optional method for ordering articles and applying metadata when you import the files. Use a text editor or an XML editor to create a sidecar.xml file with metadata for each article. Save the sidecar.xml file in the root folio folder.

Change the Order of Articles with sidecar.xml Generator


Johannes Henseler created a tool that generates a sidecar.xml file. He describes how to use the tool here.... Read More

http://goo.gl/8bNpO

by Johannes Henseler
http://digitalpublishing.t...


Contribute your expertise to
Adobe Community Help


sidecar.xml generator


Click this link to jump straight to the sidecar.xml generator tool.... Read More

http://goo.gl/APHme

by Johannes Henseler
http://digitalpublishing.t...


Contribute your expertise to
Adobe Community Help


You can copy and paste the following text into a text editor and edit it:

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

<sidecar>

<entry>

<folderName>Article One</folderName>

<articleTitle>title</articleTitle>

<byline>byline</byline>

<kicker>kicker</kicker>

<description>description</description>

<tags>tag1, tag2</tags>

<isAd>false</isAd>

<hideFromTOC>true</hideFromTOC>

<smoothScrolling>never</smoothScrolling>

<isFlattenedStack>false</isFlattenedStack>

<isTrustedContent>true</isTrustedContent>

<section>section name</section>

</entry>

<entry>

<folderName>Article Two</folderName>

<articleTitle>article 2</articleTitle>

<byline>byline</byline>

<kicker>kicker</kicker>

<description>description</description>

<tags>tag1, tag2</tags>

<isAd>false</isAd>

<hideFromTOC>true</hideFromTOC>

<smoothScrolling>never</smoothScrolling>

<isFlattenedStack>false</isFlattenedStack>

<isTrustedContent>true</isTrustedContent>

<section>section name</section>

</entry>

</sidecar>

Valid <isAd>, <isFlattenedStack>, and <isTrustedContent> values are “true” and “false.” The <isFlattenedStack> value determines whether Horizontal Swipe Only is turned on, and <isTrustedContent> determines whether Allow Access to Entitlement Information is turned on for an HTML article.

Valid <smoothScrolling> values include “always,” “portrait,” “landscape,” and “never.” The default is “never,” which means scrolling snaps to pages.

You can use either <byline> or <author> for the Byline metadata.

For <section> entries, specify a string of characters, such as “Lifestyle.” Section values are valid only for v23 folios and later.

The order of the <entry> sections determines the order of the articles in your project when you create your project or when you update it. If an article’s folder name does not appear in the sidecar, it is moved below those that are listed. The order of items within each <entry> is insignificant.

Use sidecar.xml for importing multiple articles

  1. Use a text editor or an XML editor to create a sidecar.xml file with metadata for each article.

  2. Save the sidecar.xml file in the root folio folder.

  3. In the Folio Builder panel, select a folio, and choose Import Article from the panel menu. In the Import Article dialog box, select Import Multiple Articles, specify the folder folder containing the sidecar.xml file, and click OK.

Use sidecar.xml for updating article properties

If you want to use the sidecar.xml file to update your article metadata or change the order of articles, you can use the Folio Builder panel to import the sidecar.xml file.

This method works only for folios uploaded to the server, not for local folios.

  1. Create or edit the sidecar.xml file for your folio. See Create a metadata sidecar file for importing articles.

  2. Copy or move the sidecar.xml file to its own folder.

  3. In the Folio Builder panel, open the folio you want to edit, and choose Import Article from the panel menu.

  4. Select Import Multiple Articles, specify the folder in which the sidecar.xml file is located, and click OK.

This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License  Twitter™ and Facebook posts are not covered under the terms of Creative Commons.

Legal Notices   |   Online Privacy Policy

Products

  • Adobe Creative Cloud
  • Creative Suite
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • Digital Publishing Suite
  • Elements family
  • SiteCatalyst
  • For education

Download

  • Product trials
  • Adobe Reader
  • Adobe Flash Player
  • Adobe AIR

Support & Learning

  • Product help
  • Forums

Buy

  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers

Company

  • News room
  • Partner programs
  • Corporate social responsibility
  • Career opportunities
  • Investor Relations
  • Events
  • Legal
  • Security
  • Contact Adobe
Choose your region United States (Change)
Choose your region Close

North America

Europe, Middle East and Africa

Asia Pacific

  • Canada - English
  • Canada - Français
  • Latinoamérica
  • México
  • United States

South America

  • Brasil
  • Africa - English
  • Österreich - Deutsch
  • Belgium - English
  • Belgique - Français
  • België - Nederlands
  • България
  • Hrvatska
  • Česká republika
  • Danmark
  • Eastern Europe - English
  • Eesti
  • Suomi
  • France
  • Deutschland
  • Magyarország
  • Ireland
  • Israel - English
  • ישראל - עברית
  • Italia
  • Latvija
  • Lietuva
  • Luxembourg - Deutsch
  • Luxembourg - English
  • Luxembourg - Français
  • الشرق الأوسط وشمال أفريقيا - اللغة العربية
  • Middle East and North Africa - English
  • Moyen-Orient et Afrique du Nord - Français
  • Nederland
  • Norge
  • Polska
  • Portugal
  • România
  • Россия
  • Srbija
  • Slovensko
  • Slovenija
  • España
  • Sverige
  • Schweiz - Deutsch
  • Suisse - Français
  • Svizzera - Italiano
  • Türkiye
  • Україна
  • United Kingdom
  • Australia
  • 中国
  • 中國香港特別行政區
  • Hong Kong S.A.R. of China
  • India - English
  • 日本
  • 한국
  • New Zealand
  • 台灣

Southeast Asia

  • Includes Indonesia, Malaysia, Philippines, Singapore, Thailand, and Vietnam - English

Copyright © 2013 Adobe Systems Incorporated. All rights reserved.

Terms of Use | Privacy | Cookies

Ad Choices

Reviewed by TRUSTe: site privacy statement