Re-added scm.php and removed clearagent.pl.log
authorAndrew DeFaria <Andrew@DeFaria.com>
Wed, 23 Oct 2013 16:02:53 +0000 (09:02 -0700)
committerAndrew DeFaria <Andrew@DeFaria.com>
Wed, 23 Oct 2013 16:02:53 +0000 (09:02 -0700)
clearadm/log/clearagent.pl.log [deleted file]
web/services/scm.php [new file with mode: 0644]

diff --git a/clearadm/log/clearagent.pl.log b/clearadm/log/clearagent.pl.log
deleted file mode 100644 (file)
index d2b327a..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-clearagent.pl V1.11 started at Mon Aug 12 08:57:20 2013
-20130812@08:57:20 Clearexec V1.18 accepting clients at Mon Aug 12 08:57:20 2013
-clearagent.pl V1.11 started at Tue Aug 13 23:33:21 2013
-20130813@23:33:21 Clearexec V1.18 accepting clients at Tue Aug 13 23:33:21 2013
-clearagent.pl V1.11 started at Tue Aug 13 23:39:12 2013
-20130813@23:39:12 Clearexec V1.18 accepting clients at Tue Aug 13 23:39:12 2013
-clearagent.pl V1.11 started at Tue Aug 13 23:59:13 2013
-20130813@23:59:13 Clearexec V1.18 accepting clients at Tue Aug 13 23:59:13 2013
-clearagent.pl V1.11 started at Wed Aug 14 00:28:11 2013
-20130814@00:28:11 Clearexec V1.18 accepting clients at Wed Aug 14 00:28:11 2013
-clearagent.pl V1.11 started at Wed Aug 14 07:16:45 2013
-20130814@07:16:45 Clearexec V1.18 accepting clients at Wed Aug 14 07:16:45 2013
-Argument "no" isn't numeric in numeric le (<=) at /opt/clearscm/clearadm/../lib/Display.pm line 1059.
diff --git a/web/services/scm.php b/web/services/scm.php
new file mode 100644 (file)
index 0000000..d39ae45
--- /dev/null
@@ -0,0 +1,130 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+   "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+  <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
+
+  <title>ClearSCM: Services</title>
+
+  <link rel="stylesheet" type="text/css" media="screen" href="/css/FrontPage.css">
+  <link rel="stylesheet" type="text/css" media="print"  href="/css/Print.css">
+  <link rel="SHORTCUT ICON" href="http://clearscm.com/favicon.ico" type="image/png">
+
+  <!-- Google Analytics
+  <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+  </script>
+  <script type="text/javascript">
+    _uacct = "UA-89317-1";
+    urchinTracker ();
+  </script>
+  Google Analytics -->
+
+  <?php
+  include "clearscm.php";
+  menu_css ();
+  ?>
+</head>
+
+<body id="homepage" class="sm-r"> <!-- try r-sm, sm-r, ms-r or r-ms -->
+
+<?php heading ()?>
+
+<div id="page">
+  <div id="content">
+    <div id="contentWrapper2">
+      <div id="main">
+        <h2>Source Configuration Management</h2>
+
+        <p>Managing the complexities of modern software requires
+        professional methodologies, professional tools and, well,
+        professionals. That's where we come in. We apply solid
+        configuration management practices to your software to insure
+        a smooth flow from design through deployment.</p>
+
+      </div> <!-- main -->
+
+      <div id="supporting">
+        <?php start_box ("cs3");?>
+
+          <h2><a href="/services/consultancy.php">Consultancy</a></h2>
+
+          <p>Our core service is <a href="/people.php">our people</a>
+          and their years of experience in the field.</p>
+
+        <?php end_box ();?>
+
+        <?php start_box ("cs2");?> 
+
+          <h2><a href="/services/custom_software.php">Custom Software
+          Solutions</a></h2>
+
+          <p>In addition to SCM, we build custom software solutions
+          using:</p>
+
+          <ul>
+            <li>Web Site Design</li>
+
+            <li>Web Application Design and Implementation</li>
+
+            <li>Custom Build Automation</li>
+
+            <li>Test Automation</li>
+          </ul>
+
+        <?php end_box ();?>
+
+        <?php start_box ("cs4");?> 
+
+          <h2><a href="/services/sysadmin.php">Systems Administration</a></h2>
+
+          <p>Whether large or small, today's software is more
+          complex. Many resources are brought to bear to get your code
+          from inception to release....<a href="/sysadm">(more)</a>
+
+        <?php end_box ();?>
+
+      </div> <!-- supporting -->
+    </div> <!-- contentWrapper2 -->
+
+    <div id="contentWrapper1">
+      <div id="related">
+        <?php start_box ("cs2");?> 
+
+          <h2><a href="/services/scm.php">SCM</a></h2>
+
+          <p>Managing the complexities of modern software requires
+          professional methodologies, professional tools and, well,
+          professionals. That's where we come in. We apply solid
+          configuration management practices to your software to
+          insure a smooth flow from design through deployment.</p>
+
+        <?php end_box ();?>
+
+        <?php start_box ("cs3");?> 
+
+          <h2><a href="/services/web.php">Web Applications</a></h2>
+
+         <p>We also specialize in customer web applications to suit
+         your business needs</p>
+
+        <?php end_box ();?>
+
+        <?php start_box ("cs5");?> 
+
+          <h2><a href="/services/customers.php">Customers</a></h2>
+
+          <p>We've worked with many, well known, fortune 500
+          companies. Let us work for you!</p>
+        <?php end_box ();?>
+      </div> <!-- related -->
+    </div> <!-- contentWrapper1 -->
+  </div> <!-- content -->
+  <?php copyright();?>
+</div> <!-- page -->
+
+
+<script language="JavaScript" src="/JavaScript/Menus.js" type="text/javascript"></script>
+
+</body>
+</html>