projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
445d146
)
Change link naming to vastly prefer -with-deps download.
author
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 7 Apr 2009 02:11:13 +0000
(11:41 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 7 Apr 2009 02:11:13 +0000
(11:41 +0930)
web/staticmoduleinfo.php
patch
|
blob
|
history
diff --git
a/web/staticmoduleinfo.php
b/web/staticmoduleinfo.php
index 5b16e62d0003afed9a35d1a4f8ea3d62138bdbea..4accde1e83b237dd80c815660e362891586ca4d6 100644
(file)
--- a/
web/staticmoduleinfo.php
+++ b/
web/staticmoduleinfo.php
@@
-19,9
+19,8
@@
$licence=extract_field('licence',$module);
<a href="<?=$repo_base.$module?>">Browse Source</a>
</td>
<td>
-Download:
-<a href="../<?=$tar_dir?>/<?=basename($module)?>.tar.bz2">(standalone)</a>
-<a href="../<?=$tar_dir?>/with-deps/<?=basename($module)?>.tar.bz2">(with all dependencies)</a>
+<a href="../<?=$tar_dir?>/with-deps/<?=basename($module)?>.tar.bz2">Download</a>
+<a href="../<?=$tar_dir?>/<?=basename($module)?>.tar.bz2">(without any required ccan dependencies)</a>
</tr>
</table>