PageRenderTime 26ms CodeModel.GetById 39ms RepoModel.GetById 0ms app.codeStats 0ms

/website/home/index.php

https://github.com/rdawe/vrapper
PHP | 38 lines | 38 code | 0 blank | 0 comment | 5 complexity | ac833d0a4fc585109690e99a6a6b9e48 MD5 | raw file
  1. <?php $page="home"; include("../includes/header.html");?>
  2. <div id="right">
  3. <div id="download">
  4. <h3 class="download">Download</h3>
  5. <h4>Update Site</h4>
  6. <p>
  7. Stable: <a href="http://vrapper.sourceforge.net/update-site/stable">http://vrapper.sourceforge.net/update-site/stable</a><br />
  8. Unstable: <a href="http://vrapper.sourceforge.net/update-site/unstable">http://vrapper.sourceforge.net/update-site/unstable</a><br />
  9. <a href='http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=881' title='Drag and drop into a running Eclipse Indigo workspace to install Vrapper'>
  10. <img src='http://marketplace.eclipse.org/misc/installbutton.png'/>
  11. </a>
  12. </p>
  13. <h4>File Releases</h4>
  14. <p>
  15. <a href="https://sourceforge.net/projects/vrapper/files/vrapper/0.14.0/vrapper_0.14.0_20100412.zip/download">Lastest Version</a><br />
  16. <a href="https://sourceforge.net/projects/vrapper/files">Older Versions</a>
  17. </p>
  18. </div>
  19. <div id="about">
  20. <h3 class="information">About</h3>
  21. <p>Vrapper is an eclipse plugin which acts as a wrapper for eclipse text editors to provide a Vim-like input scheme for moving around and editing text.</p>
  22. <p>Unlike other plugins which embed Vim in Eclipse, Vrapper imitates the behaviour of Vim while still using whatever editor you have opened in the workbench. The goal is to have the comfort and ease which comes with the different modes, complex commands and count/operator/motion combinations which are the key features behind editing with Vim, while preserving the powerful features of the different Eclipse text editors, like code generation and refactoring.</p>
  23. <p>Vrapper tries to offer Eclipse users the best of both worlds.</p>
  24. </div>
  25. <div id="about">
  26. <h3 class="information">Development</h3>
  27. <p>Development of Vrapper has moved to our GitHub project at:<br/><a href="https://github.com/vrapper/vrapper">https://github.com/vrapper/vrapper</a></p>
  28. <p>GitHub makes it much easier for contributors to submit code changes, bug fixes, and new features. If you'd like to contribute to Vrapper just initiate a Pull Request on our GitHub project.</p>
  29. <p>The SourceForge project will remain active because it hosts our website, bug tracker, wiki, forums, direct file downloads, and Eclipse update site. The Git repository on SourceForge will only contain the state of the code for the most recent stable release. Basically, everything other than actively developed code is still on SourceForge.</p>
  30. </div>
  31. </div>
  32. <div>
  33. <div id="left">
  34. <h3 class="news">News</h3>
  35. <?php include("news.php"); ?>
  36. </div>
  37. </div>
  38. <?php include("../includes/footer.html"); ?>