Shell command projects/mkd

De Wiki EELL.

(Différences entre les versions)
m (Manuel en français : OK)
m (Manual in english : OK)
Ligne 47 : Ligne 47 :
*'''Attention :''' Vérifiez les dates de publication de ces pages de manuels ci-dessous en bas de page.  
*'''Attention :''' Vérifiez les dates de publication de ces pages de manuels ci-dessous en bas de page.  
=== Manual in english ===
=== Manual in english ===
-
{{Boîte déroulante/début|titre=Manual en (March 31, 2013)}}
+
{{Boîte déroulante/début|titre=Manual en (April 6, 2013)}}
<pre>
<pre>
-
MKD(1)                                                                 MKD(1)
+
 
 +
MKD(1)                                                                 MKD(1)
NAME
NAME
-
       mkd  -  make documentation.  Extract coded informations from programs
+
       mkd  -  make documentation.  Extract coded informations from programs
       sources and product specific documentation.
       sources and product specific documentation.
Ligne 62 : Ligne 63 :
DESCRIPTION
DESCRIPTION
       mkd
       mkd
-
               Selected comments (or all comments) are extracted from programs
+
               Selected comments (or all comments) are extracted from pro‐
-
               sources and product specific documentation to target file. Usual
+
               grams  sources and product specific documentation to target
-
              target files are Organigrams, or Structure of programs, or com‐
+
              file. Usual target files are Organigrams, or Structure of  pro‐
-
               ments for Programmers, Warnings and Tests points .... Coded
+
               grams, or comments for Programmers, Warnings and Tests points
-
              informations are respectively 'O', 'S', 'P', 'www', ant 'T' just
+
              .... Coded informations are respectively 'O', 'S', 'P', 'www',
-
              after the comment character.
+
              ant 'T' just after the comment character.
       char_codes
       char_codes
-
               All  ASCII. The comment are extracted if the comment begin with
+
               All  ASCII. The comment are extracted if the comment begin with
               this character. With two star mkd extract all comments.
               this character. With two star mkd extract all comments.
Ligne 77 : Ligne 78 :
       path_target
       path_target
-
               Path target file. Default, path target is idendical  to  source
+
               Path target file. Default, path target is idendical  to  source
               file with extension ´.doc´ .
               file with extension ´.doc´ .
Ligne 104 : Ligne 105 :
       -j    used if source file is a project file.
       -j    used if source file is a project file.
-
       -l    lines (extract lines delimited by CD1 or CD2 in first colomn or
+
       -l    lines (extract lines delimited by CD1 or CD2 in first colomn or
-
               CD3 in line, and next New-Line. CD1, CD2,  CD3  are  compilable
+
               CD3 in line, and next New-Line. CD1, CD2,  CD3  are  compilable
-
               options in version.h from mkd distribution)
+
               options in version.h from mkd distribution). You can see these
 +
              options compiled by the command mkd \?
       -n    numbering the lines (line number from source files)
       -n    numbering the lines (line number from source files)
-
       -p    page (extract text delimited by CD4 and CD5 -begin with CD4 and
+
       -p    page (extract text delimited by CD4 and CD5 -begin with CD4 and
-
               end with CD5-. CD4, CD5 are compilable options in version.h from
+
               end with CD5-. CD4, CD5 are compilable options in version.h
-
               mkd distribution)
+
               from mkd distribution). You can see these options  compiled  by
 +
              the command mkd \?
       -s    add to screen. (verbose)
       -s    add to screen. (verbose)
Ligne 121 : Ligne 124 :
EXAMPLES
EXAMPLES
-
       with Cshell command:
+
       with shell command:
       mkd -Ct F manual mkd.1 | gzip -f mkd.1.gz
       mkd -Ct F manual mkd.1 | gzip -f mkd.1.gz
Ligne 130 : Ligne 133 :
       mkd -Csl '*Sied' mkd3.c  '*.verif_struct'
       mkd -Csl '*Sied' mkd3.c  '*.verif_struct'
