Revised all WSL documentaiton

This commit is contained in:
2022-12-22 15:10:14 +00:00
parent 01a821002e
commit 1be6e5cbfe
4 changed files with 213 additions and 176 deletions

View File

@@ -65,7 +65,8 @@ template in the past, try not to do this yourself.
<li>Use Unix line endings (i.e. \n not \r\n).
<li>Use UTF-8 character encoding.
<li>NO UMLAUTS.
<li>NO UMLAUTS. Use <em>&amp;uml;</em> for u-umlaut and <em>&amp;oml;</em> for o-umlaut in text. But don't use these
in filenames.
<li>Cave numbers are written without any leading zeros at all (in filenames,
survey names, or anything else!).
@@ -76,8 +77,8 @@ template in the past, try not to do this yourself.
<li>No full stop (.) characters in station names.
<li>All filenames to be in lower case. Capital letters in filenames can still (in 2018)
cause hassle when moving between Linux and Windows.
<li>All filenames to be in lower case. Capital letters in filenames can still (in 2022)
cause hassle when moving between Linux and Windows. (This includes suffix letters for cave entrances: it is "87a" NOT "87A".)
<!-- I think we can dispense with this now - DL
<li>Filenames: Because Survex is used on different sorts of computer, it is
@@ -94,8 +95,10 @@ characters with no extension.-->
<li>No filenames starting with "-" or "!".
<li>No colons in filenames.
<li>Caves with a provisional number consisting of a year and a serial number
should be <em>hyphenated</em>, thus 2018-ad-01 not 2018_01 or any of the various other
should be <em>hyphenated</em>, thus 2018-ad-01 not with underscore 2018<b>_</b>01 or any of the various other
variants.
</ul>