Publishing with Amaya/Jigedit
  - Amaya: W3C's browser/editor,
  saves files using HTTP PUT
  
 - our Jigedit server:
  
    - allows editing via PUT requests
    
 - manages revisions using CVS
    
 - avoids version conflicts using ETags
    
 - supports basic and digest authentication
  
 
   - HTTP PUT is the preferred way to publish on our site
  (and on the web in general)
  
 - most publishing on our site is done with Amaya/Jigedit