summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2013-03-15 21:17:54 +0100
committerPino Toscano <toscano.pino@tiscali.it>2013-03-15 21:17:54 +0100
commit5f6f4a63ae65132329da6e199b98a475b034cee2 (patch)
treeced45bee5b00e259e9de4d7f820a34d65350ed78
parent90ed55364e8d55f5987ca03c6c2f7ea3bc31f767 (diff)
various small changes, most in translators
-rw-r--r--faq/hurd_console.mdwn2
-rw-r--r--hurd/translator.mdwn8
-rw-r--r--hurd/translator/cvsfs.mdwn18
-rw-r--r--hurd/translator/gopherfs.mdwn2
-rw-r--r--hurd/translator/netio.mdwn2
-rw-r--r--hurd/translator/nfs.mdwn2
-rw-r--r--hurd/translator/procfs.mdwn1
-rw-r--r--hurd/translator/smbfs.mdwn16
-rw-r--r--hurd/translator/tarfs.mdwn2
-rw-r--r--hurd/translator/unionfs.mdwn7
-rw-r--r--hurd/translator/wishlist_1.mdwn4
-rw-r--r--hurd/translator/wishlist_2.mdwn20
12 files changed, 48 insertions, 36 deletions
diff --git a/faq/hurd_console.mdwn b/faq/hurd_console.mdwn
index 5cccc83c..cb2de2c0 100644
--- a/faq/hurd_console.mdwn
+++ b/faq/hurd_console.mdwn
@@ -10,4 +10,4 @@ is included in the section entitled [[GNU Free Documentation
License|/fdl]]."]]"""]]
Edit `/etc/default/hurd-console` to configure the Hurd console.
-See [[console]] for further information about the Hurd console.
+See [[hurd/console]] for further information about the Hurd console.
diff --git a/hurd/translator.mdwn b/hurd/translator.mdwn
index e0baf130..c70279f7 100644
--- a/hurd/translator.mdwn
+++ b/hurd/translator.mdwn
@@ -107,7 +107,6 @@ The [[concept|concepts]] of translators creates its own problems, too:
# Translators Being Under Development
* [[random]]
-* [[emailfs]] -- email as a filesystem
* [[cvsfs]]
* [[tmpfs]]
* [[procfs]]
@@ -115,6 +114,7 @@ The [[concept|concepts]] of translators creates its own problems, too:
* [[netio]]
* [[tarfs]]
* [[gopherfs]]
+* [[smbfs]]
* ...
# Translators (only) in Hurdextras
@@ -123,13 +123,11 @@ The [[concept|concepts]] of translators creates its own problems, too:
* [jfs](http://www.nongnu.org/hurdextras/#jfs)
* [httpfs](http://www.nongnu.org/hurdextras/#httpfs)
-* [gopherfs](http://www.nongnu.org/hurdextras/#cvsfs)
-* [memfs](http://www.nongnu.org/hurdextras/#gopherfs)
+* [memfs](http://www.nongnu.org/hurdextras/#memfs)
* [notice](http://www.nongnu.org/hurdextras/#notice)
* [pith](http://www.nongnu.org/hurdextras/#pith)
* [pptop](http://www.nongnu.org/hurdextras/#pptop)
* [run](http://www.nongnu.org/hurdextras/#run)
-* [smbfs](http://www.nongnu.org/hurdextras/#smbfs)
* [xmlfs](http://www.nongnu.org/hurdextras/#xmlfs)
* [mboxfs](http://www.nongnu.org/hurdextras/#mboxfs)
@@ -140,6 +138,8 @@ The [[concept|concepts]] of translators creates its own problems, too:
* [[wishlist_2]]
* [[open_issues/network_file_system_by_just_forwarding_RPCs]]
* [[libguestfs]]
+ * [[devfs]]
+ * [[emailfs]] -- email as a filesystem
# Internally
diff --git a/hurd/translator/cvsfs.mdwn b/hurd/translator/cvsfs.mdwn
index f5f1a9e0..03b49219 100644
--- a/hurd/translator/cvsfs.mdwn
+++ b/hurd/translator/cvsfs.mdwn
@@ -21,10 +21,13 @@ would be to check out the whole tree and deleting it after using.
## Step by Step process in installing cvsfs
-Download and prepare the source files from the CVS repositiory and build them.
+Download and prepare the source files from the [[source_repositories/incubator]]
+repository and build them.
- $ cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/hurdextras co cvsfs
- $ cd cvsfs/
+ $ git clone git://git.savannah.gnu.org/hurd/incubator.git
+ $ cd incubator/
+ $ git branch -t cvsfs origin/cvsfs/master
+ $ git checkout cvsfs
$ autoreconf -i
$ ./configure
$ make
@@ -35,10 +38,10 @@ Set up the translator and start grazing.
$ mkdir -p cvsfs_test
$ settrans -a cvsfs_test /hurd/cvsfs cvs.sourceforge.net /cvsroot/projectname modulename
-Example to mount the cvsfs module on hurdextras to a local directory.
+Example to mount the memfs module on hurdextras to a local directory.
$ mkdir cvs.d
- $ settrans -ac cvs.d/cvsfs /hurd/cvsfs cvs.savannah.nongnu.org sources/hurdextras cvsfs
+ $ settrans -ac cvs.d/cvsfs /hurd/cvsfs cvs.savannah.nongnu.org sources/hurdextras memfs
Now change to that directory and start using ls, emacs, and whatever you feel
like. :-)
@@ -50,3 +53,8 @@ Happy Hacking.
* <http://www.nongnu.org/hurdextras/>
* <http://cvs.sv.nongnu.org/viewcvs/*checkout*/cvsfs/README?root=hurdextras>
+
+### Old version at Berlios
+
+A read-only version has been written by Stefan Siegl and was available at
+[Berlios](http://cvs.berlios.de/cgi-bin/viewcvs.cgi/cvsfs4hurd/cvsfs/).
diff --git a/hurd/translator/gopherfs.mdwn b/hurd/translator/gopherfs.mdwn
index 6c32430f..53e3ef4e 100644
--- a/hurd/translator/gopherfs.mdwn
+++ b/hurd/translator/gopherfs.mdwn
@@ -13,4 +13,4 @@ License|/fdl]]."]]"""]]
# Source
-incubator, gopherfs/master
+[[source_repositories/incubator]], gopherfs/master
diff --git a/hurd/translator/netio.mdwn b/hurd/translator/netio.mdwn
index aca9cd69..dce7897f 100644
--- a/hurd/translator/netio.mdwn
+++ b/hurd/translator/netio.mdwn
@@ -14,4 +14,4 @@ filesystem.
# Source
-incubator, netio/master
+[[source_repositories/incubator]], netio/master
diff --git a/hurd/translator/nfs.mdwn b/hurd/translator/nfs.mdwn
index 81372204..8e33a55b 100644
--- a/hurd/translator/nfs.mdwn
+++ b/hurd/translator/nfs.mdwn
@@ -10,7 +10,7 @@ License|/fdl]]."]]"""]]
Translator acting as a NFS client.
-Only NFSv2/v3 is currentl supported.
+Only NFSv2/v3 is currently supported.
[[!tag open_issue_hurd]]There are a few unmerged changes on a former GSoC
project's topic-branch.
diff --git a/hurd/translator/procfs.mdwn b/hurd/translator/procfs.mdwn
index cccce0b7..492f9510 100644
--- a/hurd/translator/procfs.mdwn
+++ b/hurd/translator/procfs.mdwn
@@ -37,7 +37,6 @@ Testing it is as simple as this:
$ git clone git://git.savannah.gnu.org/hurd/procfs.git
$ cd procfs/
- $ git checkout master
$ make
$ settrans -ca proc procfs --compatible
$ ls -l proc/
diff --git a/hurd/translator/smbfs.mdwn b/hurd/translator/smbfs.mdwn
new file mode 100644
index 00000000..85a28a2b
--- /dev/null
+++ b/hurd/translator/smbfs.mdwn
@@ -0,0 +1,16 @@
+[[!meta copyright="Copyright © 2013 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]]."]]"""]]
+
+`smbfs` is a virtual filesystem allowing you to mount Samba shares.
+
+
+# Source
+
+[[source_repositories/incubator]], smbfs/master
diff --git a/hurd/translator/tarfs.mdwn b/hurd/translator/tarfs.mdwn
index e25e3255..06fda5c7 100644
--- a/hurd/translator/tarfs.mdwn
+++ b/hurd/translator/tarfs.mdwn
@@ -22,4 +22,4 @@ stores.
# Source
-incubator, tarfs/master
+[[source_repositories/incubator]], tarfs/master
diff --git a/hurd/translator/unionfs.mdwn b/hurd/translator/unionfs.mdwn
index 2b692cf9..2bebf32d 100644
--- a/hurd/translator/unionfs.mdwn
+++ b/hurd/translator/unionfs.mdwn
@@ -9,6 +9,8 @@ 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]]."]]"""]]
+[[!tag stable_URL]]
+
# `unionfs`
*Unionfs allows you to simply union one directory or translator into another one, so you see the files of both of them side by side.*
@@ -154,7 +156,8 @@ the *mountee* at 0.
* [FUSE page about
`unionfs`](http://sourceforge.net/apps/mediawiki/fuse/index.php?title=UnionFileSystems)
- * [Linux' overlay file system proposal,
- 2010-09-20](http://thread.gmane.org/gmane.linux.kernel/1038413)
+ * Linux' overlay file system proposals:
+ [2010-09-20](http://thread.gmane.org/gmane.linux.kernel/1038413),
+ [2013-03-12](http://lkml.indiana.edu/hypermail/linux/kernel/1303.1/02231.html).
How is this different?
diff --git a/hurd/translator/wishlist_1.mdwn b/hurd/translator/wishlist_1.mdwn
index 36290883..04e7ecac 100644
--- a/hurd/translator/wishlist_1.mdwn
+++ b/hurd/translator/wishlist_1.mdwn
@@ -9,8 +9,6 @@ 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]]."]]"""]]
-* [[devfs]]
-
* FUSE(fuse.sourceforge.net/) compatilbility library. : just modify FUSE apps a and compile little to work as translator :-)
* File Finder. (uses find, grep, a combination or a custom command (htdig, mp3 info)
@@ -56,7 +54,7 @@ is included in the section entitled
* Flexi-acls
* First of all - Can this be done? : A translator bound to a directory must be able to access the contents of the directory which would have been accessible in the absence of the translator..
- * This will enable to wirte translators that can implement custom "Access Control Lists". Just imagine having advanced ACLs even if underlying FileSystem is dumb! Imagine changing the type of ACLs implemented with Just two commands - one to unattach previous translator and the next to attach a different ACL translator! The ACLs themselves may be stored in a different directory
+ * This will enable to write translators that can implement custom "Access Control Lists". Just imagine having advanced ACLs even if underlying FileSystem is dumb! Imagine changing the type of ACLs implemented with Just two commands - one to unattach previous translator and the next to attach a different ACL translator! The ACLs themselves may be stored in a different directory
* The translator manager!
* Some translators will need to be inserted automatically - like for eg: hardware drivers ..
diff --git a/hurd/translator/wishlist_2.mdwn b/hurd/translator/wishlist_2.mdwn
index 77f39644..ab4d26ea 100644
--- a/hurd/translator/wishlist_2.mdwn
+++ b/hurd/translator/wishlist_2.mdwn
@@ -12,7 +12,7 @@ A translator which produces a directory of \*.wav files when you have an audio C
This translator could be a sub-directory of the Audio\_cdfs translator and it would translate the \*.wav files into Ogg Vorbis/MP3 format.
-## <a name="CDDB"> </a> CDDB
+## <a name="CDDB"> CDDB </a>
Of course it would be a lot nicer if the above two translators didn't name their files something worthless like track001.ogg. So we would want a translator which would hook up with a database on the web and produce meaningful file names.
@@ -24,15 +24,7 @@ A cryptographic/steganographic seem like a nice match with the concept of user-l
All of the empty space on your drive is now being wasted. Why not have a revision control translator which tracks changes to your documents? See also [this guy](http://www.linuxjournal.com/article.php?sid=5976). And then you'd do something like `cd /time-machine/2003/sept/14/` to see what your system looked like on the 14th of septempber 2003.
-## <a name="CVSFS"> </a> CVSFS
-
-See [cvsFS for Linux](http://cvsfs.sourceforge.net/). This provides a package which presents the CVS contents as mountable file system. It allows to view the versioned files as like they were ordinary files on a disk. There is also a possibility to check in/out some files for editing. A read-only version has been written by Stefan Siegl and is available at [Berlios](http://cvs.berlios.de/cgi-bin/viewcvs.cgi/cvsfs4hurd/cvsfs/).
-
-## <a name="tar_and_gzip"> tar and gzip </a>
-
-Rumor has it that they are on the way. Actually, a tar + gzip/bzip2 translator does exist (although it hasn't been used much...) : see [the Hurdextras project](http://savannah.nongnu.org/projects/hurdextras/) on Savannah.
-
-## <a name="ROM"> </a> ROM
+## <a name="ROM"> ROM </a>
How about a translator which makes it look like you can write to read only media (like CDs), or change files which I don't have permission to change. This translator would make it seem like you could copy files to places where you normally couldn't. Think about combining this translator with the ftp translator and the tar and gzip translators. (cd /ftp/gnu.org/gnome.tar.gz/writes\_allowed; make install). It could be that unionfs does this very thing.
@@ -88,7 +80,7 @@ Am I off my rocker, or does an IMAP/POP translator sound like a good idea? It wo
*Definitely: Copy my email in there to send it.* -- [[ArneBab|community/weblogs/ArneBab]]
-## <a name="UUEncode"> </a> UUEncode
+## <a name="UUEncode"> UUEncode </a>
How about a UUEncode translator for those places you can only store ASCII. Combine this with a NNTP translator and store your data in someone's Usenet archive. Or since, (as far as I know), there are no size limitations on file names in the Hurd, why not have a filesystem translator whose underlying store is a file name. (Now ls becomes cat).
@@ -171,14 +163,10 @@ A [bridging](http://bridge.sourceforge.net/faq.html) translator could improve th
Perhaps Linux's bridging code and [utilities](http://bridge.sourceforge.net/) can be ported (or glued in) or code from one of the BSDs.
-## <a name="SSH_translator"> </a> SSH translator
+## <a name="SSH_translator"> SSH translator </a>
Presenting remote file systems through SSH similar to what gnome-vfs does.
-## <a name="SMB_translator"> </a> SMB translator
-
-Presenting remote file systems through Samba similar to what gnome-vfs does. Guiseppe Scrivano has worked on this and smbfs is available at [hurdextras](http://savannah.nongnu.org/cgi-bin/viewcvs/hurdextras/smbfs/).
-
## <a name="Crontab_translator"> Crontab translator </a>
Presenting a user's crontab in a filesystem where cron entries are files.