Wiki source code of Welcome to the Wiki
Version 36.14 by Jeff Morehouse on 03 March 2025 at 09:17 AM
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | Welcome to The Landing at Southpoint neighborhood wiki. | ||
2 | |||
3 | {{velocity}} | ||
4 | |||
5 | #if( !$hasAdmin ) | ||
6 | #set ($showcomments = false) | ||
7 | #set ($showannotations = false) | ||
8 | #set ($showattachments = false) | ||
9 | #set ($showhistory = false) | ||
10 | #set ($showinformation = false) | ||
11 | #end | ||
12 | |||
13 | #if( $isGuest ) | ||
14 | |||
15 | {{info}} | ||
16 | |||
17 | //**The content on this wiki is only visible to neighborhood residents and owners. If that's you and you have an account, [[log in>>url:https://wiki.thels.net/bin/login]].**// | ||
18 | |||
19 | If you own or live in the neighborhood and need an account, [[click here to register>>url:https://auth.thels.net/realms/thels/protocol/openid-connect/registrations?client_id=thels-xwiki&scope=openid%20profile&response_type=code&redirect_uri=https://wiki.thels.net]]. | ||
20 | |||
21 | {{/info}} | ||
22 | |||
23 | #else | ||
24 | |||
25 | #set ($user = $xwiki.getUser($xcontext.user)) | ||
26 | #set ($approved = ($hasAdmin || $user.isUserInGroup('XWiki.TheLS-Board') || $user.isUserInGroup('XWiki.TheLS-Resident') || $user.isUserInGroup('XWiki.TheLS-Owner'))) | ||
27 | #if( !$approved ) | ||
28 | {{info}} | ||
29 | You are registered and logged into the Wiki. However, your account has not yet been approved. Please give us a little time to get you setup. | ||
30 | |||
31 | Thanks, | ||
32 | -TheLS Support Team | ||
33 | {{/info}} | ||
34 | #else | ||
35 | This wiki is your resource to find (and contribute!) information about living and owning at The Landing at Southpoint (TLS). | ||
36 | |||
37 | {{display reference="CommonLinks.WebHome"/}} | ||
38 | |||
39 | === Help Keep the Wiki Up to Date === | ||
40 | |||
41 | To make changes: | ||
42 | * Use the {{displayIcon name="pencil"/}} button on a page to //edit// the page. | ||
43 | * Use the {{displayIcon name="add"/}} button to //add// more pages and update the //hierarchy// to organize the content. | ||
44 | * Use the {{displayIcon name="home"/}} breadcrumbs located above the title to //navigate// inside pages. It's easy to get lost without them. | ||
45 | #end | ||
46 | #end | ||
47 | {{/velocity}} | ||
48 | |||
49 | (% class="row" %) | ||
50 | ((( | ||
51 | (% class="col-xs-12 col-sm-6" %) | ||
52 | ((( | ||
53 | |||
54 | ))) | ||
55 | ))) |