| ... |
... |
@@ -1,205 +1,15 @@ |
| 1 |
|
-{{velocity}} |
| 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.*# |
| 4 |
|
-{{html clean="false"}} |
| 5 |
|
-<main class="agnease-landing"> |
| 6 |
|
- <!-- ================= HERO ================= --> |
| 7 |
|
- <section class="hero hero-centered" aria-labelledby="hero-title"> |
| 8 |
|
- <div class="container"> |
| 9 |
|
- <div class="hero-inner"> |
| 10 |
|
- <h1 id="hero-title">Professional XWiki solutions, from setup to long-term stability</h1> |
| 11 |
|
- <p class="lead">Need your XWiki upgraded, secured, or improved? Let’s make it happen.</p> |
| 12 |
|
- <div class="hero-cta"> |
| 13 |
|
- <a class="btn btn-primary" href="#contact" aria-label="Schedule a call with Agnease">Request a consultation</a> |
| 14 |
|
- </div> |
| 15 |
|
- <ul class="benefits"> |
| 16 |
|
- <li>Smooth upgrades</li> |
| 17 |
|
- <li>Reliable support plans</li> |
| 18 |
|
- <li>Custom integrations</li> |
| 19 |
|
- <li>Secure, optimized platforms</li> |
| 20 |
|
- </ul> |
| 21 |
|
- </div> |
| 22 |
|
- </div> |
| 23 |
|
- </section> |
|
1 |
+= XWiki MFA Application = |
| 24 |
24 |
|
| 25 |
|
- <!-- ========= WHY CHOOSE AGNEASE (widgets) ========= --> |
| 26 |
|
- <section aria-labelledby="why-title"> |
| 27 |
|
- <div class="container"> |
| 28 |
|
- <h2 id="why-title">Why choose Agnease</h2> |
| 29 |
|
- <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p> |
| 30 |
|
- <div class="widgets" role="list"> |
| 31 |
|
- <article class="widget" role="listitem"> |
| 32 |
|
- <div class="icon" aria-hidden="true"> |
| 33 |
|
- <i class="fa fa-shield"></i> |
| 34 |
|
- <h4>Stability & security</h4> |
| 35 |
|
- </div> |
| 36 |
|
- <p>Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.</p> |
| 37 |
|
- </article> |
| 38 |
|
- <article class="widget" role="listitem"> |
| 39 |
|
- <div class="icon" aria-hidden="true"> |
| 40 |
|
- <i class="fa fa-check-square-o"></i> |
| 41 |
|
- <h4>Predictable delivery</h4> |
| 42 |
|
- </div> |
| 43 |
|
- <p>Clear scope, defined steps, and documented results to avoid surprises.</p> |
| 44 |
|
- </article> |
| 45 |
|
- <article class="widget" role="listitem"> |
| 46 |
|
- <div class="icon" aria-hidden="true"> |
| 47 |
|
- <i class="fa fa-link"></i> |
| 48 |
|
- <h4>Clean integrations</h4> |
| 49 |
|
- </div> |
| 50 |
|
- <p>Maintainable SSO, API, and system connections tailored to your environment.</p> |
| 51 |
|
- </article> |
| 52 |
|
- <article class="widget" role="listitem"> |
| 53 |
|
- <div class="icon" aria-hidden="true"> |
| 54 |
|
- <i class="fa fa-life-ring"></i> |
| 55 |
|
- <h4>Long-term support</h4> |
| 56 |
|
- </div> |
| 57 |
|
- <p>Guaranteed response times, regular checks, and fast assistance when needed.</p> |
| 58 |
|
- </article> |
| 59 |
|
- </div> |
| 60 |
|
- </div> |
| 61 |
|
- </section> |
|
3 |
+{{display reference="Extension.MFA Application.WebHome"/}} |
| 62 |
62 |
|
| 63 |
|
- <!-- ================= SERVICES ================= --> |
| 64 |
|
- <section class="services"> |
| 65 |
|
- <h2>Services</h2> |
| 66 |
|
- <p>Everything your XWiki needs, from one expert partner.</p> |
|
5 |
+{{velocity}} |
|
6 |
+$xcontext.userReference |
|
7 |
+#if ("$!xcontext.userReference" == '') |
|
8 |
+ #set ($discard = $xwiki.ssx.use('Main.WebHome')) |
|
9 |
+#end |
| 67 |
67 |
|
| 68 |
|
- <div class="cards"> |
| 69 |
|
- <!-- Card --> |
| 70 |
|
- <article class="card"> |
| 71 |
|
- <h3>Upgrades & Migrations</h3> |
| 72 |
|
- <p>Predictable paths to current LTS with backups and rollback.</p> |
| 73 |
73 |
|
| 74 |
|
- <button class="details-toggle" |
| 75 |
|
- aria-expanded="false" |
| 76 |
|
- aria-controls="details-1">Details</button> |
| 77 |
|
- |
| 78 |
|
- <div id="details-1" class="details" hidden> |
| 79 |
|
- <ul> |
| 80 |
|
- <li>Version & extension audit</li> |
| 81 |
|
- <li>Pre-production rehearsal</li> |
| 82 |
|
- <li>Rollback & backup plan</li> |
| 83 |
|
- </ul> |
| 84 |
|
- </div> |
| 85 |
|
- </article> |
| 86 |
|
- |
| 87 |
|
- <!-- Repeat cards as needed --> |
| 88 |
|
- <article class="card"> |
| 89 |
|
- <h3>Maintenance & Support</h3> |
| 90 |
|
- <p>Health checks, patching, bug triage, and on-call investigation.</p> |
| 91 |
|
- <button class="details-toggle" aria-expanded="false" aria-controls="details-2">Details</button> |
| 92 |
|
- <div id="details-2" class="details" hidden> |
| 93 |
|
- <ul> |
| 94 |
|
- <li>Guaranteed response times</li> |
| 95 |
|
- <li>Regular health checks</li> |
| 96 |
|
- <li>Incident assistance</li> |
| 97 |
|
- </ul> |
| 98 |
|
- </div> |
| 99 |
|
- </article> |
| 100 |
|
- |
| 101 |
|
- <article class="card"> |
| 102 |
|
- <h3>Custom Development</h3> |
| 103 |
|
- <p>Macros, apps, structured data, and workflow automation.</p> |
| 104 |
|
- <button class="details-toggle" aria-expanded="false" aria-controls="details-3">Details</button> |
| 105 |
|
- <div id="details-3" class="details" hidden> |
| 106 |
|
- <ul> |
| 107 |
|
- <li>Apps & macros</li> |
| 108 |
|
- <li>Structured data models</li> |
| 109 |
|
- <li>Workflow automation</li> |
| 110 |
|
- </ul> |
| 111 |
|
- </div> |
| 112 |
|
- </article> |
| 113 |
|
- |
| 114 |
|
- <!-- ... more cards ... --> |
| 115 |
|
- </div> |
| 116 |
|
- </section> |
| 117 |
|
- |
| 118 |
|
- <!-- ================= METRICS ================= --> |
| 119 |
|
- <section aria-labelledby="metrics-title"> |
| 120 |
|
- <div class="container"> |
| 121 |
|
- <h2 id="metrics-title">Delivery at a glance</h2> |
| 122 |
|
- <div class="metrics" role="list"> |
| 123 |
|
- <div class="metric" role="listitem"> |
| 124 |
|
- <div class="num">8–12h</div> |
| 125 |
|
- <div class="label">Typical LTS upgrade window</div> |
| 126 |
|
- </div> |
| 127 |
|
- <div class="metric" role="listitem"> |
| 128 |
|
- <div class="num"><1h</div> |
| 129 |
|
- <div class="label">Average service downtime during upgrades</div> |
| 130 |
|
- </div> |
| 131 |
|
- <div class="metric" role="listitem"> |
| 132 |
|
- <div class="num">24–48h</div> |
| 133 |
|
- <div class="label">First response SLA (plans)</div> |
| 134 |
|
- </div> |
| 135 |
|
- <div class="metric" role="listitem"> |
| 136 |
|
- <div class="num">10+ yrs</div> |
| 137 |
|
- <div class="label">XWiki expertise</div> |
| 138 |
|
- </div> |
| 139 |
|
- </div> |
| 140 |
|
- <p class="lead" style="margin-top:.6rem">*for rehearsed, staged upgrades on supported environments.</p> |
| 141 |
|
- </div> |
| 142 |
|
- </section> |
| 143 |
|
- |
| 144 |
|
- <!-- ================= PROCESS ================= --> |
| 145 |
|
- <section aria-labelledby="process-title"> |
| 146 |
|
- <div class="container"> |
| 147 |
|
- <h2 id="process-title">Process</h2> |
| 148 |
|
- <p class="lead">Calm, predictable, and transparent from start to finish.</p> |
| 149 |
|
- <div class="steps"> |
| 150 |
|
- <div class="step"> |
| 151 |
|
- <h3>1) Assess</h3> |
| 152 |
|
- <p>Review environment, extensions, constraints, and risks with no surprises.</p> |
| 153 |
|
- </div> |
| 154 |
|
- <div class="step"> |
| 155 |
|
- <h3>2) Plan</h3> |
| 156 |
|
- <p>Agree scope, milestones, downtime windows, and rollback checkpoints.</p> |
| 157 |
|
- </div> |
| 158 |
|
- <div class="step"> |
| 159 |
|
- <h3>3) Deliver</h3> |
| 160 |
|
- <p>Execute, verify, document, and hand over with actionable notes.</p> |
| 161 |
|
- </div> |
| 162 |
|
- </div> |
| 163 |
|
- </div> |
| 164 |
|
- </section> |
| 165 |
|
- |
| 166 |
|
- <!-- ================= FAQ ================= --> |
| 167 |
|
- <section class="faq" aria-labelledby="faq-title"> |
| 168 |
|
- <div class="container"> |
| 169 |
|
- <h2 id="faq-title">FAQ</h2> |
| 170 |
|
- <details> |
| 171 |
|
- <summary>How much downtime should we expect for an upgrade?</summary> |
| 172 |
|
- <p>Most upgrades complete in a short maintenance window. For mission-critical wikis we rehearse and stage changes to minimize downtime.</p> |
| 173 |
|
- </details> |
| 174 |
|
- <details> |
| 175 |
|
- <summary>Can you help if our wiki is already broken?</summary> |
| 176 |
|
- <p>Yes. We start with an audit to stabilize the instance, recover missing features, and harden configuration.</p> |
| 177 |
|
- </details> |
| 178 |
|
- <details> |
| 179 |
|
- <summary>Do you offer support plans?</summary> |
| 180 |
|
- <p>Yes, from ad-hoc assistance to ongoing retainers with response-time guarantees and monthly health checks.</p> |
| 181 |
|
- </details> |
| 182 |
|
- </div> |
| 183 |
|
- </section> |
| 184 |
|
- |
| 185 |
|
- <!-- ================= CTA ================= --> |
| 186 |
|
- <section id="contact" aria-labelledby="contact-title"> |
| 187 |
|
- <div class="container"> |
| 188 |
|
- <div class="cta-band"> |
| 189 |
|
- <div> |
| 190 |
|
- <h3 id="contact-title">Need a reliable plan for your XWiki?</h3> |
| 191 |
|
- <p class="lead" style="margin:0">Upgrades, support, and integrations handled with low risk and clear communication.</p> |
| 192 |
|
- </div> |
| 193 |
|
- <a class="btn btn-primary" href="mailto:hello@agnease.com">Contact Agnease</a> |
| 194 |
|
- </div> |
| 195 |
|
- </div> |
| 196 |
|
- </section> |
| 197 |
|
- </main> |
| 198 |
|
-{{/html}} |
| 199 |
199 |
#* |
| 200 |
|
-= XWiki Multi-Factor Authentication (MFA) Application = |
| 201 |
|
- |
| 202 |
|
-{{display reference="Extension.MFA Application.WebHome"/}} |
| 203 |
203 |
== Transform Your Business with Our Professional XWiki Solutions == |
| 204 |
204 |
|
| 205 |
205 |
* **XWiki Strategy and Optimization** |
| ... |
... |
@@ -229,3 +229,4 @@ |
| 229 |
229 |
Contact us at [[contact@agnease.com>>mailto:contact@agnease.com]] |
| 230 |
230 |
*# |
| 231 |
231 |
{{/velocity}} |
|
42 |
+ |