Commit graph

32 commits

Author SHA1 Message Date
Gavin Atkinson
c4967af1e7 Add an update to the compromise information page for December 29th. This
is expected to be the final status update to this page.

Reviewed by:	core (theraven), re (hrs) (previous version)
Approved by:	core, bcr (mentor, implicit)
2012-12-29 23:06:09 +00:00
Gavin Atkinson
e0a6e93e5f Correct the case of two "FreeBSd"s.
Approved by:	bcr (mentor)
2012-12-01 17:27:50 +00:00
Gavin Atkinson
c4469f1fd5 Forgot to save last minute change before committing. Tweak wording
slightly.

Approved by:	bcr (mentor, implicit)
2012-11-28 02:02:53 +00:00
Gavin Atkinson
fc27e64612 Update on progress after the compromise, for 27th November
Approved by:	bcr (mentor, implicit)
2012-11-28 01:58:07 +00:00
Gavin Atkinson
31e61a55aa Correct a spelling mistake
Approved by:	bcr (mentor, implicit)
2012-11-23 23:51:41 +00:00
Gavin Atkinson
0be3971a67 Add an update to the security incident page for November 22nd, 2012.
Approved by:	core, bcr (mentor, implicit)
2012-11-23 00:28:12 +00:00
Gavin Atkinson
a0e39e31fb Add an update for November 18th, 2012.
Change some headers so that updates are easier to see.

Fix a case issue (ports -> Ports).

Approved by:	core, bcr (mentor, implicit)
2012-11-18 23:02:39 +00:00
Gavin Atkinson
401bb56d52 Add a list of checksums of packages that were removed from ftp.FreeBSD.org
after the recent security incident.  Note that none of these packages are
klnown to be in any way compromised, however we cannot verify that they
have *not* been compromised.  They are being listed here in order to
allow people who may have downloaded packages to verify that their local
copies are not on the "unverifiable package" list.

