This commit is contained in:
allexanderbergmns
2026-08-26 18:37:00 +02:00
parent 6c42a6d701
commit 03616cd150
7 changed files with 15 additions and 17 deletions
+5 -5
View File
@@ -40,9 +40,9 @@
<table>
<tr><th>Resource</th><th>Description</th><th>Link</th></tr>
<tr>
<td>GitHub</td>
<td>Git</td>
<td>Source code, issue tracker, pull requests</td>
<td><a href="https://github.com/revivesparc">github.com/revivesparc</a></td>
<td><a href="https://git.revivesparc.com/Revivesparc">git.revivesparc.com/Revivesparc</a></td>
</tr>
<tr>
<td>Mailing List</td>
@@ -67,7 +67,7 @@
<tr>
<td>Bug Tracker</td>
<td>Report issues and feature requests</td>
<td><a href="https://github.com/revivesparc/revivesparc/issues">GitHub Issues</a></td>
<td><a href="https://git.revivesparc.com/Revivesparc/revivesparc/issues">Issues</a></td>
</tr>
</table>
@@ -76,14 +76,14 @@
<h4>Code Contributions</h4>
<ol>
<li>Fork the repository on GitHub.</li>
<li>Fork the repository on our Git instance.</li>
<li>Create a feature branch: <code>git checkout -b my-feature</code></li>
<li>Make your changes and add tests.</li>
<li>Run the test suite: <code>make test</code></li>
<li>Submit a pull request with a clear description of your changes.</li>
</ol>
<p>Before starting significant work, please post to the mailing list or open a discussion on GitHub to coordinate with other developers.</p>
<p>Before starting significant work, please post to the mailing list or open a discussion on the issue tracker to coordinate with other developers.</p>
<h4>Reporting Bugs</h4>
<p>When reporting a bug, please include:</p>
+2 -2
View File
@@ -95,7 +95,7 @@ Optional but recommended:
Clone the repository:
```bash
git clone https://github.com/revivesparc/revivesparc.git
git clone https://git.revivesparc.com/Revivesparc/revivesparc.git
cd revivesparc
```
@@ -232,7 +232,7 @@ Standard build with GCC:
```bash
sudo apt install build-essential cmake git
git clone https://github.com/revivesparc/revivesparc.git
git clone https://git.revivesparc.com/Revivesparc/revivesparc.git
cd revivesparc
make
```
+1 -1
View File
@@ -48,7 +48,7 @@ Standard build with GCC:
```bash
sudo apt install build-essential cmake git
git clone https://github.com/revivesparc/revivesparc.git
git clone https://git.revivesparc.com/Revivesparc/revivesparc.git
cd revivesparc
make
```
+1 -1
View File
@@ -19,7 +19,7 @@ Optional but recommended:
Clone the repository:
```bash
git clone https://github.com/revivesparc/revivesparc.git
git clone https://git.revivesparc.com/Revivesparc/revivesparc.git
cd revivesparc
```
+3 -3
View File
@@ -35,8 +35,8 @@
<h2>Download ReviveSparc</h2>
<h3>Source Code</h3>
<p>The ReviveSparc source repository is hosted on GitHub. Clone it with:</p>
<pre>git clone https://github.com/revivethesparc/revivesparc.git</pre>
<p>The ReviveSparc source repository is hosted on our Git instance. Clone it with:</p>
<pre>git clone https://git.revivesparc.com/Revivesparc/revivesparc.git</pre>
<p>Or download a tarball of any release below.</p>
@@ -87,7 +87,7 @@
<h3>Building from Source</h3>
<p>ReviveSparc builds on Linux and macOS. Required dependencies: <code>gcc</code> or <code>clang</code>, <code>make</code>, <code>cmake</code>.</p>
<pre>git clone https://github.com/revivethesparc/revivesparc.git
<pre>git clone https://git.revivesparc.com/Revivesparc/revivesparc.git
cd revivesparc
make
# Optional: run the test suite
+1 -1
View File
@@ -65,7 +65,7 @@
<p><a href="news.html">All news &amp; releases &rarr;</a></p>
<h2>Quick Start</h2>
<pre>git clone https://github.com/revivethesparc/revivesparc.git
<pre>git clone https://git.revivesparc.com/Revivesparc/revivesparc.git
cd revivesparc
make
./sparc-emu -kernel vmlinux</pre>
+2 -4
View File
@@ -57,12 +57,12 @@
</table>
<h3>Individual Supporters</h3>
<p>Thanks to all who have sponsored through GitHub Sponsors:</p>
<p>Thanks to all individual supporters:</p>
<!-- <pre>David S. Miller (SPARC Linux kernel maintainer)
Roland McGrath (toolchain and debugger support)
Jakub Jelinek (GCC SPARC backend)
Andreas Schwab (binutils and glibc SPARC)
+ 47 more supporters via GitHub Sponsors</pre> -->
+ 47 more supporters</pre> -->
<h3>Become a Sponsor</h3>
<p>Sponsorship funds go directly to project development. All tiers include a logo placement on this page.</p>
@@ -74,8 +74,6 @@ Andreas Schwab (binutils and glibc SPARC)
<tr><td>Bronze</td><td>$5+ / month</td><td>Name listed on this page</td></tr>
</table>
<p><a class="btn" href="https://github.com/sponsors/revivethesparc">Sponsor on GitHub</a></p>
</div>
<div id="footer">