Wiki source code of Footer Section

Last modified by Vincent Massol on 2024/02/07

Show last authors
1 {{velocity}}
2 #set($discard = $xwiki.ssx.use('xwiki:XWikiOrgCode.Footer'))
3 {{/velocity}}
4
5 (% class="footerContainer row" %)
6 (((
7 (% class="clearfix container-fluid" %)
8 (((
9 (% class="col-xs-12 col-md-2 footerSection sectionAbout" %)
10 (((
11 == About ==
12
13 (% class="footerGroup" %)
14 (((
15 === About ===
16
17 * [[News & Blog>>xwiki:Main.News]]
18 * [[References>>xwiki:References.WebHome]]
19 * [[Testimonials>>xwiki:Main.Feedback.Testimonials]]
20 * [[License>>xwiki:Main.License]]
21 * [[Media Resources>>dev:Community.Media]]
22 * [[Sponsors>>xwiki:Main.Supporters]]
23 * [[Legal Notice>>xwiki:Main.LegalNotice.WebHome]]
24 )))
25
26 (% class="footerGroup" %)
27 (((
28 === Support ===
29
30 * [[Overview>>xwiki:Main.Support]]
31 * [[Documentation>>xwiki:Documentation.WebHome]]
32 * [[FAQs>>xwiki:FAQ.WebHome]]
33 * [[Mailing Lists>>dev:Community.MailingLists]]
34 * [[Chat>>dev:Community.Chat]]
35 * [[Support>>xwiki:Main.Support]]
36 )))
37 )))
38
39 (% class="col-xs-12 col-md-2 footerSection sectionPlatform" %)
40 (((
41 == Platform ==
42
43 (% class="footerGroup" %)
44 (((
45 === User Guide ===
46
47 * [[Getting Started>>xwiki:Documentation.UserGuide.GettingStarted.WebHome]]
48 * [[Tutorials and Videos>>xwiki:Documentation.UserGuide.WebHome]]
49 * [[Features Overview>>xwiki:Documentation.UserGuide.Features.WebHome]]
50 )))
51
52 (% class="footerGroup adminGroup" %)
53 (((
54 === Admin Guide ===
55
56 * [[All topics>>xwiki:Documentation.AdminGuide.WebHome]]
57 * [[Installation>>xwiki:Documentation.AdminGuide.Installation]]
58 * [[Configuration>>xwiki:Documentation.AdminGuide.Configuration]]
59 )))
60
61 (% class="footerGroup" %)
62 (((
63 === Developer Guide ===
64
65 * [[All topics>>xwiki:Documentation.DevGuide.WebHome]]
66 * [[Architecture>>xwiki:Documentation.DevGuide.Architecture]]
67 * [[Scripting>>xwiki:Documentation.DevGuide.Scripting]]
68 * [[API Reference>>xwiki:Documentation.DevGuide.API]]
69 * [[Tutorials and Guides>>xwiki:Documentation.DevGuide.WebHome]]
70 )))
71 )))
72
73 (% class="col-xs-12 col-md-4 footerSection" %)
74 (((
75 == Projects ==
76
77 (% class="row" %)
78 (((
79 (% class="col-md-6 sectionProjects" %)
80 (((
81 (% class="footerGroup groupEnterprise" %)
82 (((
83 === XWiki ===
84
85 * [[Overview>>xwiki:Main.WebHome]]
86 * [[Features>>xwiki:Documentation.UserGuide.Features]]
87 * [[Documentation>>xwiki:Main.Documentation]]
88 * [[Roadmap>>xwiki:Roadmaps.WebHome]]
89 * [[Release Notes>>xwiki:ReleaseNotes.WebHome]]
90 * [[Download>>xwiki:Main.Download]]
91 )))
92
93 (% class="footerGroup" %)
94 (((
95 === Extensions ===
96
97 * [[All extensions>>extensions:Main.WebHome]]
98 * [[Applications>>extensions:Main.WebHome]]
99 * [[Code Snippets>>snippets:Main.WebHome]]
100 * [[Components>>extensions:Main.WebHome]]
101 * [[Macros>>extensions:Main.WebHome]]
102 * [[Skins>>extensions:Main.WebHome]]
103 )))
104 )))
105
106 (% class="col-md-6 sectionProjects" %)
107 (((
108 (% class="footerGroup" %)
109 (((
110 === Other ===
111
112 * [[All projects>>xwiki:Main.Forge]]
113 * [[XWiki Rendering>>rendering:Main.WebHome]]
114 * [[XWiki Commons>>commons:Main.WebHome]]
115 )))
116 )))
117 )))
118 )))
119
120 (% class="col-xs-12 col-md-4 footerSection" %)
121 (((
122 == Contribute ==
123
124 (% class="row" %)
125 (((
126 (% class="col-md-6 sectionContribute" %)
127 (((
128 (% class="footerGroup" %)
129 (((
130 === Status ===
131
132 * [[All topics>>dev:Main.WebHome]]
133 * [[Governance>>dev:Community.Governance]]
134 * [[Project Health>>dev:Community.ProjectHealth]]
135 * [[Committership>>dev:Community.Committership]]
136 * [[Hall Of Fame>>dev:Community.HallOfFame]]
137 * [[Browser Support>>dev:Community.BrowserSupportStrategy]]
138 )))
139
140 (% class="footerGroup groupPractices" %)
141 (((
142 === Practices ===
143
144 * [[Release Process>>dev:Community.ReleaseProcess]]
145 * [[Code Style>>dev:Community.CodeStyle]]
146 * [[Development Practices>>dev:Community.DevelopmentPractices]]
147 * [[Development Tools>>dev:Community.DevelopmentTools]]
148 * [[UX Guidelines>>dev:UserExperience.WebHome]]
149 * [[Design Proposals>>design:Main.WebHome]]
150 )))
151 )))
152
153 (% class="col-md-6 sectionContribute" %)
154 (((
155 (% class="footerGroup" %)
156 (((
157 === Under the Hood ===
158
159 * [[Source Repository>>dev:Community.SourceRepository]]
160 * [[Building>>dev:Community.Building]]
161 * [[Continuous build>>dev:Community.ContinuousBuild]]
162 * [[Testing>>dev:Community.Testing]]
163 * [[Debugging>>dev:Community.Debugging]]
164 * [[Profiling>>dev:Community.Profiling]]
165 )))
166
167 (% class="footerGroup" %)
168 (((
169 === Get Involved ===
170
171 * [[Contributing>>dev:Community.Contributing]]
172 * [[Test & Play>>https://www.xwikiplayground.org]]
173 * [[Give Feedback>>xwiki:Main.Feedback.WebHome]]
174 * [[Translate content>>https://l10n.xwiki.org/]]
175 * [[Write Documentation>>dev:Community.DocGuide]]
176 * [[Report and Fix Bugs>>https://jira.xwiki.org/]]
177 * [[Report a vulnerability>>dev:Community.SecurityPolicy.WebHome]]
178 * [[Share code>>https://github.com/xwiki]]
179 )))
180 )))
181 )))
182 )))
183 )))
184 )))
185
186 (% id="footerglobal" %)
187 (((
188 (% class="clearfix" %)
189 (((
190 (% class="col-xs-7 col-md-10" %)
191 (((
192 {{velocity}}
193 (% class='logoGroup hidden-xs hidden-sm' %)
194 (((
195 [[image:path:$xwiki.getSkinFile('logo-xs.png')||width='36' height='36' class='pull-left' alt="XWiki"]]
196 )))
197 (% class='versionGroup pull-left' %)
198 (((
199 * (%class="hidden-xs"%) {{html}}$copyright{{/html}}
200 * Powered by XWiki ${xwiki.version}. Hosted and managed by [[XWiki SAS>>xwiki:Main.Supporters||anchor="HCompaniessponsoringdevelopment"]]
201 )))
202 {{/velocity}}
203 )))
204
205 (% class="col-xs-5 col-md-2 pull-right" %)
206 (((
207 (% class="footerGroup connectGroup" %)
208 (((
209 === Get Connected ===
210
211 {{velocity}}
212 (% class='social' %)(((
213 [[[[image:xwiki:[email protected]||width=14]]>>https://fosstodon.org/@xwikiorg||title='Mastodon Account']] [[{{html}}<span class="fa fa-twitter"></span>{{/html}}>>http://twitter.com/xwikiorg||title='Twitter Account']][[$services.icon.render('envelope')>>dev:Community.MailingLists||title='Mailing Lists']][[$services.icon.render('rss')>>path:$xwiki.getURL("xwiki:Blog.GlobalBlogRss", "view", "xpage=plain")||title='Blog RSS']]
214 )))
215 {{/velocity}}
216 )))
217 )))
218 )))
219 )))
Cannot make recursive include