Skip to content

Commit 650aeb1

Browse files
committed
Mark WACZ support experimental
It's not complete enough for use yet.
1 parent c6e6769 commit 650aeb1

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

src/org/netpreserve/jwarc/WaczReader.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
/**
1717
* Reader for Web Archive Collection Zipped (WACZ) files.
1818
*
19+
* EXPERIMENTAL API: May change or be removed without notice.
20+
*
1921
* @see <a href="https://specs.webrecorder.net/wacz/latest/">WACZ Specification</a>
2022
*/
2123
public class WaczReader implements Closeable {

src/org/netpreserve/jwarc/WaczWriter.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
/**
2424
* Writer for Web Archive Collection Zipped (WACZ) files.
2525
*
26+
* EXPERIMENTAL API: May change or be removed without notice.
27+
*
2628
* @see <a href="https://specs.webrecorder.net/wacz/latest/">WACZ Specification</a>
2729
*/
2830
public class WaczWriter implements Closeable {

src/org/netpreserve/jwarc/tools/WarcTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private static void usage() {
9393
System.out.println(" stats Print statistics about WARC and CDX files");
9494
System.out.println(" validate Validate WARC or ARC files");
9595
System.out.println(" version Print version information");
96-
System.out.println(" wacz Package WARC files into a WACZ file");
96+
//System.out.println(" wacz Package WARC files into a WACZ file (EXPERIMENTAL)");
9797
}
9898

9999
private static void version() {

0 commit comments

Comments
 (0)