Wiki source code of Public Web Site
Last modified by Agnease on 2026/05/30 16:24
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | #macro (displayPublicContent) | ||
| 3 | #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) | ||
| 4 | {{html clean="false"}} | ||
| 5 | |||
| 6 | <section class="hero hero-centered" aria-labelledby="hero-title"> | ||
| 7 | <div class="container hero-inner"> | ||
| 8 | <h1 id="hero-title">Professional XWiki consulting and engineering</h1> | ||
| 9 | |||
| 10 | <p class="lead"> | ||
| 11 | Agnease helps organizations upgrade, maintain, secure and extend production XWiki platforms with practical | ||
| 12 | engineering support, custom development, integrations and long-term care. | ||
| 13 | </p> | ||
| 14 | |||
| 15 | <ul class="benefits"> | ||
| 16 | <li>XWiki LTS upgrades</li> | ||
| 17 | <li>Maintenance and support</li> | ||
| 18 | <li>Custom XWiki development</li> | ||
| 19 | <li>Migrations and integrations</li> | ||
| 20 | </ul> | ||
| 21 | |||
| 22 | <div class="hero-actions"> | ||
| 23 | <a class="btn btn-primary" href="https://calendly.com/alex-agnease/30min?back=1&month=2026-06">Book a free discussion</a> | ||
| 24 | ##<a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Request a consultation</a> | ||
| 25 | <a class="btn btn-secondary" href="$xwiki.getURL('services.WebHome')">View XWiki services</a> | ||
| 26 | </div> | ||
| 27 | </div> | ||
| 28 | </section> | ||
| 29 | |||
| 30 | <section class="trust-strip" aria-label="Agnease experience"> | ||
| 31 | <div class="container"> | ||
| 32 | <ul> | ||
| 33 | <li><i class="fa fa-check-circle" aria-hidden="true"></i> 11+ years of XWiki experience</li> | ||
| 34 | <li><i class="fa fa-check-circle" aria-hidden="true"></i> Upgrades, support and custom development</li> | ||
| 35 | <li><i class="fa fa-check-circle" aria-hidden="true"></i> Security-aware maintenance</li> | ||
| 36 | <li><i class="fa fa-check-circle" aria-hidden="true"></i> Practical long-term collaboration</li> | ||
| 37 | </ul> | ||
| 38 | </div> | ||
| 39 | </section> | ||
| 40 | |||
| 41 | <section aria-labelledby="platform-title"> | ||
| 42 | <div class="container"> | ||
| 43 | <h2 id="platform-title">XWiki support for production knowledge platforms</h2> | ||
| 44 | <p class="section-intro"> | ||
| 45 | XWiki often grows from a documentation space into a business-critical knowledge platform. | ||
| 46 | When it supports intranets, procedures, workflows, audits or integrations, it needs structured technical care | ||
| 47 | for upgrades, security, permissions and maintainability. | ||
| 48 | </p> | ||
| 49 | |||
| 50 | <div class="pathways"> | ||
| 51 | <article class="pathway-card"> | ||
| 52 | <div class="card-heading"> | ||
| 53 | <div class="pathway-icon"> | ||
| 54 | <i class="fa fa-refresh" aria-hidden="true"></i> | ||
| 55 | </div> | ||
| 56 | <h3>Upgrade XWiki safely</h3> | ||
| 57 | </div> | ||
| 58 | <p> | ||
| 59 | Plan and execute XWiki LTS upgrades with compatibility checks, staging validation and rollback planning. | ||
| 60 | </p> | ||
| 61 | <ul> | ||
| 62 | <li>LTS upgrade planning</li> | ||
| 63 | <li>Extension and custom code review</li> | ||
| 64 | <li>Staging and production validation</li> | ||
| 65 | </ul> | ||
| 66 | <p class="card-link"> | ||
| 67 | <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a> | ||
| 68 | </p> | ||
| 69 | </article> | ||
| 70 | |||
| 71 | <article class="pathway-card"> | ||
| 72 | <div class="card-heading"> | ||
| 73 | <div class="pathway-icon"> | ||
| 74 | <i class="fa fa-life-ring" aria-hidden="true"></i> | ||
| 75 | </div> | ||
| 76 | <h3>Maintain XWiki reliably</h3> | ||
| 77 | </div> | ||
| 78 | <p> | ||
| 79 | Keep production XWiki instances stable with troubleshooting, maintenance planning, recovery support and security-aware care. | ||
| 80 | </p> | ||
| 81 | <ul> | ||
| 82 | <li>Troubleshooting and recovery</li> | ||
| 83 | <li>Performance and log analysis</li> | ||
| 84 | <li>Upgrade and maintenance planning</li> | ||
| 85 | </ul> | ||
| 86 | <p class="card-link"> | ||
| 87 | <a href="$xwiki.getURL('services.xwiki-maintenance-support')">View support services</a> | ||
| 88 | </p> | ||
| 89 | </article> | ||
| 90 | |||
| 91 | <article class="pathway-card"> | ||
| 92 | <div class="card-heading"> | ||
| 93 | <div class="pathway-icon"> | ||
| 94 | <i class="fa fa-cogs" aria-hidden="true"></i> | ||
| 95 | </div> | ||
| 96 | <h3>Extend XWiki for your processes</h3> | ||
| 97 | </div> | ||
| 98 | <p> | ||
| 99 | Build custom XWiki applications, workflows, dashboards and integrations around real business needs. | ||
| 100 | </p> | ||
| 101 | <ul> | ||
| 102 | <li>Custom XWiki applications</li> | ||
| 103 | <li>Workflows and approvals</li> | ||
| 104 | <li>APIs, SSO, LDAP and integrations</li> | ||
| 105 | </ul> | ||
| 106 | <p class="card-link"> | ||
| 107 | <a href="$xwiki.getURL('services.xwiki-development-integrations')">View development services</a> | ||
| 108 | </p> | ||
| 109 | </article> | ||
| 110 | </div> | ||
| 111 | </div> | ||
| 112 | </section> | ||
| 113 | |||
| 114 | <section class="industry-trust-section" aria-labelledby="industry-trust-title"> | ||
| 115 | <div class="container"> | ||
| 116 | <div class="industry-trust-panel"> | ||
| 117 | <h2 id="industry-trust-title">Trusted XWiki expertise for business-critical platforms</h2> | ||
| 118 | |||
| 119 | <p class="section-intro"> | ||
| 120 | Experience supporting XWiki platforms used in healthcare, financial services, scientific research, | ||
| 121 | government institutions, transportation, software development, compliance programs and regulated environments. | ||
| 122 | </p> | ||
| 123 | |||
| 124 | <div class="industry-tags" aria-label="Industries and environments supported"> | ||
| 125 | <span>Healthcare</span> | ||
| 126 | <span>Financial services</span> | ||
| 127 | <span>Scientific research</span> | ||
| 128 | <span>Government institutions</span> | ||
| 129 | <span>Transportation</span> | ||
| 130 | <span>Software development</span> | ||
| 131 | <span>Compliance programs</span> | ||
| 132 | <span>Regulated environments</span> | ||
| 133 | </div> | ||
| 134 | |||
| 135 | <p class="industry-support"> | ||
| 136 | Organizations rely on these platforms to manage documentation, workflows, compliance processes, | ||
| 137 | research knowledge and critical business information. From upgrades and authentication integrations | ||
| 138 | to workflow systems and long-term maintenance, Agnease helps keep XWiki secure, stable and ready for the future. | ||
| 139 | </p> | ||
| 140 | </div> | ||
| 141 | </div> | ||
| 142 | </section> | ||
| 143 | |||
| 144 | <section class="split-section" aria-labelledby="why-title"> | ||
| 145 | <div class="container"> | ||
| 146 | <div class="split-grid"> | ||
| 147 | <div class="split-copy"> | ||
| 148 | <h2 id="why-title">Why work with an XWiki specialist</h2> | ||
| 149 | <p> | ||
| 150 | XWiki projects often involve more than pages. Production platforms may include custom code, | ||
| 151 | extensions, authentication, permissions, workflows, integrations, compliance documentation | ||
| 152 | and business-critical knowledge. | ||
| 153 | </p> | ||
| 154 | <p> | ||
| 155 | Agnease brings 11+ years of hands-on XWiki experience to help reduce risk, support long-term reliability | ||
| 156 | and leave the platform easier to maintain after the work is complete. | ||
| 157 | </p> | ||
| 158 | </div> | ||
| 159 | |||
| 160 | <ol class="process-list"> | ||
| 161 | <li> | ||
| 162 | <strong>Review the XWiki environment</strong> | ||
| 163 | Version, extensions, infrastructure, authentication, permissions, custom code and critical features. | ||
| 164 | </li> | ||
| 165 | <li> | ||
| 166 | <strong>Define the safest next steps</strong> | ||
| 167 | Scope, risks, dependencies, effort, rollback options and validation requirements. | ||
| 168 | </li> | ||
| 169 | <li> | ||
| 170 | <strong>Implement, validate and document</strong> | ||
| 171 | Controlled changes, testing, production validation and notes for future maintenance. | ||
| 172 | </li> | ||
| 173 | </ol> | ||
| 174 | </div> | ||
| 175 | </div> | ||
| 176 | </section> | ||
| 177 | |||
| 178 | <section class="resource-strip homepage-resource-strip" aria-labelledby="resources-title"> | ||
| 179 | <div class="container"> | ||
| 180 | <h2 id="resources-title">XWiki resources for safer long-term maintenance</h2> | ||
| 181 | <p class="section-intro"> | ||
| 182 | Practical articles about XWiki upgrades, customization and production platform care. | ||
| 183 | </p> | ||
| 184 | |||
| 185 | <div class="resource-grid"> | ||
| 186 | <article class="resource-card"> | ||
| 187 | <h4>Why upgrade your XWiki instance?</h4> | ||
| 188 | <p> | ||
| 189 | Learn why regular XWiki upgrades reduce security exposure, compatibility issues and long-term maintenance risk. | ||
| 190 | </p> | ||
| 191 | <a href="$xwiki.getURL('resources.why-upgrade-xwiki')">Read the article</a> | ||
| 192 | </article> | ||
| 193 | |||
| 194 | <article class="resource-card"> | ||
| 195 | <h4>XWiki upgrade services</h4> | ||
| 196 | <p> | ||
| 197 | See how XWiki upgrades can be planned, tested and validated for production instances with customizations and integrations. | ||
| 198 | </p> | ||
| 199 | <a href="$xwiki.getURL('services.xwiki-upgrades')">View upgrade services</a> | ||
| 200 | </article> | ||
| 201 | </div> | ||
| 202 | </div> | ||
| 203 | </section> | ||
| 204 | |||
| 205 | <section class="cta-section" aria-labelledby="contact-title"> | ||
| 206 | <div class="container"> | ||
| 207 | <div class="cta-panel"> | ||
| 208 | <h2 id="contact-title">Need XWiki consulting or support?</h2> | ||
| 209 | <p> | ||
| 210 | Send your current XWiki version, the issue you are facing, or the type of project you want to build. | ||
| 211 | A short description is enough to define practical next steps. | ||
| 212 | </p> | ||
| 213 | <a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a> | ||
| 214 | </div> | ||
| 215 | </div> | ||
| 216 | </section> | ||
| 217 | |||
| 218 | {{/html}} | ||
| 219 | #end | ||
| 220 | |||
| 221 | #macro (stripHTMLMacro $displayOutput) | ||
| 222 | $stringtool.removeEnd($stringtool.removeStart($displayOutput, '{{html clean="false" wiki="false"}}'), '{{/html}}').replace('Agnease.Code.Lead.LeadClass_0_', 'acl-') | ||
| 223 | #end | ||
| 224 | |||
| 225 | #macro (displayFormFromSheetCode) | ||
| 226 | #set ($editing = true) | ||
| 227 | ## The object to display. | ||
| 228 | #set ($xobject = $doc.newObject('Agnease.Code.Lead.LeadClass')) | ||
| 229 | ## The class that describes the object properties. | ||
| 230 | #set ($xclass = $xwiki.getClass('Agnease.Code.Lead.LeadClass')) | ||
| 231 | ## Make sure the following display* method calls use the right object. | ||
| 232 | #set ($discard = $doc.use($xobject)) | ||
| 233 | ## Using the xform vertical form layout. | ||
| 234 | <div class="xform"> | ||
| 235 | <dl> | ||
| 236 | #foreach ($property in $xclass.properties) | ||
| 237 | #if ($property.name != 'status') | ||
| 238 | <dt #if (!$editing) | ||
| 239 | class="editableProperty" | ||
| 240 | #set ($xobjectPropertyReference = $xobject.getPropertyReference($property.name)) | ||
| 241 | data-property="$escapetool.xml($services.model.serialize($xobjectPropertyReference))" | ||
| 242 | data-property-type="object"#end> | ||
| 243 | ## This must match the id generated by the $doc.display() method below. | ||
| 244 | #set ($propertyId = "acl-$property.name") | ||
| 245 | <label#if ($editing) for="$escapetool.xml($propertyId)"#end> | ||
| 246 | $escapetool.xml($property.translatedPrettyName) | ||
| 247 | </label> | ||
| 248 | ## Support for specifying a translation key as hint in the property definition. | ||
| 249 | <span class="xHint">$!escapetool.xml($services.localization.render($property.hint))</span> | ||
| 250 | </dt> | ||
| 251 | #set ($displayOutput = $doc.display($property.name, 'edit')) | ||
| 252 | <dd>#stripHTMLMacro($displayOutput)</dd> | ||
| 253 | #end | ||
| 254 | #end | ||
| 255 | #if (!$xclass.properties || $xclass.properties.size() == 0) | ||
| 256 | ## Keep the empty definition term in order to have valid HTML. | ||
| 257 | <dt></dt> | ||
| 258 | <dd>$escapetool.xml($services.localization.render('xclass.defaultObjectSheet.noProperties'))</dd> | ||
| 259 | #end | ||
| 260 | </dl> | ||
| 261 | </div> | ||
| 262 | #end | ||
| 263 | {{/velocity}} |