From version 1.1 >
edited by Xwiki Admin
on 2018/03/14 16:00
To version < 2.1
edited by Travis Tran
on 2019/07/22 13:07
Change comment: Install extension [org.xwiki.contrib:application-help-center/1.5.1]

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Applications
1 +$services.localization.render('help.applications.title')
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.XwikiAdmin
1 +XWiki.ttran
Content
... ... @@ -13,62 +13,62 @@
13 13  #end
14 14  
15 15  #set ($actionCards = [{
16 - 'title': 'Create your application',
17 - 'description': 'Define the structure of your data, customize it and create the application you want.',
18 - 'tip': "<a href=""http://extensions.xwiki.org/xwiki/bin/view/Extension/App+Within+Minutes+Application"" class=""wikiexternallink"">App Within Minutes</a> helps you build applications without having technical knowledge.",
16 + 'title': $services.localization.render('help.applications.create.title'),
17 + 'description': $services.localization.render('help.applications.create.description'),
18 + 'tip': $services.localization.render('help.applications.create.tip', ["<a href='http://extensions.xwiki.org/xwiki/bin/view/Extension/App+Within+Minutes+Application' class='wikiexternallink'>", '</a>']),
19 19   'thumbnail': 'AWM',
20 20   'actions': [{
21 - 'label': 'Try it!',
21 + 'label': $services.localization.render('help.try.label'),
22 22   'type': 'success',
23 23   'url': $xwiki.getURL('AppWithinMinutes.CreateApplication')
24 24   }, {
25 - 'label': 'Demo',
25 + 'label': $services.localization.render('help.applications.create.demo.label'),
26 26   'url': $xwiki.getURL('Help.Applications.Movies')
27 27   }]
28 28  }, {
29 - 'title': 'Browse applications',
30 - 'description': 'Choose from community contributed applications and install them inside your wiki.',
31 - 'tip': "<a href=""http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Manager+Application"" class=""wikiexternallink"">Extension Manager</a> helps you manage (install, update, uninstall) your applications.",
29 + 'title': $services.localization.render('help.applications.browse.title'),
30 + 'description': $services.localization.render('help.applications.browse.description'),
31 + 'tip': $services.localization.render('help.applications.browse.tip', ["<a href='http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Manager+Application' class='wikiexternallink'>", '</a>']),
32 32   'thumbnail': 'EM',
33 33   'actions': [{
34 - 'label': 'Browse',
34 + 'label': $services.localization.render('help.browse.label'),
35 35   'url': $browseAppsURL
36 36   }]
37 37  }])
38 38  
39 39  #set ($exampleCards = [{
40 - 'title': 'Blog',
41 - 'description': 'Blog Application allows you to publish your information and share it to the world.',
40 + 'title': $services.localization.render('help.applications.blog.title'),
41 + 'description': $services.localization.render('help.applications.blog.description'),
42 42   'documentation': 'http://extensions.xwiki.org/xwiki/bin/view/Extension/Blog+Application',
43 43   'icon': 'fa fa-rss',
44 44   'thumbnail': 'Help.Applications.WebHome@blog.png'
45 45  }, {
46 - 'title': 'Forum',
47 - 'description': 'Forum Application allows you to create new categories and discuss topics within them.',
46 + 'title': $services.localization.render('help.applications.forum.title'),
47 + 'description': $services.localization.render('help.applications.forum.description'),
48 48   'documentation': 'http://extensions.xwiki.org/xwiki/bin/view/Extension/ForumApplication',
49 49   'icon': 'fa fa-comments',
50 50   'thumbnail': 'Help.Applications.WebHome@forum.png'
51 51  }, {
52 - 'title': 'Menu',
53 - 'description': 'Menu Application helps you create navigation menus and displayed them in your instance.',
52 + 'title': $services.localization.render('help.applications.menu.title'),
53 + 'description': $services.localization.render('help.applications.menu.description'),
54 54   'documentation': 'http://extensions.xwiki.org/xwiki/bin/view/Extension/Menu+Application',
55 55   'icon': 'fa fa-list-ul',
56 56   'thumbnail': 'Help.Applications.WebHome@menu.png'
57 57  }, {
58 - 'title': 'Ideas',
59 - 'description': 'Ideas Application encourage you to submit ideas that can be voted by your team. ',
58 + 'title': $services.localization.render('help.applications.ideas.title'),
59 + 'description': $services.localization.render('help.applications.ideas.description'),
60 60   'documentation': 'http://extensions.xwiki.org/xwiki/bin/view/Extension/Ideas',
61 61   'icon': 'fa fa-lightbulb-o',
62 62   'thumbnail': 'Help.Applications.WebHome@ideas.png'
63 63  }, {
64 - 'title': 'Meetings',
65 - 'description': 'Meetings Application manages your meetings mentioning the date, location, participants, etc. ',
64 + 'title': $services.localization.render('help.applications.meetings.title'),
65 + 'description': $services.localization.render('help.applications.meetings.description'),
66 66   'documentation': 'http://extensions.xwiki.org/xwiki/bin/view/Extension/Meeting+Application',
67 67   'icon': 'fa fa-calendar',
68 68   'thumbnail': 'Help.Applications.WebHome@meeting.png'
69 69  }, {
70 - 'title': 'File Manager',
71 - 'description': 'File Manager manages your files, providing a viewer of supported files, tag cloud and allowing filtering.',
70 + 'title': $services.localization.render('help.applications.fileManager.title'),
71 + 'description': $services.localization.render('help.applications.fileManager.description'),
72 72   'documentation': 'http://extensions.xwiki.org/xwiki/bin/view/Extension/File+Manager+Application',
73 73   'icon': 'fa fa-folder',
74 74   'thumbnail': 'Help.Applications.WebHome@filemanager.png'
... ... @@ -88,8 +88,8 @@
88 88   </div>
89 89   #end
90 90  </div>
91 -<h3 id="HExamples">Examples</h3>
92 -<p>Need help or confused with some of our applications? Check out their documentation and find out more about their functionality.</p>
91 +<h2 id="HExamples">$services.localization.render('help.applications.title1')</h2>
92 +<p>$services.localization.render('help.applications.description1')</p>
93 93  <div class="row">
94 94   #foreach ($card in $exampleCards)
95 95   ## See http://getbootstrap.com/css/#grid-responsive-resets .
... ... @@ -104,6 +104,6 @@
104 104   </div>
105 105   #end
106 106  </div>
107 -<p><a href="http://extensions.xwiki.org/xwiki/bin/view/Extension/#%7Ct=extensions&p=1&l=30&s=doc.creationDate&d=desc&category=application" class="wikiexternallink">View more applications</a></p>
107 +<p><a href="http://extensions.xwiki.org/xwiki/bin/view/Extension/#%7Ct=extensions&p=1&l=30&s=doc.creationDate&d=desc&category=application" class="wikiexternallink">$services.localization.render('help.applications.link')</a></p>
108 108  {{/html}}
109 109  {{/velocity}}

Create your application

Define the structure of your data, customize it and create the application you want.

App Within Minutes helps you build applications without having technical knowledge.

Try it! Demo

Browse applications

Choose from community contributed applications and install them inside your wiki.

Extension Manager helps you manage (install, update, uninstall) your applications.

Browse

Examples

Examples

Need help or confused with some of our applications? Check out their documentation and find out more about their functionality.

Blog Application allows you to publish your information and share it to the world.

blog.png

Forum Application allows you to create new categories and discuss topics within them.

forum.png

Menu Application helps you create navigation menus and displayed them in your instance.

menu.png

Ideas Application encourage you to submit ideas that can be voted by your team.

Ideas Application encourage you to submit ideas that can be voted by your team.

ideas.png

Meetings Application manages your meetings mentioning the date, location, participants, etc.

Meetings Application manages your meetings mentioning the date, location, participants, etc.

meeting.png

File Manager manages your files, providing a viewer of supported files, tag cloud and allowing filtering.

filemanager.png

View more applications

My Recent Modifications

Need help?

If you need help with XWiki you can contact:

----------------------------