"; echo ""; } function htmlHead ($title="", $css="", $js="", $mgn="") { /* This creates the (x)html header * The Title & CSS sheet should be given in the call * It is possible to give the javascript and margin as well. */ echo "\n"; echo "\n"; echo ""; echo "$title\n"; echo "\n"; if ($css) echo "\n"; if ($js) echo " \n"; echo ""; if ($mgn != "") echo "\n"; else echo "\n"; } function EntryForm () { // This needs to be changed to output xHTML later $data = array ("Administration", "Anti Virus", "Apache", "Back Up", "CD", "Custom Distributions", "DNS How To Pages","Dev","Domain Logon","Domino","E-Commerce","E-Mail", "Fax","File Management","Games","Groupware", "Hardware","High Availability","I-bays","Installation","Instant Messaging", "Intrusion Detection","Java","Kernel","Miscellaneous","MySQL","Networking", "News Servers","PHP","Ports","Printing","Python","Remote Access", "Samba","SME","Spam","Squid", "System Monitoring & statistics", "Telephony","Users", "Version Control","Virtual Domains","Virtual Private Networks", "Web Applications","Web Miscellaneous"); echo("
\n"); echo("

SME Server How To Classification

\n"); echo("

Overview for background information, and instructions on how to use this page. The source code for this page.

\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("\n"); echo("
TopicTitle (optional)
Entry Date Author (optional)
URL (optional)Contributors (optional)
Certification StatusKeywords (optional)
License TypeSME Releases (optional)
Creation DateTips (optional)
Last UpdatedCaveats (optional)
Downloads (optional)
Forum link (optional)
MetaData link (opt)
Summary Text
(Defaults to Title)
A short description
of this entry.

Web-Link Text

The text from a
Web-Link can be
pasted here,
but is not always
successful.

\n"); echo("
\n"); } function printMDTemplate() { if (!empty($_POST['topic'])) {$topic =$_POST['topic'];} else {$topic="";} if (!empty($_POST['WLtext'])) {$subtext=$_POST['WLtext'];} else {$subtext="";} if (!empty($_POST['url'])) {$url =trim($_POST['url']);} else {$url ="URLI";} if (!empty($_POST['cdate'])) {$cdate =trim($_POST['cdate']);} else {$cdate ="datec";} if (!empty($_POST['licensetype'])) {$ltype =trim($_POST['licensetype']);} else {$ltype =" ";} if (!empty($_POST['certstatus'])) {$cstatus=trim($_POST['certstatus']);} else {$cstatus=" ";} if (!empty($_POST['crdate'])) {$crdate =trim($_POST['crdate']);} else {$crdate =" ";} if (!empty($_POST['tips'])) {$tips =trim($_POST['tips']);} else {$tips =" ";} if (!empty($_POST['update'])) {$update =trim($_POST['update']);} else {$update =" ";} if (!empty($_POST['caveats'])) {$caveats=trim($_POST['caveats']);} else {$caveats=" ";} if (!empty($_POST['flink'])) {$flink =trim($_POST['flink']);} else {$flink ="forumlink";} if (!empty($_POST['mdlink'])) {$mdlink =trim($_POST['mdlink']);} else {$mdlink ="metadatalink";} if (!empty($_POST['dload'])) {$dload =trim($_POST['dload']);} else {$dload =" ";} // $document contains the template $document = <<
$text

"; echo "
$forumdoc

"; } ?>