Wiki source code of Home

Version 6.1 by Nikita Kapchenko on 2019/07/07 01:10

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/9QTWrZ7OfzI" title="YouTube video of XWiki" role="presentation" allowfullscreen></$iframe>
11 {{/html}}
12 {{/velocity}}
13 {{/box}}
14
15 = Welcome to my xwiki page =
16
17 A 24 years old financial engineer at Murex, graduaded from Ecole Polytechnique (Paris) with bachelor in mathematics from National university of Kyiv, I'm enthusiast in financial engineering. 
18
19 = Content =
20
21 The purpose of this wiki page is to document my projects in quantitative finance, computational algorithms and neural networks (normally from my GitHub) as well as collect some usefull tools and information.
22
23 {{toc numbered="true"/}}
24
25
26
27 It's a test [[t>>doc:test.WebHome]]t [[type the link label>>doc:test.WebHome]]
28
29
30 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.
31
32 You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features.
33
34 {{box}}
35 Learn more on how to use XWiki with the {{velocity}}[[Getting Started Guide>>http://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome?version=$xwiki.version]]{{/velocity}}.
36 {{/box}}
37
38 (% class="row" %)
39 (((
40 (% class="col-xs-12 col-sm-6" %)
41 (((
42 = GitHub =
43
44 From remote to local:
45
46 Git bash -> git clone REPO_URL
47
48 From local to remote:
49
50 Git bash:
51
52 ~1. git add .
53
54 2. git commit -m "comment"
55
56 3. git push origin master
57
58 If you don't care about your local changes and want to pull from remote:
59
60 git reset ~-~-hard
61
62 git pull origin master
63 )))
64
65 (% class="col-xs-12 col-sm-6" %)
66 (((
67 = Create your application =
68
69 Go beyond the available extensions and define the //structure// of your data based on //your// needs, creating //your// own applications with [[App Within Minutes>>AppWithinMinutes]] (AWM).
70
71 AWM will take care of making it easy for you and your users to create and manage the data.
72 )))
73 )))