Blame doc/mrtg-contrib.txt

Packit 667938
MRTG-CONTRIB(1)                      mrtg                      MRTG-CONTRIB(1)
Packit 667938
Packit 667938
Packit 667938
Packit 667938
N?NA?AM?ME?E
Packit 667938
       mrtg-contrib - Contribution Guidelines for MRTG
Packit 667938
Packit 667938
D?DE?ES?SC?CR?RI?IP?PT?TI?IO?ON?N
Packit 667938
       If you have written an extension to mrtg or created a bug fix, please
Packit 667938
       consider contributing it to the project. As I get quite a number of
Packit 667938
       contributions every week, here are a few guidelines which explain how
Packit 667938
       to contribute so that I can use the contribution without too much
Packit 667938
       additional work.
Packit 667938
Packit 667938
   T?Tr?ra?an?ns?sl?la?at?ti?io?on?ns?s
Packit 667938
       MRTG messages have been translated to a number of languages but there
Packit 667938
       are still many which have not been covered yet. If you want to add
Packit 667938
       yours, go into the _?m_?r_?t_?g_?-_?2_?._?1_?7_?._?7_?/_?t_?r_?a_?n_?s_?l_?a_?t_?e directory and follow the
Packit 667938
       instructions given in the _?R_?E_?A_?D_?M_?E file.
Packit 667938
Packit 667938
   P?Pa?at?tc?ch?he?es?s
Packit 667938
       When you have created your modification or extension to mrtg and want
Packit 667938
       to submit it to me, please crate a patch for the files which you have
Packit 667938
       modified.  Do not send entire files unless they are new.
Packit 667938
Packit 667938
       To create a patch, get hold of a copy of GNU diff (Many Unix systems
Packit 667938
       will have this installed already. In the NT world you might want to get
Packit 667938
       http://sources.redhat.com/cygwin/ to get all the nice GNU tools
Packit 667938
       available.)  and type
Packit 667938
Packit 667938
        diff --unified --ignore-space-change old-file new-file > simple.patch
Packit 667938
Packit 667938
       or if you have modified several files do
Packit 667938
Packit 667938
        diff --recursive --unified --ignore-space-change old-dir/ new-dir/ >long.patch
Packit 667938
Packit 667938
   D?Do?oc?cu?um?me?en?nt?ta?at?ti?io?on?n
Packit 667938
       All documentation of mrtg is done with the perl P?PO?OD?D system. If you want
Packit 667938
       to learn about it, type
Packit 667938
Packit 667938
        perldoc perlpod
Packit 667938
Packit 667938
       and read the instructions. If you have bugfixes or additions to the
Packit 667938
       existing documents, make sure you modify the P?PO?OD?D files and not the html
Packit 667938
       or txt versions.
Packit 667938
Packit 667938
       I take documentation very seriously. Whenever you create a new feature
Packit 667938
       for mrtg which you want to get included in the official release, your
Packit 667938
       patch must also contain modifications for the relevant p?po?od?d file in the
Packit 667938
       _?d_?o_?c tree or for the documentation sections of _?c_?f_?g_?m_?a_?k_?e_?r and _?i_?n_?d_?e_?x_?m_?a_?k_?e_?r.
Packit 667938
Packit 667938
A?AD?DD?DR?RE?ES?SS?S
Packit 667938
       Send your patches, translations and contributions to Tobias Oetiker
Packit 667938
       <tobi@oetiker.ch>
Packit 667938
Packit 667938
A?AU?UT?TH?HO?OR?R
Packit 667938
       Tobias Oetiker <tobi@oetiker.ch>
Packit 667938
Packit 667938
Packit 667938
Packit 667938
2.17.7                            2018-07-13                   MRTG-CONTRIB(1)