Изменения документа Sandbox Test Page 3

Редактировал(а) admin 13.03.2025

От версии 30.1
отредактировано admin
на 03.03.2025
Изменить комментарий: Удаление картинки today-48.png
К версии 31.1
отредактировано admin
на 03.03.2025
Изменить комментарий: Загрузить новое вложение xwiki-text.txt

Сводка

Подробности

xwiki-text.txt
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.admin
Размер
... ... @@ -1,0 +1,1 @@
1 +1.2 KB
Содержимое
... ... @@ -1,0 +1,16 @@
1 +<meta name="revisit-after" content="7 days" />
2 +<meta name="description" content="$escapetool.xml($!tdoc.plainTitle)" />
3 +#set($keywords = "wiki,$!doc.getTags()")
4 +<meta name="keywords" content="$escapetool.xml($keywords.replaceAll('[|,]', ' ').trim())" />
5 +<meta name="rating" content="General" />
6 +<meta name="author" content="$escapetool.xml($!xwiki.getUserName($doc.getAuthor(), false))" />
7 +## Add HTML tags inside the page's head element, provided by UI Extensions implementing the "org.xwiki.platform.html.head" Extension Point
8 +#foreach($uix in $services.uix.getExtensions("org.xwiki.platform.html.head", {'sortByParameter' : 'order'}))
9 + $services.rendering.render($uix.execute(), 'xhtml/1.0')
10 +#end
11 +## We verify that we don't display RSS feeds on the login page since it causes problems if these feeds are
12 +## protected. In addition it makes the login redirect to the feeds page in some cases.
13 +#if($doc.fullName != "XWiki.XWikiLogin")
14 +<link rel="alternate" type="application/rss+xml" title="Wiki Feed RSS" href="$xwiki.getURL('Main.WebRss', 'view', 'xpage=rdf')" />
15 +<link rel="alternate" type="application/rss+xml" title="Blog RSS Feed" href="$xwiki.getURL('Blog.GlobalBlogRss', 'view', 'xpage=plain')" />
16 +#end