Wiki source code of Home
Version 7.7 by Alex Cotiugă on 2025/11/12 20:01
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
4.22 | 1 | {{velocity}} |
| |
5.9 | 2 | #*== Professional XWiki Services for Secure and Scalable Business Solutions == |
| 3 | Agnease helps organizations maintain, upgrade, and extend their XWiki environments with clarity and precision. Focusing on stability, performance, and long-term support we ensure your business knowledge and collaboration tools remain dependable, secure, and adaptable to growth.*# | ||
| |
5.4 | 4 | {{html clean="false"}} |
| |
5.9 | 5 | <main class="agnease-landing"> |
| 6 | <!-- ================= HERO ================= --> | ||
| |
5.14 | 7 | <section class="hero hero-centered" aria-labelledby="hero-title"> |
| 8 | <div class="container"> | ||
| 9 | <div class="hero-inner"> | ||
| |
6.18 | 10 | <h1 id="hero-title">Professional XWiki solutions, from setup to long-term stability</h1> |
| |
6.20 | 11 | <p class="lead">Need your XWiki upgraded, secured, or improved? Let’s make it happen.</p> |
| |
5.9 | 12 | <div class="hero-cta"> |
| |
6.31 | 13 | <a class="btn btn-primary" href="#contact" aria-label="Schedule a call with Agnease">Request a consultation</a> |
| |
5.9 | 14 | </div> |
| |
5.11 | 15 | <ul class="benefits"> |
| |
6.21 | 16 | <li>Smooth upgrades</li> |
| 17 | <li>Reliable support plans</li> | ||
| 18 | <li>Custom integrations</li> | ||
| 19 | <li>Secure, optimized platforms</li> | ||
| |
5.9 | 20 | </ul> |
| |
5.11 | 21 | </div> |
| |
5.9 | 22 | </div> |
| 23 | </section> | ||
| 24 | |||
| 25 | <!-- ========= WHY CHOOSE AGNEASE (widgets) ========= --> | ||
| |
7.2 | 26 | #set ($whyArray = [{ |
| 27 | 'title': 'Stability & security', | ||
| 28 | 'icon': 'shield', | ||
| 29 | 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.' | ||
| |
7.7 | 30 | },{ |
| 31 | 'title': 'Predictable delivery', | ||
| 32 | 'icon': 'check-square-o', | ||
| 33 | 'content': 'Clear scope, defined steps, and documented results to avoid surprises.' | ||
| 34 | },{ | ||
| 35 | 'title': 'Stability & security', | ||
| 36 | 'icon': 'shield', | ||
| 37 | 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.' | ||
| 38 | },{ | ||
| 39 | 'title': 'Stability & security', | ||
| 40 | 'icon': 'shield', | ||
| 41 | 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.' | ||
| |
7.2 | 42 | }]) |
| |
5.9 | 43 | <section aria-labelledby="why-title"> |
| 44 | <div class="container"> | ||
| 45 | <h2 id="why-title">Why choose Agnease</h2> | ||
| |
6.32 | 46 | <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p> |
| |
5.9 | 47 | <div class="widgets" role="list"> |
| |
7.2 | 48 | #foreach ($entry in $whyArray) |
| 49 | <article class="widget" role="listitem"> | ||
| 50 | <div class="icon" aria-hidden="true"> | ||
| |
7.5 | 51 | <i class="fa fa-$entry.icon"></i> |
| 52 | <h4>$entry.title</h4> | ||
| |
7.2 | 53 | </div> |
| |
7.5 | 54 | <p>$entry.content</p> |
| |
7.2 | 55 | </article> |
| 56 | #end | ||
| |
5.9 | 57 | <article class="widget" role="listitem"> |
| 58 | <div class="icon" aria-hidden="true"> | ||
| |
6.46 | 59 | <i class="fa fa-link"></i> |
| |
6.44 | 60 | <h4>Clean integrations</h4> |
| |
5.9 | 61 | </div> |
| |
6.45 | 62 | <p>Maintainable SSO, API, and system connections tailored to your environment.</p> |
| |
5.9 | 63 | </article> |
| 64 | <article class="widget" role="listitem"> | ||
| 65 | <div class="icon" aria-hidden="true"> | ||
| |
6.46 | 66 | <i class="fa fa-life-ring"></i> |
| |
6.44 | 67 | <h4>Long-term support</h4> |
| |
5.9 | 68 | </div> |
| |
6.45 | 69 | <p>Guaranteed response times, regular checks, and fast assistance when needed.</p> |
| |
5.9 | 70 | </article> |
| 71 | </div> | ||
| 72 | </div> | ||
| 73 | </section> | ||
| 74 | |||
| 75 | <!-- ================= SERVICES ================= --> | ||
| |
7.1 | 76 | <section id="services" aria-labelledby="services-title"> |
| 77 | <div class="container"> | ||
| 78 | <h2 id="services-title">Services</h2> | ||
| 79 | <p class="lead">Everything your XWiki needs, from one expert partner.</p> | ||
| |
5.9 | 80 | |
| |
7.1 | 81 | <div class="services"> |
| 82 | <article class="card"> | ||
| 83 | <h3>Upgrades & Migrations</h3> | ||
| 84 | <p>Predictable paths to current LTS with rehearsed steps, backups, and rollback.</p> | ||
| 85 | <details> | ||
| 86 | <summary>Details</summary> | ||
| 87 | <ul> | ||
| 88 | <li>Version & extension audit</li> | ||
| 89 | <li>Pre-production rehearsal</li> | ||
| 90 | <li>Rollback & backup plan</li> | ||
| 91 | </ul> | ||
| 92 | </details> | ||
| 93 | </article> | ||
| |
5.9 | 94 | |
| |
7.1 | 95 | <article class="card"> |
| 96 | <h3>Maintenance & Support</h3> | ||
| 97 | <p>Health checks, patching, bug triage, and on-call investigation.</p> | ||
| 98 | <details> | ||
| 99 | <summary>Details</summary> | ||
| 100 | <ul> | ||
| 101 | <li>Monthly health report</li> | ||
| 102 | <li>Security updates applied</li> | ||
| 103 | <li>Response-time guarantees</li> | ||
| 104 | </ul> | ||
| 105 | </details> | ||
| 106 | </article> | ||
| |
5.9 | 107 | |
| |
7.1 | 108 | <article class="card"> |
| 109 | <h3>Custom Development</h3> | ||
| 110 | <p>Macros, apps, structured data, and workflow automation.</p> | ||
| 111 | <details> | ||
| 112 | <summary>Details</summary> | ||
| 113 | <ul> | ||
| 114 | <li>Forms, live tables, reports</li> | ||
| 115 | <li>Task & review flows</li> | ||
| 116 | <li>UI/UX enhancements</li> | ||
| 117 | </ul> | ||
| 118 | </details> | ||
| 119 | </article> | ||
| |
5.9 | 120 | |
| |
7.1 | 121 | <article class="card"> |
| 122 | <h3>Integrations</h3> | ||
| 123 | <p>Connect XWiki to identity and business systems with clean patterns.</p> | ||
| 124 | <details> | ||
| 125 | <summary>Details</summary> | ||
| 126 | <ul> | ||
| 127 | <li>SSO / OIDC / SAML</li> | ||
| 128 | <li>Stripe payments</li> | ||
| 129 | <li>REST / Webhooks</li> | ||
| 130 | </ul> | ||
| 131 | </details> | ||
| 132 | </article> | ||
| |
5.9 | 133 | |
| |
7.1 | 134 | <article class="card"> |
| 135 | <h3>Hosting & Deployment</h3> | ||
| 136 | <p>Cloud-ready setups, backups, observability, and performance tuning.</p> | ||
| 137 | <details> | ||
| 138 | <summary>Details</summary> | ||
| 139 | <ul> | ||
| 140 | <li>Architecture guidance</li> | ||
| 141 | <li>Backup & restore drills</li> | ||
| 142 | <li>Scaling & caching</li> | ||
| 143 | </ul> | ||
| 144 | </details> | ||
| 145 | </article> | ||
| |
5.9 | 146 | |
| |
7.1 | 147 | <article class="card"> |
| 148 | <h3>Audit & Recovery</h3> | ||
| 149 | <p>Stabilize unstable instances, recover features, harden configuration.</p> | ||
| 150 | <details> | ||
| 151 | <summary>Details</summary> | ||
| 152 | <ul> | ||
| 153 | <li>Root-cause analysis</li> | ||
| 154 | <li>Hardening checklist</li> | ||
| 155 | <li>Actionable remediation plan</li> | ||
| 156 | </ul> | ||
| 157 | </details> | ||
| 158 | </article> | ||
| 159 | </div> | ||
| |
5.9 | 160 | </div> |
| 161 | </section> | ||
| 162 | |||
| 163 | <!-- ================= METRICS ================= --> | ||
| 164 | <section aria-labelledby="metrics-title"> | ||
| 165 | <div class="container"> | ||
| 166 | <h2 id="metrics-title">Delivery at a glance</h2> | ||
| 167 | <div class="metrics" role="list"> | ||
| 168 | <div class="metric" role="listitem"> | ||
| 169 | <div class="num">8–12h</div> | ||
| 170 | <div class="label">Typical LTS upgrade window</div> | ||
| 171 | </div> | ||
| 172 | <div class="metric" role="listitem"> | ||
| |
6.12 | 173 | <div class="num"><1h</div> |
| 174 | <div class="label">Average service downtime during upgrades</div> | ||
| |
5.9 | 175 | </div> |
| 176 | <div class="metric" role="listitem"> | ||
| 177 | <div class="num">24–48h</div> | ||
| 178 | <div class="label">First response SLA (plans)</div> | ||
| 179 | </div> | ||
| 180 | <div class="metric" role="listitem"> | ||
| 181 | <div class="num">10+ yrs</div> | ||
| 182 | <div class="label">XWiki expertise</div> | ||
| 183 | </div> | ||
| 184 | </div> | ||
| 185 | <p class="lead" style="margin-top:.6rem">*for rehearsed, staged upgrades on supported environments.</p> | ||
| 186 | </div> | ||
| 187 | </section> | ||
| 188 | |||
| 189 | <!-- ================= PROCESS ================= --> | ||
| 190 | <section aria-labelledby="process-title"> | ||
| 191 | <div class="container"> | ||
| 192 | <h2 id="process-title">Process</h2> | ||
| 193 | <p class="lead">Calm, predictable, and transparent from start to finish.</p> | ||
| 194 | <div class="steps"> | ||
| 195 | <div class="step"> | ||
| 196 | <h3>1) Assess</h3> | ||
| |
5.22 | 197 | <p>Review environment, extensions, constraints, and risks with no surprises.</p> |
| |
5.9 | 198 | </div> |
| 199 | <div class="step"> | ||
| 200 | <h3>2) Plan</h3> | ||
| 201 | <p>Agree scope, milestones, downtime windows, and rollback checkpoints.</p> | ||
| 202 | </div> | ||
| 203 | <div class="step"> | ||
| 204 | <h3>3) Deliver</h3> | ||
| 205 | <p>Execute, verify, document, and hand over with actionable notes.</p> | ||
| 206 | </div> | ||
| 207 | </div> | ||
| 208 | </div> | ||
| 209 | </section> | ||
| 210 | |||
| 211 | <!-- ================= FAQ ================= --> | ||
| 212 | <section class="faq" aria-labelledby="faq-title"> | ||
| 213 | <div class="container"> | ||
| 214 | <h2 id="faq-title">FAQ</h2> | ||
| 215 | <details> | ||
| 216 | <summary>How much downtime should we expect for an upgrade?</summary> | ||
| 217 | <p>Most upgrades complete in a short maintenance window. For mission-critical wikis we rehearse and stage changes to minimize downtime.</p> | ||
| 218 | </details> | ||
| 219 | <details> | ||
| 220 | <summary>Can you help if our wiki is already broken?</summary> | ||
| 221 | <p>Yes. We start with an audit to stabilize the instance, recover missing features, and harden configuration.</p> | ||
| 222 | </details> | ||
| 223 | <details> | ||
| 224 | <summary>Do you offer support plans?</summary> | ||
| |
5.22 | 225 | <p>Yes, from ad-hoc assistance to ongoing retainers with response-time guarantees and monthly health checks.</p> |
| |
5.9 | 226 | </details> |
| 227 | </div> | ||
| 228 | </section> | ||
| 229 | |||
| 230 | <!-- ================= CTA ================= --> | ||
| 231 | <section id="contact" aria-labelledby="contact-title"> | ||
| 232 | <div class="container"> | ||
| 233 | <div class="cta-band"> | ||
| 234 | <div> | ||
| 235 | <h3 id="contact-title">Need a reliable plan for your XWiki?</h3> | ||
| 236 | <p class="lead" style="margin:0">Upgrades, support, and integrations handled with low risk and clear communication.</p> | ||
| 237 | </div> | ||
| 238 | <a class="btn btn-primary" href="mailto:hello@agnease.com">Contact Agnease</a> | ||
| 239 | </div> | ||
| 240 | </div> | ||
| 241 | </section> | ||
| 242 | </main> | ||
| |
4.22 | 243 | {{/html}} |
| |
4.17 | 244 | #* |
| |
4.14 | 245 | = XWiki Multi-Factor Authentication (MFA) Application = |
| 246 | |||
| 247 | {{display reference="Extension.MFA Application.WebHome"/}} | ||
| 248 | == Transform Your Business with Our Professional XWiki Solutions == | ||
| |
4.9 | 249 | |
| |
4.14 | 250 | * **XWiki Strategy and Optimization** |
| 251 | Get expert advice on optimizing XWiki for your specific business needs. | ||
| 252 | Receive tailored solutions to improve collaboration and knowledge management. | ||
| |
4.10 | 253 | |
| |
4.14 | 254 | * **Custom Development** |
| 255 | We develop specific features based on your needs. | ||
| 256 | Customize XWiki to match your unique workflows and processes. | ||
| |
4.10 | 257 | |
| |
4.14 | 258 | * **Open Source Development** |
| 259 | We add new features, make improvements, and fix bugs on the XWiki platform. | ||
| 260 | Contribute to the XWiki community by enhancing the platform’s capabilities. | ||
| |
4.10 | 261 | |
| |
4.14 | 262 | * **Installation and Upgrade** |
| 263 | We handle installation and upgrades to ensure everything runs smoothly. | ||
| 264 | Ensure a seamless transition with minimal disruption to your operations. | ||
| |
4.10 | 265 | |
| |
4.14 | 266 | * **Migration Services** |
| 267 | Move from Confluence, MediaWiki, SharePoint, and other tools to XWiki with ease. | ||
| 268 | Preserve your data integrity and structure during the migration process. | ||
| 269 | |||
| 270 | * **Technical Support and Maintenance** | ||
| 271 | We provide ongoing support and maintenance for your XWiki solution. | ||
| 272 | Ensure your XWiki instance is always up-to-date and performing optimally. | ||
| 273 | |||
| 274 | Contact us at [[contact@agnease.com>>mailto:contact@agnease.com]] | ||
| 275 | *# | ||
| 276 | {{/velocity}} |