Initial commit
[clearscm.git] / web / sysadm / 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=iso-8859-1">
6   <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
7
8   <title>ClearSCM: Systems Administration</title>
9
10   <link rel="stylesheet" type="text/css" media="screen" href="/css/Article.css">
11   <link rel="stylesheet" type="text/css" media="print"  href="/css/Print.css">
12   <link rel="SHORTCUT ICON" href="http://clearscm.com/favicon.ico" type="image/png">
13
14   <!-- Google Analytics
15   <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
16   </script>
17   <script type="text/javascript">
18     _uacct = "UA-89317-1";
19     urchinTracker ();
20   </script>
21   Google Analytics -->
22
23   <?php
24   include "../php/clearscm.php";
25   menu_css ();
26   ?>
27 </head>
28
29 <body id="homepage">
30 <?php heading ();?>
31
32 <div id="page">
33   <div id="content">
34     <?php start_box ("cs4")?>
35       <h2>Systems Administration</h2>
36     <?php end_box ();?>
37
38     <p>Whether large or small, today's software is more complex. Many
39     resources are brought to bear to get your code from inception to
40     release. As such many different machines, architectures and
41     operating systems need to be tamed to work in tandem with each
42     other for smooth operations. Thus the SCM professional needs to be
43     well versed in Systems Administrations of these resources.</p>
44
45     <p>Our people have many years of Systems Administration experience
46     in Windows, Unix and Linux Operating Systems. Additionally we have
47     been at many clients so we have seen how shops administer their
48     machines from various perspectives. So instead of having 10 years
49     of systems administration experinece in one company, thus knowing
50     only how they manage their systems, we have years of experience at
51     many companies which helps us understand the many ways of
52     administrating systems, some good and some not so good.</p>
53   </div>
54
55   <?php copyright ();?>
56 </div>
57
58 <script language="JavaScript" src="/JavaScript/Menus.js" type="text/javascript"></script>
59
60 </body>
61 </html>