index.html #4

  • //
  • guest/
  • perforce_software/
  • utils/
  • vcp/
  • index.html
  • View
  • Commits
  • Open Download .zip Download (6 KB)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">

<html>
  <head>
    <title>Perforce Public Depot: Version Copy Utility (VCP)</title>
    <!-- no htdig-keywords tag in this file -->
    <!-- no keywords tag in this file -->
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" href="../../../css/pure.css" type="text/css">
    <link rel="stylesheet" href="../../../css/depot.css" type="text/css">
  </head>

  <body>

    <!-- div for entire page -->
    <div id="outer">

      <div id="page-top"><!-- frames the logo and search -->
	
        <!-- logo -->
        <div id="logo">
          <a href="http://www.perforce.com"><img src="../../../images/site_logo.gif" alt="Perforce Public Depot" width="219" height="50"></a>
        </div>
	  
        <div id="search"><!-- search section -->
          <form method="get" action="http://www.google.com/search">
            <div><!-- needed so invisible field will validate -->
              <input type="hidden" name="sitesearch" value="public.perforce.com">
            </div><!-- silly invisible field div -->
            <ul class="search-box">
               <li class="left"><input type="text" size="40" name="q" value="" class="search-form"></li>
               <li class="middle"><input type="submit" value="Search" class="search-button"></li>
               <li class="right" style="color: black;">Powered by Google</li>
            </ul>
          </form><!-- top navbar search form -->
        </div><!-- end search section -->

      </div> <!-- end div id page-top -->    
    
      <!-- start site content -->
      <div id="main-body">

        <!-- navbars -->
        <div id="navbar-outer">
          <ul class="navbar">
            <li class="nav-top"><a href="../../../index.html" title="Home">Public Depot Home</a></li> 
            <li><a href="../../../sitemap.html" title="Project Tree">Project Tree</a></li> 
            <!-- li><a href="search.html" title="Search">Search</a></li -->
            <li><a href="../../../browse.html" title="How to Browse" >Browse</a></li> 
            <li><a href="../../../contribute.html" title="How to Contribute">Contribute</a></li> 
            <!-- li><a href="review.html" title="Change Review Email">Change Review Email</a></li -->  
          </ul>
        </div>
        <!-- end id.navbars -->

          <div id="content">

            <!-- Content starts here -->
            <h1>VCP</h1>
            <h2>A Perforce Version Copy Utility</h2>

            <!-- ABOUT THIS PROJECT -->
            <a name="about"></a>
            <h3>About This Project</h3>

            <dl class="project">

              <dt>Content</dt>
              <dd>
                <p>The Perforce Version Copy Utility (VCP) is a Perl based tool for copying revision controlled
                   files and file history between select SCM repositories.  VCP supports bidirectional exchanges
                   between:
               </p>
                  <ul>
                    <li>CVS</li>
                    <li>Perforce</li>
                    <li>Visual Source Safe (VSS)</li>
                  </ul>
                <p>Please see the <a href="http://www.perforce.com/perforce/products/vcp.html">VCP Product
                    Information Page</a> for a more detailed description.
                </p>
              </dd>
            </dl>

            <!-- QUICKLINKS -->
            <div class="quickLinks">
              <ul>
                <li><a href="#about">About<br>VCP</a></li>
                <li><a href="#downloads"><br>Downloads</a></li>
                <li><a href="#docs"><br>Documentation</a></li>
                <li><a href="#background">Project<br>Background</a></li>
              </ul>
            </div>

            <!-- DOWNLOADS -->
            <a name="downloads"></a>
            <h3>Downloads</h3>

              <dl class="vcpdownloads">
                <dt>
                  <a href="release/1.0.0/vcp.pl">vcp.pl</a>
                </dt>
                <dd>
                  <p>Perl file for most Unix platforms.</p>
                </dd>

                <dt>
                  <a href="release/1.0.0/vcp.exe">vcp.exe</a>
                </dt>
                <dd>
                  <p>Binary distribution for Windows NT 4.0, 2000, XP.</p>
                </dd>

                <dt>
                  <a href="release/1.0.0/vcp">vcp</a>
                </dt>
                <dd>
                  <p>Binary distribution for Red Hat Linux 8.0 or greater.</p>
                </dd>

              </dl>

              <div class="hr-dotted"></div>

              <!-- DOCUMENTATION -->
              <a name="docs"></a>
              <h3>Documentation</h3>

              <dl class="Documentation">
                <dd>
                  <p>Full documentation is included with the VCP distribution.
                  </p>
                  <p>
                 The <a href="http://public.perforce.com:8080/@cdf=//public/revml/docs/html/index.html&amp;@//public/revml/docs/html/index.html">document set</a> is also available in the Perforce Public Depot for easy browsing.
                  </p>
                </dd>           
              </dl>

              <div class="hr-dotted"></div>

              <!-- PROJECT BACKGROUND -->
              <a name="background"></a>
              <h3>Project Background</h3>

              <dl class="projbackground">
                <dd>
                  <p>VCP is a child of the Revision Markup Language Project (RevML) maintained by
                     Barrie Slaymaker as open source in our Perforce Public Depot.
                  </p>
                  <p>
                     Please see the <a href="http://public.perforce.com/public/revml/index.html">RevML</a>
                     Product page for more information.
                  </p>
                </dd>           
              </dl>

              <div class="hr-dotted"></div>

              <p class="stored-file">You're browsing a file stored as<code>$Id:$</code></p>

            <!-- Content ends here -->

          </div><!-- id content -->

      </div><!-- id main-body -->


      <!-- Copyright and bottom bar -->
      <div id="copyright">
        Copyright &#169; 1996, 2007 Perforce
      </div>

    </div> <!-- id outer -->

  </body>
</html>

# Change User Description Committed
#4 6075 michael Fix more bad navbar links.
#3 6026 rlo Public depot fixes:
* Titles formatted similarly
* Navbar changed and shortened
* Change review taken out of navbar
* Links fixed
#2 6025 rlo Public Depot Redesign goes live
* Skin matches KB and latest WWW skin
* Rudimentary search mechanism based on google
* did this already, but made some big mistakes and it was easier to obliterate and start over
* about the above: yikes!
#1 4280 Gerry Thompson Staging area for VCP 1.0.0 release.