# ==== NetT2Lin - Net-Tamer(MS-DOS)-to-Linux(Mutt/Pine) Mailbox Converter ==== # ============================================================================ # # === ENG === # # This script was originally written in Python # April 2001 # by Frederic Peters # # # Documentation + translations (English, French, Dutch) # by Osvaldo La Rosa # VZW/ASBL Audio/Braille # / # # # Copyright(C) April 2001 - This package may be copied/redistributed # under the conditions described in the GNU General Public License. See # COPYING file. # # Contact the author for bug reports and if you'd like to contribute. # Contact the doc maintainer for remarks, corrections or your contribution. # # # Blind persons have been using MS-DOS for long years because of his easy # and commandline access. Many DOS users (not exclusively visually impaired) # were using the popular Internet and E-mail client called Net-Tamer: # the purpose of this script is to help you converting all your "old" # "mail???.dlu" files to a Linux-compatible format so that they can be read # by Mutt or Pine. # # Simply copy this script to the /usr/local/bin directory # and make it executable with chmod +x # then enter the command: # # nett2lin /mnt/dos_?/nettamer-dir/mail-dir/mail?.dlu > ~/Mail/destination # # IMPORTANT: this application requires Python; be sure it is already # installed before running nett2lin.py # # # # === FRA === # # Le présent script à été écrit en Python # Avril 2001 # par Frederic Peters # # # Documentation + traductions (Anglais, Français, Néerlandais) # par Osvaldo La Rosa # VZW/ASBL Audio/Braille # / # # # Copyright(C) Avril 2001 - Le présent package peut être copié/redistribué # aux conditions décrites dans la GNU General Public License. Cf. # fichier COPYING # # Contactez l'auteur pour signaler une anomalie ou si vous souhaitez # contribuer. # Contactez le responsable de la doc pour vos remarques, corrections ou # votre contribution. # # # Les personnes non-voyantes ont utilisé le MS-DOS durant de longues années # à cause de son accès facile et en ligne de commande. # De nombreux utilisateurs DOS (pas exclusivement non-voyants) ont utilisé le # populaire client Internet et courrier appelé Net-Tamer: # le but du présent script est de vous aider à convertir tous vos "vieux" # fichiers "mail????.dlu" en un format lisible sous Linux avec Mutt ou Pine. # # Copiez simplement ce script dans le répertoire /usr/local/bin # et rendez-le exécutable avec chmod +x # ensuite entrez la commande: # # nett2lin /mnt/dos_?/nettamer-dir/mail-dir/mail?.dlu > ~/Mail/destination # # IMPORTANT: la présente application requiert Python; assurez-vous de # sa présence sur votre système avant d'utiliser nett2lin.py # # # # === NED === # # Dit script werd oorspronkelijk geschreven in Python # April 2001 # door Frederic Peters # # # Documentatie + vertalingen (Engels, Frans, Nederlands) # door Osvaldo La Rosa # VZW/ASBL Audio/Braille # / # # # Copyright(C) April 2001 - Dit pakket mag gekopiëerd/verspreid worden # onder de voorwaarden zoals omschreven in de GNU General Public License. # Zie COPYING bestand. # # Contacteer de auteur voor bug-meldingen en voor een eigen contributie. # Contacteer de doc houder voor opmerkingen, correcties of uw contributie. # # # Blinde mensen hebben jarenlang MS-DOS gebruikt vanwege zijn eenvoudige en # commandolijn-toegang. Vele DOS gebruikers (niet uitsluitend visueel # gehandicapten) gebruikten het populaire Internet en E-mail client genaamd # Net-Tamer: # het doel van dit script is U te helpen al uw "oude" "mail????.dlu" # mappen naar een Linux formaat om te zetten zodat zij gelezen kunnen worden # met behulp van Mutt of Pine. # # Kopiëer gewoon dit script naar de /usr/local/bin directory # en maak het uitvoerbaar met chmod +x # waarna je de opdracht geeft: # # nett2lin /mnt/dos_?/nettamer-dir/mail-dir/mail?.dlu > ~/Mail/destination # # BELANGRIJK: de huidige applicatie vereist Python; zorg ervoor dat het # aanwezig is op het systeem vooraleer U nett2lin.py gebruikt # # # # ============================================================================ # == end of documentation/fin de la documentation/einde van de documentatie ==