1: <HTML>
2: <HEAD>
3: <TITLE>Serena's Home Page</TITLE>
4: </HEAD>
5: <BODY BACKGROUND="images/linen2d.jpg">
6: <!--#include virtual="fragments/nav.shtml" -->
7: <TABLE CELLPADDING=3 BORDER=0 WIDTH=100%>
8: <TR>
9: <TD WIDTH=10% VALIGN=TOP>
10: <!--#include virtual="fragments/sidebar.shtml" -->
11: </TD>
12: <TD WIDTH=90% VALIGN=TOP>
13: <!--#include virtual="cgi-bin/status.pl" -->
14: <CENTER>
15: <TABLE WIDTH=50% CELLPADDING=15>
16: <TR>
17: <TD ALIGN=CENTER>
18: <EM>Meaningful and lasting social equity can only be expected when the output of a society's economic production,
19: under democratic institutional systems of unassailable moral pulchritude, is rendered subordinate to the needs
20: of a classless people. For where the excesses of private production are lavished upon its indolent masters,
21: the game is pitched, its winners predestined, and its outcome oppression.</EM>
22: </TD>
23: </TR>
24: </TABLE>
25: </CENTER>
26: <TABLE WIDTH=100% CELLPADDING=3 BORDER=0>
27: <TR>
28: <TD VALIGN=TOP WIDTH=33%>
29: <H3>Announcements</H3>
30: <HR>
31: <!--#include virtual="cgi-bin/articles.pl?articletype=announcements" -->
32: <H3>Humor</H3>
33: <HR>
34: <!--#include virtual="cgi-bin/articles.pl?articletype=humor" -->
35: <H3>In The News</H3>
36: <HR>
37: <P>The mainstream news media is owned and financed by the same plutocrats who run the U.S. to suit their own private
38: agenda of greed and wealth hoarding. They engineer the consent of the masses by organizing false debates between two
39: sides that represent their party-line interests. I recommend <A HREF="https://www.democracynow.org/">Democracy Now!</A>
40: for an honest view of current events.</P>
41: <!--#include virtual="cgi-bin/articles.pl?articletype=news" -->
42: </TD>
43: <TD VALIGN=TOP WIDTH=33%>
44: <H3>Emergency Items</H3>
45: <HR>
46:
47: <!--#include virtual="cgi-bin/articles.pl?articletype=emergencies" -->
48: </TD>
49: <TD VALIGN=TOP WIDTH=33%>
50: <H3>Current Projects</H3>
51: <HR>
52:
53: <!--#include virtual="cgi-bin/articles.pl?articletype=current" -->
54:
55: <H3>Projects I Endorse</H3>
56: <HR>
57:
58: <!--#include virtual="cgi-bin/articles.pl?articletype=endorse" -->
59:
60: <H3>Projects/Products To Avoid</H3>
61: <HR>
62:
63: <!--#include virtual="cgi-bin/articles.pl?articletype=avoid" -->
64:
65: </TD>
66: </TR>
67: </TABLE>
68: </TD>
69: </TR>
70: </TABLE>
71: <HR>
72: <EM>Revision History</EM>
73: <PRE>
74: $Log: index.shtml,v $
75: Revision 1.3 2025/02/20 01:30:46 snw
76: initial commit
77:
78: Revision 1.2 2025/02/16 04:07:27 snw
79: Add project and plan fragment
80:
81: Revision 1.1.1.1 2025/02/16 03:51:52 snw
82: Initial import
83:
84: </PRE>
85: <HR>
86: <CENTER>
87: Copyright © 2025 Serena Willis<BR>
88: Last modified $Date: 2025/02/20 01:30:46 $<BR><BR>
89: <BR><BR>
90: <EM>$Id: index.shtml,v 1.3 2025/02/20 01:30:46 snw Exp $</EM>
91: <P>
92: <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License</a>.
93: </P>
94: </CENTER>
95: </BODY>
96: </HTML>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>