Wiki source code of Home

Version 7.34 by Alex Cotiuga on 2025/11/13 11:43

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