-
               Product  documentation  with  structure  of  program, includes,
+
               Product  documentation  with  structure  of  program, includes,
-
               defines, ifdef else and endif compile options, to verify struc‐
+
               defines, ifdef else and endif compile options, to verify struc‐
-
               ture of program.  (with compilable options CD1='#' or CD2='#' in
+
               ture of program.  (with compilable options CD1='#' or CD2='#'
-
               version.h from mkd distribution).
+
               in version.h from mkd distribution).
       mkd -jfsl '*OHie' mkd_docu.prj mkd.org
       mkd -jfsl '*OHie' mkd_docu.prj mkd.org
-
               Product organigram. Comment begin with *,O,H, and sources files
+
               Product organigram. Comment begin with *,O,H, and sources files
-
               are  itemize in project file.  (with compilable options CD1='#'
+
               are  listed in project file.  (with compilable options CD1='#'
-
               or CD2='#').
+
               or CD2='#'). f: find language, j: source file is a project file
 +
              containing the list of sources files.
       mkd -l '*ide' mkd3.c '*.id_ei'
       mkd -l '*ide' mkd3.c '*.id_ei'
-
               (with compilable options CD1='#' or CD2='#').
+
               (with compilable options CD1='#' or CD2='#', extract lines:
 +
              #include, #define, #ifdef, #else, #endif, etc.)
       mkd -pj '**' mkd_docu.prj mkd.strings
       mkd -pj '**' mkd_docu.prj mkd.strings
-
               Extract strings from program. (messages are printed to stdout).
+
               Extract strings from program. (messages are printed to stdout).
-
               (sources files are itemize in project file, and with compilable
+
               (sources files are itemize in project file, and with compilable
               options CD4=CD5=´\"´).
               options CD4=CD5=´\"´).
       mkd (without argument)
       mkd (without argument)
-
               Cause any error and syntax are transmit to terminal with carac‐
+
               Cause any error and syntax are transmit to terminal with carac‐
               ters compiled to use options l and p.
               ters compiled to use options l and p.
Ligne 156 : Ligne 161 :
HISTORY
HISTORY
-
       1986 - mkd for DOS, and mkdoc for UNIX, are writen  in  ASCII format by
+
       1986 - mkd for DOS, and mkdoc for UNIX, are writen  in  ASCII format
-
       Jean-Paul Louyot for the Montpellier Universidad  'CEM'  laboratory
+
       by Jean-Paul Louyot for the Montpellier Universidad  'CEM'  laboratory
       (France).
       (France).
       1991 - mkdoc 3.12 for PC and UNIX (Sun)
       1991 - mkdoc 3.12 for PC and UNIX (Sun)
-
       1995 - mkdoc 3.22 for Linux Red-Hat
+
       1995 - 2004 - mkdoc 3.22 to mkdoc 4 for Unix and Linux: SUN-SPARC, HP-
 +
      UX, RedHat
-
       2004 - mkdoc 4 for SUN-SPARC, HP-UX, RedHat, Windows 98, Windows 2000
+
       2004 - mkdoc 4 for Linux Ubuntu, Windows 98, Windows 2000
-
       2007-2012 - mkdoc release 7.01 to mkd R12.01 are in format ISO-8859-1.
+
       2007-2012 - mkdoc release 7.01 to mkd R12.01 are   in   format
-
      The name 'mkdoc' is  abandoned with the  release  10.01 compiled  with
+
      ISO-8859-1. The name 'mkdoc' is  abandoned with the  release  10.01
-
      Visual C++ 2010
+
      compiled  with Visual C++ 2010
-
       2012 - mkd 12.03 is  adapted  to UTF-8 format for translations and
+
       2012 - mkd 12.03 is  adapted  to   UTF-8   format   for   translations
-
       internationalization. In the wake mkdcppw is writen to decode computer
+
       and  internationalization. In the wake mkdcppw is writen to decode
-
       C, c++ and php languages in graphical mode with 'gcc' and 'gtkmm'.
+
       computer C, c++ and php languages in graphical mode with 'gcc' and
 +
      'gtkmm'.
DOWNLOADS
DOWNLOADS
-
       http://edeulo.free.fr/wiki/index.php/Projet_mkd/Compilations_UNIX-LINUX
+
       http://edeulo.free.fr/wiki/index.php/Projet_mkd/Compilations_UNIX-
 +
      LINUX
AUTHORS
AUTHORS
-
       man updated by Clara JIMENEZ.
+
       man updated by Clara JIMENEZ, Cardabela, and JPL.
TRANSLATORS
TRANSLATORS
Ligne 194 : Ligne 202 :
NOTES
NOTES
-
       No matchfor read and decode included files by directive #include in
+
       It belong to the programmers to close comments, blocks and lines,  by
-
       sources files.
+
       the appropriate closing codes in the source files.
 +
 
 +
      Warning:  The  closure of a comment line is a carriage-return (NL, LF,
 +
      CR/LF) as the case.
 +
 
 +
      At the end of the file: this note implies a carriage-return at the end
 +
      of  the  comment  line. In this case you must have a blank line at the
 +
      end of the source file.
 +
      Do es not allow to read and decode the files included by  #include  in
 +
      the sources files.
BUGS
BUGS
Ligne 206 : Ligne 223 :
-
                                 March  31, 2013                         MKD(1)
+
                                 April 6, 2013                         MKD(1)
</pre>
</pre>
{{Boîte déroulante/fin}}
{{Boîte déroulante/fin}}

Version du 6 avril 2013 à 16:30

Ubuntu
Debian
Fedora

Retour au portail mkd
Cette page n'est pas encore opérationnelle. L'empaquetage n'est pas prévue avant juillet 2012. La version console (terminal) non empaquetée est disponible: Projet_mkd/téléchargements/UNIX_LINUX

Sommaire

Captures d'écran / Screenshot

Téléchargements de paquets / Downloads local packages

Index of mkd local package distribution

Distributions Ubuntu / Update packages

launchpad.net +archive/mkd

dist bin deb https://launchpad.net/~jean-paul-louyot/+archive/mkd/+packages ubuntu 12.04 (precise)

Mettre votre liste des paquets à jour (systèmes d'expoitation plus anciens) :

deb http://ppa.launchpad.net/jean-paul-louyot/mkd/ubuntu precise main

deb-src http://ppa.launchpad.net/jean-paul-louyot/mkd/ubuntu precise main


Pour les nouveaux systèmes ubuntu 12.04 (precise) l'utilitaire deb n'existe plus.

Pour mettre votre liste à jour, utilisez : sudo add-apt-repository ppa:jean-paul-louyot/mkd

Pour récupérer les fichiers source : apt-get source mkd

Manuels / Manuals

  • (man1) :
- Téléchargez la mise à jour des manuels:
- Download the latest manual multi-lang Installer:
mkd manuals 2012-11-06 (en) (de) (fr) (Obsolète)
  • Attention : Vérifiez les dates de publication de ces pages de manuels ci-dessous en bas de page.

Manual in english

Manuel en français

Handbuch in German

Sources

mkd-0~120508.tar.gz (langs: en, fr) Available on DEBIAN, UBUNTU, FEDORA

Mise à jour des traduction / Update translations

La mise à jour des traductions des messages est à distinguer de la mise à jour des manuels.

  • 2012 :Les messages du code source étaient écrits en français ISO et ont été réécrit en anglais pour faciliter les traductions en UTF-8.
  • Depuis la version 12.03 les messages écrits en anglais font l'objet d'une traduction en français UTF-8
  • Décembre 2012 : les messages de la version 12.05 (120508) sont traduits en allemand (de).

Fichiers texte traduits, à traduire, ou à modifier (*.po)

Mise à jour des traductions (Update translations) *.mo avec installeur : (de) (en) (fr)

Aide / Help

Projet mkd/mkd/Aide

Projet mkd/mkd/Help

Bugs

Forum Rapports de bugs / Bugs report
Outils personnels