/plugins/Archive/tags/archive-0_3pre3/Archive.html

# · HTML · 138 lines · 104 code · 34 blank · 0 comment · 0 complexity · efb0a33cac612b59ffb1935aea1213d8 MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Archive Plugin</title>
  5. </head>
  6. <body bgcolor="#FFFFFF">
  7. <table
  8. cellspacing="0"
  9. cellpadding="3"
  10. bgcolor="#CCCCFF"
  11. border="0"
  12. width="100%"
  13. summary="Archive Plugin header"
  14. >
  15. <tr width="100%">
  16. <td><big><big>Archive Plugin</big></big></td>
  17. <td align="right"><small>By Andr&eacute; Kaplan<br>
  18. <em>akaplan@jedit.org</em></small></td>
  19. </tr>
  20. </table>
  21. <ul>
  22. <li><a href="#general">Presentation</a></li>
  23. <li><a href="#usage">Usage</a></li>
  24. <li><a href="#credits">Credits</a></li>
  25. <li><a href="#feedback">Feedback</a></li>
  26. </ul>
  27. <h2><a name="general">Presentation</a></h2>
  28. <p>Archive allows to browse and read the content of zip and tar archives.</p>
  29. <p>The archive file system allows to browse/read the content of:</p>
  30. <ul>
  31. <li>zip archives: <code>*.zip</code> and <code>*.jar</code> files</li>
  32. <li>tar archives: <code>*.tar</code> files</li>
  33. <li>gzipped tar archives: <code>*.tar.gz</code>, or <code>*.tgz</code> files</li>
  34. <li>bzipped tar archives: <code>*.tar.bz2</code> files.</li>
  35. </ul>
  36. <p>Archive also supports nested archives.
  37. For example, you can explore the content of a <code>*.jar</code> file inside a
  38. <code>*.tgz</code> file.
  39. </p>
  40. <p>For faster browsing, Archive caches directories in a special directory.
  41. To clear the cache, use
  42. <em>Plugins&nbsp;-&gt;&nbsp;Archive&nbsp;-&gt;&nbsp;Clear&nbsp;directory&nbsp;cache</em>.
  43. </p>
  44. <p>Archive requires:</p>
  45. <ul>
  46. <li>JDK 1.1</li>
  47. <li>jEdit 3.1final</li>
  48. </ul>
  49. <h2><a name="usage">Usage</a></h2>
  50. <p>The straightest way to open an archive is to:</p>
  51. <ul>
  52. <li>Open the File System Browser
  53. (<em>Utilities&nbsp;-&gt;&nbsp;File&nbsp;System&nbsp;Browser</em>)
  54. </li>
  55. <li>Right-click on an archive file and select <em>Browse archive</em>.
  56. </li>
  57. </ul>
  58. <p>Format of Archive URLs:</p>
  59. <ul>
  60. <li>Exploring a zip archive on Windows:
  61. <ul>
  62. <li><code>archive:C:\path\to\file.zip!</code></li>
  63. <li><code>archive:C:\path\to\file.zip!/path/inside/archive</code></li>
  64. <li><code>zip:C:\path\to\file.zip!</code></li>
  65. <li><code>zip:C:\path\to\file.zip!/path/inside/archive</code></li>
  66. </ul>
  67. </li>
  68. <li>Exploring a tar archive on Unix:
  69. <ul>
  70. <li><code>archive:/path/to/file.tgz!</code></li>
  71. <li><code>archive:/path/to/file.tgz!/path/inside/archive</code></li>
  72. <li><code>tar:/path/to/file.tgz!</code></li>
  73. <li><code>tar:/path/to/file.tgz!/path/inside/archive</code></li>
  74. </ul>
  75. </li>
  76. </ul>
  77. <p><em>Notes</em>:</p>
  78. <ol>
  79. <li>the trailing <code>!</code> (exclamation mark) is mandatory.</li>
  80. <li>the file separator inside archives is <code>/</code> (forward slash).</li>
  81. </ol>
  82. <h2><a name="credits">Credits</a></h2>
  83. <p>A special mention to:</p>
  84. <ul>
  85. <li>Aftex software for the port of the bzip2 library at
  86. <a href="http://www.aftexsw.com/aftex/products/java/bzip/">http://www.aftexsw.com/aftex/products/java/bzip/</a>
  87. </li>
  88. <li>Tim Endres for the port of the tar utility at
  89. <a href="http://www.trustice.com/java/tar/">http://www.trustice.com/java/tar/</a>
  90. </li>
  91. </ul>
  92. <h2><a name="feedback">Feedback</a></h2>
  93. <p>
  94. The preferred way to send bug reports is to use the Bug Tracker at
  95. <a href="http://sourceforge.net/bugs/?group_id=588">http://sourceforge.net/bugs/?group_id=588</a>.
  96. </p>
  97. <p>Also you can write to:</p>
  98. <ul>
  99. <li>Andr&eacute; Kaplan <em>&lt;akaplan@jedit.org&gt;</em>;</li>
  100. <li>or jEdit-users mailing-list <em>&lt;jedit-users@lists.sourceforge.net&gt;</em>;</li>
  101. <li>or jEdit-devel mailing.list <em>&lt;jedit-devel@lists.sourceforge.net&gt;</em>.</li>
  102. </ul>
  103. </body>
  104. </html>