Wiki source code of Agnease Products for XWiki

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

Show last authors
1 {{velocity}}
2 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
3 {{html clean="false"}}
4
5 ## PAGE HEADER
6 <section class="hero hero-centered product-hero" aria-labelledby="hero-title">
7 <div class="container hero-inner">
8 <div class="hero-kicker">
9 <i class="fa fa-cube" aria-hidden="true"></i>
10 Agnease products for XWiki
11 </div>
12
13 <h1 id="hero-title">Applications and extensions for XWiki</h1>
14
15 <p class="lead">
16 Focused add-ons designed by Agnease to extend XWiki with security, workflows,
17 administration and productivity features, without replacing the standard platform experience.
18 </p>
19 </div>
20 </section>
21
22 ## PRODUCT CARDS
23 <section class="product-index-section" aria-labelledby="products-title">
24 <div class="container">
25 <h2 id="products-title">Available Agnease products for XWiki</h2>
26
27 <p class="section-intro">
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.
30 </p>
31
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>
37
38 <div class="product-card-body">
39 <div class="hero-kicker product-card-kicker">
40 <i class="fa fa-lock" aria-hidden="true"></i>
41 Security extension
42 </div>
43
44 <h3>XWiki Two-Factor Authentication</h3>
45
46 <p>
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.
49 </p>
50
51 <ul class="product-highlights">
52 <li>Works with the standard XWiki authentication flow</li>
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>
56 </ul>
57
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>
65 </div>
66 </div>
67 </section>
68
69 ## CTA
70 <section class="cta-section" aria-labelledby="product-cta-title">
71 <div class="container">
72 <div class="cta-panel">
73 <h2 id="product-cta-title">Need a custom product for XWiki?</h2>
74
75 <p>
76 Agnease can design and build custom XWiki applications, extensions, workflows and integrations
77 around your organization's processes.
78 </p>
79
80 <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a>
81 </div>
82 </div>
83 </section>
84
85 {{/html}}
86 {{/velocity}}