Up to [DragonFly] / site / data / goals
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Adding in big site change:
- Removes .cgi pages
- replaces them with .shtml pages
- adds includes folder with a header and footer file.
- Adds .htaccess files with redirects for old .cgi page links
- Uses new layout
- Better (as in actually having any) graphics
- Consistent cross-browser; no longer in quirks mode
- Layout is almost completely controlled through CSS.
- Minor fixes to page titles and stylesheet layout
Elements of this site change will be added to the other dragonflybsd.org
pages.
Thanks to the people that offered design feedback on the mailing lists,
#dragonflybsd, and via email.
Minor spelling fix. Found by: Aaron Durbin <amdurbin@charter.net>
Fix spelling and grammar. Submitted-by: Chen Zhao
Cleanup - spelling fixed, run-on sentences clausified. No content changes.
Major Website Overhaul, Part 2 and 3: with regard to standards, target
code generation and general safety, I have also done other general
cleanups.
* Make the website fully XHTML Transitional compliant.
* Mop up and remove all invalid HTML tag combinations, and fix
content structure.
* Make use of tables for the Docs page, for presenting the
documentation. While I am at it, rearrange them by date.
* Fix $TITLE() for a couple of pages.
* Internal page headings, i.e. subheadings should use <h2>.
* Turn *ALL* tags into lowercase, because UPPERCASE tags are
not compliant on standards (XHTML to be precise).
* Fix paragraphs, spelling errors, invalid lists and the
whole nine yards.
* Correct document layout for text-only and `for print'
web clients.
* While I am at it, make the various functions use const
pointers.
Tested on: Firebird (firefox, whatever...), Links, IE5+6, Opera
Reviewed by: #dragonflybsd IRC channel on EFnet (joerg, eirikn)
Discussed with: Justin Sherril
Page titles below header are now centered by style and given a better semantic markup. Credit for this goes to: Jon Parise <jon@indelible.org>
Fix reference to the ``messaging'' section. Submitted by: Paul D. Fardy <pdf@mun.ca>
Misc edited grammatical corrections from Chris. Submitted-by: "Christopher Holden" <cdholden@speakeasy.net>
Import the site files making up the web site, since several people have expressed an interest in working on it.
Initial revision