Add the -advocacy conspectus for the week ending November 26th.

Submitted by:	Rebecca "Bean" Visger <bean@internal.org>
This commit is contained in:
Jim Mock 2000-11-29 20:58:45 +00:00
parent e70f56e4ce
commit 2552b32d3b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8452
4 changed files with 188 additions and 4 deletions
en/conspectus

View file

@ -0,0 +1,133 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY title "FreeBSD-advocacy Conspectus, week ending 26th November 2000">
<!ENTITY date "$FreeBSD: www/en/conspectus/advocacy/2000/11/19.sgml,v 1.1 2000/11/27 21:40:24 jim Exp $">
<!ENTITY base "../../../..">
<!ENTITY % includes SYSTEM "../../../../includes.sgml"> %includes;]>
<html>
&header;
<table cellpadding="0" cellspacing="0">
<tbody>
<tr>
<th align="left">Dates</th>
<th align="center"># Posts</th>
<th align="left">Subject</th>
</tr>
<tr>
<td valign="top">Nov 20</td>
<td valign="top" align="center">8</td>
<td valign="top"><a href="#1">About the Symbolism</a></td>
</tr>
<tr>
<td valign="top">Nov 20</td>
<td valign="top" align="center">1</td>
<td valign="top"><a href="#2">request for review</a></td>
</tr>
<tr>
<td valign="top">Nov 21</td>
<td valign="top" align="center">1</td>
<td valign="top"><a href="#3">Earthquakes &amp;
FreeBSD</a></td>
</tr>
<tr>
<td valign="top">Nov 22 - Nov 24</td>
<td valign="top" align="center">4</td>
<td valign="top"><a href="#4">Any artists interested in doing
a FreeBSD animated GIF banner?</a></td>
</tr>
</tbody>
</table>
<!-- 1 -->
<hr noshade>
<h3><a name="1"></a>Nov 20 (8 posts): <a href="http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=15071+0+archive/2000/freebsd-advocacy/20001126.freebsd-advocacy">About the Symbolism</a></h3>
<p>A few trailing posts from <a href="19.html#1">last week</a>'s
thread were seen, but I thought I'd include a tidbit of what <a
href="mailto:jkh@winston.osd.bsdi.com">[Jordan Hubbard]</a> had to
say:</p>
<blockquote>
<p><i>No matter how innocuous a slogan or mascot we choose,
however, I'm sure somebody, somewhere, would find the need to
impart additional meaning to their lives by taking offense at
it. It's therefore in this project's best interests to simply
ignore people like that and focus our attention on issues of
more significant importance.</i></p>
</blockquote>
<!-- 2 -->
<hr noshade>
<h3><a name="2"></a>Nov 20 (1 post): <a href="http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=27859+0+archive/2000/freebsd-advocacy/20001126.freebsd-advocacy">request for review</a></h3>
<p><a href="mailto:mwlucas@blackhelicopters.org">[Michael Lucas]</a>
would like to know if anyone has any spare time to review a
beginner's article of his on FreeBSD's shared libraries.</p>
<!-- 3 -->
<hr noshade>
<h3><a name="3"></a>Nov 21 (1 post): <a href="http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=29424+0+archive/2000/freebsd-advocacy/20001126.freebsd-advocacy">Earthquakes &amp; FreeBSD</a></h3>
<p>Kind of an oddly formed post from <a
href="mailto:wyldephyre2@yahoo.com">[Haikal Saadh]</a> about how
the <a href="http://pasadena.wr.usgs.gov/">U.S. Geological Survey
Pasadena Field Office</a> deals with the "slashdot" effect that
happens during/after earthquakes in southern California. They
also happen to use FreeBSD web servers, and seem very pleased with
it. The <a
href="http://pasadena.wr.usgs.gov/stans/slashdot.html">link</a> he
provided proved to be quite an interesting read.</p>
<!-- 4 -->
<hr noshade>
<h3><a name="4"></a>Nov 22 (4 posts): <a href="http://docs.FreeBSD.org/cgi/getmsg.cgi?fetch=43528+0+archive/2000/freebsd-advocacy/20001126.freebsd-advocacy">Any artists interested in doing a FreeBSD animated GIF banner?</a></h3>
<p>It seems we're still pumping out banner contenders. This week's
revision:</p>
<ul>
<li><a
href="http://bean.internal.org/freebsd_banner.html">http://bean.internal.org/freebsd_banner.html</a>
- Bean Visger</li>
</ul>
<hr noshade>
<p>This conspectus expresses my understanding of what occurred on the
FreeBSD-advocacy mailing list during the specified week.</p>
<p>Hey, I'm human... I may have made an error or two... If you think
this is the case, and/or that I have omitted some significant thread
or part of a thread, feel free to contact me via email.</p>
<p align="right">- <a href="mailto:bean@internal.org">Rebecca "Bean"
Visger</a></p>
<hr noshade>
&footer;
</body>
</html>

