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
Web app capabilities
Autofit and Autoscale HTML5 Publication
Regardless of the layout size, users will be able to view the output on any device without
truncation. The layout will be auto fit according to device size or desktop browser size,
and scaled proportionally to completely fit to the device screen size. For example,
content created for iPad can also be viewed on smaller devices like iPhones and vice
versa.
Users can additionally switch to Fit to Window width and enable scrolling.
Zoom in/out page on mobile devices
Users will be able to zoom in/zoom out content on devices via pinch in and pinch out
gestures. Users will also be able to perform content panning in zoom mode on mobile
devices for an enhanced reading experience. When in zoom mode, page swipe will be
restricted and panning action will take precedence. Users can perform reset zoom using
a double tap.
Hosting an HTML5 package on a web server
To view your HTML5 publications in a web browser, (mobile devices, Windows or
Mac) deploy a web server where you can host the exported package, exactly like you
would host any website.
To deploy a web app:
1
Setup the web server.
2
Host the HTML5 publication package.
3
View the output.
To customize the look and feel, branding, and features that will be available in the
hosted web app, see "HTML5 Publication output styles."
An example for deploying on Mac OS X
Enable Apache web sharing on Mac OS X
1
Open theTerminal, found at /Applications/Utilities/Terminal.
2
Run the command " sudo apachectl start".
3
Supply the root password.
Test to see if the web server is running
1
Open the browser and navigate to http://localhost.
2
You should see "It Works!" .
Web share the digital output
1
Create a folder (i.e. 'Digital') and copy the digital output folder to
/Library/WebServer/Documents/Digital.
DIGITAL PUBLISHING WITH QUARKXPRESS 2017 | 73
HTML5 PUBLICATIONS