File comments

For a long time, I've known that UNIX has support for some kind of comment field in its filesystems, and every now and then I get a little confirmation from things like eg a webserver that has an additional "comment" field running alongside the listing (no, that support isn't via a .comments file or something else, I'm pretty sure it really was reading some kind of block from the file descriptor), or some other similar thing. Does Linux have this, and if it does, how do I use it?
If it's filesystem-dependant, I use JFS.
If I'm completely wrong about this comment thing (and I'll be really surprised if I am), what method do you recommend so that I can add comments to files myself? Or what else do you recommend I take a look at for sorting out/organizing a file system via a method similar to using comments or tags?
-dav7
Last edited by dav7 (2008-09-27 12:51:35)

Well I didn't know anything about this until today, but your comment intrigued me so I decided to check it out. Linux does indeed support something like the feature you mention, called extended file attributes or xattrs for short. JFS supports these, in fact I use JFS myself so I can confirm first hand that they work. You can assign key-value pairs to a file, then retrieve them later. The key must be set in one of the supported namespaces: "security", "system", "trusted" or "user". You also need to install the "attr" package to be able to work with them (this was already installed on my machine, so...). Here is an example:
[jack@Jackington ~]$ setfattr -n user.author -v "John Smith" drawing.png
[jack@Jackington ~]$ getfattr -d drawing.png
# file: drawing.png
user.author="John Smith"
I think there are easier ways to tag files though, I am using KDE and the Dolphin file manager lets you assign searchable comments and tags to anything you like. However, they are not implemented using the xattr system, so maybe you don't want to use that. There might be another file manager that can do this with xattrs, but you'll have to ask someone better informed, I'm afraid!

