summaryrefslogtreecommitdiff
path: root/hurd/translator/tarfs.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-09-04 09:48:31 +0200
committerThomas Schwinge <thomas@schwinge.name>2010-09-04 09:48:31 +0200
commitf67536a378772dbf5661c2402f59bcf289841d69 (patch)
tree009593c5383dd8a20125437adb1bbb14fd4ae039 /hurd/translator/tarfs.mdwn
parent0a14790c41d3126d457c763059fa4bc86356285f (diff)
netio, tarfs: Moved from hurdextras to incubator.
Diffstat (limited to 'hurd/translator/tarfs.mdwn')
-rw-r--r--hurd/translator/tarfs.mdwn25
1 files changed, 25 insertions, 0 deletions
diff --git a/hurd/translator/tarfs.mdwn b/hurd/translator/tarfs.mdwn
new file mode 100644
index 00000000..e25e3255
--- /dev/null
+++ b/hurd/translator/tarfs.mdwn
@@ -0,0 +1,25 @@
+[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]]
+
+[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
+id="license" text="Permission is granted to copy, distribute and/or modify this
+document under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no Invariant
+Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
+is included in the section entitled [[GNU Free Documentation
+License|/fdl]]."]]"""]]
+
+`tarfs` is a translator aimed at providing access to tar files through the
+filesystem. This way you don't have to extract files from the archive to
+access them. It supports compressed archives (bzip2 and gzip) through
+[[libstore]].
+
+
+# Status
+
+Works fine on most cases, occasional corruptions when writing using bzip2/gzip
+stores.
+
+
+# Source
+
+incubator, tarfs/master