Skip to content

Commit

Permalink
Some more fixes and improvements
Browse files Browse the repository at this point in the history
- code.html page for access to the source repositories
- Link to GitHub repo in text on front page
- Correct link to pull requests
- Shorter main menu enntry to fit in menu button
  • Loading branch information
tillkamppeter committed Apr 3, 2024
1 parent 97b9d06 commit e22cd87
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
3 changes: 2 additions & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ <h2>Drivers for your printer</h2>
<li class="two"><a href="specs.html">Specs</a></li>
<li class="three"><a href="download.html">Download</a></li>
<li class="four"><a href="screenshots.html">Screenshots</a></li>
<li class="five"><a href="issues.html">Bugs & Features</a></li>
<li class="five"><a href="issues.html">Report</a></li>
<li class="six"><a href="code.html">Code</a></li>
<li class="last"><a href="contact.html">Contact</a></li>
</ul>
</div>
Expand Down
22 changes: 22 additions & 0 deletions code.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
---
{% include header.html %}

<h1>Code</h1>

<h2>Source code</h2>
<p>
Our source code is managed in our
<a href="https://github.com/OpenPrinting/splix/">GIT repository</a>.
</p>

<h2>Old source repository</h2>
<p>
Formerly, the source code was managed as a Subversion repository
<a href="https://sourceforge.net/p/splix/code/HEAD/tree/">at SourceForge</a>.
</p>

{% include footer.html %}

<!-- vim: set expandtab tabstop=4 shiftwidth=4 smarttab tw=80: -->

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>Welcome</h1>
</p>

<p>
<strong>We have moved to OpenPrinting's GitHub site now!</strong>
<strong>We have moved to <a href="https://github.com/OpenPrinting/splix/">OpenPrinting's GitHub site</a> now!</strong>
</p>

<h2>Important notice</h2>
Expand Down
2 changes: 1 addition & 1 deletion issues.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h2>Issue Tracker</h2>
<h2>Pull Requests</h2>
<p>
If you did any modifications on the code, for example to fix a bug or to add not yet explicitly supported devices, post a
<a href="https://github.com/OpenPrinting/splix/issues">pull request</a>.
<a href="https://github.com/OpenPrinting/splix/pulls">pull request</a>.
</p>

<h2>Old Reports</h2>
Expand Down

0 comments on commit e22cd87

Please sign in to comment.