master
Sven Slootweg 10 years ago
parent e7c0c9c82a
commit 16e3547cdd

@ -66,9 +66,9 @@ foreach($data["projects"] as $project_name => $project_data)
<?php endif; ?>
<?php if(!empty($project["contributions_accepted"])): ?>
<div class="top-bar contributions-yes"><i class="fa fa-code-fork"></i> Contributions are welcome!</div>
<div class="top-bar contributions-yes"><i class="fa fa-code-fork"></i> Code contributions are welcome!</div>
<?php else: ?>
<div class="top-bar contributions-no"><i class="fa fa-times"></i> Contributions not accepted</div>
<div class="top-bar contributions-no"><i class="fa fa-times"></i> Code contributions not accepted</div>
<?php endif; ?>
<?php if(!empty($project["website"])): ?>

@ -283,7 +283,7 @@ projects:
description: A Python IRC bot.
repository: https://github.com/joepie91/phenny
contributions_accepted: yes
license: WTFPL / CC0
license: Core: Eiffel Forum License 2, added plugins: WTFPL / CC0
nzbspider:
category: finished
description: A simple tool to automatically download NZBs for given releases.
@ -421,7 +421,7 @@ projects:
description: A public IRC logging bot, with multi-channel support.
repository: https://github.com/joepie91/multiloggy
contributions_accepted: yes
license: WTFPL / CC0
license: Unclear
tahoe-tools:
category: finished
description: Some miscellaneous tools for interacting with a Tahoe-LAFS storage grid.

Loading…
Cancel
Save