Wiki source code of Home

Version 3.1 by Emily Martens on 2023/06/09 17:51

Show last authors
1 {{box cssClass="floatinginfobox"}}
2 {{velocity}}
3 {{html clean="false"}}
4 ## Chrome's XSS Auditor blocks the preview action if:
5 ## * the submitted content has an iframe with an external URL
6 ## * the preview action displays the submitted iframe
7 ## The workaround is to make sure the submitted content (the macro markers) don't match the preview HTML.
8 ## See XWIKI-14818: Preview triggers ERR_BLOCKED_BY_XSS_AUDITOR in Chrome
9 #set ($iframe = 'iframe')
10 <$iframe src="https://www.youtube.com/embed/VO5xQSPFncw" title="Learn about EBRAINS" role="presentation" allowfullscreen></$iframe>
11 {{/html}}
12 {{/velocity}}
13 {{/box}}
14
15 = Welcome to the HDC Wiki =
16
17 This //wiki// is organized in a hierarchy of //pages//. You can access the[[ User Guide>>doc:userguide.WebHome]], your [[Project Pages>>doc:projectpages.WebHome]], and more using the navigation on the left.
18
19 If you do not see your Project Pages listed [[click here>>https://xwiki.hdc.humanbrainproject.eu//bin/login/XWiki/XWikiLogin?xredirect=%2Fbin%2Fview%2FMain%2F&loginLink=1]] to log into your account.
20
21 = Your Project Pages =
22
23 To add or edit pages that can be viewed by other project members, start by navigating to your [[Project Pages>>doc:projectpages.WebHome]].
24
25 Use the {{velocity}}$services.icon.render('pencil'){{/velocity}} button above to //edit// your Project Pages and start customizing
26
27 Use the {{velocity}}$services.icon.render('add'){{/velocity}} button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content.
28
29 Use the {{velocity}}$services.icon.render('home'){{/velocity}} breadcrumbs located above the title to //navigate// inside your pages. It's easy to get lost in a big wiki without them.
30
31 (% class="row" %)
32 (((
33 (% class="col-xs-12 col-sm-6" %)
34 (((
35 = Access the HDC User Guide =
36
37 To access the [[User Guide>>doc:userguide.WebHome]] use the navigation on the left.
38 )))
39
40 (% class="col-xs-12 col-sm-6" %)
41 (((
42 = Access HDC Portal =
43
44 To return to the [[HDC Staging Portal>>https://hdc.humanbrainproject.eu//]] use the link [[here. >>https://hdc.humanbrainproject.eu//]]
45 )))
46 )))