UNPKG

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

19 lines (18 loc) 676 B
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>NewsWriter Demo</title> </head> <body> <h1>NewsWriter Demo</h1> <p>This is a sample top page. Our institution is amazing and wonderful. Et cetera.</p> <h2>Announcements <a href="Announcements/index.atom" class="icon" title="Atom news feed (announcements)"><img src="icon/Feed_24x24.png"/></a></h2> <div> @@ANNOUNCEMENTS@@ </div> <h2>Events <a href="Events/index.atom" class="icon" title="Atom news feed (events)"><img src="icon/Feed_24x24.png"/></a></h2> <div> @@EVENTS@@ </div> </body> </html>