0 Votes

Wiki source code of Home

Version 7.22 by Alex Cotiugă on 2025/11/13 10:44

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