View file

@ -1,4 +1,4 @@
# $FreeBSD: www/en/conspectus/advocacy/2000/11/Makefile,v 1.2 2000/11/16 06:24:56 jim Exp $
# $FreeBSD: www/en/conspectus/advocacy/2000/11/Makefile,v 1.3 2000/11/27 21:40:24 jim Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
@ -10,5 +10,6 @@
DOCS= 05.sgml
DOCS+= 12.sgml
DOCS+= 19.sgml
DOCS+= 26.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY title "FreeBSD-advocacy Conspectus, for the year 2000">
<!ENTITY date "$FreeBSD: www/en/conspectus/advocacy/2000/index.sgml,v 1.2 2000/11/16 06:24:50 jim Exp $">
<!ENTITY date "$FreeBSD: www/en/conspectus/advocacy/2000/index.sgml,v 1.3 2000/11/27 21:40:24 jim Exp $">
<!ENTITY base "../../..">
<!ENTITY % includes SYSTEM "../../../includes.sgml"> %includes;]>
@ -177,6 +177,56 @@
</tbody>
</table>
<h2>Week ending <a href="11/26.html">26th of November</a></h2>
<table cellpadding="0" cellspacing="0">
<tbody>
<tr>
<th align="left">Dates</th>
<th align="center"># Posts</th>
<th align="left">Subject</th>
</tr>
<tr>
<td valign="top">Nov 20</td>
<td valign="top" align="center">8</td>
<td valign="top"><a href="11/26.html#1">About the
Symbolism</a></td>
</tr>
<tr>
<td valign="top">Nov 20</td>
<td valign="top" align="center">1</td>
<td valign="top"><a href="11/26.html#2">request for
review</a></td>
</tr>
<tr>
<td valign="top">Nov 21</td>
<td valign="top" align="center">1</td>
<td valign="top"><a href="11/26.html#3">Earthquakes &amp;
FreeBSD</a></td>
</tr>
<tr>
<td valign="top">Nov 22 - Nov 24</td>
<td valign="top" align="center">4</td>
<td valign="top"><a href="11/26.html#4">Any artists interested
in doing a FreeBSD animated GIF banner?</a></td>
</tr>
</tbody>
</table>
&footer;
</body>
</html>

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY title "Mailing List Conspectus">
<!ENTITY date "$FreeBSD: www/en/conspectus/index.sgml,v 1.5 2000/11/07 21:22:52 jim Exp $">
<!ENTITY date "$FreeBSD: www/en/conspectus/index.sgml,v 1.6 2000/11/27 21:40:14 jim Exp $">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;]>
<html>
@ -47,7 +47,7 @@
<td><a href="mailto:bean@internal.org">Rebecca "Bean"
Visger</a></td>
<td>Week ending <a href="advocacy/2000/11/19.html">19th
<td>Week ending <a href="advocacy/2000/11/26.html">26th
November 2000</a></td>
</tr>
</tbody>