Wiki source code of User Guide
Version 84.1 by Ecaterina Moraru (Valica) on 2017/09/06
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity output="false"}} | ||
2 | $xwiki.ssx.use('xwiki:Documentation.WebHome') | ||
3 | $xwiki.ssx.use('enterprise:UserGuide.WebHome') | ||
4 | {{/velocity}} | ||
5 | |||
6 | (% class="row cards" %) | ||
7 | ((( | ||
8 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container fa-icon fa-arrow-circle-o-right" %) | ||
9 | ((( | ||
10 | (% class="card card1" %) | ||
11 | ((( | ||
12 | (% class="card-body" %) | ||
13 | ((( | ||
14 | ==== (% class="card-title" %)[[Getting Started>>GettingStarted.WebHome]](%%) ==== | ||
15 | |||
16 | (% class="card-text" %) | ||
17 | ((( | ||
18 | Start by reading the Getting Started Guide. | ||
19 | ))) | ||
20 | ))) | ||
21 | ))) | ||
22 | ))) | ||
23 | |||
24 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
25 | ((( | ||
26 | (% class="card card1" %) | ||
27 | ((( | ||
28 | (% class="card-body" %) | ||
29 | ((( | ||
30 | ==== (% class="card-title" %)[[Features>>Main.Features]](%%) ==== | ||
31 | |||
32 | (% class="card-text" %) | ||
33 | ((( | ||
34 | In order to learn how to use XWiki, browse through the different features. Each feature page describes how to use the feature. | ||
35 | ))) | ||
36 | ))) | ||
37 | ))) | ||
38 | ))) | ||
39 | |||
40 | (% class="col-xs-12 col-sm-6 col-md-4 cards-container" %) | ||
41 | ((( | ||
42 | (% class="card card1" %) | ||
43 | ((( | ||
44 | (% class="card-body" %) | ||
45 | ((( | ||
46 | ==== (% class="card-title" %)[[Playground>>playground:Main.WebHome]](%%) ==== | ||
47 | |||
48 | (% class="card-text" %) | ||
49 | ((( | ||
50 | At the same time as you follow the guides we recommend that you try out what you learn on the Playground. This is a XWiki instance that we've set up for you so that you can easily discover the joys of using a wiki. | ||
51 | ))) | ||
52 | ))) | ||
53 | ))) | ||
54 | ))) | ||
55 | ))) | ||
56 | |||
57 | == Videos == | ||
58 | |||
59 | |||
60 | {{velocity output="false"}} | ||
61 | #set ($videoCards = [{ | ||
62 | 'title': 'Getting Started Playlist', | ||
63 | 'topics': [ | ||
64 | 'by Andrea Russo (6 videos)' | ||
65 | ], | ||
66 | 'url': 'https://www.youtube.com/embed/videoseries?list=PLDTVnijo0RsLaBGPqz2hmZDWXZrFn79ps', | ||
67 | 'duration': '29 min' | ||
68 | }, { | ||
69 | 'title': 'Edit a Page', | ||
70 | 'topics': [ | ||
71 | 'by Silvia Macovei' | ||
72 | ], | ||
73 | 'url': 'https://www.youtube.com/embed/aOWbopEw5i4', | ||
74 | 'duration': '0:16 min' | ||
75 | }, { | ||
76 | 'title': 'Create a Nested Page', | ||
77 | 'topics': [ | ||
78 | 'by Silvia Macovei' | ||
79 | ], | ||
80 | 'url': 'https://www.youtube.com/embed/MXxfvcOOQjw', | ||
81 | 'duration': '0:20 min' | ||
82 | }, { | ||
83 | 'title': 'Create a Terminal Page', | ||
84 | 'topics': [ | ||
85 | 'by Silvia Macovei' | ||
86 | ], | ||
87 | 'url': 'https://www.youtube.com/embed/XlO-4SXSs0k', | ||
88 | 'duration': '0:28 min' | ||
89 | }, { | ||
90 | 'title': 'View the History of a Page', | ||
91 | 'topics': [ | ||
92 | 'by Silvia Macovei' | ||
93 | ], | ||
94 | 'url': 'https://www.youtube.com/embed/3yqlLN8dZhw', | ||
95 | 'duration': '0:25 min' | ||
96 | }, { | ||
97 | 'title': 'Basic Editing with the GWT Wysiwyg Editor', | ||
98 | 'topics': [ | ||
99 | 'by Silvia Macovei' | ||
100 | ], | ||
101 | 'url': 'https://www.youtube.com/embed/IK-n76406-A', | ||
102 | 'duration': '0:37 min' | ||
103 | }, { | ||
104 | 'title': 'Insert Links in a Page Using the GWT Wysiwyg Editor', | ||
105 | 'topics': [ | ||
106 | 'by Silvia Macovei' | ||
107 | ], | ||
108 | 'url': 'https://www.youtube.com/embed/wbyl0VxDzXQ', | ||
109 | 'duration': '1:22 min' | ||
110 | }, { | ||
111 | 'title': 'Insert Images in a Page Using the GWT Wysiwyg Editor', | ||
112 | 'topics': [ | ||
113 | 'by Silvia Macovei' | ||
114 | ], | ||
115 | 'url': 'https://www.youtube.com/embed/pxkM0Me6t8s', | ||
116 | 'duration': '0:33 min' | ||
117 | }]) | ||
118 | |||
119 | #macro (helpVideoCard $data) | ||
120 | <div class="videoCard"> | ||
121 | <iframe src="$data.url" allowfullscreen></iframe> | ||
122 | <div class="videoCard-body"> | ||
123 | <div class="videoCard-title"> | ||
124 | $escapetool.xml($data.title) | ||
125 | </div> | ||
126 | <ul> | ||
127 | #foreach ($topic in $data.topics) | ||
128 | <li>$topic</li> | ||
129 | #end | ||
130 | </ul> | ||
131 | </div> | ||
132 | <div class="videoCard-footer"> | ||
133 | $services.icon.renderHTML('play') | ||
134 | <a href="$data.url"> Play</a> | ||
135 | <span class="videoCard-duration"> | ||
136 | $escapetool.xml($data.duration) | ||
137 | </span> | ||
138 | </div> | ||
139 | </div> | ||
140 | #end | ||
141 | {{/velocity}} | ||
142 | |||
143 | {{velocity}} | ||
144 | {{html clean="false"}} | ||
145 | #set ($discard = $xwiki.ssx.use('playground:Help.Videos.WebHome')) | ||
146 | <div class="row"> | ||
147 | #foreach ($card in $videoCards) | ||
148 | ## See http://getbootstrap.com/css/#grid-responsive-resets . | ||
149 | #if ($foreach.index > 0 && $foreach.index % 2 == 0) | ||
150 | <div class="clearfix visible-sm-block "></div> | ||
151 | #end | ||
152 | #if ($foreach.index > 0 && $foreach.index % 3 == 0) | ||
153 | <div class="clearfix visible-md-block visible-lg-block"></div> | ||
154 | #end | ||
155 | <div class="col-xs-12 col-sm-6 col-md-4"> | ||
156 | #helpVideoCard($card) | ||
157 | </div> | ||
158 | #end | ||
159 | </div> | ||
160 | {{/html}} | ||
161 | {{/velocity}} | ||
162 | |||
163 | Older resources: | ||
164 | |||
165 | * [[Creating tables using the WYSIWYG editor>>attach:table_wysiwyg.swf||rel="__blank"]] | ||
166 | * [[Making modifications to a table using the WYSIWYG editor>>attach:tablemodification_wysiwyg.swf||rel="__blank"]] | ||
167 | * [[Viewing page history and rolling back an older version>>attach:history_wysiwyg.swf||rel="__blank"]] | ||
168 | * [[Creating a new Space>>attach:createspace_wysiwyg.swf||rel="__blank"]] | ||
169 | * [[Attaching files to a page>>attach:files_wysiwyg.swf||rel="__blank"]] | ||
170 | * [[Attaching a file using the WYSIWYG editor>>attach:attachfile_wysiwyg.swf||rel="__blank"]] | ||
171 | * [[Attaching an image using the WYSIWYG editor>>attach:attachimage_wysiwyg.swf||rel="__blank"]] |