o Remove the note on index.xsl stating when the web page is rebuilt
because: - It's incorrect (and probably has been for ages). - Not very interesting for most people. - Removing it makes the index page a bit less cluttered. - The pages are not updated that often that people will be waiting for a change to occur. - Mirror sites probably don't update that often (the hubs article recommends daily updates for www/). o Update the current rebuild schedule for www.FreeBSD.org on internal/about.sgml to reflect current reality. [1] Supplied by: kuriyama [1] Approved by: ceri (mentor)
This commit is contained in:
parent
ffde9d02ac
commit
55c6153fec
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17782
2 changed files with 35 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/en/index.xsl,v 1.71 2003/07/28 17:48:01 ceri Exp $ -->
|
||||
<!-- $FreeBSD: www/en/index.xsl,v 1.72 2003/08/05 03:33:43 kuriyama Exp $ -->
|
||||
|
||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
|||
<xsl:import href="news/includes.xsl"/>
|
||||
|
||||
<xsl:variable name="base" select="'.'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.71 2003/07/28 17:48:01 ceri Exp $'"/>
|
||||
<xsl:variable name="date" select="'$FreeBSD: www/en/index.xsl,v 1.72 2003/08/05 03:33:43 kuriyama Exp $'"/>
|
||||
<xsl:variable name="title" select="'The FreeBSD Project'"/>
|
||||
|
||||
<xsl:output type="html" encoding="iso-8859-1"
|
||||
|
@ -540,9 +540,6 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<p><small>Changes to the web site go live at 0800 and 2000 UTC every
|
||||
day.</small></p>
|
||||
|
||||
<table width="100%" cellpadding="0" border="0" cellspacing="0">
|
||||
<tr>
|
||||
<td align="left"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/about.sgml,v 1.46 2002/10/20 18:50:49 peter Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/about.sgml,v 1.47 2003/01/03 19:25:41 ceri Exp $">
|
||||
<!ENTITY title "About the FreeBSD WWW Server">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -75,8 +75,38 @@ Building and updating the FreeBSD Web Pages</a></h2>
|
|||
|
||||
<h2>Update of the FreeBSD Web Pages</h2>
|
||||
<p>
|
||||
The FreeBSD Web Pages are updated daily at 0800 and 2000 UTC.
|
||||
</p>
|
||||
The FreeBSD Web Pages on <tt>www.FreeBSD.org</tt> are
|
||||
currently rebuilt according to the following schedule:</p>
|
||||
<table border=1>
|
||||
<tr>
|
||||
<th>Time (PST/PDT)</th>
|
||||
<th>Build type</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>01:22</td>
|
||||
<td>Full build</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>05:22</td>
|
||||
<td>English www only</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>09:22</td>
|
||||
<td>English only</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>13:22</td>
|
||||
<td>Full build without PR and port statistics</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>17:22</td>
|
||||
<td>English only</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>21:22</td>
|
||||
<td>English www only</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2>Mirroring the FreeBSD Web Pages</h2>
|
||||
<p>You can (and are encouraged to) <a href="mirror.html">mirror</a>
|
||||
|
|
Loading…
Reference in a new issue