newswriter
Version:
NewsWriter is a generic tool for maintaining news and announcements on a website news page. Details are held in an SQLite database, from which the tool generates the index page (typically the top page of the target site), individual pages for events and a
20 lines (19 loc) • 489 B
HTML
<html>
<head>
<title>NewsWriter: Announcement Demo Page</title>
</head>
<body>
<h1>NewsWriter: Announcement Demo Page</h1>
<div>
<a href="/index.html">[return to top]</a>
</div>
<div style="text-align:right;">@@DOW@@, @@DATE@@</div>
<h2>@@TITLE@@</h2>
<div>
@@LEDE@@
@@DESCRIPTION@@
@@ATTACHMENTS@@
</div>
</body>
</html>