summaryrefslogtreecommitdiff
path: root/help/WikiHelp.md
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2026-07-11 11:11:06 +0200
committerMichael Peter Christen <mc@yacy.net>2026-07-11 11:11:06 +0200
commitb1380c4a9f479de4fc456b6305bee57bc752ad03 (patch)
treec0d42fb103edafa5e9b8e5f04f48bfdcc658441e /help/WikiHelp.md
parentf2b0f41d8492ebf92b0e331e8c9c78e626f371c9 (diff)
cleaned up user authentication
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.
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.