| ... |
... |
@@ -1,40 +1,210 @@ |
| 1 |
|
-== Welcome to your wiki == |
|
1 |
+{{html clean="false"}} |
|
2 |
+<style> |
|
3 |
+#xwikicontent .libertya-home-hero { |
|
4 |
+ display: flex; |
|
5 |
+ align-items: center; |
|
6 |
+ gap: 18px; |
|
7 |
+ padding: 18px 20px; |
|
8 |
+ margin: 0 0 24px; |
|
9 |
+ border: 1px solid #d9e1ea; |
|
10 |
+ border-left: 6px solid #c8292d; |
|
11 |
+ border-radius: 8px; |
|
12 |
+ background: #ffffff; |
|
13 |
+} |
|
14 |
+#xwikicontent .libertya-home-logo { |
|
15 |
+ width: 148px; |
|
16 |
+ max-width: 34vw; |
|
17 |
+ height: auto; |
|
18 |
+} |
|
19 |
+#xwikicontent .libertya-home-kicker { |
|
20 |
+ margin: 0 0 4px; |
|
21 |
+ color: #657080; |
|
22 |
+ font-size: 12px; |
|
23 |
+ font-weight: 700; |
|
24 |
+ letter-spacing: 0; |
|
25 |
+ text-transform: uppercase; |
|
26 |
+} |
|
27 |
+#xwikicontent .libertya-home-title { |
|
28 |
+ margin: 0 0 6px; |
|
29 |
+ color: #17202a; |
|
30 |
+ font-size: 24px; |
|
31 |
+ line-height: 1.2; |
|
32 |
+} |
|
33 |
+#xwikicontent .libertya-home-summary { |
|
34 |
+ margin: 0; |
|
35 |
+ max-width: 760px; |
|
36 |
+ color: #46515f; |
|
37 |
+ line-height: 1.45; |
|
38 |
+} |
|
39 |
+#xwikicontent .libertya-home-section { |
|
40 |
+ margin: 0 0 26px; |
|
41 |
+} |
|
42 |
+#xwikicontent .libertya-home-section h2 { |
|
43 |
+ margin: 0 0 12px; |
|
44 |
+ color: #17202a; |
|
45 |
+ font-size: 20px; |
|
46 |
+ line-height: 1.25; |
|
47 |
+} |
|
48 |
+#xwikicontent .libertya-card-list { |
|
49 |
+ display: grid; |
|
50 |
+ grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); |
|
51 |
+ gap: 14px; |
|
52 |
+ padding-left: 0; |
|
53 |
+ margin: 0; |
|
54 |
+} |
|
55 |
+#xwikicontent .libertya-card-list > li.card { |
|
56 |
+ width: auto; |
|
57 |
+ list-style: none; |
|
58 |
+} |
|
59 |
+#xwikicontent .libertya-card { |
|
60 |
+ display: flex; |
|
61 |
+ gap: 12px; |
|
62 |
+ min-height: 118px; |
|
63 |
+ height: 100%; |
|
64 |
+ padding: 16px; |
|
65 |
+ border: 1px solid #dfe5ec; |
|
66 |
+ border-radius: 8px; |
|
67 |
+ background: #ffffff; |
|
68 |
+ color: #17202a; |
|
69 |
+ text-decoration: none; |
|
70 |
+ box-shadow: 0 1px 2px rgba(23, 32, 42, 0.06); |
|
71 |
+} |
|
72 |
+#xwikicontent .libertya-card:hover, |
|
73 |
+#xwikicontent .libertya-card:focus { |
|
74 |
+ border-color: #c8292d; |
|
75 |
+ color: #17202a; |
|
76 |
+ text-decoration: none; |
|
77 |
+ box-shadow: 0 4px 12px rgba(23, 32, 42, 0.12); |
|
78 |
+} |
|
79 |
+#xwikicontent .libertya-card > .fa { |
|
80 |
+ display: inline-flex; |
|
81 |
+ flex: 0 0 34px; |
|
82 |
+ align-items: center; |
|
83 |
+ justify-content: center; |
|
84 |
+ width: 34px; |
|
85 |
+ height: 34px; |
|
86 |
+ border-radius: 8px; |
|
87 |
+ background: #f4f6f8; |
|
88 |
+ color: #c8292d; |
|
89 |
+ font-size: 17px; |
|
90 |
+} |
|
91 |
+#xwikicontent .libertya-card-body { |
|
92 |
+ display: block; |
|
93 |
+ min-width: 0; |
|
94 |
+} |
|
95 |
+#xwikicontent .libertya-card strong { |
|
96 |
+ display: block; |
|
97 |
+ margin: 0 0 5px; |
|
98 |
+ color: #17202a; |
|
99 |
+ font-size: 15px; |
|
100 |
+ line-height: 1.25; |
|
101 |
+} |
|
102 |
+#xwikicontent .libertya-card-description { |
|
103 |
+ display: block; |
|
104 |
+ color: #566273; |
|
105 |
+ font-size: 13px; |
|
106 |
+ line-height: 1.4; |
|
107 |
+} |
|
108 |
+#xwikicontent .libertya-card-meta { |
|
109 |
+ display: block; |
|
110 |
+ margin-top: 9px; |
|
111 |
+ color: #7a8594; |
|
112 |
+ font-size: 12px; |
|
113 |
+ line-height: 1.3; |
|
114 |
+} |
|
115 |
+#xwikicontent .libertya-doc-list { |
|
116 |
+ grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); |
|
117 |
+} |
|
118 |
+@media (max-width: 767px) { |
|
119 |
+ #xwikicontent .libertya-home-hero { |
|
120 |
+ display: block; |
|
121 |
+ } |
|
122 |
+ #xwikicontent .libertya-home-logo { |
|
123 |
+ margin: 0 0 14px; |
|
124 |
+ } |
|
125 |
+} |
|
126 |
+</style> |
| 2 |
2 |
|
| 3 |
|
-XWiki is the best tool to organize your knowledge. A //wiki// is organized in a hierarchy of //pages//. You can create multiple wikis, each with its own set of pages. |
|
128 |
+<section class="libertya-home-hero"> |
|
129 |
+ <img class="libertya-home-logo" src="/wiki/libertya/download/Main/WebHome/libertya-logo.png" alt="Libertya" /> |
|
130 |
+ <div> |
|
131 |
+ <p class="libertya-home-kicker">Base de conocimiento</p> |
|
132 |
+ <h1 class="libertya-home-title">Documentacion centralizada de Libertya</h1> |
|
133 |
+ <p class="libertya-home-summary">Acceso rapido a los documentos migrados desde Drive y al material que queda en revision antes de pasar a los espacios definitivos.</p> |
|
134 |
+ </div> |
|
135 |
+</section> |
| 4 |
4 |
|
| 5 |
|
-XWiki can be used as a knowledge base (support, documentation, sales, etc.), for collaborative workspaces or even as a complete intranet. |
|
137 |
+<section class="libertya-home-section"> |
|
138 |
+ <h2>Accesos principales</h2> |
|
139 |
+ <ul class="card-list libertya-card-list"> |
|
140 |
+<li class="card"> |
|
141 |
+ <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/"> |
|
142 |
+ <span class="fa fa-book" aria-hidden="true"></span> |
|
143 |
+ <span class="libertya-card-body"> |
|
144 |
+ <strong>Guia de configuracion rapida y puesta en marcha</strong> |
|
145 |
+ <span class="libertya-card-description">Arranque funcional y configuracion inicial de Libertya.</span> |
|
146 |
+ |
|
147 |
+ </span> |
|
148 |
+ </a> |
|
149 |
+</li> |
|
150 |
+<li class="card"> |
|
151 |
+ <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/"> |
|
152 |
+ <span class="fa fa-briefcase" aria-hidden="true"></span> |
|
153 |
+ <span class="libertya-card-body"> |
|
154 |
+ <strong>Administracion</strong> |
|
155 |
+ <span class="libertya-card-description">Manual funcional extenso para operaciones administrativas.</span> |
|
156 |
+ |
|
157 |
+ </span> |
|
158 |
+ </a> |
|
159 |
+</li> |
|
160 |
+<li class="card"> |
|
161 |
+ <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/"> |
|
162 |
+ <span class="fa fa-sliders" aria-hidden="true"></span> |
|
163 |
+ <span class="libertya-card-body"> |
|
164 |
+ <strong>Parametrizacion</strong> |
|
165 |
+ <span class="libertya-card-description">Configuraciones base y criterios de parametrizacion.</span> |
|
166 |
+ |
|
167 |
+ </span> |
|
168 |
+ </a> |
|
169 |
+</li> |
|
170 |
+<li class="card"> |
|
171 |
+ <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/"> |
|
172 |
+ <span class="fa fa-linux" aria-hidden="true"></span> |
|
173 |
+ <span class="libertya-card-body"> |
|
174 |
+ <strong>Instalacion en Linux</strong> |
|
175 |
+ <span class="libertya-card-description">Guia tecnica de instalacion del entorno Libertya.</span> |
|
176 |
+ |
|
177 |
+ </span> |
|
178 |
+ </a> |
|
179 |
+</li> |
|
180 |
+<li class="card"> |
|
181 |
+ <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/"> |
|
182 |
+ <span class="fa fa-envelope-o" aria-hidden="true"></span> |
|
183 |
+ <span class="libertya-card-body"> |
|
184 |
+ <strong>Configuracion SMTP</strong> |
|
185 |
+ <span class="libertya-card-description">Envio de emails desde Libertya y ajustes asociados.</span> |
|
186 |
+ |
|
187 |
+ </span> |
|
188 |
+ </a> |
|
189 |
+</li> |
|
190 |
+<li class="card"> |
|
191 |
+ <a class="libertya-card" href="/wiki/libertya/view/RevisionNormalizada/"> |
|
192 |
+ <span class="fa fa-code" aria-hidden="true"></span> |
|
193 |
+ <span class="libertya-card-body"> |
|
194 |
+ <strong>REST API</strong> |
|
195 |
+ <span class="libertya-card-description">Uso de la API REST de Libertya.</span> |
|
196 |
+ |
|
197 |
+ </span> |
|
198 |
+ </a> |
|
199 |
+</li> |
|
200 |
+ </ul> |
|
201 |
+</section> |
| 6 |
6 |
|
| 7 |
|
-== The basics == |
|
203 |
+<section class="libertya-home-section"> |
|
204 |
+ <h2>Documentos migrados en revision (0)</h2> |
|
205 |
+ <ul class="card-list libertya-card-list libertya-doc-list"> |
| 8 |
8 |
|
| 9 |
|
-To make the most out of your wiki, log-in and: |
|
207 |
+ </ul> |
|
208 |
+</section> |
|
209 |
+{{/html}} |
| 10 |
10 |
|
| 11 |
|
-Use the {{displayIcon name="pencil"/}} button above to //edit// this page and start customizing your wiki to your needs. |
| 12 |
|
- |
| 13 |
|
-Use the {{displayIcon name="add"/}} button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content. |
| 14 |
|
- |
| 15 |
|
-Use the {{displayIcon name="home"/}} breadcrumbs located above the title to //navigate// inside your pages. It's easy to get lost in a big wiki without them. |
| 16 |
|
- |
| 17 |
|
-You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features. |
| 18 |
|
- |
| 19 |
|
- {{box}}Learn more on how to use XWiki with the [[Getting Started Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome]].{{/box}} |
| 20 |
|
- |
| 21 |
|
-(% class="row" %) |
| 22 |
|
-((( |
| 23 |
|
-(% class="col-xs-12 col-sm-6" %) |
| 24 |
|
-((( |
| 25 |
|
-== Extend your wiki == |
| 26 |
|
- |
| 27 |
|
-To extend the power and functionalities of your wiki with the features that //you// need, head over to the [[Extension Manager>>XWiki.XWikiPreferences||queryString="editor=globaladmin§ion=XWiki.Extensions"]] where you can search for and install extensions. |
| 28 |
|
- |
| 29 |
|
-To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>https://extensions.xwiki.org]]. |
| 30 |
|
-))) |
| 31 |
|
- |
| 32 |
|
-(% class="col-xs-12 col-sm-6" %) |
| 33 |
|
-((( |
| 34 |
|
-== Create your application == |
| 35 |
|
- |
| 36 |
|
-Go beyond the available extensions and define the //structure// of your data based on //your// needs, creating //your// own applications with [[App Within Minutes>>AppWithinMinutes]] (AWM). |
| 37 |
|
- |
| 38 |
|
-AWM will take care of making it easy for you and your users to create and manage the data. |
| 39 |
|
-))) |
| 40 |
|
-))) |