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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue