Wiki source code of Home
Last modified by Rahel Fainchtein on 2018/05/25 13:30
Show last authors
author | version | line-number | content |
---|---|---|---|
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/9QTWrZ7OfzI" allowfullscreen></$iframe> | ||
11 | {{/html}} | ||
12 | {{/velocity}} | ||
13 | {{/box}} | ||
14 | |||
15 | = Welcome to SITCORE wiki = | ||
16 | |||
17 | The Sensor Information Testbed Collaborative Research Environment (SITCORE) is an Information Science Campaign initiative within the Army Research Laboratory’s Open Campus. | ||
18 | |||
19 | SITCORE is a highly collaborative research laboratory and testbed environment focused on sensor data & information fusion and provides full sharing amongst Army Research Laboratory (ARL) researchers and their external partners. | ||
20 | |||
21 | SITCORE provides critical enablers for research and algorithm development including facilities, data, software tools, and Army operational experts. | ||
22 | |||
23 | SITCORE offers free and open source software (FOSS) tools hosted in the Amazon Web Service Cloud to fully support the ARL’s Open Campus initiative. | ||
24 | |||
25 | All information shared in this environment should be public releasable in nature and should be shared only amongst external researchers that have agreements in place with ARL. | ||
26 | |||
27 | = SITCORE Tool Links: | ||
28 | [[GitLab>>url:https://gitlab.sitcore.net]] | ||
29 | [[Redmine>>url:https://redmine.sitcore.net]] | ||
30 | [[Jenkins>>url:https://jenkins.sitcore.net]] | ||
31 | [[Mattermost>>url:https://mattermost.sitcore.net]] : Invitation only. = | ||
32 | |||
33 | = SITCORE Information: = | ||
34 | |||
35 | __Overview__ | ||
36 | |||
37 | __First time users – readme first__ | ||
38 | |||
39 | |||
40 | SITCORE Videos: | ||
41 | |||
42 | __Gitlab Tutorial__ | ||
43 | |||
44 | {{box}} | ||
45 | Learn more on how to use XWiki with the {{velocity}}[[Getting Started Guide>>http://enterprise.xwiki.org/xwiki/bin/view/GettingStarted/WebHome?version=$xwiki.version]]{{/velocity}}. | ||
46 | {{/box}} |