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