mrtg-contrib.txt
上传用户:shbosideng
上传日期:2013-05-04
资源大小:1555k
文件大小:3k
源码类别:

SNMP编程

开发平台:

C/C++

  1. MRTG-CONTRIB(1)                mrtg               MRTG-CONTRIB(1)
  2. NNAAMMEE
  3.        mrtg-contrib - Contribution Guidelines for MRTG
  4. DDEESSCCRRIIPPTTIIOONN
  5.        If you have written an extension to mrtg or created a bug
  6.        fix, please consider contributing it to the project. As I
  7.        get quite a number of contributions every week, here are a
  8.        few guidelines which explain how to contribute so that I
  9.        can use the contribution without too much additional work.
  10.        TTrraannssllaattiioonnss
  11.        MRTG messages have been translated to a number of lan-
  12.        guages but there are still many which have not been cov-
  13.        ered yet. If you want to add yours, go into the
  14.        _m_r_t_g_-_2_._1_3_._2_/_t_r_a_n_s_l_a_t_e directory and follow the instruc-
  15.        tions given in the _R_E_A_D_M_E file.
  16.        PPaattcchheess
  17.        When you have created your modification or extension to
  18.        mrtg and want to submit it to me, please crate a patch for
  19.        the files which you have modified.  Do not send entire
  20.        files unless they are new.
  21.        To create a patch, get hold of a copy of GNU diff (Many
  22.        Unix systems will have this installed already. In the NT
  23.        world you might want to get http://sources.redhat.com/cyg-
  24.        win/ to get all the nice GNU tools available.)  and type
  25.         diff --unified --ignore-space-change old-file new-file > simple.patch
  26.        or if you have modified several files do
  27.         diff --recursive --unified --ignore-space-change old-dir/ new-dir/ >long.patch
  28.        DDooccuummeennttaattiioonn
  29.        All documentation of mrtg is done with the perl PPOODD sys-
  30.        tem. If you want to learn about it, type
  31.         perldoc perlpod
  32.        and read the instructions. If you have bugfixes or addi-
  33.        tions to the existing documents, make sure you modify the
  34.        PPOODD files and not the html or txt versions.
  35.        I take documentation very seriously. Whenever you create a
  36.        new feature for mrtg which you want to get included in the
  37.        official release, your patch must also contain modifica-
  38.        tions for the relevant ppoodd file in the _d_o_c tree or for the
  39.        documentation sections of _c_f_g_m_a_k_e_r and _i_n_d_e_x_m_a_k_e_r.
  40. AADDDDRREESSSS
  41.        Send your patches, translations and contributions to
  42.        Tobias Oetiker <oetiker@ee.ethz.ch>
  43. AAUUTTHHOORR
  44.        Tobias Oetiker <oetiker@ee.ethz.ch>
  45. 2.13.2                      2006-02-03            MRTG-CONTRIB(1)