forked from curl/curl-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_oldnews.html
40 lines (29 loc) · 1.24 KB
/
_oldnews.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#include "_doctype.html"
<HTML>
<HEAD> <TITLE>curl - Older news!</TITLE>
#include "css.t"
</HEAD>
#define CURL_OLDNEWS
#include "_menu.html"
#include "setup.t"
WHERE2(News, "/news.shtml", Older News )
#undef DATE
#define DATE(x) <tr><td nowrap valign="top"><table width="100%" cellpadding="2"><tr><td bgcolor="#444488" align="center"><font color="#ffffff"> x </font></td></tr></table></td>
#define COLS <td valign="top">
#define COLE </td></tr>
#define NSUBJ(x) <tr><td colspan="2"><table width="100%" border="0" cellspacing="0" cellpadding="3"><tr bgcolor="#ccccff"><td><font face="helvetica,arial" size="+1">x</font></td>
#define NDATE(x) <td nowrap align="right" valign="top">x</td></tr>
#define NCOLS <tr><td valign="top">
#define NCOLE </td></tr></table> </td></tr>
TITLE(Older events - things that happened earlier in the project)
<p>
Stuff "gets moved here" from the <a href="news.shtml">news page</a>, so some
of the links on this page are more likely than others not to work anymore. I
still think this page may be of value and I just want you to be aware of this
fact. Use the <a href="/search/">search</a> field to find working pages with
similar info.
<p>
<!--#exec cmd="./shownews.cgi 100 25" -->
#include "_footer.html"
</BODY>
</HTML>