initial commit of file from CVS for smeserver-support on Mon 10 Jul 08:43:33 BST 2023

This commit is contained in:
Brian Read
2023-07-10 08:43:33 +01:00
parent f3dcd239bb
commit 56eab664a2
40 changed files with 2032 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
{
return "# statusreport disabled"
unless ${statusreport}{status} eq 'enabled';
my $dow = ${statusreport}{DayOfWeek};
my $hour = ${statusreport}{Hour};
my $minute = ${statusreport}{Minute};
return "$minute $hour * * $dow root "
. q{ sleep $[ $RANDOM \\% 60 ]; /sbin/e-smith/statusreport };
}

View File

@@ -0,0 +1,45 @@
{
$OUT =<<'HERE';
/* contribs.org styling */
body.header {
background: #bee6a2;
}
.hilightbar {
background-color: #ffffff;
}
.infobar {
background-color: #98d36e;
}
a.update {
font-size: 11px;
background: #98d36e;
}
/* Core styles for use with sme_menu.css */
body.menu {
background-color: #e8f3e1;
}
td.section {
background-color: #e8f3e1;
}
a.item {
background: #e8f3e1;
}
a.sl {
background: #e8f3e1;
}
a.alert {
background: #e8f3e1;
}
/* Core Styles for use with sme_main.css */
hr.sectionbar {
color: #8ebe43;
background-color: #8ebe43;
}
hr.sme-copyrightbar {
color: #8ebe43;
background-color: #8ebe43;
}
HERE
}

View File

@@ -0,0 +1,31 @@
{
$OUT =<<'HERE';
/* general table cell properties */
td {
font-size: 4px;
margin-bottom: 0px;
}
.hilightbar {
border-color: #8ebe43;
}
.infobar {
border-color: #8ebe43;
background: #98d36e;
border-color: #98d36e #98d36e #98d36e #98d36e;
}
/* default class for links*/
a:link, a:visited, a:hover, a:active {
background: #98d36e;
}
a:hover {
background: #e8f3e1;
}
a:active {
background: #999999;
}
a.update:hover {
background: #e8f3e1;
}
HERE
}

View File

@@ -0,0 +1,26 @@
{
$OUT =<<'HERE';
/* contribs.org styling */
/* This special style is actually used only for the button row along the bottom of each page */
th.sme-layout {
border: 1px solid #8ebe43;
background-color: #bee6a2;
}
table.sme-border {
border: 2px solid #dddddd;
}
td.sme-border-warning,
td.sme-border-right,
td.sme-border-center {
border: 1px solid #dddddd;
}
td.sme-border-right {text-align: right;}
td.sme-border-center {text-align: center;}
th.sme-border {
border: 1px solid #dddddd;
background-color: #e8f3e1;
}
HERE
}

View File

@@ -0,0 +1 @@
$OUT .= "SME Server $releaseVersion<BR>";

View File

@@ -0,0 +1 @@
<BR>Copyright (c) ____COPYYEARS____ Koozali Foundation Inc.<BR>

View File

@@ -0,0 +1 @@
<title>SME Server { "$SystemName.$DomainName" }</title>

View File

@@ -0,0 +1,8 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<img src="/server-common/smeserver_logo.jpg" height="40" alt="SME Server">
</td>
<td valign="middle" align="right" width="100%"></td>
</tr>
</table>

View File

@@ -0,0 +1,16 @@
************ Welcome to SME Server {$sysconfig{ReleaseVersion}} *************
Before editing configuration files, familiarise
yourself with the automated events and templates
systems.
Please take the time to read the documentation
https://wiki.koozali.org/Main_Page
Remember that SME Server is free to download
and use, but it is not free to build
Please help the project :
https://wiki.koozali.org/Donate
****************************************************

View File

@@ -0,0 +1,15 @@
NAME="Koozali SME Server"
VERSION="{$sysconfig{ReleaseVersion}}"
ID="koozali"
ID_LIKE="rhel fedora centos"
VERSION_ID="{$sysconfig{ReleaseVersion}}"
PRETTY_NAME="Koozali SME Server {$sysconfig{ReleaseVersion}}"
ANSI_COLOR="0;31"
HOME_URL="https://koozali.org"
BUG_REPORT_URL="https://bugs.koozali.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

View File

@@ -0,0 +1 @@
{ use Data::UUID; $sysconfig{SystemID} || new Data::UUID->create_str }

View File

@@ -0,0 +1 @@
SME Server {$sysconfig{ReleaseVersion}}