Removed /usr/local from CDPATH
[clearscm.git] / web / index.php
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6   <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
7   <meta name="verify-v1" content="zmJmtrlhCOjGAk5w/JcwHaDsI3gxxRug9f4Vcl8YftU=" />
8   <meta name="google-site-verification" content="zkTOHKQ7DzVWZ4QCw33m9wJb6-FSRWEIlZhEKwVl6is" />
9
10   <title>ClearSCM</title>
11
12   <link rel="stylesheet" type="text/css" media="screen" href="/css/FrontPage.css">
13   <link rel="stylesheet" type="text/css" media="print"  href="/css/Print.css">
14   <link rel="SHORTCUT ICON" href="http://clearscm.com/favicon.ico" type="image/png">
15
16   <!-- Google Analytics
17   <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
18   </script>
19   <script type="text/javascript">
20     _uacct = "UA-89317-1";
21     urchinTracker ();
22   </script>
23   Google Analytics -->
24
25   <?php
26   include "clearscm.php";
27   menu_css ();
28   ?>
29 </head>
30
31 <body id="homepage" class="sm-r"> <!-- try r-sm, sm-r, ms-r or r-ms -->
32
33 <?php heading ()?>
34
35 <div id="page">
36   <div id="content">
37     <div id="contentWrapper2">
38       <div id="main">
39         <?php start_box ("cs3");?>
40           <p>We provide top notch talent for your <abbr title="Source Configuration Management">SCM</abbr> projects. With over 10
41           years of direct experience with the top <abbr title="Source Configuration Management">SCM</abbr> tools and
42           methodologies we have what it takes to help you succeed.</p>
43         <?php end_box ();?>
44
45         <h2>Our services</h2>
46           <img src="/Images/BMLeft.jpg" width="250" height="165"
47           style="float:left;border:1;padding:5px;" />
48
49           <p>You have your own business to run, your own set of
50           problems, deadlines, challenges and schedules. You want
51           talent to come in and hit the ground running, tackling your
52           toughest challenges. We offer consulting services in the
53           areas of SCM, Build &amp; Release management, Systems
54           Administration and customized scripting solutions.</p>
55
56           <p>ClearSCM, Inc. provides consultants who have technical
57           expertise coupled with an in-depth knowledge of the business
58           process to Fortune 500 companies and other Organizations
59           nationwide and around the world. Our senior consultants and
60           specialists in the computer industry specialize in
61           implementing SCM and ECM for your business needs. We can
62           customize your SCM and maintain your application. We provide
63           a comprehensive technology to help clients successfully
64           build, deploy and manage mission critical enterprise
65           applications in an open systems environment.
66       </div> <!-- main -->
67
68       <div id="supporting">
69         <?php start_box ("cs2");?>
70           <h2><abbr title="Source Configuration Management">SCM</abbr>
71           & <abbr title="Enterprise Change Management">ECM</abbr></h2>
72             <p>Utilizing top tier professional tools such as <a
73             href="http://www.ibm.com/software/awdtools/clearcase/index.html">Clearcase</a>,
74             <a
75             href="http://www.ibm.com/software/awdtools/clearcase/multisite/index.html">Multisite</a>,
76             <a
77             href="http://www.ibm.com/software/awdtools/clearquest/index.html">Clearquest</a>
78             as well as various Open Source tools such as <abbr
79             title="Concurrent Versions System: A free and commonly
80             used Open Source SCM system">CVS</abbr> we work with your
81             company to build professional, customized solutions to
82             your <abbr title="Source Configuration Management">SCM</abbr> needs.</p>
83         <?php end_box ();?>
84
85         <?php start_box ("cs3");?> 
86           <h2>Beyond SCM</h2>
87             <p>Rarely do companies live on SCM alone. There are many
88             internal and inhouse systems that grow up around Build and
89             Release Management systems including things like internal
90             web sites tracking nightly build processes. Integrations
91             between bug tracking systems and source control
92             systems. Many times such intergrations have yet to be
93             made... <a href="/services">(more)</a>
94         <?php end_box ();?>
95       </div> <!-- supporting -->
96     </div> <!-- contentWrapper2 -->
97
98     <div id="contentWrapper1">
99       <div id="related">
100         <?php start_box ("cs2");?> 
101           <h2>Systems Administration</h2>
102             <p>Whether large or small, today's software is more
103             complex. Many resources are brought to bear to get your
104             code from inception to release.... <a
105             href="/sysadm">(more)</a></p>
106         <?php end_box ();?>
107
108         <?php start_box ("cs5");?> 
109
110           <h2>Scripting Expertise</h2>
111             <p>Over the years there have been many languages that have
112             come about. Each have their strengths and places in a
113             professionals <i>bag of tricks</i>. Perl is very good as a
114             "glue" language bringing together various other systems,
115             home grown as well as purchased packages, to help build
116             larger, customized solutions for your business...<a
117             href="/sysadm">(more)</a></p>
118         <?php end_box ();?>
119       </div> <!-- related -->
120     </div> <!-- contentWrapper1 -->
121   </div> <!-- content -->
122
123   <?php copyright();?>
124 </div> <!-- page -->
125
126 <script language="JavaScript" src="/JavaScript/Menus.js" type="text/javascript"></script>
127
128 </body>
129 </html>