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