Skip to content

Commit

Permalink
display maintainer avatars in package listing
Browse files Browse the repository at this point in the history
  • Loading branch information
aviks committed Jan 8, 2013
1 parent 4cb7844 commit d81a11a
Show file tree
Hide file tree
Showing 2 changed files with 314 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/listpkg.jl
Expand Up @@ -54,6 +54,7 @@ function gen_listpkg()
end
print(io, "`$(pkg) <$(html_url)>`_\n");
print(io, "_"^(length("`$(pkg) <$(html_url)>`_")) * "\n\n")
print(io, " .. image:: $(avatar)\n :height: 80px\n :width: 80px\n :align: right\n :alt: $(fullname)\n")
print(io, " Current Version: ``$(maxv.version)``\n\n");
print(io, " $(desc) \n\n")
print(io, " Maintainer: `$(fullname) <$user_url>`_\n\n")
Expand Down

0 comments on commit d81a11a

Please sign in to comment.