Changes for page Public Web Site

Last modified by Alex Cotiugă on 2026/05/04 06:16

From version 3.3
edited by Alex Cotiugă
on 2025/11/24 07:19
Change comment: There is no comment for this version
To version 4.6
edited by Alex Cotiugă
on 2026/05/01 12:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,147 +1,225 @@
1 1  {{velocity}}
2 -#set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
3 -{{html clean="false"}}
4 - ## HERO
5 - <section class="hero hero-centered" aria-labelledby="hero-title">
6 - <div class="container hero-inner">
7 - <h1 id="hero-title">Professional XWiki solutions, from setup to long-term stability</h1>
8 - <p class="lead">Need your XWiki upgraded, secured, or improved? Let’s make it happen.</p>
9 - <div class="hero-cta">
10 - <a class="btn btn-primary" href="#contact" aria-label="Schedule a call with Agnease">
11 - Request a consultation
12 - </a>
2 +#macro (displayPublicContent)
3 + #set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome'))
4 + {{html clean="false"}}
5 + ## HERO
6 + <section class="hero hero-centered" aria-labelledby="hero-title">
7 + <div class="container hero-inner">
8 + <h1 id="hero-title">Keep Your XWiki Platform Secure, Stable and Up-to-Date</h1>
9 + <p class="lead">Helping organizations safely upgrade and maintain their XWiki environments.</p>
10 + <ul class="benefits">
11 + <li><a href="$xwiki.getURL('services.xwiki-upgrades')">Smooth upgrades</a></li>
12 + <li>Reliable support plans</li>
13 + <li>Custom integrations</li>
14 + <li>Secure, optimized platforms</li>
15 + </ul>
16 + <div class="hero-cta">
17 + <a href="mailto:alex@agnease.com">Contact Agnease</a>
18 + #*<a class="btn btn-primary" href="#contact" aria-label="Request a consultation" data-toggle="modal" data-target="#requestConsultation">
19 + Request a consultation
20 + </a>
21 + #requestConsultationModal()*#
22 + ##data-toggle="modal" data-target="#requestConsultationModal"
23 + </div>
13 13   </div>
14 - <ul class="benefits">
15 - <li>Smooth upgrades</li>
16 - <li>Reliable support plans</li>
17 - <li>Custom integrations</li>
18 - <li>Secure, optimized platforms</li>
19 - </ul>
20 - </div>
21 - </section>
22 - ## WHY CHOOSE
23 - #set ($whySectionData = [{
24 - 'title': 'Stability & security',
25 - 'icon': 'shield',
26 - 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.'
27 - },{
28 - 'title': 'Predictable delivery',
29 - 'icon': 'check-square-o',
30 - 'content': 'Clear scope, defined steps, and documented results to avoid surprises.'
31 - },{
32 - 'title': 'Clean integrations',
33 - 'icon': 'link',
34 - 'content': 'Maintainable SSO, API, and system connections tailored to your environment.'
35 - },{
36 - 'title': 'Long-term support',
37 - 'icon': 'life-ring',
38 - 'content': 'Guaranteed response times, regular checks, and fast assistance when needed.'
39 - }])
40 - <section aria-labelledby="why-title">
41 - <div class="container">
42 - <h2 id="why-title">Why choose Agnease</h2>
43 - <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p>
44 - <div class="widgets">
45 - #foreach ($entry in $whySectionData)
46 - <article class="widget">
47 - <div class="icon" aria-hidden="true">
48 - <i class="fa fa-$entry.icon"></i>
49 - <h4>$entry.title</h4>
50 - </div>
51 - <p>$entry.content</p>
52 - </article>
53 - #end
25 + </section>
26 + ## WHY CHOOSE
27 + #set ($whySectionData = [{
28 + 'title': 'Stability & security',
29 + 'icon': 'shield',
30 + 'content': 'Proven upgrade steps, rollback safety, and proactive hardening keep your wiki reliable.'
31 + },{
32 + 'title': 'Predictable delivery',
33 + 'icon': 'check-square-o',
34 + 'content': 'Clear scope, defined steps, and documented results to avoid surprises.'
35 + },{
36 + 'title': 'Clean integrations',
37 + 'icon': 'link',
38 + 'content': 'Maintainable SSO, API, and system connections tailored to your environment.'
39 + },{
40 + 'title': 'Long-term support',
41 + 'icon': 'life-ring',
42 + 'content': 'Guaranteed response times, regular checks, and fast assistance when needed.'
43 + }])
44 + <section aria-labelledby="why-title">
45 + <div class="container">
46 + <h2 id="why-title">Why choose Agnease</h2>
47 + <p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p>
48 + <div class="widgets">
49 + #foreach ($entry in $whySectionData)
50 + <article class="widget">
51 + <div class="icon" aria-hidden="true">
52 + <i class="fa fa-$entry.icon"></i>
53 + <h4>$entry.title</h4>
54 + </div>
55 + <p>$entry.content</p>
56 + </article>
57 + #end
58 + </div>
54 54   </div>
55 - </div>
56 - </section>
57 - ## SERVICES
58 - #set ($servicesSectionData = [{
59 - 'title': 'Upgrades',
60 - 'icon': 'refresh',
61 - 'content': 'Stay current with the latest XWiki LTS and keep your instance reliable.',
62 - 'items': [
63 - 'Audit setup, extensions, and configurations',
64 - 'Test upgrades with backups and validation',
65 - 'Safe production rollout with minimal downtime'
66 - ]
67 - },{
68 - 'title': 'Maintenance, Support & Recovery',
69 - 'icon': 'stethoscope',
70 - 'content': 'Ensure long-term stability and quick response when issues appear.',
71 - 'items': [
72 - 'Monitoring and performance checks',
73 - 'Security patching, log analysis, triage',
74 - 'Issue recovery, data repair, hardening'
75 - ]
76 - },{
77 - 'title': 'Development & Integrations',
78 - 'icon': 'cogs',
79 - 'content': 'Extend and connect XWiki to fit your workflow and systems.',
80 - 'items': [
81 - 'Custom apps, macros, automation',
82 - 'SSO, REST APIs, LDAP, CRM links',
83 - 'Maintainable extensions for long-term use'
84 - ]
85 - },{
86 - 'title': 'Hosting & Deployment',
87 - 'icon': 'cloud',
88 - 'content': 'Cloud-ready environments designed for reliability and performance.',
89 - 'items': [
90 - 'Containerized deployment and TLS',
91 - 'Backups, restore strategy, observability',
92 - 'Optimization and load tuning'
93 - ]
94 - },{
95 - 'title': 'Migrations to XWiki',
96 - 'icon': 'exchange',
97 - 'content': 'Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.',
98 - 'items': [
99 - 'Preserve hierarchy, attachments, and permissions',
100 - 'Convert macros, categories, and metadata for XWiki',
101 - 'Redirect old URLs and maintain SEO consistency'
102 - ]
103 - }])
104 - <section class="services" aria-labelledby="services-title">
105 - <div class="container">
106 - <h2 id="services-title">Services</h2>
107 - <p class="lead">
108 - All the XWiki services you need, delivered with precision and care
109 - </p>
60 + </section>
61 + ## SERVICES
62 + #set ($servicesSectionData = [{
63 + 'title': 'Upgrades',
64 + 'reference': 'services.xwiki-upgrades',
65 + 'icon': 'refresh',
66 + 'content': 'Stay current with the latest XWiki LTS and keep your instance reliable.',
67 + 'items': [
68 + 'Audit setup, extensions, and configurations',
69 + 'Test upgrades with backups and validation',
70 + 'Safe production rollout with minimal downtime'
71 + ]
72 + },{
73 + 'title': 'Maintenance, Support & Recovery',
74 + 'icon': 'stethoscope',
75 + 'content': 'Ensure long-term stability and quick response when issues appear.',
76 + 'items': [
77 + 'Monitoring and performance checks',
78 + 'Security patching, log analysis, triage',
79 + 'Issue recovery, data repair, hardening'
80 + ]
81 + },{
82 + 'title': 'Development & Integrations',
83 + 'icon': 'cogs',
84 + 'content': 'Extend and connect XWiki to fit your workflow and systems.',
85 + 'items': [
86 + 'Custom apps, macros, automation',
87 + 'SSO, REST APIs, LDAP, CRM links',
88 + 'Maintainable extensions for long-term use'
89 + ]
90 + },{
91 + 'title': 'Hosting & Deployment',
92 + 'icon': 'cloud',
93 + 'content': 'Cloud-ready environments designed for reliability and performance.',
94 + 'items': [
95 + 'Containerized deployment and TLS',
96 + 'Backups, restore strategy, observability',
97 + 'Optimization and load tuning'
98 + ]
99 + },{
100 + 'title': 'Migrations to XWiki',
101 + 'icon': 'exchange',
102 + 'content': 'Move from Confluence, SharePoint, or MediaWiki to XWiki with full data integrity and structure.',
103 + 'items': [
104 + 'Preserve hierarchy, attachments, and permissions',
105 + 'Convert macros, categories, and metadata for XWiki',
106 + 'Redirect old URLs and maintain SEO consistency'
107 + ]
108 + }])
109 + <section class="services" aria-labelledby="services-title">
110 + <div class="container">
111 + <h2 id="services-title">Services</h2>
112 + <p class="lead">
113 + All the XWiki services you need, delivered with precision and care
114 + </p>
110 110  
111 - #set ($servicesSize = $servicesSectionData.size())
112 - <div class="services-grid">
113 - #foreach ($entry in $servicesSectionData)
114 - #set ($classes = "service")
115 - ## If this is the last item AND the total number is odd, center it
116 - #if ($foreach.count == $servicesSize && ($servicesSize % 2) == 1)
117 - #set ($classes = "service service-center")
116 + #set ($servicesSize = $servicesSectionData.size())
117 + <div class="services-grid">
118 + #foreach ($entry in $servicesSectionData)
119 + #set ($classes = "service")
120 + ## If this is the last item AND the total number is odd, center it
121 + #if ($foreach.count == $servicesSize && ($servicesSize % 2) == 1)
122 + #set ($classes = "service service-center")
123 + #end
124 +
125 + <article class="$classes">
126 + <div class="service-icon">
127 + <i class="fa fa-$entry.icon" aria-hidden="true"></i>
128 + </div>
129 + <div class="service-body">
130 + <h4>
131 + #if ("$!entry.reference" != '')
132 + <a href="$xwiki.getURL($entry.reference)">$entry.title</a>
133 + #else
134 + $entry.title
135 + #end
136 + </h4>
137 + <p>$entry.content</p>
138 + <ul>
139 + #foreach ($item in $entry.items)
140 + <li>$item</li>
141 + #end
142 + </ul>
143 + </div>
144 + </article>
118 118   #end
146 + </div>
147 + </div>
148 + </section>
149 + ## CTA INLINE
150 + <section id="contact" class="cta-section">
151 + <div class="container">
152 + <p class="text-center contact-inline">
153 + Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>.
154 + </p>
155 + </div>
156 + </section>
157 + {{/html}}
158 +#end
119 119  
120 - <article class="$classes">
121 - <div class="service-icon">
122 - <i class="fa fa-$entry.icon" aria-hidden="true"></i>
123 - </div>
124 - <div class="service-body">
125 - <h4>$entry.title</h4>
126 - <p>$entry.content</p>
127 - <ul>
128 - #foreach ($item in $entry.items)
129 - <li>$item</li>
130 - #end
131 - </ul>
132 - </div>
133 - </article>
134 - #end
160 +#macro(requestConsultationModal)
161 + <div class="modal fade" id="requestConsultation" tabindex="-1" role="dialog">
162 + <div class="modal-dialog">
163 + <div class="modal-content">
164 + <div class="modal-header">
165 + <button type="button" class="close" data-dismiss="modal">&times;</button>
166 + <h4 class="modal-title">Request a consultation</h4>
167 + </div>
168 + <div class="modal-body">
169 + <div>
170 + ##Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>
171 + #displayFormFromSheetCode()
172 + </div>
173 + </div>
174 + <div class="modal-footer">
175 + ##<input id="continueCategorySelection" type="button" class="btn btn-default" data-dismiss="modal"
176 + ## value="$escapetool.xml($services.localization.render('yesno_1'))">
177 + </div>
135 135   </div>
136 136   </div>
137 - </section>
138 - ## CTA INLINE
139 - <section id="contact" class="cta-section">
140 - <div class="container">
141 - <p class="text-center contact-inline">
142 - Need help with your XWiki? <a href="mailto:alex@agnease.com">Contact Agnease</a>.
143 - </p>
144 - </div>
145 - </section>
146 -{{/html}}
180 + </div>
181 +#end
182 +
183 +#macro (stripHTMLMacro $displayOutput)
184 + $stringtool.removeEnd($stringtool.removeStart($displayOutput, '{{html clean="false" wiki="false"}}'), '{{/html}}').replace('Agnease.Code.Lead.LeadClass_0_', 'acl-')
185 +#end
186 +
187 +#macro (displayFormFromSheetCode)
188 + #set ($editing = true)
189 + ## The object to display.
190 + #set ($xobject = $doc.newObject('Agnease.Code.Lead.LeadClass'))
191 + ## The class that describes the object properties.
192 + #set ($xclass = $xwiki.getClass('Agnease.Code.Lead.LeadClass'))
193 + ## Make sure the following display* method calls use the right object.
194 + #set ($discard = $doc.use($xobject))
195 + ## Using the xform vertical form layout.
196 + <div class="xform">
197 + <dl>
198 + #foreach ($property in $xclass.properties)
199 + #if ($property.name != 'status')
200 + <dt #if (!$editing)
201 + class="editableProperty"
202 + #set ($xobjectPropertyReference = $xobject.getPropertyReference($property.name))
203 + data-property="$escapetool.xml($services.model.serialize($xobjectPropertyReference))"
204 + data-property-type="object"#end>
205 + ## This must match the id generated by the $doc.display() method below.
206 + #set ($propertyId = "acl-$property.name")
207 + <label#if ($editing) for="$escapetool.xml($propertyId)"#end>
208 + $escapetool.xml($property.translatedPrettyName)
209 + </label>
210 + ## Support for specifying a translation key as hint in the property definition.
211 + <span class="xHint">$!escapetool.xml($services.localization.render($property.hint))</span>
212 + </dt>
213 + #set ($displayOutput = $doc.display($property.name, 'edit'))
214 + <dd>#stripHTMLMacro($displayOutput)</dd>
215 + #end
216 + #end
217 + #if (!$xclass.properties || $xclass.properties.size() == 0)
218 + ## Keep the empty definition term in order to have valid HTML.
219 + <dt></dt>
220 + <dd>$escapetool.xml($services.localization.render('xclass.defaultObjectSheet.noProperties'))</dd>
221 + #end
222 + </dl>
223 + </div>
224 +#end
147 147  {{/velocity}}
XWiki.StyleSheetExtension[0]
code
... ... @@ -13,21 +13,6 @@
13 13   padding: 0;
14 14  }
15 15  
16 -a {
17 - color: @brand;
18 - text-decoration: none;
19 - &:hover {
20 - color: @brand-strong;
21 - text-decoration: underline;
22 - }
23 -}
24 -
25 -img {
26 - max-width: 100%;
27 - height: auto;
28 - display: block;
29 -}
30 -
31 31  .container {
32 32   max-width: @maxw;
33 33  }
... ... @@ -49,35 +49,6 @@
49 49   }
50 50  }
51 51  
52 -/* Buttons */
53 -.btn {
54 - display: inline-flex;
55 - align-items: center;
56 - justify-content: center;
57 - padding: .85rem 1.1rem;
58 - border-radius: 12px;
59 - border: 2px solid transparent;
60 - font-weight: 650;
61 - letter-spacing: .2px;
62 - cursor: pointer;
63 - box-shadow: @shadow-sm;
64 -
65 - &:focus-visible {
66 - outline: 3px solid @brand;
67 - outline-offset: 2px;
68 - }
69 -
70 - &-primary {
71 - background: @brand;
72 - color: #fff;
73 - &:hover,
74 - &:focus {
75 - background: @brand-strong;
76 - color: #fff;
77 - }
78 - }
79 -}
80 -
81 81  /* ===== HERO ===== */
82 82  .hero {
83 83   overflow: hidden;