Since I'm maintaining a blog on the (hideously slow) KPLUG server, I
notice some kind of misconfiguration: 

The blog archives list the blog entries, but don't link to them. 

A short, illustrative example of this is:
The table of contents
http://www.kernel-panic.org/Members/jgsack/jgs/archive/2006/11
http://www.kernel-panic.org/Members/jgsack/jgs/archive/2006/11/07
list the entries correctly, but the links don't point to 
http://www.kernel-panic.org/Members/jgsack/jgs/archive/2006/11/07/first-blog-entry
http://www.kernel-panic.org/Members/jgsack/jgs/archive/2006/11/07/consider-political
but to 
http://www.kernel-panic.org/portal-catalog
instead. 

The relevant lines in the HTML source code are
        <ul>
          <li>
            <a href="http://www.kernel-panic.org/portal_catalog";>First blog 
entry</a>
          </li>
        </ul>
        <ul>
          <li>
            <a href="http://www.kernel-panic.org/portal_catalog";>Consider 
Political</a>
          </li>
        </ul>

Does anyone know whether this is a misconfiguration or a [PLONE] bug?
And might even be able to fix it??

Christoph



-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to