Изменения документа Инструменты

Редактировал(а) Alexandr Fokin 2023/03/04 14:42

От версии 4.3
отредактировано Alexandr Fokin
на 2022/10/05 18:41
Изменить комментарий: Добавлен комментарий
К версии 4.7
отредактировано Alexandr Fokin
на 2023/03/04 14:42
Изменить комментарий: К данной версии нет комментариев

Сводка

Подробности

Свойства страницы
Содержимое
... ... @@ -1,28 +1,23 @@
1 +----
1 1  
2 -Best Online XML Viewer, XML Formatter, XML Editor, Analyser, Beautify-Beautifier, Minify, Tree structure
3 -https://codebeautify.org/xmlviewer
3 +==== Внутренние ссылки: ====
4 4  
5 -Best JSON Viewer and JSON Beautifier Online
6 -https://codebeautify.org/jsonviewer
5 +====== Дочерние страницы: ======
7 7  
8 -Best HTML Formatter and Beautifier
9 -https://codebeautify.org/html-formatter-beautifier
7 +{{children/}}
10 10  
11 -JSON Diff - Online JSON Compare Diff Finder
12 -https://json-diff.com/
9 +====== Обратные ссылки: ======
13 13  
14 -Compare XML files and find Difference Online | TextCompare
15 -https://www.textcompare.org/xml/
11 +{{velocity}}
12 +#set ($links = $doc.getBacklinks())
13 +#if ($links.size() > 0)
14 + #foreach ($docname in $links)
15 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
16 + * [[$escapetool.xml($rdoc.fullName)]]
17 + #end
18 +#else
19 + No back links for this page!
20 +#end
21 +{{/velocity}}
16 16  
17 -Best XML to JSON Converter Online to convert XML to JSON String, URL and File
18 -https://codebeautify.org/xmltojson
19 -
20 -Rendera - Online HTML5 Editor
21 -http://www.rendera.org/
22 -
23 -Base64
24 -https://base64.guru/
25 -
26 -Универсальный декодер
27 -https://2cyr.com/decode
28 -
23 +----