index.html #3

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

<html>
  <head>
    <title>Perforce Public Depot: jBuilder5VCS Perforce Integration</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-outer">

          <div id="content">

            <!-- Content starts here -->

              <h1>jBuilder5VCS</h1>
              <h2>A JBuilder/Perforce Opentool Integration</h2>

              <h3>About jBuilder5VCS </h3>
              <p>jBuilder5vcs is a JBuilder OpenTools compliant plug-in 
                for the Enterprise edition of Borland's JBuilder 5 IDE. It integrates 
                basic Perforce commands into the IDE, allowing convenient access
                to Perforce without leaving the IDE.			  
			  </p>
              <ul>
			    <li><code><a href="http://public.perforce.com:8080/@ra=s@/public/perforce/integrations/jbuilder/jBuilder5VCS/">Browse the Source Files</a></code></li>
              </ul>
			  <p>Please read the <code><a href="LICENSE">LICENSE</a></code> file for important license information.			  
			  </p>
			  
              <div class="hr-dotted"></div>
			  
              <h3>Downloads</h3>
              <ul>
                <li><code><a href="http://public.perforce.com/public/perforce/integrations/jbuilder/jBuilder5VCS/jbuilder5vcs.jar">jbuilder5vcs.jar</a></code></li>
              </ul>			  
			  
              <div class="hr-dotted"></div>
			  
              <h3>Documentation</h3>
              <ul>
                <li><code><a href="README">README</a></code></li>
                <li><code><a href="doc/index.html">HTML package docs</a></code></li>
              </ul>
			  
              <div class="hr-dotted"></div>
			  
              <h3>Project Background</h3>
              <p>Thanks to Nicolas Jorand of jBASE software for the original implementation
                and contribution to the Perforce Public Depot.
			  </p>
			  <p><b>Curator:</b>   Perforce Software Staff. Please email [email protected]
                if you have submitted contributions you'd like published or if you have ideas for enhancement.
			  </p>
			  
              <div class="hr-dotted"></div>

              <p class="stored-file">You're browsing a file stored as <code>$Id: //guest/perforce_software/integrations/jbuilder/jBuilder5VCS/index.html#3 $</code></p>

            <!-- Content ends here -->

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

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

      </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
#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 1098 rmg put jBuilder5VCS on the //public roadmap!