PageRenderTime 47ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/docs/pyfileserver.html

https://bitbucket.org/mar10/wsgidav2
HTML | 98 lines | 77 code | 21 blank | 0 comment | 0 complexity | 7fc63fcf742cb0eea7ab6075ec422f42 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <html lang="en">
  2. <head>
  3. <title>Project: PyFileServer</title>
  4. <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  5. <link rel="stylesheet" type="text/css" href="css/owncooked.css" />
  6. </head>
  7. <body>
  8. <FONT SIZE=30>PyFileServer</FONT>
  9. <HR>
  10. <BR>
  11. <table border=0 >
  12. <tr><td valign="top">
  13. <h2>What is PyFileServer?</h2>
  14. <p>
  15. PyFileServer is a WSGI web application for sharing filesystem directories over WebDAV. It is currently under development (alpha)
  16. </p>
  17. <h2>What is WSGI?</h2>
  18. <p><A href="http://www.python.org/peps/pep-0333.html" >WSGI</A> stands for Web Server Gateway Interface, a proposed standard interface between web servers and Python web applications or frameworks, to promote web application portability across a variety of web servers.</p>
  19. <p><A href="http://pythonpaste.org/">Python Paste</A>, also known as WSGIKit, is a web application framework framework. It uses WSGI to create a framework-neutral set of components. It also assists with application setup and deployment.</p>
  20. <h2>What is WebDAV?</h2>
  21. <p><A href="http://www.webdav.org/">WebDAV</A> stands for "Web-based Distributed Authoring and Versioning". It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.
  22. </p>
  23. <HR>
  24. <h2>Testing and Compatibility</h2>
  25. <B>System Environment</B>
  26. <p>
  27. PyFileServer is designed to run over any WSGI-supporting webserver running Python over Windows or *nix based filesystems. So far, it has been developed and tested over Python 2.4.1 running paster (a development web server in <A href="http://pythonpaste.org/">Paste</A>) on a Windows XP system.
  28. </p>
  29. <B>WebDAV Support</B>
  30. <p>
  31. PyFileServer supports up to Class 2 of the WebDAV specification, and has been being tested over the following WebDAV client environments:
  32. <ul>
  33. <li><A href="http://www.webdav.org/neon/litmus/">neon-litmus</A> test suite: <A href="logs/neon-litmus-test-result.txt">test-log</A></li>
  34. <li><A href="http://www.ics.uci.edu/~webdav/" >DAVExplorer</A></li>
  35. <li><A href="http://www.webdav.org/cadaver/" >cadaver</A> <A href="logs/cadavertestlog.txt">test-log</A></li>
  36. <li><A href="http://www.ucfv.bc.ca/its/help/webdav.htm">Windows Network Places support (XP)</A></li>
  37. </ul>
  38. </p>
  39. <HR>
  40. <h2>Documentation</h2>
  41. <ul>
  42. <li><A href="pyfileserver-README.html">Readme User Guide</A></li>
  43. <li><A href="pyfileserver-DEVELOPERS.html" >Developer's Guide</A></li>
  44. <li><A href="pyfileserver-ADDONS.html" >Addons Guide</A></li>
  45. <li><A href="pyfileserver-TUTORIAL.html" >An Example, Configuration and FAQ</A></li>
  46. </ul>
  47. <HR>
  48. <h2>Project Information</h2>
  49. <p>PyFileSync is hosted at <a href="http://developer.berlios.de/">BerliOS</a>.
  50. <ul>
  51. <li>Project Link: <A href="http://developer.berlios.de/projects/pyfilesync/">pyfilesync</A></li>
  52. <li>SVN anonymous access: <A href="http://developer.berlios.de/svn/?group_id=4191">svn://svn.berlios.de/pyfilesync</A></li>
  53. <li>CVS anonymous access: CVS is no longer available, please use SVN</li>
  54. <li>Mailing List: <A href="mailto:pyfilesync-users@lists.berlios.de">pyfilesync-users@lists.berlios.de</A> (<A href="http://lists.berlios.de/mailman/listinfo/pyfilesync-users">subscribe</A>)</li>
  55. </ul>
  56. </p>
  57. </td>
  58. <td width=200 valign="top" align="center">
  59. <div id="sidebar">
  60. <ul>
  61. <li><a href="index.html" title="">Home</a></li>
  62. <li><a href="pyfileserver.html" title="">PyFileServer</a></li>
  63. <li><a href="http://developer.berlios.de/projects/pyfilesync/" title="">Project Area</a></li>
  64. <li><a href="https://developer.berlios.de/forum/?group_id=4191" title="">Forums</a></li>
  65. <li><a href="http://developer.berlios.de/project/filelist.php?group_id=4191" title="">Files</a></li>
  66. <li><a href="http://developer.berlios.de/"><img src="images/bslogo.png"></a></li>
  67. </ul>
  68. <BR>
  69. <BR>
  70. </div>
  71. </td>
  72. </tr>
  73. </table>
  74. <HR>
  75. Last Modified: 9 Aug 2005
  76. </body>
  77. </html>