mirror of
https://github.com/yacy/yacy_search_server.git
synced 2026-07-30 12:14:36 -04:00
b1380c4a9f
this removes the userDB-exception in the normal authentication process which affected mostly wiki and blog which are not required any more. We also cleaned up translation messages as this function was not used at all. This is a required step forward a renovation of the jetty server.
52 lines
1.4 KiB
Markdown
52 lines
1.4 KiB
Markdown
---
|
|
page: htroot/WikiCodeHelp.html
|
|
help: help/WikiCodeHelp.md
|
|
title: WikiCode Help
|
|
package: content-apps
|
|
access: public
|
|
kind: ui-page
|
|
backend_java: source/net/yacy/htroot/WikiCodeHelp.java
|
|
---
|
|
|
|
# WikiCode Help
|
|
|
|
## Purpose
|
|
|
|
WikiCode Help documents the formatting still used by messages, profiles, and MediaWiki dump imports.
|
|
|
|
Use it when composing content in one of those remaining WikiCode-enabled fields.
|
|
|
|
## What You Can Do Here
|
|
|
|
- WikiCode Help explains the remaining reusable formatting syntax.
|
|
- Compare markup examples with their rendered output.
|
|
- Return to the message or profile form where the formatted content is edited.
|
|
|
|
## Page Architecture
|
|
|
|
This is a read-only syntax reference. The local Wiki application and its page store have been retired.
|
|
|
|
## Correct Use
|
|
|
|
Use this page as a syntax reference. Editing and saving happen in the calling message or profile page, not in this help page.
|
|
|
|
## Access And Safety
|
|
|
|
The page is normally public or read-only, unless the peer is configured to require authentication for all pages.
|
|
|
|
## Automation And API
|
|
|
|
Page backend: `source/net/yacy/htroot/WikiCodeHelp.java`.
|
|
|
|
No request parameters are needed for normal use of this page.
|
|
|
|
## What To Expect
|
|
|
|
Expect a static table of supported WikiCode constructs and their rendered forms. No content is stored by this page.
|
|
|
|
## Related Pages
|
|
|
|
- `MessageSend_p.html`
|
|
- `ConfigProfile_p.html`
|
|
- `mediawiki_p.html`
|