文档更改Home
由 Yang Sheng 于 2025-02-42,18:57 最后修改
摘要
细节
- 页面属性
-
- 内容
-
... ... @@ -1,59 +1,36 @@ 1 +== Welcome to your wiki == 1 1 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. 2 2 3 - =={{displayIconname="bell"/}}通知公告==5 +XWiki can be used as a knowledge base (support, documentation, sales, etc.), for collaborative workspaces or even as a complete intranet. 4 4 7 +== The basics == 5 5 6 - (%style="font-size:16px"%)内部网站,不提供注册功能。9 +To make the most out of your wiki, log-in and: 7 7 11 +Use the {{displayIcon name="pencil"/}} button above to //edit// this page and start customizing your wiki to your needs. 8 8 9 - ====13 +Use the {{displayIcon name="add"/}} button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content. 10 10 11 - ====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. 12 12 13 - ====17 +You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features. 14 14 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}} 15 15 16 - 21 +(% class="row" %) 22 +((( 17 17 (% class="col-xs-12 col-sm-6" %) 18 18 ((( 19 -== =近期更新===25 +== Extend your wiki == 20 20 21 -{{velocity}} 22 -## 定义页面内容 23 -#set($htmlContent = """ 24 -<div class="recent-updates"> 25 - <h2>近期更新</h2> 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. 26 26 27 - <h3>AIO知识库</h3> 28 - <ul> 29 - <li><a href="https://www.nicebro.fun/bin/view/AIO%E7%9F%A5%E8%AF%86%E5%BA%93/Xwiki%E7%9B%B8%E5%85%B3/%E9%A6%96%E9%A1%B5banner%E5%9B%BE%E6%96%B0%E5%A2%9E/" target="_blank">首页banner图新增</a></li> 30 - <li><a href="https://www.nicebro.fun/bin/view/AIO%E7%9F%A5%E8%AF%86%E5%BA%93/Xwiki%E7%9B%B8%E5%85%B3/" target="_blank">Xwiki相关</a></li> 31 - <li><a href="https://www.nicebro.fun/bin/view/AIO%E7%9F%A5%E8%AF%86%E5%BA%93/Xwiki%E7%9B%B8%E5%85%B3/%E9%A6%96%E9%A1%B5%E5%AF%BC%E8%88%AA%E6%A0%8F%E6%96%B0%E5%A2%9E/" target="_blank">首页导航栏新增</a></li> 32 - </ul> 33 - 34 - <h3>脚本&自动化</h3> 35 - <ul> 36 - <li><a href="https://www.nicebro.fun/bin/view/%E8%84%9A%E6%9C%AC%26%E8%87%AA%E5%8A%A8%E5%8C%96/" target="_blank">脚本&自动化</a></li> 37 - <li><a href="https://www.nicebro.fun/bin/view/%E8%84%9A%E6%9C%AC%26%E8%87%AA%E5%8A%A8%E5%8C%96/Remaining_Work_Hours_For_AIO/" target="_blank">剩余工时显示插件</a></li> 38 - </ul> 39 -</div> 40 -""") 41 - 42 -## 使用HTML宏渲染HTML内容 43 -{{html clean="false" wiki="false"}} 44 -${htmlContent} 45 -{{/html}} 46 -{{/velocity}} 47 - 48 - 49 - 29 +To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>https://extensions.xwiki.org]]. 50 50 ))) 51 51 52 52 (% class="col-xs-12 col-sm-6" %) 53 53 ((( 54 -=== 相关链接 === 55 - 56 -(% style="font-size:14px" %)[[北区AIO项目看板(IPV6访问)>>http://nas.nicebro.fun:57567||rel="noopener noreferrer" target="_blank"]] 34 +== Create your application == 57 57 ))) 58 - 59 - 36 +)))
- XWiki.StyleSheetExtension[0]
-
- 代码
-
... ... @@ -4,7 +4,6 @@ 4 4 .doc-tags{display:none;} 5 5 .xdocCreation{display:none;} 6 6 7 - 8 8 hr { 9 9 margin-top: -35px; /* 将水平线向上移动20像素 */ 10 10 }