Hi, A small suggestion for the website:
1. Link to Pádraig's "gotchas" list 2. add <form> which searches the mailing lists (both coreutils@ and bug-coreutils@ together). I've been using this kind of <form> on my own website ( https://search.housegordon.org ) - perhaps putting it on coreutils' website will save some troubles to users. -assaf
? website-updates.patch Index: coreutils.html =================================================================== RCS file: /web/coreutils/coreutils/coreutils.html,v retrieving revision 1.47 diff -u -r1.47 coreutils.html --- coreutils.html 25 Apr 2016 20:48:52 -0000 1.47 +++ coreutils.html 9 Nov 2017 22:11:34 -0000 @@ -27,9 +27,28 @@ (<a href="https://linuxjm.osdn.jp/info/GNU_coreutils/coreutils-ja.html">æ¥æ¬èª</a>) </li> +<!-- Coreutils Gotchas --> +<li> +The <a href="https://www.pixelbeat.org/docs/coreutils-gotchas.html">Coreutils Gotchas</a> +contains a list of some quirks and unexpected behaviour (which are often +mistaken for bugs). +</li> + <!-- Search Mailing lists --> <li>Search the archives for previous questions and answers: <ul style="margin-top:0; margin-bottom:0;"> + <li> + <form method="get" action="https://lists.gnu.org/archive/cgi-bin/namazu.cgi"> + <input type="text" name="query" size="30" value=""> + <input type="hidden" name="max" value="20"> <!-- number of results to show --> + <input type="hidden" name="result" value="normal"> <!-- normal/short display of results --> + <input type="hidden" name="sort" value="date:late"> <!-- reverse chronological order --> + <input type="hidden" name="idxname" value="coreutils"> + <input type="hidden" name="idxname" value="bug-coreutils"> + <input type="submit" name="submit" value="Search"> + (<a target="_blank" href="https://lists.gnu.org/archive/cgi-bin/namazu.cgi">Search tips</a>) + </form> + </li> <li>General usage and advice: <a href="http://lists.gnu.org/archive/html/coreutils/">coreutils Mailing list</a></li> <li>Bug reports: <a href="http://lists.gnu.org/archive/html/bug-coreutils/">bug-coreutils Mailing List</a></li> </ul>
