I think we might need a FAQ page that covers WordPress Features - the "sales tool" page, and the Why Choose WordPress should go there. It's good to see things grouped like this to get a clearer picture.
LV is this correct? FAQ docs are to be:
RE: above list. What's the difference between Configuration and Modifying? Modifying what? Design - goes under Layout. Code? Hmmmm. That's Configuration? I'd like it to sorta match the way the Codex TOC is laid out, if possible, so maybe Advanced Topics...still thinking.
How's this?
I haven't figured out how to move the TOC over to the left. I can't overwrite the default styles for it, so I'll have to ask Carthik about it. I added a clear:both div to force the text below the TOC, which is a start.
I also put the main sections into single = heading styles and left the stuff underneath in === styles. This made more of a separation between the sections. Also, I don't know if you caught this, but I think you did, be sure and change any of the code answers from <code> to <tt> as the code puts a blue background behind the text which makes it a little difficult to read and kind of ugly
and the tt creates the monotype effect without the blue background - much cleaner.
This is a great look and a great start. Let's keep poking at it and start moving some of the other sections in. We we are ready, we can put the TOC into templates and then add them with the formatting to clean them up better, and that will also allow them to be used in a main FAQ page without doing redundant work. Whatcha think about that?
Using Templates, we can easily create the FAQ "main page" list.
Okay, first, take a look, if you haven't already, at the new template I added, per top mention. It's at Template:FAQ_Install for editing purposes. I just copied it from the View Source using the regular TOC, stripped the HTML and styled it. We need to play with colors and such, but I'm liking this.
Lorelle; the only problem with a Template for the TOC is that it is NOT self-maintaining. I think we need to find out how to let the TOC float left at the top so we don't have a bunch of TOC Templates to maintain.
Here are some notes as a reminder of what we will need to tell people to do when it comes time to put the new FAQ in place and start cleaning:
Change all references to template tags and template files in paragraphs to match this <tt>bloginfo()</tt> and <tt>index.php</tt> usage form
See:
*[[Installing WordPress]]
Lorelle 20:05, 4 Jun 2005 (UTC)