From version 2.1
edited by Jeffrey McDonald
on 2024/08/09 19:25
Change comment: There is no comment for this version
To version 8.2
edited by Jeffrey McDonald
on 2025/05/02 15:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,40 +1,48 @@
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 +Vorpal is a specialized firm focused exclusively on the Oracle Communications stack, offering deep technical and strategic expertise to telecommunications providers and enterprises worldwide. We provide pre-sales support, software architecture, training, troubleshooting, project management resources and most importantly: custom software development.
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 += Consulting =
4 4  
5 -XWiki can be used as a knowledge base (support, documentation, sales, etc.), for collaborative workspaces or even as a complete intranet.
16 +With a team of seasoned consultants, Vorpal provides end-to-end services across all the Oracle Communications applications, including Order and Service Management (OSM), Unified Inventory Management (UIM), Billing and Revenue Management (BRM), and Converged Application Server (OCCAS). Vorpal excels at complex system integrations, platform migrations, and digital transformation initiatives, helping clients streamline operations, enhance customer experiences, and accelerate time to market. Their agile delivery approach, combined with in-depth domain knowledge, makes them a trusted partner for optimizing and future-proofing Oracle Communications deployments.
6 6  
7 -== The basics ==
18 += Cloud =
8 8  
9 -To make the most out of your wiki, log-in and:
20 +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.
10 10  
11 -Use the {{displayIcon name="pencil"/}} button above to //edit// this page and start customizing your wiki to your needs.
22 += Oracle =
12 12  
13 -Use the {{displayIcon name="add"/}} button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content.
24 +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.
14 14  
15 -Use the {{displayIcon name="home"/}} breadcrumbs located above the title to //navigate// inside your pages. It's easy to get lost in a big wiki without them.
26 +For more information, contact: [[jeff@vorpal.net>>mailto:mailto:jeff@vorpal.net?subject=Vorpal%20Networks%20Inquiry]]
16 16  
17 -You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features.
18 18  
19 - {{box}}Learn more on how to use XWiki with the [[Getting Started Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome]].{{/box}}
20 20  
21 -(% class="row" %)
30 +(% class="wikigeneratedid" %)
31 +
32 +)))
33 +
34 +(% class="col-xs-12 col-sm-4" %)
22 22  (((
23 -(% class="col-xs-12 col-sm-6" %)
36 +(% class="box" %)
24 24  (((
25 -== Extend your wiki ==
26 -
27 -To extend the power and functionalities of your wiki with the features that //you// need, head over to the [[Extension Manager>>XWiki.XWikiPreferences||queryString="editor=globaladmin&section=XWiki.Extensions"]] where you can search for and install extensions.
28 -
29 -To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>https://extensions.xwiki.org]].
38 +[[image:https://media.gettyimages.com/id/1907054930/photo/cropped-shot-of-young-asian-woman-using-smartphone-against-futuristic-background-innovative.jpg?s=612x612&w=0&k=20&c=W8zuGm9ctBZzSWqRMYW5PO8B2yTv70fUqiJpdIAkgcI=]]
30 30  )))
31 31  
32 -(% class="col-xs-12 col-sm-6" %)
41 +(% class="box" %)
33 33  (((
34 -== Create your application ==
43 +**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.
45 +{{toc/}}
39 39  )))
40 40  )))
48 +)))
boy-watercolor.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.jeff
Size
... ... @@ -1,0 +1,1 @@
1 +716.9 KB
Content
XWiki.JavaScriptExtension[0]
Code
... ... @@ -8,3 +8,9 @@
8 8   }
9 9  }
10 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 +});