Penguin
Blame: ExampleHomePage
EditPageHistoryDiffInfoLikePages
Annotated edit history of ExampleHomePage version 7, including all changes. View license author blame.
Rev Author # Line
2 AristotlePagaltzis 1 This is an Example HomePage that demonstrates some of the features that are available in this wiki for [HomePage]~s. These features are used to help people contact you or denote your involvement with WLUG.
1 MattBrown 2
3 ----
4 !! Licensing Information
5
5 MattBrown 6 It is helpful if you the license acceptance plugin on your homepage to explicitly state your agreement to the WlugWikiLicense, if you added or edited any content to the WlugWiki before Mon 18 July 2005 00:00 NZST then we will __require__ (unless you want your content removed from the wiki!) you to add this to your homepage so your content can be automatically relicensed.
1 MattBrown 7
8 To add this to your page include the following code
5 MattBrown 9 <verbatim>
10 <?plugin WlugLicenseAgreement ?>
11 </verbatim>
12 If you want to agree, but don't like the image use
13 <verbatim>
14 <?plugin WlugLicenseAgreement noimage=1 ?>
15 </verbatim>
16 or, to completely hide the agreement from your page use
17 <verbatim>
18 <?plugin WlugLicenseAgreement hide=1 ?>
19 </verbatim>
1 MattBrown 20
21 ----
22 !! Jabber Contact Details
23 The wiki contains Jabber integration to allow a lightbulb linked to your [JID] to be displayed beside your username wherever it appears in a wiki page. This allows viewers of the wiki to quickly and easily contact you if desired.
24
25 You need to include the following content on your HomePage for this feature to be active
2 AristotlePagaltzis 26
27 <verbatim>
28 jid:your_jabber_id@your_jabber_server.com
29 </verbatim>
30
31 For this to work, you will need to authorize <tt>edgar~@jabber.meta.net.nz</tt>.
1 MattBrown 32
33 ----
34 !! Wlug Member Plugin
35 If you are a paid up member of [WLUG] then you can proudly display this status on your homepage by including the following plugin.
36
2 AristotlePagaltzis 37 <verbatim>
38 <?plugin WlugMember?>
39 </verbatim>
4 CraigBox 40 -----
7 CraigBox 41 !! Link your page to the [people|Category:People] list
4 CraigBox 42
7 CraigBox 43 To have your home page show up in the list of [people|Category:People] with pages on the Wiki, add
4 CraigBox 44 <verbatim>
45 ----
46 CategoryHomePage
47 </verbatim>
48
49 to the bottom of your page.