|
6 | 6 | <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Orbitron&text=Cppcheck" /> |
7 | 7 | <link rel="stylesheet" type="text/css" href="/site/css/pack.css" /> |
8 | 8 | <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> |
9 | | - <link rel="alternate" type="application/atom+xml" title="Recent Commits to cppcheck:master" |
10 | | - href="https://github.com/danmar/cppcheck/commits/master.atom" /> |
| 9 | + <link rel="alternate" type="application/atom+xml" title="Recent Commits to cppcheck:main" |
| 10 | + href="https://github.com/danmar/cppcheck/commits/main.atom" /> |
11 | 11 | <link rel="alternate" type="application/atom+xml" title="Trac Timeline" |
12 | 12 | href="http://trac.cppcheck.net/timeline?changeset=on&ticket=on&milestone=on&wiki=on&max=50&daysback=90&format=rss" /> |
13 | 13 | <link rel="alternate" type="application/atom+xml" title="Latest Forum Posts" |
|
21 | 21 | <script src="/site/js/pack.js" type="text/javascript"></script> |
22 | 22 | <script type="text/javascript"> |
23 | 23 | $(function() { |
24 | | - $("#github-commits").listCommits("danmar", "cppcheck", "master"); |
| 24 | + $("#github-commits").listCommits("danmar", "cppcheck", "main"); |
25 | 25 | }); |
26 | 26 | </script> |
27 | 27 | </head> |
|
63 | 63 | <p>Latest version can be found in the <a href="https://github.com/danmar/cppcheck/"> |
64 | 64 | cppcheck git repository</a>.</p> |
65 | 65 | <p>To get the source code using git:</p> |
66 | | -<pre class="cmd">git clone git://github.com/danmar/cppcheck.git</pre> |
67 | | -<p>To get the source code using subversion:</p> |
68 | | -<pre class="cmd">svn checkout https://github.com/danmar/cppcheck/trunk</pre> |
| 66 | +<pre class="cmd">git clone https://github.com/danmar/cppcheck.git</pre> |
69 | 67 | <p>You can also <a href="https://github.com/danmar/cppcheck/releases">download |
70 | 68 | the latest sources in a zip or tgz archive</a> from the github website.</p> |
71 | 69 | <h3>Formatting</h3> |
72 | 70 | <p>We use <a href="https://github.com/uncrustify/uncrustify/releases/tag/uncrustify-0.72.0">uncrustify-0.72</a> to format Cppcheck source code.</p> |
73 | 71 | <h3>Recent Commits</h3> |
74 | | -<div id="github-commits"><a href="https://github.com/danmar/cppcheck/commits/master">View recent commits…</a></div> |
75 | | -<p><a href="https://github.com/danmar/cppcheck/commits/master">View all commits…</a></p> |
| 72 | +<div id="github-commits"><a href="https://github.com/danmar/cppcheck/commits/main">View recent commits…</a></div> |
| 73 | +<p><a href="https://github.com/danmar/cppcheck/commits/main">View all commits…</a></p> |
76 | 74 | <h2 id="latest-forum-posts">Latest Forum Posts</h2> |
77 | 75 | <?php |
78 | 76 | require '../site/simplepie/simplepie.php'; |
|
0 commit comments