Changes for page Applications
Last modified by Martin Výlet on 19.03.2025 21:26
From version 3.1
edited by Martin Výlet
on 19.03.2025 21:26
on 19.03.2025 21:26
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-help-ui/17.1.0]
To version 1.1
edited by XWiki Admin
on 30.05.2017 10:40
on 30.05.2017 10:40
Change comment:
Install extension [org.xwiki.contrib:application-help-center-1.1]
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. vyl00221 +XWiki.Admin - Content
-
... ... @@ -1,7 +1,6 @@ 1 1 {{include reference="Help.Code.VelocityMacros" /}} 2 2 3 3 {{velocity output="false"}} 4 -#set ($exoPrefix = 'https://extensions.xwiki.org/xwiki/bin/view/Extension') 5 5 #if ($hasAdmin) 6 6 #set ($section = 'XWiki.Extensions') 7 7 #if (!$xwiki.exists($section)) ... ... @@ -10,67 +10,67 @@ 10 10 #end 11 11 #set ($browseAppsURL = $xwiki.getURL('XWiki.XWikiPreferences', 'admin', "section=${section}&search=application&repo=recommended")) 12 12 #else 13 - #set ($browseAppsURL = "$exoPrefix/#%7Ct=extensions&p=1&l=30&s=doc.creationDate&d=desc&category=application")12 + #set ($browseAppsURL = 'http://extensions.xwiki.org/xwiki/bin/view/Extension/#%7Ct=extensions&p=1&l=30&s=doc.creationDate&d=desc&category=application') 14 14 #end 15 15 16 16 #set ($actionCards = [{ 17 - 'title': $services.localization.render('help.applications.create.title'),18 - 'description': $services.localization.render('help.applications.create.description'),19 - 'tip': $services.localization.render('help.applications.create.tip', ["<a href='$exoPrefix/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.", 20 20 'thumbnail': 'AWM', 21 21 'actions': [{ 22 - 'label': $services.localization.render('help.try.label'),21 + 'label': 'Try it!', 23 23 'type': 'success', 24 24 'url': $xwiki.getURL('AppWithinMinutes.CreateApplication') 25 25 }, { 26 - 'label': $services.localization.render('help.applications.create.demo.label'),25 + 'label': 'Demo', 27 27 'url': $xwiki.getURL('Help.Applications.Movies') 28 28 }] 29 29 }, { 30 - 'title': $services.localization.render('help.applications.browse.title'),31 - 'description': $services.localization.render('help.applications.browse.description'),32 - 'tip': $services.localization.render('help.applications.browse.tip', ["<a href='$exoPrefix/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.", 33 33 'thumbnail': 'EM', 34 34 'actions': [{ 35 - 'label': $services.localization.render('help.browse.label'),34 + 'label': 'Browse', 36 36 'url': $browseAppsURL 37 37 }] 38 38 }]) 39 39 40 40 #set ($exampleCards = [{ 41 - 'title': $services.localization.render('help.applications.blog.title'),42 - 'description': $services.localization.render('help.applications.blog.description'),43 - 'documentation': "$exoPrefix/Blog+Application",40 + 'title': 'Blog', 41 + 'description': 'Blog Application allows you to publish your information and share it to the world.', 42 + 'documentation': 'http://extensions.xwiki.org/xwiki/bin/view/Extension/Blog+Application', 44 44 'icon': 'fa fa-rss', 45 45 'thumbnail': 'Help.Applications.WebHome@blog.png' 46 46 }, { 47 - 'title': $services.localization.render('help.applications.forum.title'),48 - 'description': $services.localization.render('help.applications.forum.description'),49 - 'documentation': "$exoPrefix/ForumApplication",46 + 'title': 'Forum', 47 + 'description': 'Forum Application allows you to create new categories and discuss topics within them.', 48 + 'documentation': 'http://extensions.xwiki.org/xwiki/bin/view/Extension/ForumApplication', 50 50 'icon': 'fa fa-comments', 51 51 'thumbnail': 'Help.Applications.WebHome@forum.png' 52 52 }, { 53 - 'title': $services.localization.render('help.applications.menu.title'),54 - 'description': $services.localization.render('help.applications.menu.description'),55 - 'documentation': "$exoPrefix/Menu+Application",52 + 'title': 'Menu', 53 + 'description': 'Menu Application helps you create navigation menus and displayed them in your instance.', 54 + 'documentation': 'http://extensions.xwiki.org/xwiki/bin/view/Extension/Menu+Application', 56 56 'icon': 'fa fa-list-ul', 57 57 'thumbnail': 'Help.Applications.WebHome@menu.png' 58 58 }, { 59 - 'title': $services.localization.render('help.applications.ideas.title'),60 - 'description': $services.localization.render('help.applications.ideas.description'),61 - 'documentation': "$exoPrefix/Ideas",58 + 'title': 'Ideas', 59 + 'description': 'Ideas Application encourage you to submit ideas that can be voted by your team. ', 60 + 'documentation': 'http://extensions.xwiki.org/xwiki/bin/view/Extension/Ideas', 62 62 'icon': 'fa fa-lightbulb-o', 63 63 'thumbnail': 'Help.Applications.WebHome@ideas.png' 64 64 }, { 65 - 'title': $services.localization.render('help.applications.meetings.title'),66 - 'description': $services.localization.render('help.applications.meetings.description'),67 - 'documentation': "$exoPrefix/Meeting+Application",64 + 'title': 'Meetings', 65 + 'description': 'Meetings Application manages your meetings mentioning the date, location, participants, etc. ', 66 + 'documentation': 'http://extensions.xwiki.org/xwiki/bin/view/Extension/Meeting+Application', 68 68 'icon': 'fa fa-calendar', 69 69 'thumbnail': 'Help.Applications.WebHome@meeting.png' 70 70 }, { 71 - 'title': $services.localization.render('help.applications.fileManager.title'),72 - 'description': $services.localization.render('help.applications.fileManager.description'),73 - 'documentation': "$exoPrefix/File+Manager+Application",70 + 'title': 'File Manager', 71 + 'description': 'File Manager manages your files, providing a viewer of supported files, tag cloud and allowing filtering.', 72 + 'documentation': 'http://extensions.xwiki.org/xwiki/bin/view/Extension/File+Manager+Application', 74 74 'icon': 'fa fa-folder', 75 75 'thumbnail': 'Help.Applications.WebHome@filemanager.png' 76 76 }]) ... ... @@ -78,22 +78,33 @@ 78 78 79 79 {{velocity}} 80 80 {{html clean="false"}} 81 -< ulclass="card-list two-cols">80 +<div class="row"> 82 82 #foreach ($card in $actionCards) 83 - <li class="card"> 82 + ## See http://getbootstrap.com/css/#grid-responsive-resets . 83 + #if ($foreach.index > 0 && $foreach.index % 2 == 0) 84 + <div class="clearfix visible-sm-block visible-md-block visible-lg-block"></div> 85 + #end 86 + <div class="col-xs-12 col-sm-6"> 84 84 #helpActionCard($card) 85 - </ li>88 + </div> 86 86 #end 87 -</ ul>88 -<h 2id="HExamples">$services.localization.render('help.applications.title1')</h2>89 -<p> $services.localization.render('help.applications.description1')</p>90 -< ulclass="card-list three-cols">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> 93 +<div class="row"> 91 91 #foreach ($card in $exampleCards) 92 - <li class="card"> 95 + ## See http://getbootstrap.com/css/#grid-responsive-resets . 96 + #if ($foreach.index > 0 && $foreach.index % 2 == 0) 97 + <div class="clearfix visible-sm-block "></div> 98 + #end 99 + #if ($foreach.index > 0 && $foreach.index % 3 == 0) 100 + <div class="clearfix visible-md-block visible-lg-block"></div> 101 + #end 102 + <div class="col-xs-12 col-sm-6 col-md-4"> 93 93 #helpExampleCard($card) 94 - </ li>104 + </div> 95 95 #end 96 -</ ul>97 -<p><a href=" $exoPrefix/#%7Ct=extensions&p=1&l=30&s=doc.creationDate&d=desc&category=application" class="wikiexternallink">$services.localization.render('help.applications.link')</a></p>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> 98 98 {{/html}} 99 99 {{/velocity}}