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 3.1
edited by Jeffrey McDonald
on 2024/08/09 19:57
on 2024/08/09 19:57
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,40 +1,17 @@ 1 -= =Welcometo your wiki==1 += Welcome = 2 2 3 - XWikiisthebest toolto organizeyournowledge.A//wiki//is organizedinahierarchyof//pages//.Youcan createmultiplewikis, eachwithitsownsetofpages.3 +Vorpal Networks is a dedicated to providing network software development services to communication service providers and large enterprises. We provide pre-sales support, software architecture, training, troubleshooting and project implementation services. 4 4 5 - XWikicanbe used as a knowledge base (support, documentation,sales, etc.), forcollaborative workspacesor even as a complete intranet.5 += Consulting Services = 6 6 7 - ==The basics==7 +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. 8 8 9 - Tomake the most outof yourwiki,log-in and:9 += Cloud Services = 10 10 11 - Usethe{{displayIcon name="pencil"/}}button above to//edit//this page andstartcustomizingyour wikitoyour needs.11 +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. 12 12 13 - Use the {{displayIcon name="add"/}}button above to //add// more pagestoyour wiki and create the //hierarchy// thatbestorganizesyour content.13 += Oracle Communications = 14 14 15 - Use the{{displayIcon name="home"/}}breadcrumbslocated abovethetitleto//navigate//insideyourges.It'seasytogetlost inabigwikiwithout them.15 +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. 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 - 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 - 21 -(% class="row" %) 22 -((( 23 -(% class="col-xs-12 col-sm-6" %) 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§ion=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]]. 30 -))) 31 - 32 -(% class="col-xs-12 col-sm-6" %) 33 -((( 34 -== Create your application == 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. 39 -))) 40 -))) 17 +For more information, contact: [[jeff@vorpal.net>>mailto:mailto:jeff@vorpal.net?subject=Vorpal%20Networks%20Inquiry]]
- XWiki.JavaScriptExtension[0]
-
- Caching policy
-
... ... @@ -1,0 +1,1 @@ 1 +long - Code
-
... ... @@ -1,0 +1,10 @@ 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); - Name
-
... ... @@ -1,0 +1,1 @@ 1 +external_links