Robert Watson
adb31e2d51
Further typo fix.
...
Submitted by: Tilman Linneweh <tilman@arved.de>
2002-10-03 21:14:05 +00:00
Marc Fonvieille
4778a0e6cd
Fix typos.
2002-10-03 20:56:39 +00:00
Robert Watson
0017c9fc6c
Hook up the new status report to the status report web page.
2002-10-03 19:34:27 +00:00
Robert Watson
16265770e1
First draft of July 2002 - August 2002 bi-monthly developer status
...
report. Assembled with much help by Scott Long, who deserves
much thinks in return :-). Hooked up to the build, but not indexes
yet.
2002-10-03 19:17:15 +00:00
Robert Watson
d1adb304d5
Remove bogus example URL left in the 'locking pcbs' status report item.
...
Noticed by: mike
2002-08-14 19:36:47 +00:00
Robert Watson
8e01368f33
Hook up May/June 2002 report.
2002-08-14 18:45:23 +00:00
Robert Watson
a98e0c76f1
Remove dup url in openoffice report.
2002-08-14 18:45:04 +00:00
Robert Watson
f023e3df0f
More typo fixes.
...
Submitted by: Antoine Beaupre <anarcat@anarcat.ath.cx>
2002-08-14 16:38:42 +00:00
Robert Watson
733fbb04dc
Various fixes: commit the xml file instead of the html file. Oops.
...
Fix typos with fixes submitted by Antoine Beaupre <anarcat@anarcat.ath.cx>
and Dan Nelson <dnelson@allantgroup.com>.
2002-08-14 16:05:43 +00:00
Robert Watson
280fe1612f
Wording tweaks for my own text (intro, status). Other than style, it looks
...
like this report is about ready to go (and only a month or two late).
2002-08-14 14:25:55 +00:00
Robert Watson
bfe02c0a70
Add a draft of the May, June 2002 FreeBSD development status report.
...
Not quite style'd right yet, and some spelling/layout tweaks, so
not hooked up to the index.
2002-08-14 13:45:23 +00:00
Kevin Lo
f899a8043d
Fix `FreeBSD ARM Port' url
2002-05-24 09:53:16 +00:00
Jun Kuriyama
293f9cefcf
Fix typo.
...
Submitted by: Wouter Van Hemel <wouter@pair.com>
PR: www/38316
2002-05-20 04:29:45 +00:00
Robert Watson
61b9335eda
Error in the URL for the BSDCon FreeBSD Developer Summit; fixed.
...
Submitted by: fanf
2002-05-19 16:58:48 +00:00
Robert Watson
c93a557266
Link up the February-April report, create a new 2002 section, and put
...
this and the last report into it.
2002-05-18 16:34:39 +00:00
Robert Watson
f2e7f5741e
Spell April as "April", not "March.
2002-05-18 16:34:21 +00:00
Robert Watson
0e4d1584a4
Invert DES's notion of given and common names.
2002-05-18 16:27:03 +00:00
Robert Watson
5a633bf82c
Consistently spell freebsd.org as FreeBSD.org.
...
Consistently don't say "Status Report" in per-project titles.
Include Jonathan Mini on the list of contacts for KSE.
Include Andrew Reiter's e-mail address for TrustedBSD Audit.
Include trustedbsd-discuss e-mail address for TrustedBSD MAC.
2002-05-18 16:23:36 +00:00
Robert Watson
c042c82353
Hook up Feb-March to the build so people can review more easily; don't
...
yet hook up to the index.
2002-05-18 16:15:32 +00:00
Robert Watson
f9354bb482
Adjust down count for phone attendees at last event from 10 to 5 -- in the
...
end, several people who planned to dial in used the webcast.
2002-05-18 14:08:17 +00:00
Robert Watson
c272f19271
Add a description of FreeBSD Developer Summit II.
2002-05-18 14:06:18 +00:00
Robert Watson
99e96e93e5
First draft of Feb - March 2002 report. Needs some cleanup, one more
...
addition before it's hooked up and built.
2002-05-18 03:34:14 +00:00
Tom Rhodes
07d8c35ca3
consistancy again s/file system/filesystem/g
2002-05-16 01:50:18 +00:00
Murray Stokely
9b102449c6
Update DOCTYPE to HTML 4.01 Transitional.
2002-03-16 08:11:16 +00:00
Dima Dorfman
e4a55ff77c
s/mor eeasily/more easily/
...
Submitted by: Morton Mu-Tai Lin <mtlin1@ms36.hinet.net>
2002-03-09 07:06:48 +00:00
Mike Barcroft
3980530f14
Add a missing word. Correct a misspelled word.
2002-03-02 04:49:31 +00:00
Robert Watson
35bff23440
Since the bi-monthly status report introduction is usually written in
...
the form of a note from me to the reader, add my name at the bottom.
I neglected to include this when I sent the text to Chris previously.
2002-03-02 01:44:29 +00:00
Chris Costello
c862bb928a
Add in the new Dec. 2001/Jan 2002 bi-monthly status report.
2002-02-25 22:33:22 +00:00
Chris Costello
9ab74b2893
Add and link to the November 2001 status report.
2001-12-22 01:01:27 +00:00
Chris Costello
f35666f54f
Temporarily disable displaying the contents of <url> tags; this looks
...
right neither in text nor HTML form (and in the former, is not useful
at all). A permenant solution will come soon.
2001-12-22 00:14:46 +00:00
Alexey Zelkin
dc2d1fcd91
Wrap explicit calls of ${TIDY} with NO_TIDY define check. With this
...
patch build with defined(NO_TIDY) does not call tidy at all.
2001-12-13 19:30:10 +00:00
Alexey Zelkin
66e0a1cacf
Force tidy(1) to use '-raw' and newly added '-preserve' options
...
to process generated HTML. This not cause any side effects except
leaving some character entities in their numeric form instead
converting them into alphabetical notation (< instead of <),
but since all browsers understand such cases it is not a problem.
This commit should make all translations tidy clean, since
tidy should not arise entities conversion problem as it did
for long time before. Therefore all occurences of manual settings
of TIDYFLAGS and NO_TIDY declarations for translations are removed.
Also clean *OPTS/*FLAGS variables declaration like it was done in doc/ tree
some time ago. Currently all local additions to commands parameters that used
in make process should be passed thru *FLAGS variables. All variables
with OPTS suffix are reserved for internal use of web.site.mk now.
Cleanup part is based on work done by Cyrille Lefevre <clefevre-lists@noos.fr>
No objections from: -doc
Requested by: Russian and Japanese translation teams
2001-12-12 11:57:44 +00:00
Chris Costello
5c95d37e80
Add the September 2001 status report after a bit of delay.
2001-11-12 22:25:12 +00:00
Murray Stokely
0d8e79bd0c
* Make build/install of www /usr/obj prefix clean.
...
* Use make variables instead of hard coding commands, paths, and
options.
* Wrap some long lines.
* Replace shell loops with make for loops, etc.
PR: docs/31132
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
2001-10-29 10:14:33 +00:00
Chris Costello
e9a955d13e
Oops! Don't remove the report-sample.xml file.
2001-10-19 22:22:37 +00:00
Chris Costello
29a987cb85
Clarify <name>...</name> contents in that <common>...</common> does not
...
refer to one's status (Contributor, Committer, etc.).
2001-10-19 21:53:37 +00:00
Chris Costello
86be3efff3
Install the sample file, `report-sample.xml', into $base/news/status;
...
for example, http://www.FreeBSD.org/news/status/report-sample.xml .
2001-10-17 02:33:25 +00:00
Chris Costello
9732ee18a5
Add a sample XML status report entry for those who wish to submit
...
their reports in that fashion (it's a lot easier to compile them
this way).
2001-10-17 02:27:35 +00:00
Chris Costello
a0393952c5
Unbreak the formatting bugs introduced by tidy(1); namely, it wrapped
...
the `$FreeBSD: ...' line into multiple lines, preventing it from being
actually expanded/updated.
2001-09-18 19:39:41 +00:00
Chris Costello
2ca5545013
Remove the "We are awaiting commit permission for -current" paragraph.
...
Submitted by: rwatson
2001-09-18 19:34:31 +00:00
Chris Costello
023142875a
Repair the `KSE' section text, and rewrap.
...
Pointed out by: joe
2001-09-18 19:12:58 +00:00
Chris Costello
46cf75cb68
Welcome the August 2001 status report.
2001-09-18 18:46:30 +00:00
Chris Costello
c482274a1d
Change the title of "Close a PR drive"' to
Problem Reports' to avoid
...
undesirable sorting by the stylesheets.
2001-09-18 17:48:22 +00:00
Chris Costello
db020b708e
Properly quote $ucletters and $lcletters to be used by the translate()
...
function.
2001-09-18 17:46:58 +00:00
Chris Costello
306a6e9444
o Change the title generation to include the month/year of the
...
status report.
o As discussed with Nik Clayton, introduce a new `cvs' namespace,
mark up $FreeBSD$ with it in the documents, and get that value
for the `Last modified' bits in the standard footer.
Reviewed by: nik
2001-09-18 12:22:07 +00:00
Chris Costello
2955556448
Add a `<date>' section.
2001-09-18 10:16:04 +00:00
Chris Costello
49235349bd
Change relative paths to use {$base} so that subdirectories which include
...
`../includes.xsl' will properly be able to reference these variables.
2001-09-18 10:04:33 +00:00
Chris Costello
b886ed25fb
Add a dependancy on includes.xsl as well, for the `.xml.html' target.
2001-09-18 10:03:21 +00:00
Chris Costello
1a96adf048
Add a dependancy on report.xsl for the `.xml.html' rule.
2001-09-18 09:46:18 +00:00
Chris Costello
89ac076380
Move <url> tags inside of <links>.
2001-09-18 04:33:15 +00:00