diff options
Diffstat (limited to 'Distrib')
-rw-r--r-- | Distrib/DebianTranslatorPolicy.mdwn | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/Distrib/DebianTranslatorPolicy.mdwn b/Distrib/DebianTranslatorPolicy.mdwn index a9b916da..de896e6e 100644 --- a/Distrib/DebianTranslatorPolicy.mdwn +++ b/Distrib/DebianTranslatorPolicy.mdwn @@ -1,29 +1,32 @@ This page describes the packaging policy for translators. -<code>**Naming Scheme**</code> +## <a name="Naming_Scheme"> Naming Scheme </a> Possible package naming schemes (foo is a filesystem based translator, bar is a node based translator) -\* foofs, bar [this will make searching somewhat more of a hassle] +* foofs, bar [this will make searching somewhat more of a hassle] -\* foofs-trans, bar-trans +* foofs-trans, bar-trans -\* foofs-translator, bar-translator +* foofs-translator, bar-translator -\* hurd-translator-foofs, hurd-translator-bar +* hurd-translator-foofs, hurd-translator-bar -\* source package should be called whatever the tarball/cvs module says +* source package should be called whatever the tarball/cvs module says -\* do we need to destinguish between file system and node based translators? +* do we need to destinguish between file system and node based translators? -<code>**Where to put files**</code> +## <a name="Where_to_put_files"> Where to put files </a> -\* They should go into /hurd +* They should go into /hurd -\* What about setting passive translators in /servers or /dev? +* What about setting passive translators in /servers or /dev? -<code>**Short/Long description guidelines**</code> +## <a name="Short_Long_description_guideline"> Short/Long description guidelines </a> -[packagename]: Foo translator for [doing bar] Foo is a GNU/Hurd translator which does [bar] +<dl> + <dt> [packagename]</dt> + <dd> Foo translator for [doing bar]<br /> Foo is a GNU/Hurd translator which does [bar] </dd> +</dl> -- [[Main/MichaelBanck]] - 10 Mar 2006 |