#acl DvGroup:read,write,delete,revert,admin All:read ===== 2005-09-12: howto unix minutes ===== ## put an abstract here (few lines) - it will appear on summary pages As from now we put our unix minutes onto wiki in the following way: ## end of abstract - anything below will not show up in summaries * The links to the ten recent unix minutes apear on the page UnixMinutes (restricted to DvGroup) * All are visible on [[UnixMinutes/All]] * Use the ProtokollTemplate for new minutes * to send the minutes to it-protokolle run 1. go to the minutes page and click to "print" version 1. save as html file with option "Web Page, complete " 1. create a text file with: * if your mail reader uses UTF-8 for sending: {{{ lynx -dump -nolist name.html > name.txt}}} * if your mail reader expects ISO-8859-1 when sending: {{{ lynx -dump -nolist name.html | iconv --from-code=utf-8 --to-code=iso-8859-1 > name.txt}}} * slightly better results are obtainend using (e)links without and with Character conversion: {{{ links -dump -no-references -no-numbering name.html > name.txt links -dump -no-references -no-numbering -dump-charset ISO8859-1 name.html > name.txt}}} * on SL6, this works: {{{ links -dump -codepage ISO8859-1 name.html > name.txt}}} * on SL7, use this: {{{ elinks -dump -no-numbering -no-references name.html > name.txt}}}