Wiki source code of Agnease Products for XWiki

Version 10.2 by Agnease on 2026/05/22 08:24

Hide last authors
Agnease 1.2 1 {{velocity}}
2 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
3 {{html clean="false"}}
Agnease 3.3 4
5 ## PAGE HEADER
Agnease 3.5 6 <section class="hero hero-centered product-hero" aria-labelledby="hero-title">
7 <div class="container hero-inner">
8 <div class="hero-kicker">
Agnease 2.3 9 <i class="fa fa-cube" aria-hidden="true"></i>
Agnease 4.2 10 Agnease products for XWiki
Agnease 2.3 11 </div>
Agnease 3.3 12
Agnease 4.2 13 <h1 id="hero-title">Applications and extensions for XWiki</h1>
Agnease 3.3 14
Agnease 3.5 15 <p class="lead">
Agnease 10.2 16 Focused add-ons designed by Agnease to extend XWiki with security, workflows,
17 administration and productivity features, without replacing the standard platform experience.
Agnease 1.8 18 </p>
19 </div>
20 </section>
Agnease 1.2 21
Agnease 3.3 22 ## PRODUCT CARDS
Agnease 2.1 23 <section class="product-index-section" aria-labelledby="products-title">
Agnease 1.8 24 <div class="container">
Agnease 4.2 25 <h2 id="products-title">Available Agnease products for XWiki</h2>
Agnease 3.3 26
Agnease 1.8 27 <p class="section-intro">
Agnease 4.2 28 Each product is developed by Agnease to solve a specific need in XWiki, from account protection
29 to workflow support and business-specific extensions.
Agnease 1.8 30 </p>
Agnease 1.2 31
Agnease 2.1 32 <div class="product-card-grid">
33 <article class="product-card">
34 <div class="product-card-icon">
35 <i class="fa fa-lock" aria-hidden="true"></i>
36 </div>
Agnease 1.2 37
Agnease 2.1 38 <div class="product-card-body">
Agnease 3.5 39 <div class="hero-kicker product-card-kicker">
Agnease 3.3 40 <i class="fa fa-lock" aria-hidden="true"></i>
41 Security extension
42 </div>
43
Agnease 3.9 44 <h3>XWiki Two-Factor Authentication</h3>
Agnease 1.2 45
Agnease 2.1 46 <p>
Agnease 3.10 47 Add a second verification step to the standard XWiki login flow. Users can verify access with
48 authenticator app codes, email verification codes, or a combined setup requiring both methods.
Agnease 2.1 49 </p>
Agnease 1.8 50
Agnease 2.1 51 <ul class="product-highlights">
52 <li>Works with the standard XWiki authentication flow</li>
Agnease 3.10 53 <li>Supports app codes, email codes or both</li>
54 <li>Can remember trusted browsers or devices</li>
55 <li>Useful for XWiki 2FA, MFA adoption and NIS 2 readiness</li>
Agnease 2.1 56 </ul>
Agnease 1.8 57
Agnease 2.1 58 <p class="card-link">
59 <a class="btn btn-secondary" href="$xwiki.getURL('products.xwiki-two-factor-authentication')">
60 View extension
61 </a>
62 </p>
63 </div>
64 </article>
Agnease 1.8 65 </div>
Agnease 1.2 66 </div>
Agnease 1.8 67 </section>
Agnease 1.2 68
Agnease 3.3 69 ## CTA
Agnease 3.5 70 <section class="cta-section" aria-labelledby="product-cta-title">
Agnease 1.8 71 <div class="container">
Agnease 3.5 72 <div class="cta-panel">
Agnease 4.2 73 <h2 id="product-cta-title">Need a custom product for XWiki?</h2>
Agnease 3.3 74
Agnease 1.8 75 <p>
Agnease 4.2 76 Agnease can design and build custom XWiki applications, extensions, workflows and integrations
77 around your organization's processes.
Agnease 1.8 78 </p>
Agnease 3.3 79
Agnease 1.8 80 <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a>
81 </div>
Agnease 1.2 82 </div>
Agnease 1.8 83 </section>
Agnease 3.3 84
Agnease 1.2 85 {{/html}}
86 {{/velocity}}