| ... |
... |
@@ -1,22 +1,32 @@ |
|
1 |
+{{include reference="PublicWebSite.WebHome"/}} |
|
2 |
+ |
| 1 |
1 |
{{velocity}} |
| 2 |
|
-#if (!$xcontext.userReference) |
| 3 |
|
- #set ($discard = $xwiki.ssx.use('Main.WebHome')) |
| 4 |
|
-#end |
| 5 |
|
-== Transform Your Business with Our Professional XWiki Solutions == |
| 6 |
|
-We offer a range of services to help you get the most out of XWiki: |
| 7 |
|
-1. Consulting |
| 8 |
|
-* Get expert advice to make the best use of XWiki. |
| 9 |
|
-2. Custom Development |
| 10 |
|
-* We develop specific features based on your needs. |
| 11 |
|
-3. Open Source Development |
| 12 |
|
-** We add new features, make improvements, and fix bugs on the XWiki platform. |
| 13 |
|
-4. Installation and Upgrade |
| 14 |
|
-** We handle installation and upgrades to ensure everything runs smoothly. |
| 15 |
|
-5. Migration Services |
| 16 |
|
-** Move from Confluence, MediaWiki, SharePoint, and other tools to XWiki with ease. |
| 17 |
|
-6. Technical Support and Maintenance |
| 18 |
|
-** We provide ongoing support and maintenance for your XWiki solution. |
|
4 |
+#if ("$!xcontext.userReference" == '') |
|
5 |
+ #displayPublicContent() |
|
6 |
+#else |
|
7 |
+ [[Projects>>Projects.WebHome]] |
|
8 |
+ #set ($statement = "from doc.object(Agnease.Code.ContactRequest.ContactRequestClass) as cr where doc.fullName <> 'contact.WebHome'") |
|
9 |
+ #set ($results = $services.query.xwql($statement).execute()) |
|
10 |
+ [[Contact requests>>ContactRequests.WebHome]]: $results.size() |
|
11 |
+ [[Leads>>Leads.WebHome]] |
|
12 |
+ [[Licenses>>License.WebHome]] |
| 19 |
19 |
|
| 20 |
|
-Contact us at [[contact@agnease.com>>mailto:contact@agnease.com]] |
| 21 |
|
-{{/velocity}} |
|
14 |
+ Public website sitemap: |
|
15 |
+ [[PublicWebSite.WebHome]] |
|
16 |
+ [[contact.WebHome]] |
|
17 |
+ [[services.WebHome]] |
|
18 |
+ * [[services.xwiki-authentication-access-control]] |
|
19 |
+ * [[services.xwiki-development-integrations]] |
|
20 |
+ * [[services.xwiki-maintenance-support]] |
|
21 |
+ * [[services.xwiki-migrations]] |
|
22 |
+ * [[services.xwiki-security-review]] |
|
23 |
+ * [[services.xwiki-upgrades]] |
| 22 |
22 |
|
|
25 |
+ [[products.WebHome]] |
|
26 |
+ * [[products.xwiki-two-factor-authentication]] |
|
27 |
+ |
|
28 |
+ [[resources.WebHome]] |
|
29 |
+ * [[resources.why-upgrade-xwiki]] |
|
30 |
+ * [[resources.xwiki-custom-development]] |
|
31 |
+#end |
|
32 |
+{{/velocity}} |