Removed /usr/local from CDPATH
[clearscm.git] / web / scripts / 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: Scripting</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 "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>Scripting Expertise</h2>
36     <?php end_box ();?>
37
38     <p>Over the years there have been many languages that have come
39     about. Each have their strengths and places in a professionals bag
40     of tricks. Perl is very good as a "glue" language bringing
41     together various other systems, home grown as well as purchased
42     packages, to help build larger, customized solutions for your
43     business. PHP, on the other hand, grew up on the web and is
44     excellent for web applications. In fact we use it here. And there
45     are many shops who have a heritage of shell scripts. We have
46     expereince with all of these.</p>
47   </div>
48
49   <?php copyright ();?>
50 </div>
51
52 <script language="JavaScript" src="/JavaScript/Menus.js" type="text/javascript"></script>
53
54 </body>
55 </html>