Skip to content

Commit

Permalink
documenting what private pages are
Browse files Browse the repository at this point in the history
  • Loading branch information
orel1 committed Jan 8, 2024
1 parent e75f338 commit 75284b9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
10 changes: 9 additions & 1 deletion data/Help.page
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ highlighted in yellow, and deletions will be crossed out with a horizontal
line. Clicking on the description of changes will take you to the page
as it existed after those changes. To revert the page to the revision
you're currently looking at, just click the "revert" button at the bottom
of the page, then "Save".
of the page, then "Save".

## Deleting a page

Expand Down Expand Up @@ -123,3 +123,11 @@ picture into a (markdown-formatted) page as follows: `![fido](fido.jpg)`.
If you uploaded a PDF `projection.pdf`, you can insert a link to it
using: `[projection](projection.pdf)`.

# Private content

By default, wiki content is accessible to all users, whether authenticated
or not. However, it is possible to define pages or directories as private.
In this case, you'll need to be authenticated to access them. Only the
**content** of files will be inaccessible, the name of these files will
remain visible in "All pages" or in "Recent activity".

11 changes: 5 additions & 6 deletions data/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,11 @@ no-edit: Help
# Leave blank to allow every page to be edited.

private-pages:
# specifies pages that are considered private, i.e not accessible for
# anonymous users. This setting overrides any other require-authentication
# setting, visitors to private pages must be logged in.
# Full paths and wildcards are both available, meaning that
# /Dir/Page, /Dir/* and */Page will all blacklist
# the /Dir/Page page.
# specifies a comma-separated list of page paths that are considered
# private, i.e not accessible for anonymous users. This setting overrides
# any other require-authentication setting, visitors to private pages must
# be logged in. Full paths and wildcards are both available, meaning that
# Dir/Page, Dir/* and */Page will all blacklist the Dir/Page page.

default-summary:
# specifies text to be used in the change description if the author
Expand Down

0 comments on commit 75284b9

Please sign in to comment.