[ZWeb] Foundation Site

Baiju M baiju.m.mail at gmail.com
Fri Oct 13 00:24:29 EDT 2006


On 10/13/06, Andrew Sawyers <andrew at sawdog.com> wrote:
> See:  foundation.zope.org

Great work!

Do we have an issue tracker for reporting web issues?

There is a problem in http://foundation.zope.org/members/committer_members.html

The error is :

  System Message: SEVERE/4 (<string>, line 20)

  Problems with "csv-table" directive path: [Errno 2] No such file or
directory: u'/committer_members.csv'.

  .. csv-table:: Zope Foundation Commiter Members
    :header: "username", "first name", "last name"
    :delim: tab
    :file: committer_members.csv

But that file is there: http://foundation.zope.org/members/committer_members.csv

Is this a docutils version problem?

Or `file` sub-directive should be?:

   :file: ./committer_members.csv

Index: members/committer_members.txt
===================================================================
--- members/committer_members.txt       (revision 70330)
+++ members/committer_members.txt       (working copy)
@@ -20,4 +20,4 @@
 .. csv-table:: Zope Foundation Commiter Members
   :header: "username", "first name", "last name"
   :delim: tab
-  :file: committer_members.csv
+  :file: ./committer_members.csv

Regards,
Baiju M


More information about the Zope-web mailing list