From 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
To version 2.1
edited by Jeffrey McDonald
on 2024/08/09 19:25
on 2024/08/09 19:25
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 1 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,58 +1,40 @@ 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 -))) 1 +== Welcome to your wiki == 13 13 14 -(% class="wikigeneratedid" %) 15 -= Welcome = 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. 16 16 17 - Vorpal Networksisadedicatedtoprovidingnetwork softwarevelopmenttoommunication service providersand mediumto large enterprises. We providepre-salessupport,software architecture,training,troubleshooting and projectmanagementresources.5 +XWiki can be used as a knowledge base (support, documentation, sales, etc.), for collaborative workspaces or even as a complete intranet. 18 18 19 -= Consulting=7 +== The basics == 20 20 21 - We enable companiesto enhancetheir businesses by usingtheircommunicationsystems in creativeways by adding convenienceand functionality totheir existingphoneinfrastructure.9 +To make the most out of your wiki, log-in and: 22 22 23 - =Cloud=11 +Use the {{displayIcon name="pencil"/}} button above to //edit// this page and start customizing your wiki to your needs. 24 24 25 - Our hostingoptionsinclude both inboundandoutbound calling, TDD, SMStextmessaging,and mobile phoneapplicationsrunning onandwith our multiple redundantand highly scalable VoIP servers.Multiple languages,powerful reportingoptions,superbengineering,and24×7 maintenance areonlyafewofthereasons whycompaniesthatknow they want thebestchoose Vorpal Networksfortheircloud communication services.13 +Use the {{displayIcon name="add"/}} button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content. 26 26 27 -= Oracle=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. 28 28 29 - Wespecialize inthe complete Oracle Communicationsproductportfolio. Withmphasisin Java,SIPandRTC, Vorpal Networkshas built up a vast historyof integrationdisparate,competingvendorsby usingOracleproductsasthe middleware toachieveeroperability.17 +You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features. 30 30 31 - For moreinformation,contact:[[jeff@vorpal.net>>mailto:mailto:jeff@vorpal.net?subject=Vorpal%20Networks%20Inquiry]]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}} 32 32 33 - 34 - 35 -(% class="wikigeneratedid" %) 36 - 37 -))) 38 - 39 -(% class="col-xs-12 col-sm-4" %) 21 +(% class="row" %) 40 40 ((( 41 -(% class=" box" %)23 +(% class="col-xs-12 col-sm-6" %) 42 42 ((( 43 - [[image:https://media.gettyimages.com/id/168250344/photo/confused-nerd-guy.jpg?s=612x612&w=0&k=20&c=xl8cfO9DsXu9nE6Wa_0EGMN2hMsPaNwAAAapQRR7YSo=]]25 +== Extend your wiki == 44 44 45 - Identify these installationparameters: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. 46 46 47 -|=Variable|=Example 48 -|MW_HOME|/opt/oracle/occas/8.1 29 +To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>https://extensions.xwiki.org]]. 49 49 ))) 50 50 51 -(% class=" box" %)32 +(% class="col-xs-12 col-sm-6" %) 52 52 ((( 53 - **Contents**34 +== Create your application == 54 54 55 -{{toc/}} 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. 56 56 ))) 57 57 ))) 58 -)))
- boy-watercolor.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.jeff - Size
-
... ... @@ -1,1 +1,0 @@ 1 -716.9 KB - Content
- XWiki.JavaScriptExtension[0]
-
- Code
-
... ... @@ -8,9 +8,3 @@ 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 -});