artwork for FreeBSD 4.6, however I have been unable to find any.
On a side note, I think it would be Really Cool if today's graphics
experts could come up with some FreeBSD 8, 9, 10 artwork!
Note: With &beta.testing; enabled, the <div> containing the links
to the download page is becoming dangerously close to overflowing
into the adjacent <div> containing site shortcuts. In my testing,
with both &beta.testing; and &beta2.testing; enabled, the <div> will
certainly overflow, pushing the "New to FreeBSD?" button out of
alignment, and into the shortcut links.
I'm already working on a CSS fix for it, but I suspect this will
already be a problem for our friends with non-default font sizes.
It looks like I'll be revisiting 91539 sooner than I thought...
Submitted/patched by: ryusuke [1]
The file from which the data is generated (pcvs/ports/INDEX) was
moved to Attic in 2004.
The final commit to the INDEX file states:
----
Since INDEX version in CVS is always too old, portmgr decided to
remove it. You will still be able to build your own INDEX or use
'fetchindex' target in /usr/ports/.
----
I'm looking into how to generate this data with the files we still
have (preferably without adding anything extra to the www build).
For now, marking this PR as 'patched'.
PR: 164799
Submitted by: Twoje Radio (radiomlodychbandytow % o2!pl)
result of <script> end tag by the DSSSL stylesheet was </script\n> to avoid
unnecessary spaces after the tag, most of the www browsers and HTML
processors cannot recognize it as the end of <script>. To workaround this,
($user-html-headers$) now outputs the start and the end tag independently
in each single line.
- Add %html-header-script% to control if <script> is included in <head>.
- Add html.header.script.google knob for SGML and XML documents in non-DocBook
DTD. %html.header.script.google; and $html.header.script.google.
- Add WWWFREEBSDORG make(1) knob to control the <script> inclusion. Note that
<script> is disabled temporarily.
Discussed with: gjb and core
Tested by: gjb