2017
Table Of Contents
- Contents
- Introduction
- Quark digital publishing options
- Defining your goals and limitations
- Hardware, operating systems, and formats
- General design approach
- Mistakes to avoid
- Projects and Layouts
- Digital layouts
- Creating a digital layout
- Working with layouts
- Adding interactivity to digital layouts
- Working with interactivity actions
- East Asian features in Digital layouts
- Text in Digital layouts
- Fonts in Digital layouts
- Hyperlinks in Digital layouts
- Groups in Digital layouts
- Synchronizing content between orientations
- Updating missing files
- Reviewing Digital Publishing asset usage
- Working with Reflow
- Creating a TOC for ePub or Kindle
- Working with eBook metadata
- Digital layouts
- Working with output styles
- HTML5 Publications
- Exporting for ePub
- Exporting for Kindle
- The App Studio feature
- Understanding App Studio
- Creating an App Studio issue
- Creating an App Studio app
- Preparing to submit an App Studio app to Apple
- Creating your developer account
- Getting your iPad's device ID
- Creating your iOS Development Certificate
- Creating your iOS Distribution Certificate
- Registering devices
- Creating an app ID
- Setting up for push notifications
- Creating a Development Provisioning Profile
- Creating an App Store Provisioning Profile
- Creating an app description in iTunes Connect
- Setting up in-app purchases
- Preparing to submit an Android App Studio app
- Requesting an App Studio app
- Updating an App Studio app
- Preparing to submit an App Studio app to Apple
- Submitting an app to Apple
- Submitting an Android app
- Exporting as an iOS app
- Legal notices
- Index
},
"options": {
"facebookShare" : true,
"twitterShare" : true,
"emailShare" : true,
"linkedinShare" : true
}
},
"pageNavigation": {
"showArrowsForMobile": false,
"showArrowsForDesktop": true
},
"pageFitView": {
"defaultMode": "autofit",
"maxScaleForAutoFit": 4
},
"SpreadView": {
"showLandscapeFacing": {
"mobile": false
},
}
General app configuration
Use the app section to configure some general application attributes:
• to enable progressive downloading of pages (you can choose to have pages loaded
in the background), use the backgroundLoading parameter
• To specify the settings for the loading screen (the loading image, the font color
and the background color), define these in the <loading> section, using the
color, backgroundColor, and image parameters.
•
Use the key parameter to enter a Google Maps browser API key to use Google
Maps (geolocation widget) in your webapp as keyless access to Maps is restricted
by Google, (auto > googlemaps > key in the extensions). For more
details see, "developers.google.com/maps/documentation/javascript/get-api-key".
• You can choose to display pages of both orientations in the respective device
orientation by specifying the default value "both", using the orientation
parameter under the publication section.
Valid values for orientation > mobile and orientation > desktop are
both, portrait, and landscape. For example, to display only landscape pages
on desktop, lock the orientation of desktop to landscape.
"app": {
"auth": {
"authToken": "ASauth",
"authRoot": "http://clientapi.appstudio.net/quarkauth",
"authProxy" : "http://clientapi.appstudio.net/ie9login/iframe-code.html",
"level": "issue",
"launchLogin": false,
"publicationCode" : ""
},
"loading": {
"image": "webreader/images/loading-logo.png",
"backgroundColor":"#fff",
"color":"#333333"
},
"params": {
"loglevel": -1
},
"enableCookies": true,
"enablePromoted": true,
68 | DIGITAL PUBLISHING WITH QUARKXPRESS 2017
HTML5 PUBLICATIONS