home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / lug / todo next >
Text File  |  2013-04-16  |  3KB  |  88 lines

  1.  
  2. RM notes about topics that need coverage:
  3.  
  4. single points of failure
  5. out-of-band contact methods
  6. Special continuity problems of college groups.
  7. Monitoring of key assets, e.g., domain registration.
  8.   "Remind" scripts for domain expiration.
  9.    Scripts to monitor for failures of backup nameservers and MXes.
  10.    Paying domain registration for many years in advance.
  11. Problem of inward-looking information.
  12. Pervasive misconceptions about USA 501(c)(3) non-profit status, 
  13.    benefits of incorporation, and liability insurance.
  14.  
  15.  
  16.  
  17.  
  18.  
  19. Date: Fri, 01 Sep 2006 20:28:01 +0200
  20. From: "vincenzo.virgilio@poste.it" <vincenzo.virgilio@poste.it>
  21. To: rick@linuxmafia.com
  22. Subject: Lug Guide
  23.  
  24. Hi!
  25.  
  26. i was updating the entry of my lug on lugww and i took a look at that
  27. page.
  28. First of all, i manage also www.linuxsicilia.it and it was strange to me
  29. to go to www.linuxmafia.com...
  30. So, your version of 2004 needs some updating, like some LUG directory
  31. listings are not still on place, like redhat and instead Ubuntu has a
  32. working one.
  33. Also, i was thinking about some suggestion.
  34. At last, if you agree, i'd like to put an italian translation of your
  35. page and could be that we could take and translate some argument of your
  36. linuxmafia to our linusicilia.it...
  37.  
  38. Let me know.
  39.  
  40. Vincenzo Virgilio
  41.  
  42. P.S. Why you choose linuxmafia???? I'm still laughing
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53. To more directly answer your question:  Someone who aspires to maintain
  54. a Linux Documentation Project HOWTO acquires the source form of the
  55. HOWTO, patches it, and sends a revision to LDP.  The source for this
  56. particular HOWTO is in LinuxDoc SGML.  You can fetch the head version
  57. either from my Web site (http://linuxmafia.com/lug/) or from LDP's
  58. revision control system.
  59.  
  60. To generate HTML (or other) usable formatted versions from LinuxDoc
  61. SGML, install Matt Welsh's linuxdoc-tools package, then do:
  62.  
  63. $ linuxdoc -B html User-Group-HOWTO.sgml
  64.  
  65. By default, that generates the multi-section form of the output
  66. and that this does the single-page variant:
  67.  
  68. $ linuxdoc -B html --split=0 User-Group-HOWTO.sgml
  69.  
  70. The person revising the HOWTO then (after test-generating the output
  71. format or formats to make sure he/she didn't introduce a tagging error)
  72. sends the revised SGML source to LDP's submissions process as the new
  73. master copy.
  74.  
  75. LDP encourages people to participate, and at the same time encourages
  76. newcomers to try to work with existing maintainers, e.g., for people
  77. to not step on each others' toes.  In my case, the original author of
  78. the LUG HOWTO, Kendall Clark, asked me to take it over from him, and
  79. I agreed.  I hope to keep maintaining it, and always appreciate help,
  80. suggestions, and participation.  Natually, nobody's immortal, either,
  81. including yr. humble correspondent, so I'm delighted that other people
  82. want the LUG HOWTO to remain a living document.  Kendall and I made
  83. sure the HOWTO is under free licensing (Creative Commons
  84. Attribution-ShareAlike 3.0), so that it can be lawfully adopted even
  85. if we both are suddenly hit by a bus.  ;->
  86.  
  87.  
  88.