Changes for page Applications
Last modified by Travis Tran on 2019/07/22 13:07
edited by Travis Tran
on 2019/07/22 13:07
on 2019/07/22 13:07
edited by Xwiki Admin
on 2018/03/14 16:00
on 2018/03/14 16:00
Change comment: Install extension [org.xwiki.contrib:application-help-center/1.2]
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - $services.localization.render('help.applications.title')1 +Applications - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ttran1 +XWiki.XwikiAdmin - Content
-
... ... @@ -13,62 +13,62 @@ 13 13 #end 14 14 15 15 #set ($actionCards = [{ 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>']),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.", 19 19 'thumbnail': 'AWM', 20 20 'actions': [{ 21 - 'label': $services.localization.render('help.try.label'),21 + 'label': 'Try it!', 22 22 'type': 'success', 23 23 'url': $xwiki.getURL('AppWithinMinutes.CreateApplication') 24 24 }, { 25 - 'label': $services.localization.render('help.applications.create.demo.label'),25 + 'label': 'Demo', 26 26 'url': $xwiki.getURL('Help.Applications.Movies') 27 27 }] 28 28 }, { 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>']),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.", 32 32 'thumbnail': 'EM', 33 33 'actions': [{ 34 - 'label': $services.localization.render('help.browse.label'),34 + 'label': 'Browse', 35 35 'url': $browseAppsURL 36 36 }] 37 37 }]) 38 38 39 39 #set ($exampleCards = [{ 40 - 'title': $services.localization.render('help.applications.blog.title'),41 - 'description': $services.localization.render('help.applications.blog.description'),40 + 'title': 'Blog', 41 + 'description': 'Blog Application allows you to publish your information and share it to the world.', 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': $services.localization.render('help.applications.forum.title'),47 - 'description': $services.localization.render('help.applications.forum.description'),46 + 'title': 'Forum', 47 + 'description': 'Forum Application allows you to create new categories and discuss topics within them.', 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': $services.localization.render('help.applications.menu.title'),53 - 'description': $services.localization.render('help.applications.menu.description'),52 + 'title': 'Menu', 53 + 'description': 'Menu Application helps you create navigation menus and displayed them in your instance.', 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': $services.localization.render('help.applications.ideas.title'),59 - 'description': $services.localization.render('help.applications.ideas.description'),58 + 'title': 'Ideas', 59 + 'description': 'Ideas Application encourage you to submit ideas that can be voted by your team. ', 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': $services.localization.render('help.applications.meetings.title'),65 - 'description': $services.localization.render('help.applications.meetings.description'),64 + 'title': 'Meetings', 65 + 'description': 'Meetings Application manages your meetings mentioning the date, location, participants, etc. ', 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': $services.localization.render('help.applications.fileManager.title'),71 - 'description': $services.localization.render('help.applications.fileManager.description'),70 + 'title': 'File Manager', 71 + 'description': 'File Manager manages your files, providing a viewer of supported files, tag cloud and allowing filtering.', 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 -<h 2id="HExamples">$services.localization.render('help.applications.title1')</h2>92 -<p> $services.localization.render('help.applications.description1')</p>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> 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"> $services.localization.render('help.applications.link')</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">View more applications</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! DemoBrowse applications
Choose from community contributed applications and install them inside your wiki.
Extension Manager helps you manage (install, update, uninstall) your applications.
BrowseExamples
Examples
Need help or confused with some of our applications? Check out their documentation and find out more about their functionality.