diff options
author | Sergiu Ivanov <unlimitedscolobb@gmail.com> | 2008-10-10 21:14:25 +0300 |
---|---|---|
committer | Sergiu Ivanov <unlimitedscolobb@gmail.com> | 2008-10-10 21:14:25 +0300 |
commit | e266d6a45c1cd1269872528dbe148f88a01ac081 (patch) | |
tree | 4ef73887e2fc11b673640506f0035692176b2b39 /README | |
parent | d60dd9120b1a50c92b0aefdc3a76618d74b5e0f1 (diff) |
Removed the paragraph about propagating translators into directories from README
Earlier the README said that nsmux will propagate translators
into a directory if it will be set on a directory. However,
this functionality will be later implemented as a separate
translator, therefore nsmux shall not care for this task in
the future.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -14,10 +14,6 @@ ask for 'file,,x'. You can also obtain the untranslated version of the node 'file' using the following syntax: 'file,,0'. Note how we avoid the usage of 'settrans', and, at the same time, maintain the advantages of translator-based approach. - It is important to mention that the idea described above can be -applied similarly to directories: if there is a directory 'directory' -and you ask for 'directory,,x/', you will provided with a directory in -which every entry will be translated by translator 'x'. You can also filter the translator stack: suppose you have a file 'file' translated by translators 'x', 'u', 'y', and 'z'. In most cases, you can request for 'file,,-u', and you will be provided with |