]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FLinkIcons
function _PageList_Column* are not private
[SourceForge/phpwiki.git] / pgsrc / Help%2FLinkIcons
1 Date: Fri, 10 Sep 2010 13:46:13 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FLinkIcons;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 **~LinkIcons** are an optional feature of ~PhpWiki. When activated,
11 icons will be displayed in front of URLs to indicate the type of link.
12
13 | {{/themes/default/images/http.png}}      | http link
14 | {{/themes/default/images/url.png}}       | generic internet link
15 | {{/themes/default/images/interwiki.png}} | Interwiki link
16 | {{/themes/default/images/https.png}}     | https link
17 | {{/themes/default/images/mailto.png}}    | mailto link
18 | {{/themes/default/images/ftp.png}}       | ftp link
19
20 **Note**: Some of the default icons use the alpha channel feature of
21 the [[http://www.libpng.org/pub/png/png-sitemap.html|PNG]] image format
22 for smooth rendering on any page color or textured background. Older
23 browsers may not display all the images properly.
24
25 == Examples ==
26
27 The following examples will display with the above link icons only if
28 the administrator has enabled this feature.
29
30 === ~InterWiki links ===
31
32 * ~InterWiki link [[PhpWiki:InterWiki]]
33 * A named ~InterWiki [[Wiki:WhyWikiWorks|read WhyWikiWorks at c2]].
34
35 === URLs ===
36
37 * Email address [[mailto:phpwiki-talk@lists.sourceforge.net|PhpWiki-talk mailing list]]
38 * Normal http link [[http://phpwiki.sourceforge.net/phpwiki/|PhpWiki's Home Page]]
39 * Secure http link [[https://phpwiki.sourceforge.net/phpwiki/|PhpWiki's Home Page]]
40 * File transfer ftp://ftp.sourceforge.net/
41
42 //A generic icon is shown for other less common link types.//
43
44 * news://nntp.news.com
45 * gopher://gopher.caltech.cmu.edu
46
47 ~LinkIcons will only display when the URL protocol is one which ~PhpWiki
48 is allowed to link to. The following examples won't show any icons and
49 ~PhpWiki won't automatically provide double-clickable links either,
50 unless the administrator adds them:
51
52 * bogus://oedipus.nostradamus.com
53 * bolo://lgm.cheshire.org
54
55 <noinclude>
56 ----
57 [[PhpWikiDocumentation]]
58 </noinclude>