Changes between Version 6 and Version 7 of ArchiveViewerPlugin


Ignore:
Timestamp:
Jun 17, 2017, 8:45:27 AM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • ArchiveViewerPlugin

    v6 v7  
    99Use a hash-link to view a specified line of code in the archive: `/path/to/ticket/Archiveviewer.egg/archiveviewer/zipfile#LINENO`, see screenshot below.
    1010
    11 You can see contents in zip in zip. cf. manifest in lib/jar in war in ear.
     11You can also see the contents of a zip file in a zip file. Likewise, you can see the description of the manifest in the lib / jar in the war in the ear.
    1212
    1313----
     
    3131[[Image(ArchiveViewer-Hashlink.png)]]
    3232
    33 When `render-unsafe-contents = true` in the `[attachment]` section of your `trac.ini` file, the HTML in the archive will display in your web-browser; relative-link may resolved in the zip file.
    34 You can zip mocks of web-application and attach it to a ticket or wiki.
     33When `render-unsafe-contents = true` in the `[attachment]` section of your `trac.ini` file, the HTML in the archive will display in your web-browser. A relative-link may be resolved in the zip file.
     34
     35You can zip mockups of a web-application and attach it to a ticket or wiki page.
    3536
    3637trac.ini で `[attachment] render-unsafe-contents = true` を指定していると、 htmをブラウザで開きます。このとき、html中の相対リンクをzipファイル内で解決できます。「Webアプリケーションの画面モックアップを HTML + CSS + JavaScript?とかで作って、zipパッケージにしてチケットに添付する」みたいな場面で便利なんじゃないかなー。