diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-01-09 15:25:22 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-01-09 15:25:22 +0100 |
commit | 65d63f90786ff11cd35c4ee64fa7c099d1deafbc (patch) | |
tree | 00696472545fa5e29cc0ee01daa3cec9899a2c94 | |
parent | 2ad751d132f4e684e5cc24949b780ed1dfa750b7 (diff) |
Stub page for a devfs translator.
-rw-r--r-- | hurd/translator.mdwn | 5 | ||||
-rw-r--r-- | hurd/translator/devfs.mdwn | 15 |
2 files changed, 19 insertions, 1 deletions
diff --git a/hurd/translator.mdwn b/hurd/translator.mdwn index d333da5a..0823f0db 100644 --- a/hurd/translator.mdwn +++ b/hurd/translator.mdwn @@ -1,4 +1,5 @@ -[[meta copyright="Copyright © 2007, 2008 Free Software Foundation, Inc."]] +[[meta copyright="Copyright © 2007, 2008, 2009 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 @@ -74,6 +75,8 @@ available. # Translator wishlist +* [[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) diff --git a/hurd/translator/devfs.mdwn b/hurd/translator/devfs.mdwn new file mode 100644 index 00000000..bc1cf11f --- /dev/null +++ b/hurd/translator/devfs.mdwn @@ -0,0 +1,15 @@ +[[meta copyright="Copyright © 2009 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]]."]]"""]] + +`devfs` is a translator sitting on `/dev` and providing what is to be provided +in there in a dynamic fashion -- as compared to static passive translator +settings as they're used now. + +`devfs` has not yet been written. |