From version 1.1
edited by Jeffrey McDonald
on 2024/08/09 18:59
on 2024/08/09 18:59
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-distribution-flavor-common/16.6.0]
To version 7.1
edited by Jeffrey McDonald
on 2025/05/02 08:40
on 2025/05/02 08:40
Change comment:
Upload new image "boy-watercolor.png", version 1.1
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,40 +1,58 @@ 1 -== Welcome to your wiki == 1 +(% class="row" %) 2 +((( 3 +(% class="col-xs-12 col-sm-8" %) 4 +((( 5 +(% class="jumbotron" %) 6 +((( 7 +(% class="container" %) 8 +((( 9 +(% class="wikigeneratedid" id="HPreinstallation" %) 10 +Before installing BLADE or even OCCAS, you must perform certain steps. Please identify the [variables] to the right before proceeding. 11 +))) 12 +))) 2 2 3 -XWiki is the best tool to organize your knowledge. A //wiki// is organized in a hierarchy of //pages//. You can create multiple wikis, each with its own set of pages. 14 +(% class="wikigeneratedid" %) 15 += Welcome = 4 4 5 - XWiki canbeusedas aknowledgebase(support,documentation,sales, etc.),forcollaborativeworkspaces or evenasacompleteintranet.17 +Vorpal Networks is a dedicated to providing network software development to communication service providers and medium to large enterprises. We provide pre-sales support, software architecture, training, troubleshooting and project management resources. 6 6 7 -= =The basics==19 += Consulting = 8 8 9 - Tomake themost outfyour wiki,log-in and:21 +We enable companies to enhance their businesses by using their communication systems in creative ways by adding convenience and functionality to their existing phone infrastructure. 10 10 11 - Usethe {{displayIcon name="pencil"/}} button above to //edit//this page and start customizing your wiki to your needs.23 += Cloud = 12 12 13 - Usethe{{displayIconname="add"/}}button above to//add//more pagestoyourwiki and create the//hierarchy//that best organizesyour content.25 +Our hosting options include both inbound and outbound calling, TDD, SMS text messaging, and mobile phone applications running on and with our multiple redundant and highly scalable VoIP servers. Multiple languages, powerful reporting options, superb engineering, and 24×7 maintenance are only a few of the reasons why companies that know they want the best choose Vorpal Networks for their cloud communication services. 14 14 15 - Use the {{displayIcon name="home"/}}breadcrumbslocatedabove the title to //navigate// inside your pages. It's easy to get lost in a big wiki without them.27 += Oracle = 16 16 17 - Youcan alsousethe[[Sandbox>>Sandbox.WebHome]]formore democontentandgenerallyaplace to experimentwith yourwiki's features.29 +We specialize in the complete Oracle Communications product portfolio. With emphasis in Java, SIP and WebRTC, Vorpal Networks has built up a vast history of integration disparate, competing vendors by using Oracle products as the middleware to achieve interoperability. 18 18 19 - {{box}}Learnmoreonhowtouse XWiki withthe[[Getting Started Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome]].{{/box}}31 +For more information, contact: [[jeff@vorpal.net>>mailto:mailto:jeff@vorpal.net?subject=Vorpal%20Networks%20Inquiry]] 20 20 21 -(% class="row" %) 33 + 34 + 35 +(% class="wikigeneratedid" %) 36 + 37 +))) 38 + 39 +(% class="col-xs-12 col-sm-4" %) 22 22 ((( 23 -(% class=" col-xs-12 col-sm-6" %)41 +(% class="box" %) 24 24 ((( 25 - == Extendiki==43 +[[image:https://media.gettyimages.com/id/168250344/photo/confused-nerd-guy.jpg?s=612x612&w=0&k=20&c=xl8cfO9DsXu9nE6Wa_0EGMN2hMsPaNwAAAapQRR7YSo=]] 26 26 27 - To extendthepower and functionalities ofourwiki withthefeaturesthat //you// need,head over to the [[ExtensionManager>>XWiki.XWikiPreferences||queryString="editor=globaladmin§ion=XWiki.Extensions"]]where you can search forand installextensions.45 +Identify these installation parameters: 28 28 29 -To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>https://extensions.xwiki.org]]. 47 +|=Variable|=Example 48 +|MW_HOME|/opt/oracle/occas/8.1 30 30 ))) 31 31 32 -(% class=" col-xs-12 col-sm-6" %)51 +(% class="box" %) 33 33 ((( 34 - ==Create your application==53 +**Contents** 35 35 36 -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). 37 - 38 -AWM will take care of making it easy for you and your users to create and manage the data. 55 +{{toc/}} 39 39 ))) 40 40 ))) 58 +)))
- boy-watercolor.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.jeff - Size
-
... ... @@ -1,0 +1,1 @@ 1 +716.9 KB - Content
- XWiki.JavaScriptExtension[0]
-
- Caching policy
-
... ... @@ -1,0 +1,1 @@ 1 +long - Code
-
... ... @@ -1,0 +1,16 @@ 1 +function fixExternalLinks() { 2 + var nodes = document.querySelectorAll('.wikiexternallink a'); 3 + for(var i=0; i< nodes.length; i++){ 4 + var link = nodes[i]; 5 + if (link.hasAttribute('target') == false) { 6 + link.setAttribute('target', '_blank'); 7 + } 8 + } 9 +} 10 +document.addEventListener("DOMContentLoaded", fixExternalLinks); 11 + 12 +require(['jquery'], function($) { 13 + jQuery(document.links).filter(function() { 14 + return this.hostname != window.location.hostname; 15 + }).attr('target', '_blank'); 16 +}); - Name
-
... ... @@ -1,0 +1,1 @@ 1 +external_links