<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Scott Ritchie wrote:
<blockquote cite="mid:1187060503.6347.3.camel@scott-desktop" type="cite">
  <pre wrap="">On Mon, 2007-08-13 at 21:25 -0500, Mitchell Mebane wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Scott Ritchie wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">Our wiki software needs a major update, especially as we start to expect
users to actually read it.

For instance, look at the FAQ page: 

Then, click on edit and see how it should look.  From what I can tell,
there are a few obvious errors:

1) The wiki software is completely ignoring line breaks.  I could hit
return 4 times and the HTML rendered would be on subsequent lines,
without a break or paragraph tag between them.
2) For some completely strange reason, if you make a list item that
includes a link then the entire list item will be in a smaller font.
This makes for extremely weird and inconsistent lists when a link to
another wiki page is included in some, but not all, of the items.
  
      </pre>
    </blockquote>
    <pre wrap="">This is due to <a class="moz-txt-link-freetext" href="http://wiki.winehq.com/wiki/winehq/css/screen.css">http://wiki.winehq.com/wiki/winehq/css/screen.css</a>

#pagebar {
    font-size: 1em;
}

Making links overrides this style, and the preview page does not have 
this problem, because the content of the preview page is not enclosed in 
the #pagebar element.

Not sure about the others yet.  Could you elaborate on #3 a bit more?

--Mitchell Mebane

    </pre>
    <blockquote type="cite">
      <pre wrap="">3) Header text is almost impossible to figure out right, and there is
absolutely no standard of what we should do.

Is there a reason we chose the software we did?  Would it be too hard to
migrate to something else, or at least fix the display bugs?

Thanks,
Scott Ritchie
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
Regarding header text: do I use 1 = sign, or two, or three, or four, or
even five?  Pages vary considerably around the entire wiki, though this
might be our fault as authors rather than the software.

Thanks,
Scott Ritchie


  </pre>
</blockquote>
<tt>You should start out with 1 level - i.e., a top-level section.&nbsp;
Multiple equals signs should be used for sub-sections.<br>
E.g.,<br>
= Section 1=<br>
== Sub-section 1.1 ==<br>
== Sub-section 1.2 ==<br>
=== Sub-sub-section 1.2.1 ===<br>
= Section 2 =<br>
<br>
Unfortunately, it seems they are often used for the same reason many
people (ab)use the various &lt;hx&gt; tags HTML - to gain a certain
font size, rather than for semantic meaning.<br>
<br>
--Mitchell Mebane<br>
</tt>
</body>
</html>