Similar Messages

  • Why do file comments disappear

    Why do the file comments disappear?

    Sounds like that the the data is request scoped and that the data is not being reloaded on view. Change your design accordingly.
    Suggestionpublic List getSelectItems() {
        if (selectItems == null) {
            loadSelectItems();
        return selectItems;
    }Or just separate the data from the form actions. Put the data in a session scoped bean and keep the form actions in a request scoped bean.

  • Is there a way to dynamically update date in the file comments every time I save the file?

    My files starts with comments on who has created them and such.
    I want to update the datefield where it says it was last modified. It would be very tiresome to update it manually every time, and I am looking for a easier way.
    Of course I can always check in SVN when someone did an update, but I would like to see it in the files as well.
    Could anyone point out if there already is a working solution for this or if I have to hack it myself?
    /Thanks

    More breadcrumbs on Subversion keywork substitution.

  • MP3 file comments not shown in iTunes, but are in Windows programs

    Ok, am orgaising my music collection. I use iTunes on Mac v7.6, Leopard
    There is no comment shown in the itunes for the MP3 files, but if I goto Win XP (boot camp) and either do a list in explorer, or use a program like tag & rename or MonkeyMedia then I can see comments there.
    1) why is this
    2)how can I get iTunes to show them properly
    3) how can I list them in Mac, so I can delete them
    please help
    thanks

    Ok so without the file you say you cant tell - how will I be able to check? ie if you had the file(s) how would you check and I will use your procedure.
    But if they are windows comments how come Media rage and Musorg see them and not iTunes? In fact if they are "windows" comments how do they how in Media rage and Musorg and not iTunes - i just been thing about that. Surely if they were it wouldnt show up in these.
    Also in Media Rage and Musorg, there is only 1 comment field as in iTues but Rage and Musorg show the comment whereas iTunes does not.
    Is there an app that can show whats actually embedded into the MP3 file? ie the tag details or something? Windows or Mac to see what is going on?
    I will send you a file, but would like to know how I check myself, its bugging me!!!
    cheers

  • Embedding html in .java file comments

    for years now the convention has been to liberally use html in java source code comments
    to beautify javadocs. for example, i have taken this out of the source code for java.lang.System:
    * The <code>System</code> class contains several useful class fields
    * and methods. It cannot be instantiated.
    * <p>
    * Among the facilities provided by the <code>System</code> class
    * are standard input, standard output, and error output streams;
    * access to externally defined "properties"; a means of
    * loading files and libraries; and a utility method for quickly
    * copying a portion of an array.
    * @author Arthur van Hoff
    * @version 1.125, 12/03/01
    * @since JDK1.0
    the problem i see with this is that the tags must be stripped if one is producing
    documentation in formats other than html (swing doclet, or pdf doclet, or any
    application of xml).
    aren't we forever tying ourselves to html? is there any intention on the part of
    j2se/j2ee developers to discontinue this practice? i've begun working on a xul
    doclet and am having to enclose the documentation in cdata to maintain the
    validity of the document i produce (i could also just strip out the tags of course).
    thanks, eitan

    Hi Eitan,
    I see little problem as long we provide a way to
    parse whatever format is being used.
    Please take a look at the commentdom package in
    the "Doclet Refactoring Design" under "What's New"
    on the right side of the Javadoc home page:
    http://java.sun.com/j2se/javadoc/
    Here's its description:
    com.sun.tools.doclet.toolkit.util.commentdom
    DocComment to DOM Translator - Documentation comment contains embedded HTML,
    Javadoc inline tags as well as custom inline tags. This package will contain classes that will help
    generate a DOM tree for the documentation comment. This can be of great help for doclets that
    generate documentation in formats other than HTML. Such doclets don?t have to undergo the
    tedious task of parsing the documentation comments for all the tags. Doclets can then directly
    traverse the DOM tree and then convert the tags to appropriate format.
    The DOM tree will adhere to the doccomment DTD that will be published later. The DTD will
    allow required HTML tags along with their attributes as defined in HTML4.0 specifications. The
    DTD will also support Javadoc-defined inline tags as well as user-defined custom inline tags.
    We plan for the doclet toolkit other than this part to be in Tiger;
    we haven't committed dates to delivering this piece, but feel it
    would be an important part of the toolkit.
    -Doug Kramer
    Javadoc team

  • Finder not showing file comments

    I have my Finder window customized to show Kind, Size, Date Added, and Comments for all my files. The issue is that the Comments column does not show any info even though the file itself contains that information in its metadata. This info is visable by certain applications such as iTunes and Traktor. The files I am working with specifically are mp3. Why

    Very strange!
    It should be safe to remove the file. As for the icons being gone, click on Finder in your dock, then go to the "Finder" menu, right next to the  in your menubar. Select "Preferences..." In the window that appears, make sure the boxes are checked that refer to the icons that should show on your desktop.
    If that doesn't fix it, try creating a new user account on your Mac.
    http://docs.info.apple.com/article.html?path=Mac/10.5/en/8235.html
    Log into that account and see if icons show up on your desktop. If so, there might be a problem with the preferences and settings files in your original user account.
    Let us know if that helps!

  • PDF files commented with Android MyLibrary

    Hello.
    I read a pdf book using Android MyLibrary software, and I made comments and marks on the file. Now when I moved the pdf file back to my PC Adobe Reader shows neither comments or marks -- I got a clean file as when I downloaded it. I read around that the file has to be "flattened" for the marks to show up. I have no idea of what this means. Is there any suggestion on what can be done to recover my comments? Is it actually possible that some software can modify a pdf file in a way that Adobe Reader does not recognize?
    Thanks
    Dario

    the change was made in firefox 25 - that's why you're currently seeing this behaviour only in firefox beta. the general release for firefox 25 is scheduled for next week. <br>i originally also thought to recommend the pdf.js-addon as an alternative but i found it to be very slow on my android too. unfortunately i don't know of any other solution currently.

  • I want to Access the Sequence File Comment In the User Interface...

    I can access the comment from the MainSequence of the Sequence, but not the sequence comment (SeqEditor: Edit->Sequence File Properties...).
    I'm using the following C command:
    TS_PropertyGetProperty (panelRec->seqFile->seqFileH, &errorInfo, TS_PropertyComment, CAVT_CSTRING, &psCommentStr);
    the psCommentStr comes up empty and I get no errors, although, I know that there is a comment entered in the field. I added this call to the UpdateOnSequenceChange function of seqdisp.c of the Example User Interface.
    I'm pretty sure that this should work, but all I get is a "" (Empty string).

    Hi Capt. Jack,
    The comment property of a sequence file is not stored in the PropertyObject of the sequence file itself. It is instead stored in the sequence file's PropertyObjectFile.Data PropertyObject's PropertyObject.Comment property. There is a KnowledgeBase document at the following link that explains this along with an easy to follow sequence file example that uses ActiveX Automation Adapter steps to access the sequence file's own comment property in the manner mentioned above:
    Link -> http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/64fbaf3526e8511786256bd1006b8e1c?OpenDocument
    Jason F.
    Applications Engineer
    National Instruments
    www.ni.com/ask

  • Write To Measurement File, Comment

    I have tried to use the Comment input on a Write To Measurement File vi and the results are not what I expected.  What I want to do is place one line of text appended after a block of data to form an easily seen break between the data sets.  The data is triggered in a stream prior to being sent to the Write To Measurement File.  I thought that the description on the Comment would do this but I get the comment not only between the blocks but also interspersed within the data stream in a seemingly random manner.  What am I missing in the behavior of the Comment input?

    Dear ITElearner,
    thank you so much for your post on our webforum. You are able to add a comment each time you write to the lvm file; this comment will be added to the first row you are writing. I created an example; 10 samples are generated, comment is added, this is written to file, another 10 samples are generated new comment is added and written to file.
    Is this what you are trying to achieve? Else I would recommend to create a small example of your problem.
    Best regards,
    Martijn S
    Applications Engineer
    NI Netherlands
    Attachments:
    commentlvm.jpg ‏120 KB
    Untitled 1.vi ‏112 KB

  • Help Recovering Finder File Comments

    I used Adobe Bridge to batch rename some files to add a .jpg extension.  This caused the Finder commetns associated with the file to apparently be lost.  But if I remove the .jpg extension, the file's original Finder comments are restored.  Any idea how I can recover these comments without removing all of the .jpg extensions?

    b

  • @(#) in Java file comment

    What is this @(#) found in some Java source files?
    For example, the first line in String.java in IBM jdk is the following:
    * @(#)src/classes/sov/java/lang/String.java, core, hs131, 20021024 1.23.2.2Does the first line have to so with source control? What does the @(#) achieve here?
    thanks

    It's a "magic cookie" identifier that's searched for by the Unix command "what" (or maybe "whatis") that finds that particular sequence, and outputs the string following it. It's basically a versioning tool.

  • 6.0.4 Update - fixes nested ID file links info

    Hi all,
    I got a message from an Adobe development manager letting me know of the 6.0.4 update. Specifically they have (almost) rectified the issue where you could not find out about graphic links inside of ID docs that were placed inside another ID document. The solution is that the placed ID document has an attribute of "links" (list/array) which can then be queried for the number of images and their information. I said "almost" because in a quick test, and verification with the Adobe rep, the Status of a graphic in the place ID file will not show as "normal" - it only shows its status as "out of date" or "link missing". My rep says this may need to wait for a later (6.0.5?) update.
    There may be other fixes but this is one of two I really needed. I wanted to let everyone know, I know there are some other people waiting for this.
    Here's some Applescript of how I queried some links in nested ID files:
    --comment out as needed
    tell application "Adobe InDesign CS4"
    tell document 1
    set subLinkTable to {}
    set topLinkStatii to status of every link
    if topLinkStatii contains link missing then --link missing is constant
    return "missing top level links"
    end if
    repeat with L in every link
    set linkCount to count of links of L
    repeat with i from 1 to linkCount
    copy ((status of link i of L) as string) & "-" & (name of link i of L) to end of subLinkTable
    if status of link i of L is link missing then
    return "missing 2nd level links"
    end if
    end repeat
    end repeat
    return "great success"
    end tell
    end tell
    Here's a javascript (not written by me) that does some similar querying:
    // Iterate through all the links of container document
    linksLength = theDoc.links.length;
    for (i=0 ; i< linksLength ; i++)
    var curLink = theDoc.links[i];
    alert("Top level link: " + curLink.name);
    childLinksLength = curLink.links.length;
    // Iterare through the child links of the placed INDD file
    for (j=0; j < childLinksLength; j++)
    alert("Child link: " + curLink.links[j].name);
    Ciao,
    Chris

    I've never been working with placed ID documents so I can't comment that. My concern is ordinary images.
    The thing that's breaking is the relinking of images in scripts, previously relying on an update and an assignment of the result of the update to a new variable, like this:
                lnk.relink(File(myImagesPath + '/' + newTrail));
                var modifiedLink = lnk.update();
                picture = modifiedLink.parent;
    A try/catch, not to disturb customers still in CS3 or not yet updated should take care of the error now.
    > I agree it causes us to change scripts; but that does happen from time to time.
    Well, major versions of course, but I don't agree that it happens time to time. Absolutely not. This is the first time ever that an ordinary minor (free) update has caused any of our scripts to fail (and we have quite a lot of code, doing scripting since CS2). We might just be lucky but I'd say that Adobe has been very good at not disturbing code by updates, and my guess is that the effect of this update was taken into account when released.

  • Why won't my unzipped and rezipped IDML file open in InDesign?

    I'm a developer working on an IDML based project.
    My application opens an IDML file, inflates the contents and (for the moment, without making any changes), deflates them again.
    The result is a file which:
    a) Opens fine in any zip application
    b) My code can then reopen without problems.
    InDesign, however, throws the following error:
    "Cannot open the file "filename.idml". Adobe InDesign may not support the file format, a plug-in that supports the file format may be miussing, or the file may be open in another application."
    I have verified that the file is not open in another app, and that no plug ins are involved.
    InDesign will open the original IDML file that it exported, so there's no general error.
    I assume the issue is with the zip container not being UCF compliant, and I'm trying to diagnose what the problem might be.
    My question(s):
    Has anyone been through this and do they have any suggestions or guidance?
    Is there any way I can get InDesign to tell me in more detail why it cannot open the file?
    What are the most likely issues with the container?
    I have inspected both the original file and the output file using Winzip, and I append the results of a detailed diagnostic on each below. The only difference I can see is that some files in the original are not compressed (they are simply stored in the zip container), but the UCF specification seems to suggest that a container can contain either compressed or normal files, so I don't see why this should be a problem. Would this cause InDesign to have a problem?
    Many thanks in advance for any assistance. Zip file diagnostics follow.
    JcFx Eu.
    DIAGNOSTICS FOR THE ORIGINAL IDML FILE:
    Testing ...
    Current Location part 1 offset 35496
    Archive: ORIGINAL.zip   35518 bytes   2010-06-29 19:16:58
    End central directory record PK0506 (4+18)
    ==========================================
        current  location of end-of-central-dir record: 35496 (0x00008aa8) bytes
        expected location of end-of-central-dir record: 35496 (0x00008aa8) bytes
          based on the size of the central directory of
          990 and its relative offset of 34506 bytes
        part number of this part (0000):                1
        part number of start of central dir (0000):     1
        number of entries in central dir in this part:  15
        total number of entries in central dir:         15
        size of central dir:                            990 (0x000003de) bytes
        relative offset of central dir:                 34506 (0x000086ca) bytes
        zipfile comment length:                         0
    Current Location part 1 offset 34506
    Central directory entry PK0102 (4+42): #1
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                0 (0x00000000) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0800) (bit 15..0):  0000.1000 0000.0000
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (00):                        none (stored)
        file last modified on (0x00003cdd 0x00009a1c):  2010-06-29 19:16:56
        32-bit CRC value:                               0x898f76cb
        compressed size:                                43 bytes
        uncompressed size:                              43 bytes
        length of filename:                             8 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 34552
        filename:mimetype
    Current Location part 1 offset 34560
    Central directory entry PK0102 (4+42): #2
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                81 (0x00000051) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1c):  2010-06-29 19:16:56
        32-bit CRC value:                               0x48e193fb
        compressed size:                                2516 bytes
        uncompressed size:                              14146 bytes
        length of filename:                             13 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 34606
        filename:designmap.xml
    Current Location part 1 offset 34619
    Central directory entry PK0102 (4+42): #3
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                2640 (0x00000a50) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0xbe470667
        compressed size:                                167 bytes
        uncompressed size:                              253 bytes
        length of filename:                             22 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 34665
        filename:META-INF\container.xml
    Current Location part 1 offset 34687
    Central directory entry PK0102 (4+42): #4
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                2859 (0x00000b2b) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0xa9a4d00e
        compressed size:                                6047 bytes
        uncompressed size:                              29065 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 34733
        filename:META-INF\metadata.xml
    Current Location part 1 offset 34754
    Central directory entry PK0102 (4+42): #5
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                8957 (0x000022fd) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x7557d85e
        compressed size:                                1155 bytes
        uncompressed size:                              7428 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 34800
        filename:Resources\Graphic.xml
    Current Location part 1 offset 34821
    Central directory entry PK0102 (4+42): #6
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                10163 (0x000027b3) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0xf43a42fe
        compressed size:                                3449 bytes
        uncompressed size:                              19673 bytes
        length of filename:                             19 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 34867
        filename:Resources\Fonts.xml
    Current Location part 1 offset 34886
    Central directory entry PK0102 (4+42): #7
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                13661 (0x0000355d) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x4accb4c4
        compressed size:                                4627 bytes
        uncompressed size:                              29487 bytes
        length of filename:                             20 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 34932
        filename:Resources\Styles.xml
    Current Location part 1 offset 34952
    Central directory entry PK0102 (4+42): #8
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                18338 (0x000047a2) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0xd75ae504
        compressed size:                                10962 bytes
        uncompressed size:                              69779 bytes
        length of filename:                             25 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 34998
        filename:Resources\Preferences.xml
    Current Location part 1 offset 35023
    Central directory entry PK0102 (4+42): #9
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                29355 (0x000072ab) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x65ae6db3
        compressed size:                                218 bytes
        uncompressed size:                              302 bytes
        length of filename:                             12 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 35069
        filename:XML\Tags.xml
    Current Location part 1 offset 35081
    Central directory entry PK0102 (4+42): #10
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                29615 (0x000073af) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x037dee40
        compressed size:                                692 bytes
        uncompressed size:                              2328 bytes
        length of filename:                             34 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 35127
        filename:MasterSpreads\MasterSpread_ubc.xml
    Current Location part 1 offset 35161
    Central directory entry PK0102 (4+42): #11
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                30371 (0x000076a3) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x43b1858a
        compressed size:                                1573 bytes
        uncompressed size:                              7799 bytes
        length of filename:                             22 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 35207
        filename:Spreads\Spread_ub5.xml
    Current Location part 1 offset 35229
    Central directory entry PK0102 (4+42): #12
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                31996 (0x00007cfc) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x0bc7a874
        compressed size:                                342 bytes
        uncompressed size:                              606 bytes
        length of filename:                             20 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 35275
        filename:XML\BackingStory.xml
    Current Location part 1 offset 35295
    Central directory entry PK0102 (4+42): #13
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                32388 (0x00007e84) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x0c652477
        compressed size:                                685 bytes
        uncompressed size:                              3219 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 35341
        filename:Stories\Story_uff.xml
    Current Location part 1 offset 35362
    Central directory entry PK0102 (4+42): #14
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                33124 (0x00008164) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x59a2cf03
        compressed size:                                646 bytes
        uncompressed size:                              3041 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 35408
        filename:Stories\Story_ue5.xml
    Current Location part 1 offset 35429
    Central directory entry PK0102 (4+42): #15
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                33821 (0x0000841d) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x6fc8a48f
        compressed size:                                634 bytes
        uncompressed size:                              2935 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 35475
        filename:Stories\Story_ucb.xml
    Current Location part 1 offset 0
    Local directory entry PK0304 (4+26): #1
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0800) (bit 15..0):  0000.1000 0000.0000
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (00):                        none (stored)
        file last modified on (0x00003cdd 0x00009a1c):  2010-06-29 19:16:56
        32-bit CRC value:                               0x898f76cb
        compressed size:                                43 bytes
        uncompressed size:                              43 bytes
        length of filename:                             8 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 30
        filename:mimetype
    Current Location part 1 offset 38
    Testing mimetype                 OK
    Current Location part 1 offset 81
    Local directory entry PK0304 (4+26): #2
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1c):  2010-06-29 19:16:56
        32-bit CRC value:                               0x48e193fb
        compressed size:                                2516 bytes
        uncompressed size:                              14146 bytes
        length of filename:                             13 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 111
        filename:designmap.xml
    Current Location part 1 offset 124
    Testing designmap.xml            OK
    Current Location part 1 offset 2640
    Local directory entry PK0304 (4+26): #3
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0xbe470667
        compressed size:                                167 bytes
        uncompressed size:                              253 bytes
        length of filename:                             22 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 2670
        filename:META-INF\container.xml
    Current Location part 1 offset 2692
    Testing META-INF\container.xml   OK
    Current Location part 1 offset 2859
    Local directory entry PK0304 (4+26): #4
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0xa9a4d00e
        compressed size:                                6047 bytes
        uncompressed size:                              29065 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 2889
        filename:META-INF\metadata.xml
    Current Location part 1 offset 2910
    Testing META-INF\metadata.xml    OK
    Current Location part 1 offset 8957
    Local directory entry PK0304 (4+26): #5
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x7557d85e
        compressed size:                                1155 bytes
        uncompressed size:                              7428 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 8987
        filename:Resources\Graphic.xml
    Current Location part 1 offset 9008
    Testing Resources\Graphic.xml    OK
    Current Location part 1 offset 10163
    Local directory entry PK0304 (4+26): #6
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0xf43a42fe
        compressed size:                                3449 bytes
        uncompressed size:                              19673 bytes
        length of filename:                             19 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 10193
        filename:Resources\Fonts.xml
    Current Location part 1 offset 10212
    Testing Resources\Fonts.xml      OK
    Current Location part 1 offset 13661
    Local directory entry PK0304 (4+26): #7
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x4accb4c4
        compressed size:                                4627 bytes
        uncompressed size:                              29487 bytes
        length of filename:                             20 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 13691
        filename:Resources\Styles.xml
    Current Location part 1 offset 13711
    Testing Resources\Styles.xml     OK
    Current Location part 1 offset 18338
    Local directory entry PK0304 (4+26): #8
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0xd75ae504
        compressed size:                                10962 bytes
        uncompressed size:                              69779 bytes
        length of filename:                             25 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 18368
        filename:Resources\Preferences.xml
    Current Location part 1 offset 18393
    Testing Resources\Preferences.xml   OK
    Current Location part 1 offset 29355
    Local directory entry PK0304 (4+26): #9
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x65ae6db3
        compressed size:                                218 bytes
        uncompressed size:                              302 bytes
        length of filename:                             12 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 29385
        filename:XML\Tags.xml
    Current Location part 1 offset 29397
    Testing XML\Tags.xml             OK
    Current Location part 1 offset 29615
    Local directory entry PK0304 (4+26): #10
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x037dee40
        compressed size:                                692 bytes
        uncompressed size:                              2328 bytes
        length of filename:                             34 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 29645
        filename:MasterSpreads\MasterSpread_ubc.xml
    Current Location part 1 offset 29679
    Testing MasterSpreads\MasterSpread_ubc.xml   OK
    Current Location part 1 offset 30371
    Local directory entry PK0304 (4+26): #11
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x43b1858a
        compressed size:                                1573 bytes
        uncompressed size:                              7799 bytes
        length of filename:                             22 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 30401
        filename:Spreads\Spread_ub5.xml
    Current Location part 1 offset 30423
    Testing Spreads\Spread_ub5.xml   OK
    Current Location part 1 offset 31996
    Local directory entry PK0304 (4+26): #12
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x0bc7a874
        compressed size:                                342 bytes
        uncompressed size:                              606 bytes
        length of filename:                             20 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 32026
        filename:XML\BackingStory.xml
    Current Location part 1 offset 32046
    Testing XML\BackingStory.xml     OK
    Current Location part 1 offset 32388
    Local directory entry PK0304 (4+26): #13
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x0c652477
        compressed size:                                685 bytes
        uncompressed size:                              3219 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 32418
        filename:Stories\Story_uff.xml
    Current Location part 1 offset 32439
    Testing Stories\Story_uff.xml    OK
    Current Location part 1 offset 33124
    Local directory entry PK0304 (4+26): #14
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x59a2cf03
        compressed size:                                646 bytes
        uncompressed size:                              3041 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 33154
        filename:Stories\Story_ue5.xml
    Current Location part 1 offset 33175
    Testing Stories\Story_ue5.xml    OK
    Current Location part 1 offset 33821
    Local directory entry PK0304 (4+26): #15
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x6fc8a48f
        compressed size:                                634 bytes
        uncompressed size:                              2935 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 33851
        filename:Stories\Story_ucb.xml
    Current Location part 1 offset 33872
    Testing Stories\Story_ucb.xml    OK
    No errors detected in compressed data of ORIGINAL.zip.
    DIAGNOSTICS FOR THE REZIPPED IDML FILE:
    Testing ...
    Current Location part 1 offset 34822
    Archive: OUTPUT.zip   34844 bytes   2010-07-21 17:48:46
    End central directory record PK0506 (4+18)
    ==========================================
        current  location of end-of-central-dir record: 34822 (0x00008806) bytes
        expected location of end-of-central-dir record: 34822 (0x00008806) bytes
          based on the size of the central directory of
          990 and its relative offset of 33832 bytes
        part number of this part (0000):                1
        part number of start of central dir (0000):     1
        number of entries in central dir in this part:  15
        total number of entries in central dir:         15
        size of central dir:                            990 (0x000003de) bytes
        relative offset of central dir:                 33832 (0x00008428) bytes
        zipfile comment length:                         0
    Current Location part 1 offset 33832
    Central directory entry PK0102 (4+42): #1
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                0 (0x00000000) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0008) (bit 15..0):  0000.0000 0000.1000
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                yes
        compression method (08):                        deflated
          compression sub-type (deflation):             normal
        file last modified on (0x00003ce3 0x00008e13):  2010-07-03 17:48:38
        32-bit CRC value:                               0x898f76cb
        compressed size:                                44 bytes
        uncompressed size:                              43 bytes
        length of filename:                             8 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 33878
        filename:mimetype
    Current Location part 1 offset 33886
    Central directory entry PK0102 (4+42): #2
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                98 (0x00000062) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0008) (bit 15..0):  0000.0000 0000.1000
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                yes
        compression method (08):                        deflated
          compression sub-type (deflation):             normal
        file last modified on (0x00003ce3 0x00008e13):  2010-07-03 17:48:38
        32-bit CRC value:                               0x65263983
        compressed size:                                2412 bytes
        uncompressed size:                              13985 bytes
        length of filename:                             13 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 33932
        filename:designmap.xml
    Current Location part 1 offset 33945
    Central directory entry PK0102 (4+42): #3
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                2569 (0x00000a09) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0008) (bit 15..0):  0000.0000 0000.1000
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                yes
        compression method (08):                        deflated
          compression sub-type (deflation):             normal
        file last modified on (0x00003ce3 0x00008e13):  2010-07-03 17:48:38
        32-bit CRC value:                               0x817f37ea
        compressed size:                                132 bytes
        uncompressed size:                              196 bytes
        length of filename:                             22 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 33991
        filename:META-INF\container.xml
    Current Location part 1 offset 34013
    Central directory entry PK0102 (4+42): #4
    ======================================
        part number in which file begins (0000):        1

    How are you zipping it?
    In needs to be a "clean" zip...
    Also, take a look at app.packageUCF() and app.unpackageUCF()...
    Harbs

  • Can't post comments to Blog site

    Since .Mac switched to Me.com, I cannot see comments on my blog site.
    I can post/publish to the site from iWeb and others have said they can post comments (using Firefox, but not Safari). But when I go to view the comments, I get an error message:
    # Exception: TypeError
    # Message : Value undefined (result of expression postLinks.forEach) is not object.
    # File : Comments.js, Line:138
    I have not done anything differently in how I'm publishing the page.
    I am using Safari 3.1.2 to view the site.
    I am using iWeb '08 2.0.4 to publish the site.
    I have also tried to use Firefox (3.0.1) to see the comments, and get this error message:
    # Exception: TypeError
    # Message : postLinks.forEach is not a function
    I can see the comments if I open iWeb and read down the page. I cannot post comments using iWeb though.
    Any ideas?
    Message was edited by: Danielle Lum1

    Danielle ~ See this old thread:

  • Viewing File Attachments in a Portfolio

    Hi,
    Asus Transformer TF101 running 4.0.3
    Workstation: Adobe Acrobat Pro 9
    Tablet: Adobe Reader X (v10.2.0 J)
    So I made a portfolio on my workstation with two pdf files.
    In one of the portfolio files I added a file attachment by Opening File>Comment>Attach File.
    Saved file and saved portfolio.
    Open in Reader X on my workstation - no problems - selecting paperclip opens attached file.
    However, when I save to my tablet and open portfolio and file I see the paperclip icon but attachment doesn't open on click.
    Any idea why? Do I need make portfolio in Adobe Acrobat Pro X rather than 9 to make this work.
    Recent announcement for Reader X says this should work - in fact has been out since 10.1.1: "Enhancements to Portfolios list and File Attachments on iOS: You can now view non-PDF children in PDF portfolios, and PDF File attachments on the iOS Reader. These capabilities already exist on Android since Reader 10.1.1"
    Any help is appreciated - Thanks,
    Muns

    Anyone with info on this ? I have just ran into this problem myself, hard to believe there isn't a way to fix this .

Maybe you are looking for