Guide element in OPF file for iBooks

Liz Castro says iBooks requires the Guide element in OPF file.
Then I read this, which says it's been deprecated.
Authors may include the guide element in the Package Document for EPUB 2 Reading System forwards compatibility purposes. EPUB 3 Reading Systems must ignore the guideelement when provided in EPUB 3 Publications whose EPUB Navigation Document includes the landmarks feature.
http://idpf.org/epub/30/spec/epub30-publications.html#sec-guide-elem
Is it still required?

What I do is get the sources and MD5s in the PKGBUILD, then makepkg -o.  I'll manually compile the sources but not install them, and when I have a few one-liners that make the magic happen, I put it into the build() section.  Then I'll rm -rf the $srcdir and actually try it with package { true; } as the package() function.  If that works, I'll try some install lines (instead of true) and run find against the $pkgdir.  If it all looks good, I'll make sure my dependencies are in check and pack it up.

Similar Messages

  • Epub file for ibooks

    Is it possible to upload the epub file which was made by other software program.
    For example, I had samsung computer, then i made epub file with eBook stylist 1.0 Beta. and tranfer it to Mac Book Pro and upload it using iTunes producer??
    Is there anyone who had successful story??
    and If you are, what program did you use for epub file??
    If nobody were there, is this only way to make epub file using the ibook author??

    Yes, I did try to upload my epub file on ibooks store, but it was failed with this messages.
    - Apple’s web service operation was not successful
    -Unable to authenticate the package: Mind.itmsp
    So, i was searching for solving this problem on Apple Support Communities .
    but there was no exact answer to solve this problem.
    I made this epub file using ebook stylist with my samsung computer and transfer this file to my friend's Mac Pro.
    then had the failed results like above.
    I used this epub file when I uploaded it on amazon kindle and google play which mean they have no problem on its own. 
    Is there any successful story to upload the epub file which was made with other software program without Mac?
    I'd like to figure it out what the problem is.
    Thank you.

  • Page Element within PageDef Files for Nested Pages

    Hello all,
    I have found in the help file of the JDeveloper, information about the <page> element which can be added in a page's definition (xml file) for referencing a nested page definition, but it does not work, I do not know, perhaps I use it wrongly.
    Please any ideas or recommendations?

    Hi,
    nested bindings are not supported in 10.1.3.x. In Jdeveloper 11 the templating mechanism uses pageDef references
    Frank

  • Photoshop Elements 4.0 files for update/edit using version 8.0 on WIN 7

    Hi,
    I would like to ask assistance for my software Photoshop Elements 4.0. I've been using this product for how many years now. I'm planning to get the full version of V8 but I'm wondering If I still have the access to pull out the files I created using my version 4.0 product. Please help I really need an assistance on this.
    OS : WIN 7

    Any success with your query?
    -Garry

  • PDF files for Ibooks

    I received an email with a pdf file when I open the email on my ipad it is attached to the body of the email.  I want to save in ibooks but do not have the pdf file to forward to ibooks.  Can someone tell me how to get my email to save the pdf as an attachment?

    Hey Southernsmile,
    Thanks for the question. If I understand correctly, you want to open a pdf in iBooks. I would recommend that you read this article, it may be able to help the issue.
    iBooks: Viewing, syncing, saving, and printing PDFs on iPhone, iPad, and iPod touch - Apple Support
    Opening PDFs with iBooks
    You can open PDF documents, such as a PDF attached to an email, with iBooks:
    When you view a PDF email attachment, tap the Share button in the upper-right corner.
    Tap Open in iBooks to open the attachment. iBooks will open, and you can view your PDF.
    When you use iBooks to open a PDF, iBooks will automatically save a copy of the PDF to your iBooks PDF shelf. These PDFs will sync to your iTunes Book library the next time you sync your device with iTunes.
    Thanks for using Apple Support Communities.
    Have a good one,
    Mario

  • Where can I find the Elements 10 install files for mac?

    Hi all,
    I recently bought a mac that doesn't have an optical drive, and I would like to install Photoshop and Premiere Elements 10 on it.
    Of course, i have the box version, with the dvds and all, but I'd like to get the online installable files.
    Any link would be appreciated.
    Thanks :-)

    You should be able to them from here:
    http://prodesigntools.com/photoshop-elements-10-direct-download-links-pse-premiere-pre.htm l
    Just follow the Very Important Instructions or the download links won't work.

  • Need guidance for ePubs for iBooks

    I'm a professional formatter and have converted files to ePubs for several years. Now some of my clients want to upload directly to iBooks with an Author account. Since I'm a PC person I don't work with MACs although I myself have an Apple account (I have an iPad and iPhone). Lately several clients have gotten stopped at the upload because Apple says that the file they are trying to upload has spaces (that's the way my conversion software saves ePubs). So my question, should I be sending my clients special ePub files for iBooks with new space-less file names? It's not a problem, I just need to know to do this. All of my ePubs are validated through IDPF.

    I found this at p. 46 of the iBookstore asset guide:
    "All characters in the URIs must be valid with non-alphanumeric characters properly encoded (e.g., space should be encoded as '%20'). This problem most often surfaces in URIs in the NCX files and is due to spaces included in filenames. "
    Via an account at iTunes Connect, you can normally get all the various guides produced by Apple regarding books (BookProoferUserGuide, iBookstore - Publisher User Guide, iTunesConnect_Publisher UserGuide)

  • Possible elements in the instanceconfig.xml file for presentation services

    g'day
    Has anyone here come across a list of all the possible elements that can be put in the configuration file for a presentation service, instanceconfig.xml ?<P>
    I have found next to nothing in the documentations, about what can be configured there.<P>
    What I am specifically after is: How can I change the default listening port for the Presentation Service? The default port is 9710 and I want to move to another port.<P>
    Also, how can I move the JavaHost from the default port 9810? I can change the file <i>OracleBI/web/javahost/config/config.xml</i> to reflect the change. Once the JavaHost has been restarted it starts up on the expected port, but the Presentation Service still tries to communicate over RPC to port 9810. How do I configure the presentation service to search for the JavaHost on a non-default port?<P>
    I have boiled it down to my original question: What are the possible values I can configure in the instanceconfig.xml file?<P>
    Any comments here would be great.<P>
    Cheers,<br>
    Borkur

    So, I had a little breakthrough here.
    I found in the OBIEE deployment guide, page 142:
    To change the Presentation Services listener port
    1 Open the instanceconfig.xml file for editing.
    2 Locate the <WebConfig> element.
    3 Within the <WebConfig> tags, create the element <RPC> and assign it the RPC Listener Port
    value for the BI Presentation Services instance, as shown in the following example.
    <WebConfig>
    <ServerInstance>
    <RPC>
    <Listener port="9715" />
    </RPC>
    </ServerInstance>
    </WebConfig>
    NOTE: In the preceding example, the RPC Listener port for the BI Presentation Services instance
    has been changed to port 9715 from the default of 9710.
    4 Save changes to the file.
    This almost works. The RPC element has been deprecated, as was reported in the sawserver.out.log:
    The configuration entry 'RPC/Listener' is deprecated. Please refer to the admin guide for more information.
    What I then did was to just remove the RPC elements and leaving the Listener element straight under there ServerInstance element. This seems to have solved the problem.
    I still have to figure out how to let the Presentation Service know that I have moved the JavaHost to antoher port ...
    Cheers,
    Borkur

  • I have a canon 70d and just purchased elements 12. It will not open a raw file for me. I have been advised to download the latest version of camera raw, i have done this and it still says my camera is not supported. I really need to open my raw files. Can

    i have a canon 70d and just purchased elements 12. It will not open a raw file for me. I have been advised to download the latest version of camera raw, i have done this and it still says my camera is not supported. I really need to open my raw files. Can anybody help me.

    You'll need to update to at least ACR 8.2 for the 70D to be recognized.  The normal way to update PSE12 to the latest CR is to use Help / Updates in the Editor which should update to ACR 8.5.
    According to Adobe's website PSE12 shipped with ACR 8.1 and you say it says yours is reported as ACR 8.0.
    Are you using PSE 11 and not 12?  PSE 11's maximum ACR version is 8.0.

  • *UPDATED 7/15/04* Complete guide to bioses, drivers, and needed files for the MSI K8N Neo Platinum

    Complete newbie's guide to bioses, drivers, and needed files for the MSI K8N Neo Platinum:
    Last Updated: Thursday July 15th, 2004
    Bioses:
    (In order of date released.)
    1.1b3 - (Download)
    - Pre-1.1, given to reviewers to use in their reviews and benchmarks.
    - Less stable, but supposedly you get slightly better overclocks.
    1.1 Official - (Download)
    1. This is AWARD BIOS release
    2. This BIOS fixes the following problems of the previous version:
    - Memory always run DDR 200 when install single side DDR on DIMM2 & DIMM3.
    - Windows 2000 can't format the RAID IDE HDD when plug in Promise 378 controller.
    1.2b5 - (Download)
    1.2b7 - (No Download Yet)
    1.2b10 - (Download)
    - First attempt to fix false temperature readings. Fixes it for some people with Newcastle cores and doesn't fix it for anybody with Clawhammer cores.
    1.2b12 - (Download)
    - Second attempt to fix false temperature readings. Fixes it for some people with Newcastle cores and some people with Clawhammer cores.
    1.3b1 - (Download)
    - Another attempt to fix temperature problems?
    - Possibly fixes cold boot/power light issues?
    1.2 Official - (Download)
    1. This is AWARD BIOS release
    2. This BIOS fixes the following problems of the previous version:
    - System can't resume from S3 sometimes when install USB device.
    - Support K8 Sempron CPU.
    - Turn off keyboard LED in S3.
    --Quick Guide for flashing BIOS, provided by MSI--
    1. Create a MS-DOS boot diskette, then copy the the .exe and the bios file to the floppy disk. Both of these files can be found in the package you downloaded.
    2. Press "Delete" and go to BIOS setup while computer bootup.
    Check BIOS advanced features and see if BIOS flash write control is enabled
    (This option must be enabled. If you can not find this setting, it means the BIOS can be
    flashed.)
    3. Boot from MS-DOS boot diskette and get a:\> prompt.
    4. Type "", then press ENTER
    5. The flash program will then ask "Do you want to save BIOS?", please press "N" for no. The when you see Press 'Y' to program or 'N' to Exit, please press "Y" to continue.
    6. After flashing complete, remove floppy and reset the system .
    7. Press DELETE or F1 when prompted at first reboot after flashing.
    8. Load BIOS optimized defaults, then save settings and exits.
    Drivers & Needed Files:
    (Note: All these drivers are for Windows XP.)
    Leaked Nvidia nForce3 Chipset Drivers Version 4.40
    (Please use at your own risk, these are LEAKED drivers. Password for the .zip file is "ocworkbench rules". Also, you will need to rename the WinXP_2K folder in IDE to either WinXP or Win2K else the installer doesn't pick it up.) Thanks for the link Wonkanoby!
    *NEW* Leaked Nvidia nForce3 Chipset Drivers Version 5.03
    More leaked drivers? Seems some parts of the drivers are older and some are newer.
    1. Windows XP Service Pack 1A (Web Install) -or- Windows XP Service Pack 1A (Full Install)
    2. Microsoft DirectX 9.0b (Web Install) -or- Microsoft DirectX 9.0b (Full Install)
    3. Nvidia nForce3 Chipset Drivers Version 4.24
    4. AMD Athlon 64 Processor Driver Version 1.1.0.14
    5. Nvidia Video Card Driver Version 56.72 -or- Omega Nvidia Video Card Driver Version v1.5303
    (The Omega drivers are third party drivers optimized for gaming, most prefer these over the standard Nvidia drivers.)
    5. ATI Video Card Driver Version 4.7 -or- Omega ATI Video Card Driver Version 2.5.51
    (The Omega drivers are third party drivers optimized for gaming, most prefer these over the standard ATI drivers.)
    6. Onboard Sound Driver (Realtek AC'97 Audio Codec) Version A3.61
    It is HIGHLY reccomended that you install the drivers/needed files in the order listed above. Please note that there are two #5's because you either install one or the other depending on your video card, do not install both of them.
    You will come across a problem here though. You can't install the chipset drivers without installing the Windows service pack and DirectX first, but the Windows service pack and DirectX installs need the internet to download files and you won't have working internet until you install the chipset drivers. Here's what I did to get around this. Instead of downloading the web install versions of Windows service pack and DirectX, download the full version and and put them along with all the other drivers on a backup hard drive or burn them to a CD, this way you will have all the drivers you need when it's time to install them and none of them will require the internet to download files.
    Another note when installing drivers. Apparently the Nvidia chipset drivers also come with drivers for the onboard sound, but people seem to agree that the Realtek onboard sound drivers are better. When you are installing the Nvidia chipset drivers, just be sure to uncheck the box for sound drivers when it asks you which drivers you would like to install. Now you can safely install the Realtek drivers without any chance of conflicting sound drivers. Thanks for the tip Wonkanoby!

    Quote
    Originally posted by RLiu818
    Quote
    Originally posted by Deviation56
    Quote
    Originally posted by RLiu818
    You CAN install the nforce drivers BEFORE installing SP1.  The only requirement to install the nforce drivers is DX9.
    So is SP1 still recommended to install before the nforce drivers?
    The installer still reccomends to install it beforehand for full USB 2.0 functionality... I would have put what you said in there but I wanted to keep it as simple as possible.  
    oh.  IIRC the installer just says USB 2.0 will be fully functional after SP1 is installed.  So after you install SP1 you go into device manager and u click update driver and it will auto search and update the driver.
    Simplicity-wise, i guess its pretty much equal.  It might take less preparation to just copy DX9 full onto a CD and install that first, then nforce driver, then right away you have yoru internet connection.
    but i dunno.. i guess i will try it your way this time when my RMA"d board comes.
    i will be fomratting and doing a fresh install later on today and will let you know if i come across any problems

  • I have Adobe Photoshop Elements 10 plus I create PDF files for work some are scan pdf docs. When I install Photoshop Elements 10 it DOES convert all the PDF files to Photoshop Elements-10 Docs. it even changes and shows the PSE-10 Icon. So I am alway inst

    I have Adobe Photoshop Elements 10 plus I create PDF files for work some are scan pdf docs. When I install Photoshop Elements 10 it DOES convert all the PDF files to Photoshop Elements-10 Docs. it even changes and shows the PSE-10 Icon. So I am alway installing PSE-10 or uninstalling it. If I send the  PDF file that has been automatically converted to a PSE-10 the person I send the file to can not open it because they do not have PSE-10. What can I do to stop PSE-10 from converting my PDF files? Don't tell me to upgrade PSE-10 I tried their on-line program and  it is too advance for a hobby photographer like myself and their Help Desk is impossible to reach.

    Hi,
    Can you please share the logs?
    You can use the Adobe  Log Collector tool (Log Collector Tool) and share the corresponding zip file @ [email protected]
    Thanks,
    Shikha

  • Always scrolling back to the search bar for pdf files in ibooks. Is there a way to fix this?

    ALWAYS scrolling back up to the search bar for pdf files in ibooks. Is there a way to fix this?

    Care to share your fix with the rest of the community in case anyone else has the same problem or since you found the solution are you off to never be heard from again?

  • Where can i find the install file for PS elements 10 for PC?

    i purchased PS Elements 10 last year.  originally for Mac.   I'm on a PC now.  In my order history it allows me to download the .dmg file for Mac but not for PC.  Even though it is dual platform.  How can I get an iso file for PC?

    http://prodesigntools.com/photoshop-elements-10-direct-download-links-pse-premiere-pre.htm l
    Follow the Very Important Instructions on that page before you click the download link.

  • Where is photoshop elements 11 catalog files stored in windows 7 for carbonite to back up?

    Where is photoshop elements 11 catalog files stored in windows 7 for carbonite to back up?  Also any other files besides the pictures that I should back up?

    [email protected] wrote:
    Where is photoshop elements 11 catalog files stored in windows 7 for carbonite to back up?  Also any other files besides the pictures that I should back up?
    Very important : your catalog does not contain your pictures. They are where you have imported them in your computer. If they are all under a master folder like 'My Pictures' or 'Pictures', you should set your backup software to backup those folders.
    The catalog itself is mainly a database keeping all the information about your pictures : location, keywords, ratings, albums...
    It's a folder containing the dababase and several other components. You find its location looking in the help section, system info.
    The integrated backup / restore process in Elements saves both your media files and the catalog.
    http://www.johnrellis.com/psedbtool/photoshop-elements-faq.htm#_Backing_up_your

  • I need help with Compressor 4 settings to convert .mp4 files to .m4v for iBooks Author

    I'm a curriculum design guy with no video background. I have Compressor 4, but don't really know much about how to best use it.  I'd appreciate some help with getting the right setting for my project. Screen shots of settings would be much appreciated, since I don't know much video terminology.
    I'm making an free iBook for students on WWII propaganda using old videos from the Internet archive.
    I'd plan to use Compressor to:
    1. Convert the .mp4 files to a .m4v that iBooks Author will accept. (I know I can use QT for that, but it increases file size)
    2. Use Compressor to reduce file size so my iBook doesn't get too big
    3. Get videos that look & sound the best, given the poor quality of the original source videos.
    Here's some sample videos that I'll use:
    http://www.archive.org/download/OutOfTheFryingPanIntoTheFiringLine/OutOfTheFryin gPanIntoTheFiringLine.mp
    http://archive.org/download/AvengeDe1942/AvengeDe1942_edit.mp4
    PS - I will also be editing some of the original videos in iMovie - if I use different settings to prep those videos for iBook Author, let me know.
    Much thanks in advance for any help

    Compressor is half the size compared to QtX encoding, 17 MBs...
    File Format... H.264 for Apple Devices...
    Device: iPhone Local/WiFi
    Aspect Ratio: 4:3 480x368
    Data Rate: 700
    Uncheck Multi-pass

Maybe you are looking for

  • CALL_FUNCTION_NOT_FOUND -- its Urgent

    Hi, I am trying to print a document (Packing List). I have created OUTPUT Type "ZPAK" and assigned the Form and Program to this output type, When I try to Print the document through VL02N, I get this Message in my SAP INBOX: 00 671: ABAP/4 Processor:

  • How to query from tables?

    Hi! I have two table, and I want to execute a query statement from them. How to do this? Thanks so much!

  • Multiple oracle homes resolution

    hey guys, I installed oracle 10.2.0.1 on rhel 4 .I set all the environment variables. I installed oracle developer suite 10.1.2 on the same machine. I set a different oracle home for it.But after installation all the files have ORACLE_HOME as oracle

  • Tandberg MXP 6000 Portable and VLAN assignment

    Hello, We have a couple of Tandberg MXP 6000 portable VC units that we'd like to be a bit more "portable".  At present any time someone wants to move the unit to a new location we have to configure a switch port as an access port for our voice/video

  • Chang the WHERE clause

    hi, I want to change the Where clause used in the block, to change runtime in the forms, need help. Thanks.