summaryrefslogtreecommitdiff
path: root/help/WikiHelp.md
diff options
context:
space:
mode:
Diffstat (limited to 'help/WikiHelp.md')
-rw-r--r--help/WikiHelp.md49
1 files changed, 0 insertions, 49 deletions
diff --git a/help/WikiHelp.md b/help/WikiHelp.md
deleted file mode 100644
index 46fef7305..000000000
--- a/help/WikiHelp.md
+++ /dev/null
@@ -1,49 +0,0 @@
----
-page: htroot/WikiHelp.html
-help: help/WikiHelp.md
-title: Wiki Help
-package: content-apps
-access: public
-kind: ui-page
-backend_java: source/net/yacy/htroot/WikiHelp.java
----
-
-# Wiki Help
-
-## Purpose
-
-Wiki Help explains the local wiki feature.
-
-Use it before editing wiki content or explaining wiki syntax to users.
-
-## What You Can Do Here
-
-- Wiki Help explains the local wiki feature.
-- Edit or inspect the specific content object shown on the page.
-- Check whether the result is local-only, user-visible, or peer-visible before publishing.
-
-## Page Architecture
-
-Content application pages store and render peer-local objects such as bookmarks, messages, wiki text, tables, profiles, or translations. They combine form editing with a rendered view of the stored object.
-
-## Correct Use
-
-Edit content deliberately and check the rendered page after saving. For shared or peer-visible features, assume written content may be read by someone else unless the page clearly says otherwise.
-
-## 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/WikiHelp.java`.
-
-No request parameters are needed for normal use of this page.
-
-## What To Expect
-
-Expect stored or rendered content: a message, page, table row, bookmark, profile, translation, or file view. After changes, reload or revisit the object to confirm what was actually saved.
-
-## Related Pages
-
-- Related content work usually continues on the matching wiki, blog, bookmark, message, table, translation, vocabulary, or file page.