Penguin
Annotated edit history of LinkIcons version 2, including all changes. View license author blame.
Rev Author # Line
1 The PhpWiki programming team 1 LinkIcons are an optional new feature of PhpWiki. When activated, icons will be displayed in front of URLs to indicate the type of link.
2
2 The PhpWiki programming team 3 *[http://phpwiki.sourceforge.net/demo/themes/default/images/http.png] http link
4 *[http://phpwiki.sourceforge.net/demo/themes/default/images/url.png] generic internet link
5 *[http://phpwiki.sourceforge.net/demo/themes/default/images/interwiki.png] InterWiki link
6 *[http://phpwiki.sourceforge.net/demo/themes/default/images/https.png] https link
7 *[http://phpwiki.sourceforge.net/demo/themes/default/images/mailto.png] mailto link
8 *[http://phpwiki.sourceforge.net/demo/themes/default/images/ftp.png] ftp link
1 The PhpWiki programming team 9
10 ;__Note__: Some of the default icons use the alpha channel feature of the [PNG|http://www.libpng.org/pub/png/png-sitemap.html] image format for smooth rendering on any page color or textured background. Older browsers may not display all the images properly.
11
12 !!!Examples
13 The following examples will display with the above link icons only if the administrator has enabled this feature.
14
15 !! InterWiki links
16 *InterWiki link PhpWiki:InterWiki %%%
17 *A named InterWiki [read WhyWikiWorks at c2|Wiki:WhyWikiWorks].
18
19 !!URLs
20 *Email address [PhpWiki-talk mailing list|mailto:phpwiki-talk@lists.sourceforge.net]%%%
21 *Normal http link [PhpWiki's Home Page|http://phpwiki.sourceforge.net/phpwiki/]%%%
22 *Secure http link [PhpWiki's Home Page|https://phpwiki.sourceforge.net/phpwiki/] %%%
23 *File transfer ftp://ftp.sourceforge.net/ %%%
24
25 ''A generic icon is shown for other less common link types.''%%%
26 *[news://nntp.news.com] %%%
27 *gopher://gopher.caltech.cmu.edu %%%
28
29 LinkIcons will only display when the URL protocol is one which PhpWiki is allowed to link to. The following examples won't show any icons and PhpWiki won't automatically provide double-clickable links either, unless the administrator adds them:
30
31 *bogus://oedipus.nostradamus.com %%%
32 *bolo://lgm.cheshire.org
33
34 ----
35 PhpWikiDocumentation