Menu

Tree [0ab00d] master /
 History

HTTPS access


File Date Author Commit
 about 2020-05-22 Bart Van Assche Bart Van Assche [a4ea7e] Fix a few HTML compliance issues
 bugs 2019-09-03 Wes Hardaker Wes Hardaker [41fe8a] redirect bugs
 cvs 2007-03-02 Wes Hardaker Wes Hardaker [8f058b] new redirects for SVN
 dev 2022-07-01 Wes Hardaker Wes Hardaker [538068] 5.9.2 refenence
 docs 2014-02-04 Bill Fenner Bill Fenner [ca321a] Make the .html files executable so sourceforge ...
 download 2006-04-27 Alex Burger Alex Burger [7f780d] Add binary/source links to download page, redir...
 git 2011-07-01 Wes Hardaker Wes Hardaker [202401] redirects for /git
 images 2007-03-02 Dave Shield Dave Shield [bff968] Replace mangled image files.
 irc 2004-12-14 Alex Burger Alex Burger [d7a9ff] Redirect of /irc/* to /support/irc/*
 lists 2008-09-25 Wes Hardaker Wes Hardaker [308ca8] full redirect; which is no longer really needed
 man 2004-12-17 Alex Burger Alex Burger [f5e9c5] Add /man redirect
 mibs 2004-12-14 Alex Burger Alex Burger [61f5ac] Redirect of /mibs/* to /docs/mibs/*
 official_patches 2012-11-09 Wes Hardaker Wes Hardaker [e3fc7f] new redirects for the new trackers
 party 2020-05-22 Bart Van Assche Bart Van Assche [a4ea7e] Fix a few HTML compliance issues
 patches 2019-09-03 Wes Hardaker Wes Hardaker [100b74] redirect patches to pull requests
 project 2004-11-20 Alex Burger Alex Burger [5b3999] Initial revision
 support 2008-09-20 Dave Shield Dave Shield [fe22bd] Link to all mailing list archives by name, not ID
 svn 2011-07-25 Robert Story Robert Story [6f445e] fix typo in url
 trac 2009-09-14 Wes Hardaker Wes Hardaker [9461bb] redirect for the trac app
 tutorial 2020-05-22 Bart Van Assche Bart Van Assche [fedd08] Update tutorial hyperlinks
 tutorial-5 2007-02-15 Wes Hardaker Wes Hardaker [ab22c9] update pages to reflect change to wiki tutorials
 .htaccess 2005-01-27 Alex Burger Alex Burger [3ff490] Custom 404 page
 COPYING 2009-09-28 Wes Hardaker Wes Hardaker [15717e] COPYING update
 Makefile 2020-05-22 Bart Van Assche Bart Van Assche [f390ad] Makefile: Add
 README.web 2014-02-04 Bill Fenner Bill Fenner [055060] Need to chmod +x *.html before committing.
 download.html 2023-08-21 Wes Hardaker Wes Hardaker [0ab00d] new-release
 error404.html 2005-01-27 Alex Burger Alex Burger [abfd20] Hide logo for 404 errors
 index.html 2013-02-26 Wes Hardaker Wes Hardaker [931ff4] whitespace change for git testing
 layout1.css 2007-01-08 Alex Burger Alex Burger [0a7055] Add Google search.
 logo.html 2020-07-03 Wes Hardaker Wes Hardaker [2d6e00] logo history update
 logos.html 2004-11-20 Alex Burger Alex Burger [5b3999] Initial revision
 net-snmp-admin.asc 2023-08-21 Wes Hardaker Wes Hardaker [90a6d9] new-key
 page-bottom.html 2004-12-22 Alex Burger Alex Burger [aef5de] W3CSS icon had wrong URL
 page-top.html 2022-07-01 Wes Hardaker Wes Hardaker [e716c8] updated version
 print1.css 2006-03-08 Wes Hardaker Wes Hardaker [e55ccd] tweaks
 related.html 2013-06-12 Robert Story Robert Story [18e953] add OpenNMS to related sw
 support.html 2004-11-20 Alex Burger Alex Burger [5b3999] Initial revision

Read Me

Web site maintenance
==================== 

Updating current version show at top right
------------------------------------------

  Edit page-top.html.  Change 'Current release:' in Header div.


Updating About / NEWS
---------------------

  Edit /about/news.html


Updating About / Change Log
---------------------------

  See Updating Documentation / README Files


Updating About / License
------------------------

  See Updating Documentation / README Files


Updating Documentation / README Files
-------------------------------------

  The main list of README files is in /docs/readmefiles.html.

  Each README file has a .html file in /docs/ that has an include of the actual
  text README file from /docs/readmefiles/

  To update existing README files, just copy the updated files to /docs/readmefiles/:

  cp /tmp/net-snmp-x.x.x/CHANGES .
  cp /tmp/net-snmp-x.x.x/COPYING .
  cp /tmp/net-snmp-x.x.x/ERRATA .
  cp /tmp/net-snmp-x.x.x/INSTALL .
  cp /tmp/net-snmp-x.x.x/NEWS .
  cp /tmp/net-snmp-x.x.x/PORTING .
  cp /tmp/net-snmp-x.x.x/README* .
  cp /tmp/net-snmp-x.x.x/TODO .
  cp /tmp/net-snmp-x.x.x/perl/SNMP/README perl/README
  cp /tmp/net-snmp-x.x.x/perl/AnyData_SNMP/README perl/AnyData_SNMP/README
  cp /tmp/net-snmp-x.x.x/perl/default_store/README perl/default_store/README
  cp /tmp/net-snmp-x.x.x/perl/OID/README perl/OID/README
  cp /tmp/net-snmp-x.x.x/perl/SNMP/README perl/SNMP/README
  cp /tmp/net-snmp-x.x.x/perl/TrapReceiver/README perl/TrapReceiver/README

  Next, run /tmp/net-snmp-x.x.x/local/html-textfile-fix.pl while inside the readmefiles 
  folder.  This will change all < to &lt;, > to &gt; etc.

  To add a new README file:

  -copy file to /docs/readmefiles/
  -create a .html file in /docs/ which includes the README file
  -add an entry to html-textfile-fix.pl
  -run html-textfile-fix.pl


Updating Documentation / FAQ
----------------------------

 -cd (source dir)
 -./configure
 -make FAQ.html
 -/tmp/net-snmp-x.x.x/local/html-add-header-footer.pl --section=documentation FAQ.html
 -cd to base of htdocs
 -cp /tmp/net-snmp-x.x.x/FAQ.html docs/


Updating Documentation / INSTALL
--------------------------------

  See Updating Documentation / README Files


Updating Documentation / Man pages
----------------------------------

 -cd (source dir)
 -make sedscript
 -cd (source dir)/man
 -make all
 -make install prefix=`pwd`
 -mv man/man? ../
 -make html
 -find . -name '*.html' | ../local/html-add-header-footer.pl --section=documentation --body --tidy
 -cd to base of htdocs
 -cp /tmp/net-snmp-x.x.x/man/*.html docs/man/

 While running make html, if you get the error 'missing a filing location for: ...', then the items 
 listed need to be added to the man_sections.txt file.

Updating Documentation / MIBS
-----------------------------

 -install this version of Net-SNMP
 -cd (source dir)/mibs
 -make htmldir
 -find html/. -name '*.html' | ../local/html-add-header-footer.pl --section=documentation --body
 -cd to base of htdocs
 -cp /tmp/net-snmp-5.4.1/mibs/html/*.html docs/mibs/
 -cp /tmp/net-snmp-5.4.1/mibs/*.txt docs/mibs/
 -cp /tmp/net-snmp-5.4.1/mibs/*.inc docs/mibs/
 -chmod +x docs/mibs/*.html

Updating Development / API
--------------------------

 -cd (source dir)
 -make docs
 -find docs/html/. -name '*.html' | local/html-add-header-footer.pl --section=development --body --tidy
 -cp docs/html/*.html to web site /dev/agent


Web site folder descriptions
============================

 party:         Pictures from Net-SNMP meeting.  Linked from -- in Net-SNMP logo

 presentations: PowerPoint presentations etc

 temp:          Temp folder for testing etc

 unsupported:   ?