Approved by:	core (implicit)
2012-11-18 22:49:29 +00:00
Gavin Atkinson
22caffeba1 Fix mistype ("wwww" -> "www" that occurred while converting the
announcement to HTML.  The published announcement was correct.

Submitted by:	glebius
Approved by:	core, bcr (mentor, implicit)
2012-11-18 17:21:10 +00:00
Gavin Atkinson
241f52fcf4 Add page detailing the FreeBSD infrastructure security compromise,
announced November 2012.

Approved by:	core, so (simon, blanket)
2012-11-17 10:02:22 +00:00
Gabor Kovesdan
77d737ee88 - Rename the share/sgml directories to share/xml
- Fix build errors from the next change

Approved by:	doceng (implicit)
2012-10-01 11:56:00 +00:00
Gabor Kovesdan
b4346b9b2d - Rename .sgml files to .xml
- Reflect the rename in referencing files

Approved by:	doceng (implicit)
2012-10-01 09:53:01 +00:00
Gabor Kovesdan
efe7023c1f - Encoding names should be IANA names and in lower case 2012-09-22 20:09:08 +00:00
Gabor Kovesdan
9b85c2d7f5 - Remove old web content and references to them
Discussed with:	doc@, www@
2012-09-22 19:20:16 +00:00
Gabor Kovesdan
d8a2cdf09b - Remove the following articles and references to them. Where it is
reasonable to maintain the reference, use the archived docs.

  5-roadmap
  checkpoint
  dialup-firewall
  diskless-x
  euro
  formatting-media
  hats (content moved to htdocs/internal)
  multi-os
  storage-devices
  vinum
  zip-drive

All of these articles can be found here:
http://docs.freebsd.org/doc/9.0-RELEASE/usr/share/doc/freebsd/en_US.ISO8859-1/articles/

No objection from:	doc@, www@
2012-09-20 14:33:30 +00:00
Gabor Kovesdan
165056d894 Merge the projects/sgml2xml branch:
- Documentation is updated from DocBook 4.1/SGML to DocBook 4.2/XML
  - Webpages are updated from HTML 4.01 Transitional to XHTML 1.0 Transitional
  - Static webpages are now processed by XSLT behind the scenes
  - Webpages are now built with less cycles; tidy has been removed and the
    date processing is now done by XSLT
  - Generated webpages are now actually valid (they did not use to be)
  - All XSLT stylesheets now pull in a main XSLT, which reduces
    duplicated markup
  - Site map and index are converted to an XML format with an
    XSLT transformation that generates the output
  - For docs, there is now only one entity set for both articles and books
  - Some trademark/legalnotice entities have been merged to a cohesive
    single entity file
  - Untranslated entity sets are now always pulled in from the English tree
    instead of redundant copies
  - The base and enbase entities are already automatically generated so
    remove inline definitions from individual files
  - Fetch the LEGAL file via http instead of depending on CVS
  - Convert id names to lowercase to avoid mixing different styles and
    for better readability
  - All PSGML comments are removed since they are mostly useless
  - Convert character entities to normal characters
  - Do not copy CSS files but override only necessary part
  - Fix build with newest tidy
  - Partly update the fdp-primer to reflect changes

Approved by:	doceng (implicit)
2012-09-14 12:11:19 +00:00
Gabor Kovesdan
2e51ec7022 - Strip unnecessary trailing spaces
Approved by:	doceng (implicit)
2012-08-21 19:16:02 +00:00
Gabor Kovesdan
7ba98a21ad MFH
Approved by:	doceng (implicit)
2012-08-19 23:05:52 +00:00
Gabor Kovesdan
f77daa56e0 - Properly copy XHTML fragments by adding namespace
- Allow disabling last modified date by setting the date variable to
  empty text
- Only disable last modified date in old news, press, events pages since
  it makes sense for recent entries

Approved by:	doceng (implicit)
2012-08-15 21:50:43 +00:00
Gabor Kovesdan
217c06b0cd - Simplify keyword markup
- Extract related schema definition into own DTD

Approved by:	doceng (implicit)
2012-08-13 20:43:41 +00:00
Gabor Kovesdan
6f0813b25d - For non-English pages generate the enbase entity, as well, not just base
- Remove inline declarations of base and enbase entities since they
  are generated automatically in autogen.ent

Approved by:	doceng (implicit)
2012-08-13 14:22:30 +00:00
Gabor Kovesdan
77ddadd891 - Add namespace to XHTML fragments generated by XSLT stylesheets
- Properly define titles, navigation bars and RSS links for generated pages
- Minor cleanup

Approved by:	doceng (implicit)
2012-08-12 20:35:40 +00:00
Gabor Kovesdan
42b18717e8 - Add proper XML declarations with encoding specification to files that
didn't yet have it

Approved by:	doceng (implicit)
2012-08-11 10:37:42 +00:00
Gabor Kovesdan
d7f1fde5eb - Add a cvs:keyword element to store the $FreeBSD$ keyword for later
processing
- Date is now obtained from cvs:keyword, so no need for the sed magic

Approved by:	doceng (implicit)
2012-08-04 22:42:35 +00:00
Gabor Kovesdan
7903bab9c4 - Extend xhtml.xsl instead of duplicating common structural parts
Approved by:	doceng (implicit)
2012-07-16 09:06:08 +00:00
Gabor Kovesdan
5e40201d19 - Convert web-pages to well-formed and valid XHTML 1.0
Approved by:	doceng (implicit)
2012-07-15 10:46:37 +00:00
Glen Barber
7ddb5134e6 Belatedly add an index page for the year 1993. :-)
Link to the news entry about "FreeBSD gets its name."

Submitted by:	jhb (via docs@)
Patched by:	db (original version)
2012-06-27 23:43:18 +00:00
Tom Rhodes
4b3794a3a2 "the the" -> "the" in a status report I was skimming last night. 2012-06-10 15:58:57 +00:00
Hiroki Sato
35babe0ae5 - Set svn:ketwords and svn:mime-type. Note that application/octet-stream is
set on some files as a workaround for binary check.
- Fix pathname for svn co in the webupdate script.

Approved by:	doceng (implicit)
2012-05-17 19:12:14 +00:00
Hiroki Sato
8a1a5a311d Fix build.
Approved by:	doceng (implicit)
2012-05-17 03:40:07 +00:00
Hiroki Sato
4fe414e55f - Move developers.sgml to the language-independent directory.
- Move files under <lang>/htdocs/share to <lang>/share.
- s/WEB_PREFIX/DOC_PREFIX/
- Update the webupdate script to use the SVN repository.
 
Approved by:	doceng (implicit)
2012-05-17 03:23:15 +00:00
Hiroki Sato
282a032540 - Remove junk directories.
- Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate
  information in the www and the doc directory.
- Add various administration files to svnadmin.
 
Approved by:	doceng (implicit)
2012-05-17 02:51:08 +00:00