home.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Metrix++ Project</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="description" content="">
  8. <meta name="author" content="">
  9. <!-- Le styles -->
  10. <!--
  11. <link href="../../style.css" rel="stylesheet">
  12. -->
  13. <link href="assets/css/bootstrap.css" rel="stylesheet">
  14. <link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
  15. <link href="assets/css/docs.css" rel="stylesheet">
  16. <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
  17. <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
  18. <!--[if lt IE 9]>
  19. <script src="assets/js/html5shiv.js"></script>
  20. <![endif]-->
  21. <!-- Le fav and touch icons -->
  22. <link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
  23. <link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
  24. <link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
  25. <link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
  26. <link rel="shortcut icon" href="assets/ico/favicon.png">
  27. <!--
  28. <script type="text/javascript">
  29. var _gaq = _gaq || [];
  30. _gaq.push(['_setAccount', 'UA-146052-10']);
  31. _gaq.push(['_trackPageview']);
  32. (function() {
  33. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  34. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  35. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  36. })();
  37. </script>
  38. -->
  39. </head>
  40. <body data-spy="scroll" data-target=".bs-docs-sidebar">
  41. <!-- Navbar
  42. ================================================== -->
  43. <div class="navbar navbar-link navbar-fixed-top">
  44. <div class="navbar-inner">
  45. <div class="container">
  46. <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
  47. <span class="icon-bar"></span>
  48. <span class="icon-bar"></span>
  49. <span class="icon-bar"></span>
  50. </button>
  51. <a class="brand" href="./index.html">Metrix++</a>
  52. <div class="nav-collapse collapse">
  53. <ul class="nav">
  54. <li class="">
  55. <a href="./index.html">Home</a>
  56. </li>
  57. <li class="">
  58. <a href="./customize.html"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=275605&amp;type=10" alt="Get Software Index at SourceForge.net. Fast, secure and Free Open Source software downloads" border="0"></a>
  59. </li>
  60. </ul>
  61. </div>
  62. </div>
  63. </div>
  64. </div>
  65. <!-- Subhead
  66. ================================================== -->
  67. <header class="jumbotron" id="overview">
  68. <div id="myCarousel" class="carousel slide">
  69. <div class="carousel-inner">
  70. <div class="item active">
  71. <img src="assets/img/slide-01.jpg" alt="">
  72. <div class="container">
  73. <div class="carousel-caption">
  74. <h2>Multiple languages</h2>
  75. <p class="lead">&middot; C/C++, C# and Java.</p>
  76. <p class="lead">&middot; Recognises classes, interfaces, namespaces, functions, comments, preprocessor and much more.</p>
  77. </div>
  78. </div>
  79. </div>
  80. <div class="item">
  81. <img src="assets/img/slide-02.jpg" alt="">
  82. <div class="container">
  83. <div class="carousel-caption">
  84. <h2>Multiple metrics</h2>
  85. <p class="lead">&middot; Complexity, size and other.</p>
  86. </div>
  87. </div>
  88. </div>
  89. <div class="item">
  90. <img src="assets/img/slide-03.jpg" alt="">
  91. <div class="container">
  92. <div class="carousel-caption">
  93. <h2>High performance and scalability</h2>
  94. <p class="lead">&middot; Applicable to huge code bases: thousands of files per minute.</p>
  95. <p class="lead">&middot; Ultra-fast feedback on iterative re-run.</p>
  96. </div>
  97. </div>
  98. </div>
  99. <div class="item">
  100. <img src="assets/img/slide-01.jpg" alt="">
  101. <div class="container">
  102. <div class="carousel-caption">
  103. <h2>Effortless application to legacy code</h2>
  104. <p class="lead">&middot; Recognises legacy, modified and new code.</p>
  105. <p class="lead">&middot; Prevents from negative trends. Encourages positive.</p>
  106. </div>
  107. </div>
  108. </div>
  109. <div class="item">
  110. <img src="assets/img/slide-02.jpg" alt="">
  111. <div class="container">
  112. <div class="carousel-caption">
  113. <h2>Configurable</h2>
  114. <p class="lead">&middot; Define and apply your rules and policies.</p>
  115. <p class="lead">&middot; Integrate with your workflow.</p>
  116. </div>
  117. </div>
  118. </div>
  119. <div class="item">
  120. <img src="assets/img/slide-03.jpg" alt="">
  121. <div class="container">
  122. <div class="carousel-caption">
  123. <h2>Extendable via plugins</h2>
  124. <p class="lead">&middot; Define your custom metric.</p>
  125. <p class="lead">&middot; Add new language parser.</p>
  126. <p class="lead">&middot; Create advanced post-analysis tool.</p>
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. <a class="left carousel-control" href="#myCarousel" data-slide="prev">&lsaquo;</a>
  132. <a class="right carousel-control" href="#myCarousel" data-slide="next">&rsaquo;</a>
  133. </div>
  134. <div class="container">
  135. <div class="row">
  136. <div class="span3">
  137. </div>
  138. <div class="span9">
  139. <h5 class="text-right">Management of source code quality is possible.</h5>
  140. <p class="text-right"><a href="https://sourceforge.net/projects/metrixplusplus/files/latest/download"><button type="button"class="btn btn-danger">Download</button></a> <button type="button"class="btn btn-warning">Donate</button></p>
  141. </div>
  142. </div>
  143. </div>
  144. </header>
  145. <div class="container"><div class="row">
  146. <!-- Docs nav
  147. ================================================== -->
  148. <div class="span3 bs-docs-sidebar">
  149. <ul class="nav nav-list bs-docs-sidenav">
  150. <!--<li><img src="../../logo_project.png"/><p>&nbsp;</p></li>-->
  151. <li><a href="#overview_section"><i class="icon-chevron-right"></i> Overview</a></li>
  152. <li><a href="#download_section"><i class="icon-chevron-right"></i> Download &amp; Install</a></li>
  153. <li><a href="#workflow_collect_section"><i class="icon-chevron-right"></i> Workflow: Collect data</a></li>
  154. <li><a href="#workflow_view_section"><i class="icon-chevron-right"></i> Workflow: View data</a></li>
  155. <li><a href="#workflow_limit_section"><i class="icon-chevron-right"></i> Workflow: Apply thresholds</a></li>
  156. <li><a href="#extend_section"><i class="icon-chevron-right"></i> Create new plugin</a></li>
  157. <li><a href="#contribute_section"><i class="icon-chevron-right"></i> Feedback &amp; Contribute</a></li>
  158. </ul>
  159. </div>
  160. <!-- Sections
  161. ================================================== -->
  162. <div class="span9">
  163. <!-- Overview
  164. ================================================== -->
  165. <section id="overview_section">
  166. <div class="page-header">
  167. <h1>Overview</h1>
  168. </div>
  169. <h3>Highlights</h3>
  170. <p>Metrix++ is a tool to collect and analyse code metrics. Any metric is useless if it is not used.
  171. Metrix++ offers great usage capabilities and assists with variety of application use cases:</p>
  172. <ul>
  173. <li>Monitoring trends on <strong>daily</strong> basis. In order to take actions or make right decisions earlier.</li>
  174. <li>Enforcing trends on <strong>hourly</strong> basis, at every commit of code changes. In order to control quality in time, i.e. when it is not too late to redo.</li>
  175. <li>Assisiting on <strong>per minute</strong> basis during code refactoring and code development, where coding and quality standards matter.</li>
  176. </ul>
  177. <h3>Languages supported</h3>
  178. <p>The tool can parse C/C++, C# and Java source code files.</p>
  179. <h3>Metrics</h3>
  180. <p>....</p>
  181. </section>
  182. <section id="download_section">
  183. <div class="page-header">
  184. <h1>Download &amp; Install</h1>
  185. </div>
  186. <p>In order to get the tool working, <a href="https://sourceforge.net/projects/metrixplusplus/files/latest/download">dowload the archive</a> with the latest stable version
  187. and unpack it to some folder. First run of the tool will trigger the installation within the folder,
  188. where it was launched.</p>
  189. <p>Corresponding checkout from the <a href="https://sourceforge.net/p/metrixplusplus/code">version control system</a> is the following:</p>
  190. <pre>svn checkout <a href="https://sourceforge.net/p/metrixplusplus/code">svn://svn.code.sf.net/p/metrixplusplus/code</a>/releases/latest Metrix++</pre>
  191. <p>In order to checkout the latest version under development, use this command:</p>
  192. <pre>svn checkout <a href="https://sourceforge.net/p/metrixplusplus/code">svn://svn.code.sf.net/p/metrixplusplus/code</a>/mainline Metrix++</pre>
  193. <h4>Prerequisites</h4>
  194. <p>Python Runtime Environment (version 2.7.* or later, version 3.* has not been tested)</p>
  195. <h4>License</h4>
  196. <p>This program is free software; you can redistribute it and/or modify it
  197. under the terms of the GNU General Public License as published by the
  198. Free Software Foundation; version 3 of the License.</p>
  199. <p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
  200. without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  201. See the GNU General Public License for more details.</p>
  202. <p>You should have received a copy of the GNU General Public License along with the Metrix++;
  203. if not, contact <a href="mailto:avkonst@users.sourceforge.net?subject=Metrix%2B%2B License">Project Administrator</a></p>
  204. </section>
  205. </div> <!-- end for sections -->
  206. </div></div> <!-- end for row and container -->
  207. <!-- Footer
  208. ================================================== -->
  209. <footer class="footer">
  210. <div class="container">
  211. <p>Copyright <strong>&copy;</strong> 2009 - 2013, <a href="mailto:avkonst@users.sourceforge.net"><span class="normalImportance">Metrix++</span> Project</a></p>
  212. <p>Code licensed under <a href="http://www.gnu.org/licenses/gpl.txt" target="_blank">GPL 3.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
  213. <ul class="footer-links">
  214. <li><a href="#">Report defect</a></li>
  215. <li class="muted">&middot;</li>
  216. <li><a href="#">Feature request</a></li>
  217. <li class="muted">&middot;</li>
  218. <li><a href="#">Known issues</a></li>
  219. <li class="muted">&middot;</li>
  220. <li><a href="#">Changelog</a></li>
  221. </ul>
  222. </div>
  223. </footer>
  224. <!-- Le javascript
  225. ================================================== -->
  226. <!-- Placed at the end of the document so the pages load faster -->
  227. <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
  228. <script src="assets/js/jquery.js"></script>
  229. <script src="assets/js/bootstrap-transition.js"></script>
  230. <script src="assets/js/bootstrap-alert.js"></script>
  231. <script src="assets/js/bootstrap-modal.js"></script>
  232. <script src="assets/js/bootstrap-dropdown.js"></script>
  233. <script src="assets/js/bootstrap-scrollspy.js"></script>
  234. <script src="assets/js/bootstrap-tab.js"></script>
  235. <script src="assets/js/bootstrap-tooltip.js"></script>
  236. <script src="assets/js/bootstrap-popover.js"></script>
  237. <script src="assets/js/bootstrap-button.js"></script>
  238. <script src="assets/js/bootstrap-collapse.js"></script>
  239. <script src="assets/js/bootstrap-carousel.js"></script>
  240. <script src="assets/js/bootstrap-typeahead.js"></script>
  241. <script src="assets/js/bootstrap-affix.js"></script>
  242. <script>
  243. !function ($) {
  244. $(function(){
  245. // carousel demo
  246. $('#myCarousel').carousel()
  247. })
  248. }(window.jQuery)
  249. </script>
  250. <script src="assets/js/holder/holder.js"></script>
  251. <script src="assets/js/google-code-prettify/prettify.js"></script>
  252. <script src="assets/js/application.js"></script>
  253. <!-- Analytics
  254. ================================================== -->
  255. <!--
  256. <script>
  257. var _gauges = _gauges || [];
  258. (function() {
  259. var t = document.createElement('script');
  260. t.type = 'text/javascript';
  261. t.async = true;
  262. t.id = 'gauges-tracker';
  263. t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013');
  264. t.src = '//secure.gaug.es/track.js';
  265. var s = document.getElementsByTagName('script')[0];
  266. s.parentNode.insertBefore(t, s);
  267. })();
  268. </script>
  269. -->
  270. </body>
  271. </html>