From: <var...@us...> - 2019-04-11 09:40:49
|
Revision: 10092 http://sourceforge.net/p/phpwiki/code/10092 Author: vargenau Date: 2019-04-11 09:40:47 +0000 (Thu, 11 Apr 2019) Log Message: ----------- Add locale/de/pgsrc/Hilfe%2FBackLinksPlugin locale/de/pgsrc/Hilfe%2FModerierteSeitePlugin locale/de/pgsrc/Hilfe%2FZufallsSeitePlugin Added Paths: ----------- trunk/locale/de/pgsrc/Hilfe%2FBackLinksPlugin trunk/locale/de/pgsrc/Hilfe%2FModerierteSeitePlugin trunk/locale/de/pgsrc/Hilfe%2FZufallsSeitePlugin Added: trunk/locale/de/pgsrc/Hilfe%2FBackLinksPlugin =================================================================== --- trunk/locale/de/pgsrc/Hilfe%2FBackLinksPlugin (rev 0) +++ trunk/locale/de/pgsrc/Hilfe%2FBackLinksPlugin 2019-04-11 09:40:47 UTC (rev 10092) @@ -0,0 +1,72 @@ +Date: Wed, 10 Apr 2019 18:24:49 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) +Content-Type: application/x-phpwiki; + pagename=Hilfe%2FBackLinksPlugin; + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; + charset=UTF-8 +Content-Transfer-Encoding: binary + +The **~BackLinks** [[Help:WikiPlugin|plugin]] lists all pages which link to a given page. + +Der Titel der aktuellen Seite ist mit einem Suchbefehl nach allen Seiten verbunden, die einen Link auf die aktuelle Seite enthalten. Die BackLinks Funktion beantwortet also die Frage: »Wo wird der Name dieser Seite verwendet?« + +To display the list of pages which all contain multiple links use a pagelist as page argument. +For example {{{<<BackLinks page=Milk,Honey>>}}} would display all pages which +contain links to Milk AND Honey. + +== Benutzung == + +{{{ +<<BackLinks Argumente>> +}}} + +== Argumente == + +All [[Help:PageList|PageList]] arguments, plus the following ones: + +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **page** +| Page from which the back links are calculated. +| Current page +|- +| **include_self** +| Include yourself in the results. +| false +|- +| **noheader** +| Do not display header. +| false +|- +| **linkmore** +| If count > 0 and limit > 0 display a link with the number of all results, linked to the given pagename. +| +|} + +== Example == + +{{{ +<<BackLinks page=HomePage>> +}}} + +<<BackLinks page=HomePage>> + +== Known Problems == + +Back links should be found even if the link is inside a table, or in an +included template, but not in some complex cases (for example, the link +is in a template included inside a table). + +== Author == +* [[Help:Reini Urban|Reini Urban]] + +== Siehe auch == + +<noinclude> +---- +[[PhpWikiDokumentation]] [[KategorieWikiPlugin]] +</noinclude> Added: trunk/locale/de/pgsrc/Hilfe%2FModerierteSeitePlugin =================================================================== --- trunk/locale/de/pgsrc/Hilfe%2FModerierteSeitePlugin (rev 0) +++ trunk/locale/de/pgsrc/Hilfe%2FModerierteSeitePlugin 2019-04-11 09:40:47 UTC (rev 10092) @@ -0,0 +1,100 @@ +Date: Wed, 10 Apr 2019 16:39:09 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) +Content-Type: application/x-phpwiki; + pagename=Hilfe%2FModerierteSeitePlugin; + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; + charset=UTF-8 +Content-Transfer-Encoding: binary + +== Was ist eine ModerierteSeite? == + +Eine ModerierteSeite ist ein seitenspezifische Einstellung, die gewisse Aktionen auf moderierten +Seiten einschränkt. +The requested action and page is stored internally and an email is sent to the moderators +described in the linked and locked ModeratedPage action page. +Any moderator may approve or reject the action by simply clicking an URL. +When approving the action, the requested action (edit, rename, ...) is performed. + +In both cases the author is notified, so it's recommended for the +moderator to click on either the approve or reject links in the moderation email. +In case of multiple moderators: first comes, first serves. + +== How to enable ModerierteSeite on a single page? + +* Check the status of this action page, esp. the moderators in the + plugin line, if they had their emails stored in their + [[UserPreferences]], and if the action page is locked. +* Add a link to this action page in the page(s) in question. +* Save the page. +* Lock the page to actually change the moderation status. You may want to unlock it then. + +== How to disable ModerierteSeite on a single page? + +* Remove the link to this action page in the page(s) in question. +* Save the page. +* Lock the page to actually change the moderation status. You may want to unlock it then. + +== Benutzung == +{{{ +<<ModeratedPage Argumente>> +}}} + +== Argumente == + +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **moderators** +| comma-separated list of registered usernames or groups. +Each user should have his email defined in his prefs. +| "Administrators" or "<<SystemInfo ADMIN_USER>>" +|- +| **requirelevel** +| one of 0, 1, 2 or 10 on which moderation is used +| false (use requireaccess instead) +|- +| **requireaccess** +| comma-separated list of access perms, on which the moderation is used +"view,edit,create,list,remove,change" +| edit,remove,change +|} + +== Example == + +{{{ +<<ModeratedPage>> +}}} + +== How does it work internally? == + +You need to lock the page additionally, so that the link parser performs +some magic whether the ModerierteSeite link is present or not, for efficiency +reasons. It can be unlocked again, and even the ModeratedPage link may be removed. +The status will only be changed on the *lock* action, whether the ModeratedPage +link is present or not. + +The moderation status is stored in each page in question. +Each moderated action is stored in the page also, together with a randomly +created permission key to allow Grant by a simple external unauthorized request. +There's no timeout on moderated actions, so the actions may stack up. +The delayed actions may be performed in any order, there's no strict ordering to +follow for the moderator. + +== How to enable ModerierteSeite on multiple/all pages? == + +If you enable the config option ENABLE_MODERATEDPAGE_ALL, the page moderation status on +every page is automatically set to check this action page ModeratedPage. + +There may come another administrative plugin to change the moderation +status on selected pages. + +== Author == +* [[Help:Reini Urban|Reini Urban]] + +<noinclude> +---- +[[PhpWikiDokumentation]] [[KategorieWikiPlugin]] +</noinclude> Added: trunk/locale/de/pgsrc/Hilfe%2FZufallsSeitePlugin =================================================================== --- trunk/locale/de/pgsrc/Hilfe%2FZufallsSeitePlugin (rev 0) +++ trunk/locale/de/pgsrc/Hilfe%2FZufallsSeitePlugin 2019-04-11 09:40:47 UTC (rev 10092) @@ -0,0 +1,55 @@ +Date: Wed, 10 Apr 2019 18:24:49 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) +Content-Type: application/x-phpwiki; + pagename=Hilfe%2FZufallsSeitePlugin; + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; + charset=UTF-8 +Content-Transfer-Encoding: binary + +The **~RandomPage** [[Help:WikiPlugin|plugin]] displays a list of randomly chosen pages or redirects to a random page. + +== Benutzung == +{{{ +<<RandomPage Argumente>> +}}} + +== Argumente == + +All [[Help:PageList|PageList]] arguments, plus the following ones: + +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **numpages** +| Number of pages to list. Die Anzahl der zufälligen ausgesuchten Seiten ist eine Zahl von 1 bis 20. If greater, 20 will be used. +| 20 +|- +| **redirect** +| Do not display random page link, redirect to random page. +| empty +|- +| **exclude** +| Pages to exclude from random +| RandomPage, HomePage, AllPages, RecentChanges, RecentEdits, FullRecentChanges +|} + +== Example == + +{{{ +<<RandomPage numpages=10 >> +}}} + +<<RandomPage numpages=10 >> + +== Author == +* [[Help:Reini Urban|Reini Urban]] + +== Siehe auch == + +<noinclude> +---- +[[PhpWikiDokumentation]] [[KategorieWikiPlugin]] +</noinclude> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |