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