]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
make_icon_filename(): Convenience function to turn a partial filename
authorFred Drake <fdrake@acm.org>
Mon, 2 Oct 2000 14:43:38 +0000 (14:43 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 2 Oct 2000 14:43:38 +0000 (14:43 +0000)
commit7a40c0702e2ec94c19490fd2acbfde8035062064
tree5289f96ccd97fba96675f44b8eee4f39e91e109a
parent625915eb4fb4b1297b792cb698da41a4327f5e90
make_icon_filename():  Convenience function to turn a partial filename
                       into a usable filename using $ICONSERVER and
                       $IMAGE_TYPE as needed.

get_link_icon():  Function to examine a URL and return the string to use
                  to insert an icon if the link points off-site, if needed
                  and $OFF_SITE_LINK_ICON is set.

Adjusted appropriate places to use these new functions.
Doc/perl/python.perl