diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-09-04 10:04:11 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-09-04 10:04:11 +0200 |
commit | f45c10a4dde96ec9f32bce6f88af9e2c8506edbb (patch) | |
tree | b2a4bccdccb2ea6a975dad2a2bffb4200862a83e /hurd | |
parent | 43cdda93962465e8e255b2e72503cb16fc22ad47 (diff) |
gopherfs: Moved from hurdextras to incubator.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/translator.mdwn | 1 | ||||
-rw-r--r-- | hurd/translator/gopherfs.mdwn | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/hurd/translator.mdwn b/hurd/translator.mdwn index 672f6c9f..dd5c5b4d 100644 --- a/hurd/translator.mdwn +++ b/hurd/translator.mdwn @@ -92,6 +92,7 @@ Read about translator [[short-circuiting]]. * [[nsmux]] * [[netio]] * [[tarfs]] +* [[gopherfs]] * ... # Translators (only) in Hurdextras diff --git a/hurd/translator/gopherfs.mdwn b/hurd/translator/gopherfs.mdwn new file mode 100644 index 00000000..6c32430f --- /dev/null +++ b/hurd/translator/gopherfs.mdwn @@ -0,0 +1,16 @@ +[[!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]]."]]"""]] + +`gopherfs` is a virtual filesystem allowing you to access Gopher sites. + + +# Source + +incubator, gopherfs/master |