Wiki source code of products

Version 2.1 by Alex Cotiugă on 2026/05/12 20:04

Hide last authors
Alex Cotiugă 1.2 1 {{velocity}}
2 #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
Alex Cotiugă 1.4 3 #set ($discard = $xwiki.ssx.use('products.WebHome'))
Alex Cotiugă 1.2 4 {{html clean="false"}}
5
Alex Cotiugă 2.1 6 <div class="agnease-product-page">
Alex Cotiugă 1.2 7
Alex Cotiugă 2.1 8 <section class="product-index-hero" aria-labelledby="page-title">
9 <div class="container">
10 <p class="page-eyebrow">Agnease products</p>
11 <h1 id="page-title">XWiki Applications and Extensions</h1>
12 <p class="page-lead">
Alex Cotiugă 1.8 13 Practical XWiki extensions built to improve security, workflows, administration and long-term platform usability.
14 </p>
15 </div>
16 </section>
Alex Cotiugă 1.2 17
Alex Cotiugă 2.1 18 <section class="product-index-section" aria-labelledby="products-title">
Alex Cotiugă 1.8 19 <div class="container">
Alex Cotiugă 2.1 20 <h2 id="products-title">Available extensions</h2>
Alex Cotiugă 1.8 21 <p class="section-intro">
Alex Cotiugă 2.1 22 The first Agnease product is focused on strengthening access to XWiki while keeping the standard XWiki login experience.
Alex Cotiugă 1.8 23 </p>
Alex Cotiugă 1.2 24
Alex Cotiugă 2.1 25 <div class="product-card-grid">
26 <article class="product-card">
27 <div class="product-card-icon">
28 <i class="fa fa-lock" aria-hidden="true"></i>
29 </div>
Alex Cotiugă 1.2 30
Alex Cotiugă 2.1 31 <div class="product-card-body">
32 <p class="product-label">Security extension</p>
33 <h3>XWiki Two-Factor Authentication</h3>
Alex Cotiugă 1.2 34
Alex Cotiugă 2.1 35 <p>
36 Add a second verification step to the standard XWiki login flow using time-based one-time codes.
37 The extension is designed for organizations that want stronger account protection without replacing
38 the standard XWiki authentication experience.
39 </p>
Alex Cotiugă 1.8 40
Alex Cotiugă 2.1 41 <ul class="product-highlights">
42 <li>Works with the standard XWiki authentication flow</li>
43 <li>Adds a TOTP verification step after username/password login</li>
44 <li>Includes user setup and administration controls</li>
45 </ul>
Alex Cotiugă 1.8 46
Alex Cotiugă 2.1 47 <p class="card-link">
48 <a class="btn btn-secondary" href="$xwiki.getURL('products.xwiki-two-factor-authentication')">
49 View extension
50 </a>
51 </p>
52 </div>
53 </article>
Alex Cotiugă 1.8 54 </div>
Alex Cotiugă 1.2 55 </div>
Alex Cotiugă 1.8 56 </section>
Alex Cotiugă 1.2 57
Alex Cotiugă 2.1 58 <section class="product-cta-section">
Alex Cotiugă 1.8 59 <div class="container">
Alex Cotiugă 2.1 60 <div class="product-cta-panel">
61 <h2>Need a custom XWiki application?</h2>
Alex Cotiugă 1.8 62 <p>
63 Agnease also builds custom XWiki applications, workflows, integrations and extensions adapted to specific business processes.
64 </p>
65 <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a>
66 </div>
Alex Cotiugă 1.2 67 </div>
Alex Cotiugă 1.8 68 </section>
Alex Cotiugă 1.2 69
Alex Cotiugă 2.1 70 </div>
71
Alex Cotiugă 1.2 72 {{/html}}
73 {{/velocity}}