From: <var...@us...> - 2019-04-12 08:52:56
|
Revision: 10094 http://sourceforge.net/p/phpwiki/code/10094 Author: vargenau Date: 2019-04-12 08:52:54 +0000 (Fri, 12 Apr 2019) Log Message: ----------- More pgsrc translations Modified Paths: -------------- trunk/locale/de/pgsrc/Hilfe%2FNeueSeitePlugin trunk/locale/de/pgsrc/Hilfe%2FNeuerKommentarPlugin trunk/locale/de/pgsrc/Hilfe%2FPhotoAlbumPlugin trunk/locale/de/pgsrc/Hilfe%2FSeitenErzeugen trunk/locale/de/pgsrc/Vorlage%2FBeispiel trunk/locale/es/pgsrc/Ayuda%2FAgregarPaginas trunk/locale/es/pgsrc/Ayuda%2FBuenEstilo trunk/locale/es/pgsrc/Ayuda%2FMasAcercadeLaMecanica trunk/locale/es/pgsrc/Ayuda%2FReglasDeFormatoDeTexto trunk/locale/es/pgsrc/Ayuda%2FWikiWikiWeb trunk/locale/it/pgsrc/Aiuto%2FBuonStile trunk/locale/it/pgsrc/Aiuto%2FComeUsareWiki trunk/locale/it/pgsrc/Aiuto%2FPhpWiki trunk/locale/it/pgsrc/Aiuto%2FWikiWikiWeb trunk/locale/nl/pgsrc/Help trunk/locale/nl/pgsrc/Help%2FGebruikersVoorkeuren trunk/locale/nl/pgsrc/Help%2FGoedeStijl trunk/locale/nl/pgsrc/Help%2FHoeWikiTeGebruiken trunk/locale/nl/pgsrc/Help%2FMeerOverTechnieken trunk/locale/nl/pgsrc/Help%2FPaginasToevoegen trunk/locale/nl/pgsrc/Help%2FPhpWiki trunk/locale/nl/pgsrc/Help%2FTekstFormatteringsRegels trunk/locale/nl/pgsrc/Help%2FToverPhpWikiURLs trunk/locale/nl/pgsrc/Help%2FVeranderTekst trunk/locale/nl/pgsrc/Help%2FWabiSabi trunk/locale/nl/pgsrc/Help%2FWikiWikiWeb trunk/locale/nl/pgsrc/PhpWikiBeheer trunk/locale/nl/pgsrc/RecenteBezoekers trunk/locale/nl/pgsrc/ThuisPagina trunk/locale/nl/pgsrc/ZoekPagina trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FWikiWikiWeb trunk/locale/sv/pgsrc/PhpWikiAdministration Added Paths: ----------- trunk/locale/nl/pgsrc/PhpWikiDocumentatie Modified: trunk/locale/de/pgsrc/Hilfe%2FNeueSeitePlugin =================================================================== --- trunk/locale/de/pgsrc/Hilfe%2FNeueSeitePlugin 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/de/pgsrc/Hilfe%2FNeueSeitePlugin 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 18:24:49 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Hilfe%2FNeueSeitePlugin; @@ -11,7 +11,7 @@ Sie können den neuen Seitennamen von einer Eingabebox bekommen, optional mit neuem Inhalt von einer bestehenden Vorgabe oder Kategorieseite. -Schreibe "<~?plugin-form ~CreatePage ?~>" in eine Seite, zeige diese Seite an, +Schreibe {{{<?plugin-form CreatePage ?>}}} in eine Seite, zeige diese Seite an, gebe den Namen der neuen Seite an und klicke auf den NeueSeite Knopf. == Benutzung == @@ -24,24 +24,54 @@ == Argumente == -**s**: | - Der Name für die neue Seite. Vorgabe: "" -**initial_content**: | - Die neue Seite wird mit diesem Inhalt erzeugt. Vorgabe: "" -**template**: | - Die neue Seite wird mit dem Inhalt dieser Seite erzeugt. Vorgabe: "" +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **s** +| Der Name für die neue Seite. +| //empty// +|- +| **initial_content** +| ie neue Seite wird mit diesem Inhalt erzeugt. +| //empty// +|- +| **template** +| Die neue Seite wird mit dem Inhalt dieser Seite erzeugt +| //empty// +|- +| **vars** +| Variables to be expanded. +| +|- +| **overwrite** +| Boolean, whether to overwrite an existing page. +| +|} -=== Bekannte Probleme +== Variable Expansion == -Keine +The content (either initial_content or template) might hold some variables, which will be +expanded on creation. Unassigned variables will stay as %%<var>%%, assigned variables without +matching %%<var>%% placeholder will be ignored, without any warning. -=== Pläne +A variable in a template is denoted as ##%%var%%##, which will be expanded by the +value of ##var## given to the vars argument (in urlencoded php notation). -The content might hold some variables, which will be expanded on creation. -The syntax is not clear yet. +Some special variables are automatically assigned: +{| class="bordered" +|- +| %%ctime%% || $~WikiTheme->formatDateTime(time()) +|- +| %%author%% || $user->getId() +|} +This forms together with page templates and the [[Help:WikiFormRichPlugin]] and +optionally the [[Help:SqlResultPlugin]] a framework to create templated pages. + == Autoren == - * Dan Frankowski * [[Help:Reini Urban|Reini Urban]] Modified: trunk/locale/de/pgsrc/Hilfe%2FNeuerKommentarPlugin =================================================================== --- trunk/locale/de/pgsrc/Hilfe%2FNeuerKommentarPlugin 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/de/pgsrc/Hilfe%2FNeuerKommentarPlugin 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 18:24:49 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Hilfe%2FNeuerKommentarPlugin; @@ -6,14 +6,11 @@ charset=UTF-8 Content-Transfer-Encoding: binary -<<CreateToc jshide||=1 >> - [[Hilfe:WikiPlugin|WikiPlugin]] um Benutzer Kommentare zu Seiten ans Ende einer Seite anhängen zu lassen. Seit v1.3.8. Anpassungs des Layouts über die Vorlagen comment.tmpl und addcomment.tmpl, und die CSS Klassen wikicomment, wikicomment-header, wikicomment-body, wikicomment-footer == Benutzung == - {{{ <<AddComment order||=normal jshide||=0 mode||=show,add noheader||=0>> }}} @@ -20,17 +17,37 @@ == Argumente == -**jshide**: | - Bool'sche Variable, ob die Kommentare oder Eingabe-Textbox zuerst versteckt sein soll, und erst auf Klick erscheint. Vorgabe: 0 -**order**: | - Liste Kommentare in chronologischer (order=normal) oder umgekehrter Reihenfolge (order=reverse) -**mode**: | - Liste von "add" und/oder "show". Vorgabe: "add,show" -**noheader**: | - Bool'sche Variable, ob die "Kommentare" h2 Überschrift weggelassen soll. Vorgabe: 0 -**pagename**: | - Hänge Kommentare an welche Seite an? Vorgabe: Aktueller Seitenname +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **jshide** +| Bool'sche Variable, ob die Kommentare oder Eingabe-Textbox zuerst versteckt sein soll, und erst auf Klick erscheint. +| 0 +|- +| **order** +| Liste Kommentare in chronologischer (order=normal) oder umgekehrter Reihenfolge (order=reverse) +| normal +|- +| **mode** +| Liste von "add" und/oder "show". +| add,show +|- +| **noheader** +| Bool'sche Variable, ob die "Kommentare" h2 Überschrift weggelassen soll. +| 0 +|- +| **pagename** +| Hänge Kommentare an welche Seite an? +| Aktueller Seitenname +|} +== Known Problems == + +* jshide does not work yet. Not very well tested. + == Beispiele == <<AddComment jshide||=1>> Modified: trunk/locale/de/pgsrc/Hilfe%2FPhotoAlbumPlugin =================================================================== --- trunk/locale/de/pgsrc/Hilfe%2FPhotoAlbumPlugin 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/de/pgsrc/Hilfe%2FPhotoAlbumPlugin 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 16:39:09 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Hilfe%2FPhotoAlbumPlugin; @@ -24,84 +24,137 @@ == Argumente == -Nur der ='src'= Parameter ist verpflichtend. +Nur der ##src## Parameter ist verpflichtend. -*src*: - Url or local path to a CSV textfile which separates filename and - description of each photo. Photos listed in the text file have to be in same - directory as the file. Descriptions are optional. - If the the local path points to a directory, is relative from PHPWIKI_DIR, - and the main script is in PHPWIKI_DIR, weblocation must not be given, and - all pictures from this directory are displayed. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **src** +| +Url or local path to a CSV textfile which separates filename and +description of each photo. Photos listed in the text file have to be in same +directory as the file. Descriptions are optional. -*url*: - defines the the webpath to the srcdir directory (formerly called weblocation) +If the local path points to a directory, is relative from PHPWIKI_DIR, +and the main script is in PHPWIKI_DIR, ##url## must not be given, and +all pictures from this directory are displayed. +| +|- +| **url** +| Defines the webpath to the srcdir directory +| +|- +| **mode** +| +Specifies how the images are arranged. +* "normal" - Normal table which shows photos full-size +* "thumbs" - WinXP thumbnail style +* "tiles" - WinXP tiles style +* "list" - WinXP list style +* "row" - inline thumbnails +* "column" - photos full-size, displayed in 1 column +* "slide" - slideshow mode, needs Javascript on client +| normal +|- +| **numcols** +| photos per row, columns +| 3 +|- +| **showdesc** +| +* "none" - No descriptions next to photos +* "name" - Only filename shown +* "desc" - Only description (from textfile) shown +* "both" - If no description found, then filename will be used +| both +|- +| **link** +| +true or false -*mode*: - Specifies how the images are arranged. +If true, each image will be hyperlinked to a page where the single +photo will be shown full-size. Only works when mode != 'normal' +| true +|- +| **attrib** +| attrib arg allows multiple attributes: attrib=sort,nowrap,alt +* "sort" sorts alphabetically, +* "nowrap" for cells, +* "alt" to use descs instead of filenames in image ALT-tags +|- +| **align** +| center, right or left +| center +|- +| **desc** +| Display any descriptions given in the text file +| true +|- +| **sort** +| Sort images by file name +| By default the order in the text file is followed +|- +| **bgcolor** +| cell bgcolor +| #eae8e8 (lightgrey) +|- +| **hlcolor** +| highlight color +| #c0c0ff (lightblue) +|- +| **height**, **width** +| +Height and width are calculated compared to original metrics +retrieved by [[php-function:getimagesize]] and can be absolute (50px) +or a percentage (e.g. "50%"). +| +|- +| **attrib** +| +attrib arg allows multiple attributes: attrib=sort,nowrap,alt +'sort' sorts alphabetically, 'nowrap' for cells, 'alt' to use +descs instead of filenames in image ALT-tags +| +|- +| **cellwidth** +| +cell (auto|equal|image|75|100%) - * "normal" - Normal table which shows photos full-size - * "thumbs" - WinXP thumbnail style - * "tiles" - WinXP tiles style - * "list" - WinXP list style - * "slide" - slideshow mode, needs javascript on client +Width of cells in table. Either absolute value in pixels, HTML +style percentage, "auto" (no special action), "equal" (where +all columns are equally sized) or "image" (take height and +width of the photo in that cell). +| +|- +| **tablewidth** +| +table (75|100%) +| false +|- +| **p** +| "displaythissinglephoto.jpg" only +| false +|- +| **h** +| "highlightcolorofthisphoto.jpg" only +| false +|- +| **duration** +| in slide mode, duration in seconds +| 6 +|- +| **thumbswidth** +| width of thumbnails +| 80 +|} -*showdesc*: - "none" - No descriptions next to photos %%% - "name" - Only filename shown %%% - "desc" - Only description (from textfile) shown %%% - "both" - If no description found, then filename will be used %%% +== Beispiele == -*link*: - true or false - If true, each image will be hyperlinked to a page where the single - photo will be shown full-size. Only works when mode != 'normal' +=== Textdatei === -*align*: - center|right|left. Default is ='center'=. - -*desc*: - Display any descriptions given in the text file. Default is true. - -*sort*: - Sort images by file name. By default the order in the text file is - followed. - -*bgcolor*: - Default: #eae8e8 cell bgcolor (lightgrey) - -*hlcolor*: - Default: #c0c0ff highlight color (lightblue) - -*height*, *width*: - Height and width are calculated compared to original metrics - retrieved by [php-function:getimagesize] and can be absolute (50px) - or a percentage (e.g. "50%"). - -*attrib*: - attrib arg allows multiple attributes: attrib=sort,nowrap,alt - 'sort' sorts alphabetically, 'nowrap' for cells, 'alt' to use - descs instead of filenames in image ALT-tags - -*cellwidth*: - cell (auto|equal|image|75|100%) - - Width of cells in table. Either absolute value in pixels, HTML - style percentage, "auto" (no special action), "equal" (where - all columns are equally sized) or "image" (take height and - width of the photo in that cell). - -*tablewidth*: (Optional) - table (75|100%) - -*p*: (Optional) - "displaythissinglephoto.jpg" only - -*h*: (Optional) - "highlightcolorofthisphoto.jpg" only - -== Beispiele -=== Textdatei Möglicher Inhalt einer Definitionsdatei: {{{ @@ -110,21 +163,21 @@ christmas.gif; Frohe Weihnachten! }}} -=== Beispiel Alben +=== Beispiel Alben == + Lokales Verzeichnis: -<<PhotoAlbum - src="themes/Hawaiian/images/pictures/" ->> -oder via externe URL: {{{ -<<PhotoAlbum - src="http://phpwiki.sourceforge.net/demo/themes/Hawaiian/images/pictures/PhotoAlbum.csv" +<<PhotoAlbum src="themes/Hawaiian/images/pictures/" >> }}} ->> +oder via externe URL: +{{{{ +<<PhotoAlbum src="http://phpwiki.sourceforge.net/demo/themes/Hawaiian/images/pictures/PhotoAlbum.csv" >> +}}} -[ /Diashow ] +[[/Diashow]] -== Plugin Autoren +== Plugin Autoren == + * [[mailto:te...@jo...|Ted Vinke]]: Originaler Autor * [[Help:Reini Urban|Reini Urban]]: Lokales Dateisystem * Thomas Harding: Diashow und thumbs Modified: trunk/locale/de/pgsrc/Hilfe%2FSeitenErzeugen =================================================================== --- trunk/locale/de/pgsrc/Hilfe%2FSeitenErzeugen 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/de/pgsrc/Hilfe%2FSeitenErzeugen 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 18:24:49 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Hilfe%2FSeitenErzeugen; @@ -10,7 +10,6 @@ Dann kannst du das Fragezeichen am Ende des neuen Hyperlinks anklicken, und Wiki öffnet einen Editor zum Erstellen der neuen Seite. - The page name can contain any character, except: * angle brackets (<>), * square brackets ([]), @@ -20,7 +19,6 @@ * and hash sign (#) that is used for anchors. Wenn du ein Dokument mit aufwendigen Formatierungen zum Wiki hinzufügen willst, ist es vielleicht einfacher, einen Link zu diesem Dokument ins Wiki einzufügen statt das Dokument selbst. Zum Beispiel: - {{{ [[http://phpwiki.sourceforge.net/|Homepage des PhpWiki Projektes]] }}} Modified: trunk/locale/de/pgsrc/Vorlage%2FBeispiel =================================================================== --- trunk/locale/de/pgsrc/Vorlage%2FBeispiel 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/de/pgsrc/Vorlage%2FBeispiel 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 18:24:49 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Vorlage%2FBeispiel; @@ -21,10 +21,10 @@ Titel: %%TITLE%% Jahr: %%YEAR%% --- * Seitenname: %%PAGENAME%% -* Autor: %%PAGENAME%% -* Datum der letzten Änderung: %%PAGENAME%% +* Autor: %%AUTHOR%% +* Datum der letzten Änderung: %%MTIME%% * Datum der Erzeugung: %%CTIME%% -* Eigentümer: %%CTIME%% +* Eigentümer: %%OWNER%% * Erzeuger: %%CREATOR%% * SERVER_URL: %%SERVER_URL%% Modified: trunk/locale/es/pgsrc/Ayuda%2FAgregarPaginas =================================================================== --- trunk/locale/es/pgsrc/Ayuda%2FAgregarPaginas 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/es/pgsrc/Ayuda%2FAgregarPaginas 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 14:45:43 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Ayuda%2FAgregarPaginas; @@ -24,8 +24,6 @@ }}} [[http://phpwiki.sourceforge.net/|PhpWiki project homepage]] -Página web del proyecto PhpWiki: [[http://phpwiki.sourceforge.net/]] - El Wiki no soporta HTML tags (ver [[Ayuda:ReglasDeFormatoDeTexto|ReglasDeFormatoDeTexto]]). <tags>son renderizados solo como texto.</tags> el Wiki está hecho para ser lo mas simple posible y así promover su uso. Tenga en cuenta que existe la posibilidad de que el administrador del sistema pueda activar código HTML embebido, pero esto tiene riesgos de seguridad. Modified: trunk/locale/es/pgsrc/Ayuda%2FBuenEstilo =================================================================== --- trunk/locale/es/pgsrc/Ayuda%2FBuenEstilo 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/es/pgsrc/Ayuda%2FBuenEstilo 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 14:45:43 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Ayuda%2FBuenEstilo; @@ -19,7 +19,7 @@ //And thus an American textbook, typical required reading for 10th-grade English students, unknowingly extols some virtues of -[[Ayuda:WabiSabi|Wabi Sabi]// +[[Ayuda:WabiSabi|Wabi Sabi].// --scummings Modified: trunk/locale/es/pgsrc/Ayuda%2FMasAcercadeLaMecanica =================================================================== --- trunk/locale/es/pgsrc/Ayuda%2FMasAcercadeLaMecanica 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/es/pgsrc/Ayuda%2FMasAcercadeLaMecanica 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Mon, 8 Apr 2019 18:49:20 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Ayuda%2FMasAcercadeLaMecanica; @@ -21,7 +21,7 @@ Combinando un espacio de almacenamiento y un lenguaje de control sencillo, un Wiki expone muchas de las caracteristicas de WabiSabi. -PhpWiki es licenciado bajo GNU (Licencia Pública General), la cual se puede ver aquí: http://www.gnu.org/copyleft/gpl.txt. +~PhpWiki es licenciado bajo GNU (Licencia Pública General), la cual se puede ver aquí: http://www.gnu.org/copyleft/gpl.txt. <noinclude> ---- Modified: trunk/locale/es/pgsrc/Ayuda%2FReglasDeFormatoDeTexto =================================================================== --- trunk/locale/es/pgsrc/Ayuda%2FReglasDeFormatoDeTexto 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/es/pgsrc/Ayuda%2FReglasDeFormatoDeTexto 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 14:45:43 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Ayuda%2FReglasDeFormatoDeTexto; @@ -6,6 +6,8 @@ charset=UTF-8 Content-Transfer-Encoding: binary +<<CreateToc with_toclink||=1 position=right >> + == Sinopsis == **Énfasis:** '****' para ''itálicas'', _''''_ para **bold**, '****'_''''_ para ''**ambos**''.%%% Modified: trunk/locale/es/pgsrc/Ayuda%2FWikiWikiWeb =================================================================== --- trunk/locale/es/pgsrc/Ayuda%2FWikiWikiWeb 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/es/pgsrc/Ayuda%2FWikiWikiWeb 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Tue, 9 Apr 2019 11:19:11 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Ayuda%2FWikiWikiWeb; @@ -6,20 +6,26 @@ charset=UTF-8 Content-Transfer-Encoding: binary -Un **~WikiWikiWeb** es un sitio donde todos pueden colaborar con el contenido. El Wiki más conocido y usado es el Portland Pattern Repository en [[http://c2.com/cgi-bin/wiki?WikiWikiWeb]]. +Un **~WikiWikiWeb** es un sitio donde todos pueden colaborar con el +contenido. El Wiki más conocido y usado es el Portland +Pattern Repository en [[http://c2.com/cgi-bin/wiki?WikiWikiWeb]]. Alli encontré estas frases particularmente relevantes: -//Clave es poder EditarElTexto de una manera sencilla y la búsqueda de BuscarPágina rápida.// +//Clave es poder EditarElTexto de una manera sencilla y la búsqueda de BuscarPágina +rápida.// -//De ser rápido, éste sitio también aspira a los ideales del Zen generalmente etiquetados WabiSabi. El Zen encuentra belleza en lo imperfecto y efímero. Cuando se llega a esto, es todo lo que se necesita.// +//De ser rápido, éste sitio también aspira a los ideales del Zen generalmente +etiquetados WabiSabi. El Zen encuentra belleza en lo imperfecto +y efímero. Cuando se llega a esto, es todo lo que se necesita.// -También se puede firmar en VisitantesRecientes, o leer acerca de ComoUsarWiki y AgregarPaginas. Actualmente este wiki no tiene "tema" de discusión así que ¡adelante, a jugar con él y a divertirse! +//The Universe tends toward chaos. The Universe tends toward Wiki.// +También se puede firmar en [[VisitantesRecientes]], o leer acerca de [[ComoUsarWiki]] +y [[AgregarPaginas]]. Actualmente este wiki no tiene "tema" de discusión así que ¡adelante, a jugar con él y a divertirse! + -- [[Ayuda:Steve Wainstead|Steve Wainstead]] --- traducido al español por [[Ayuda:KBrown|KBrown]] - <noinclude> ---- [[PhpWikiDocumentation]] Modified: trunk/locale/it/pgsrc/Aiuto%2FBuonStile =================================================================== --- trunk/locale/it/pgsrc/Aiuto%2FBuonStile 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/it/pgsrc/Aiuto%2FBuonStile 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Thu, 11 Apr 2019 16:07:57 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Aiuto%2FBuonStile; @@ -19,7 +19,7 @@ //And thus an American textbook, typical required reading for 10th-grade English students, unknowingly extols some virtues of -[[Help:WabiSabi|Wabi Sabi]]// +[[Help:WabiSabi|Wabi Sabi]].// --scummings Modified: trunk/locale/it/pgsrc/Aiuto%2FComeUsareWiki =================================================================== --- trunk/locale/it/pgsrc/Aiuto%2FComeUsareWiki 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/it/pgsrc/Aiuto%2FComeUsareWiki 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Thu, 11 Apr 2019 16:07:57 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Aiuto%2FComeUsareWiki; @@ -9,22 +9,19 @@ //"Wiki wiki"// significa "veloce" in Hawaiano **Tutto quello che devi sapere è:** - * Per mofificare qualsiasi pagina clicca sul pulsante Modifica Testo alla fine della pagina. Fallo adesso e leggi il sorgente della pagina, tutto avrà più senso - * Puoi ottenere il corsivo circondando le parole con due apici da entrambe le parti come ''questo ad esempio'' - * Puoi ottenere testo in **grassetto** usando gli underscore in questo modo sempre circondando il testo * E, **''grassetto corsivo''** usandoli entrambi * Potrai ottenere liste puntate aggiungendo un * all'inizio di una linea * Per avere un font monospace (tipo macchina da scrivere) puoi iniziare con uno spazio la riga come ad esempio: - +{{{ questo è un poema sul monospacing niente rima con poema niente rima con monospazio - +}}} * Puoi separare i paragrafi con una linea bianca. Esempio: Sono un paragrafo. @@ -31,13 +28,12 @@ Anche io sono un paragrafo. Siamo dei piccoli paragrafi. +* Puoi creare una linea orizzontale con almeno quattro trattini come questi: -* Puoi creare una linea orizzontale con almeno quattro trattini come questi: --------- + * Per creare link è sufficente rendere in maiuscoletto le parole assieme. Supponi di volere crere una pagina su Steve Wainstaead che mangia i vermi. Tutto quello che devi fare è rendere in maiuscolo tutte le parole relative al link SteveWainsteadMangiaIVermi Se questa pagina non esiste ancora viene mostrato un punto di domanda dopo il link che invita a creare la pagina: QuestaPaginaNonEsiste. (Per favore non rovinare questo esempio riempiendolo) - * Per collegare pagine al di fuori del Wiki puoi scrivere direttamente l'indirizzo e PhpWiki se ne prenderà cura per te: http://www.nytimes.com/ - * Per inserire immagini, basta usare un link tra parentesi quadre come * questo [[http://www.iltuohost.iltuodominio/images/picture.png. le * immagini non in parentesi quadre saranno trattate come URL normali. @@ -47,7 +43,7 @@ Un [[Help:WikiWikiWeb|WikiWikiWeb]] è strutturato per facilitare la modifica veloce dei documenti. Ha un semplice sistema di marcatura che puoi imparare -velocemente nelle RegoleDiFormattazioneDelTesto +velocemente nelle [[RegoleDiFormattazioneDelTesto]] ---- Modified: trunk/locale/it/pgsrc/Aiuto%2FPhpWiki =================================================================== --- trunk/locale/it/pgsrc/Aiuto%2FPhpWiki 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/it/pgsrc/Aiuto%2FPhpWiki 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Thu, 11 Apr 2019 16:07:57 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Aiuto%2FPhpWiki; @@ -9,7 +9,7 @@ Stai usando PhpWiki in questo momento. Incredibile, vero? Visita la nostra home page su [[http://phpwiki.sourceforge.net]] e guarda -PhpWiki in azione su [[http://phpwiki.demo.free.fr]]. +PhpWiki in azione su [[http://phpwiki.demo.free.fr]] (and of course here too :-)). <noinclude> ---- Modified: trunk/locale/it/pgsrc/Aiuto%2FWikiWikiWeb =================================================================== --- trunk/locale/it/pgsrc/Aiuto%2FWikiWikiWeb 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/it/pgsrc/Aiuto%2FWikiWikiWeb 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Thu, 11 Apr 2019 16:07:57 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Aiuto%2FWikiWikiWeb; @@ -12,14 +12,17 @@ //Il punto è quello di far si che la modifica e la ricerca delle pagine siano semplici:// +//The point is to make the [[Help:EditText|EditText]] form simple and the [[FindPage]] +search fast.// + //In aggiunta ad essere veloce, questo sito si ispira anche agli ideali Zen generalmente chiamati WabiSabi. Lo Zen è alla ricerca della -bellezza, dell'imperfezione e dell'effimero. È tutto quello di cui hai -bisogno// +bellezza, dell'imperfezione e dell'effimero. È tutto quello di cui hai bisogno// +//The Universe tends toward chaos. The Universe tends toward Wiki.// + Puoi dire ciao su [[VisitatoriRecenti]], o leggere [[ComeUsareWiki]] oppure -[[AggiungerePagine]] -Continua, unisciti alla discussione, giocaci e divertiti! +[[AggiungerePagine]]. Continua, unisciti alla discussione, giocaci e divertiti! -- [[Aiuto:Steve Wainstead|Steve Wainstead]] Modified: trunk/locale/nl/pgsrc/Help =================================================================== --- trunk/locale/nl/pgsrc/Help 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/nl/pgsrc/Help 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Thu, 13 Oct 2016 15:09:26 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help; @@ -12,5 +12,5 @@ <noinclude> ---- -[[PhpWikiDocumentation]] +[[PhpWikiDocumentatie]] </noinclude> Modified: trunk/locale/nl/pgsrc/Help%2FGebruikersVoorkeuren =================================================================== --- trunk/locale/nl/pgsrc/Help%2FGebruikersVoorkeuren 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/nl/pgsrc/Help%2FGebruikersVoorkeuren 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 13:52:27 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FGebruikersVoorkeuren; @@ -32,5 +32,5 @@ <noinclude> ---- -[[PhpWikiDocumentation]] [[CategoryWikiPlugin]] +[[PhpWikiDocumentatie]] [[CategoryWikiPlugin]] </noinclude> Modified: trunk/locale/nl/pgsrc/Help%2FGoedeStijl =================================================================== --- trunk/locale/nl/pgsrc/Help%2FGoedeStijl 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/nl/pgsrc/Help%2FGoedeStijl 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 14:14:43 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FGoedeStijl; @@ -25,5 +25,5 @@ <noinclude> ---- -[[PhpWikiDocumentation]] +[[PhpWikiDocumentatie]] </noinclude> Modified: trunk/locale/nl/pgsrc/Help%2FHoeWikiTeGebruiken =================================================================== --- trunk/locale/nl/pgsrc/Help%2FHoeWikiTeGebruiken 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/nl/pgsrc/Help%2FHoeWikiTeGebruiken 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 14:14:43 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FHoeWikiTeGebruiken; @@ -70,5 +70,5 @@ <noinclude> ---- -[[PhpWikiDocumentation]] +[[PhpWikiDocumentatie]] </noinclude> Modified: trunk/locale/nl/pgsrc/Help%2FMeerOverTechnieken =================================================================== --- trunk/locale/nl/pgsrc/Help%2FMeerOverTechnieken 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/nl/pgsrc/Help%2FMeerOverTechnieken 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 14:14:43 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FMeerOverTechnieken; @@ -38,5 +38,5 @@ <noinclude> ---- -[[PhpWikiDocumentation]] +[[PhpWikiDocumentatie]] </noinclude> Modified: trunk/locale/nl/pgsrc/Help%2FPaginasToevoegen =================================================================== --- trunk/locale/nl/pgsrc/Help%2FPaginasToevoegen 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/nl/pgsrc/Help%2FPaginasToevoegen 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 14:14:43 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FPaginasToevoegen; @@ -39,5 +39,5 @@ <noinclude> ---- -[[PhpWikiDocumentation]] +[[PhpWikiDocumentatie]] </noinclude> Modified: trunk/locale/nl/pgsrc/Help%2FPhpWiki =================================================================== --- trunk/locale/nl/pgsrc/Help%2FPhpWiki 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/nl/pgsrc/Help%2FPhpWiki 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 14:14:43 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FPhpWiki; @@ -13,5 +13,5 @@ <noinclude> ---- -[[PhpWikiDocumentation]] +[[PhpWikiDocumentatie]] </noinclude> Modified: trunk/locale/nl/pgsrc/Help%2FTekstFormatteringsRegels =================================================================== --- trunk/locale/nl/pgsrc/Help%2FTekstFormatteringsRegels 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/nl/pgsrc/Help%2FTekstFormatteringsRegels 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 14:14:43 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FTekstFormatteringsRegels; @@ -10,7 +10,6 @@ == Synopsis == -TekstFormatteringsRegels%%% *Nadruk:* <tt>~_</tt> voor _schuin_, <tt>~*</tt> voor *vet*, <tt>~_~*</tt> voor <em><strong>beide</strong></em>, <tt>~=</tt> voor =fixed width=.%%% *Lijsten:* <tt>~*</tt> voor punt lijsten, <tt>#</tt> voor genummerde lijsten, <em><strong>;</strong> Term <strong>:</strong> Definitie</em> voor definitie lijsten.%%% <strong>Verwijzingen:</strong> ~KapitaliseerEnSchrijfAanElkaar of gebruik vierkante haken <tt>~[pagina koppeling]</tt> of URL <tt>~[http://koel.wiki.int/]</tt>.%%% @@ -148,5 +147,5 @@ <noinclude> ---- -[[PhpWikiDocumentation]] +[[PhpWikiDocumentatie]] </noinclude> Modified: trunk/locale/nl/pgsrc/Help%2FToverPhpWikiURLs =================================================================== --- trunk/locale/nl/pgsrc/Help%2FToverPhpWikiURLs 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/nl/pgsrc/Help%2FToverPhpWikiURLs 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 13:52:27 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FToverPhpWikiURLs; @@ -21,13 +21,11 @@ //Vraag-argen// moet een reeks van parameters in standaard HTTP GET formaat zijn. -//Vraag-argen// - -FIXME: can these be localised? -De "action=//x//" parameter moet altijd worden opgegeven. Het kan er -een zijn van **browse**, **info**, **diff**, **search**, **edit**, -**zip**, **dumpserial**, **loadserial**, **remove**, **lock**, -**unlock**, **login**, **logout**, **setprefs** of **save**. +De "action=//x//" parameter moet altijd worden opgegeven. Het kan er een zijn van +**browse**, **diff**, **edit**, **viewsource**, +**zip**, **dumpserial**, **loadserial**, +**remove**, **lock**, **unlock**, +**login**, **logout**, **setprefs** of **save**. The standaard actie is **browse**. Some of the actions accept other parameters. @@ -41,7 +39,7 @@ ;**save**: Accepteert **editversion**, **minor_edit**, en **content**. ;**setprefs**: Accepteert **edit_area_width**, **edit_area_height**. -=== Tover Koppelingen Schrijven in Wiki Pagina's +=== Tover Koppelingen Schrijven in Wiki Pagina's === Een toverkoppeling ziet eruit als: @@ -93,3 +91,7 @@ Andere voorbeelden: [ Blader Pagina | phpwiki:?action=browse&pagename=() ] +<noinclude> +---- +[[PhpWikiDocumentatie]] +</noinclude> Modified: trunk/locale/nl/pgsrc/Help%2FVeranderTekst =================================================================== --- trunk/locale/nl/pgsrc/Help%2FVeranderTekst 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/nl/pgsrc/Help%2FVeranderTekst 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 13:52:27 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FVeranderTekst; @@ -6,11 +6,10 @@ charset=UTF-8 Content-Transfer-Encoding: binary -Onderaan alle pagina's (behalve zoekresultaten) staat eeen VeranderTekst -koppeling. Je kunt de pagina die je leest, veranderen door op die -koppeling te klikken. +Onderaan alle pagina's (behalve zoekresultaten) staat eeen //Verander// koppeling. +Je kunt de pagina die je leest, veranderen door op die koppeling te klikken. <noinclude> ---- -[[PhpWikiDocumentation]] +[[PhpWikiDocumentatie]] </noinclude> Modified: trunk/locale/nl/pgsrc/Help%2FWabiSabi =================================================================== --- trunk/locale/nl/pgsrc/Help%2FWabiSabi 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/nl/pgsrc/Help%2FWabiSabi 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Mon, 8 Apr 2019 18:49:20 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FWabiSabi; @@ -44,5 +44,5 @@ <noinclude> ---- -[[PhpWikiDocumentation]] +[[PhpWikiDocumentatie]] </noinclude> Modified: trunk/locale/nl/pgsrc/Help%2FWikiWikiWeb =================================================================== --- trunk/locale/nl/pgsrc/Help%2FWikiWikiWeb 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/nl/pgsrc/Help%2FWikiWikiWeb 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 14:14:43 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FWikiWikiWeb; @@ -18,9 +18,10 @@ algemeen, genaamd WikiSabi. Zen vindt schoonheid in het onvolmaakte en kortstondige. Uiteindelijk is dat alles wat je nodig hebt.// -Je kunt gedag zeggen op RecenteBezoekers, of lezen over HoeWikiTeGebruiken -en hoeje PaginasToevoegen kan. - Momenteel is er voor deze Wiki geen discussie "onderwerp", dus ga je gang, +Je kunt gedag zeggen op RecenteBezoekers, of lezen over [[HoeWikiTeGebruiken]] +en hoeje [[PaginasToevoegen]] kan. + +Momenteel is er voor deze Wiki geen discussie "onderwerp", dus ga je gang, speel ermee en vermaak je. -- [[Help:Steve Wainstead|Steve Wainstead]] @@ -27,5 +28,5 @@ <noinclude> ---- -[[PhpWikiDocumentation]] +[[PhpWikiDocumentatie]] </noinclude> Modified: trunk/locale/nl/pgsrc/PhpWikiBeheer =================================================================== --- trunk/locale/nl/pgsrc/PhpWikiBeheer 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/nl/pgsrc/PhpWikiBeheer 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 14:14:43 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=PhpWikiBeheer; @@ -7,11 +7,9 @@ charset=UTF-8 Content-Transfer-Encoding: binary -*Noot*: Het merendeel van de acties op deze pagina vereist beheer -privileges. Ze zullen niet werken tenzij je een beheer gebruikersnaam -en wachtwoord in het PhpWiki configuratiebestand hebt gezet. +**//Noot://** //Het merendeel van de acties op deze pagina vereist beheer privileges.// -<<CreateToc jshide||=1 with_toclink||=1 >> +<<CreateToc jshide||=0 with_toclink||=1 position=right with_counter=1>> == Page Explorer == @@ -23,8 +21,21 @@ | [[/Chown]] | [[/Purge]] | [[/Verwijder]] | [[/Rename]] | [[/ZoekVervangt]] | [[/SetAcl]] | [[/SetAclSimple]] | [[/DeleteAcl]] +== Global Access Rights == + +These action pages will allow you to set the default access rights for wiki pages. +Pages without individual access rights will use these default access rights. +* [[SetGlobalAccessRightsSimple]] +* [[SetGlobalAccessRights]] + == User Management == +=== Reset a users password === + +<?plugin-form PasswordReset textinput=user method=post ?> + +=== Email Verification === + EmailVerification is currently non-strict, leaving some possible holes, which can be administrated below. @@ -36,17 +47,16 @@ label="Email Verification" >> ----------- -=== Cleanup +== Cleanup == + A Wiki ZandBak is very easy to clean. Here you can restore it to pristine condition by loading the default from pgsrc: [ Rake the SandBox | phpwiki:?action=loadfile&source=locale/nl/pgsrc/ZandBak ]. ----------- -=== Kiekjes of Backups maken +== Kiekjes of Backups maken === -==== ZIP bestanden van database +=== ZIP bestanden van database === Deze koppelingen leiden naar zip bestanden, aangemaakt terwijl je wacht, die alle pagina's van je Wiki bevatten. Het zip bestand wordt @@ -70,9 +80,8 @@ een pagina be bestand. Je server moet schrijfpermissies naar die directory hebben. ------------ -=== Herladen +== Herladen == Als je een stel pagina's van PhpWiki hebt gestort, kun je ze hier herladen. Noot dat pagina's in je database zullen worden @@ -82,7 +91,7 @@ pagina's uit de directory (of uit het zip bestand) die je niet wil laden. -==== Upload bestand +=== Upload bestand === Hier kun je ZIP archieven uploaden, of individuele bestanden van je (client) machine. @@ -133,3 +142,7 @@ verschillenden types van bestanden, en verwerken ze aldus. Noot dat bij het laden van _platte bestanden_ de paginanaam wordt afgeleidt van de bestandsnaam. + + +---- +[[CategoryActionPage]] Added: trunk/locale/nl/pgsrc/PhpWikiDocumentatie =================================================================== --- trunk/locale/nl/pgsrc/PhpWikiDocumentatie (rev 0) +++ trunk/locale/nl/pgsrc/PhpWikiDocumentatie 2019-04-12 08:52:54 UTC (rev 10094) @@ -0,0 +1,28 @@ +Date: Thu, 13 Oct 2016 15:09:28 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) +Content-Type: application/x-phpwiki; + pagename=PhpWikiDocumentatie; + flags=EXTERNAL_PAGE; + charset=UTF-8 +Content-Transfer-Encoding: binary + +== Contents == + +<<SiteMap + noheader=true + exclude=HomePage,PgsrcTranslation + reclimit=1 + direction=forward + firstreversed=1 +>> + +== Pages in this category == + +<<BackLinks + exclude||='' + include_self||=1 + noheader||=0 + page||=[pagename] + info||=pagename,mtime + sortby||=pagename +>> Modified: trunk/locale/nl/pgsrc/RecenteBezoekers =================================================================== --- trunk/locale/nl/pgsrc/RecenteBezoekers 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/nl/pgsrc/RecenteBezoekers 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 13:52:27 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=RecenteBezoekers; @@ -13,4 +13,4 @@ Jan Nieuwenhuizen, PhpWiki internationalisatie en vertaling. ---- -[[PhpWikiDocumentation]] +[[PhpWikiDocumentatie]] Modified: trunk/locale/nl/pgsrc/ThuisPagina =================================================================== --- trunk/locale/nl/pgsrc/ThuisPagina 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/nl/pgsrc/ThuisPagina 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 14:14:43 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=ThuisPagina; @@ -14,4 +14,4 @@ * Ontdek welke pagina's het MeestBezocht worden. * Lees de [[UitgaveNoten]]. * Administer this wiki via [[PhpWikiBeheer]]. -* See more [[:PhpWikiDocumentation]]. +* See more [[:PhpWikiDocumentatie]]. Modified: trunk/locale/nl/pgsrc/ZoekPagina =================================================================== --- trunk/locale/nl/pgsrc/ZoekPagina 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/nl/pgsrc/ZoekPagina 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Wed, 10 Apr 2019 13:52:27 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=ZoekPagina; @@ -8,10 +8,11 @@ Hier zijn een paar goede plaatsen om te beginnen met bladeren. -* HoeWikiTeGebruiken maakt snel wegwijs in Wiki. -* RecenteVeranderingen worden automatisch bijgehouden. -* MeerOverTechnieken van het bladeren en veranderen van deze server. +* [[HoeWikiTeGebruiken]] maakt snel wegwijs in Wiki. +* [[RecenteVeranderingen]] worden automatisch bijgehouden. +* [[MeerOverTechnieken]] van het bladeren en veranderen van deze server. +== Title Search == Hier is een titel zoeker. Probeer iets als //wiki// of //broodje//. Modified: trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FWikiWikiWeb =================================================================== --- trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FWikiWikiWeb 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/sv/pgsrc/Hj%C3%A4lp%2FWikiWikiWeb 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Tue, 9 Apr 2019 11:19:11 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Hj%C3%A4lp%2FWikiWikiWeb; @@ -6,14 +6,21 @@ charset=UTF-8 Content-Transfer-Encoding: binary -En **~WikiWikiWeb** är en webbplats där alla kan bidra till innehållet. Den mest välkända och mest använda Wikin är Portland Pattern Repository på [[http://c2.com/cgi-bin/wiki?WikiWikiWeb]]. +En **~WikiWikiWeb** är en webbplats där alla kan bidra till innehållet. +Den mest välkända och mest använda Wikin är Portland +Pattern Repository på [[http://c2.com/cgi-bin/wiki?WikiWikiWeb]]. Där fann jag följande relevanta uttalanden (översatta till svenska): -//Meningen är att göra formuläret i RedigeraText enkelt och få [[SökEfterSida]] att söka snabbt.// +//Meningen är att göra formuläret i RedigeraText enkelt och få [[SökEfterSida]] +att söka snabbt.// -//Förutom att vara snabb, strävar den här webbplatsen även efter zen-idealen som generellt kallas [[WabiSabi]]. Zen finner skönhet i det imperfekta och kortlivade. När det kommer till kritan är det allt som behövs.// +//Förutom att vara snabb, strävar den här webbplatsen även efter zen-idealen +som generellt kallas [[WabiSabi]]. Zen finner skönhet i det imperfekta och +kortlivade. När det kommer till kritan är det allt som behövs.// +//The Universe tends toward chaos. The Universe tends toward Wiki.// + Du kan säga hej i [[Gästboken]] eller läsa om [[HurManAnvänderWiki]] och [[LäggaTillSidor]]. Varsågod, börja diskutera, lek och ha roligt! Modified: trunk/locale/sv/pgsrc/PhpWikiAdministration =================================================================== --- trunk/locale/sv/pgsrc/PhpWikiAdministration 2019-04-11 15:09:25 UTC (rev 10093) +++ trunk/locale/sv/pgsrc/PhpWikiAdministration 2019-04-12 08:52:54 UTC (rev 10094) @@ -1,4 +1,4 @@ -Date: Tue, 9 Apr 2019 17:57:35 +0000 +Date: Fri, 12 Apr 2019 10:36:59 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=PhpWikiAdministration; @@ -11,6 +11,45 @@ <<CreateToc jshide||=0 with_toclink||=1 position=right with_counter=1>> +== Page Explorer == + +First select pages and then define the action: + +<?plugin-form WikiAdminSelect s="*" ?> + +or call the available ~WikiAdmin actions directly: + +| [[/Chown]] | [[/Purge]] | [[/Remove]] | [[/Rename]] | [[/SearchReplace]] | [[/SetAcl]] | [[/SetAclSimple]] | [[/DeleteAcl]] + +== Global Access Rights == + +These action pages will allow you to set the default access rights for wiki pages. +Pages without individual access rights will use these default access rights. +* [[SetGlobalAccessRightsSimple]] +* [[SetGlobalAccessRights]] + +== User Management == + +=== Reset a users password === + +<?plugin-form PasswordReset textinput=user method=post ?> + +=== Email Verification === + +This is currently non-strict, leaving some possible holes in not being able to +connect to certain mail hosts, which can be overridden below. + +This button will show a list of all users with registered emails and buttons to set the verification status manually. + +<<WikiAdminUtils action=email-verification label="Email Verification">> + +== Cleanup == + +A Wiki [[SandBox]] is very easy to clean. Here you can restore it to +pristine condition by loading the default from pgsrc. + +**[[phpwiki:?action=loadfile&overwrite=1&source=pgsrc/SandBox|Rake the SandBox]]** + == ZIP-filer av databasen == **[ZIP Snapshot | phpwiki:zip=snapshot]** : innehåller endast den senaste versionen This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |