211
I Use This!
Moderate Activity

News

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Posted over 3 years ago
I was wondering if pagelist can display a list of pages with alphabetical headers? my code is obviously very simple. {{topic>food&nodate&nouser}} right now my list look like this: Apple Banana Cherry Grape But I'd like it to look ... [More] like: A Apple B Banana C Cherry G Grape Well I can't get the 'A' to align but I think you understand haha. Thanks for any help. [Less]
Posted over 3 years ago
Hi, I've been using TableCalc for a while now and it's been working great. For the past few months however, it hasn't been calculating right. The formulas I've been using are simple sum formulas to total up the numbers in the tables. After a certain ... [More] point, it just stops calculating. In the example in the link, I've removed the first tilde from a copy of the formula below Total and Current to display what each formula is. Example: http://www.shadowsoverthesouth.net/characterwiki/doku.php?id=app:output:test [Less]
Posted over 3 years ago
Hi, I've been using TableCalc for a while now and it's been working great. For the past few months however, it hasn't been calculating right. The formulas I've been using are simple sum formulas to total up the numbers in the tables. After a certain ... [More] point, it just stops calculating. In the example in the link, I've removed the first tilde from a copy of the formula below Total and Current to display what each formula is. Example: http://www.shadowsoverthesouth.net/characterwiki/doku.php?id=app:output:test [Less]
Posted over 3 years ago
Hallo zusammen, ich bin auf der Suche nach einer Möglichkeit Serienbriefe zu erstellen und diese dann entsprechend als Mail zur Verfügung zu stellen. Mein Szenario sieht so aus: User versendet monatlich zwei Briefe an zwei identische Empfänger mit ... [More] identischem Inhalt Dokument muss stehts mit neuem Datum versehen werden und am jeweils ersten des Monats erzeugt werden ODT bzw. Word Vorlage existiert bereits - eine Anpassung wäre problemlos möglich Ich habe mir jetzt also überlegt, dass ich das ja schön im Dokuwiki umsetzen könnte anhand der Plugins ODT/dw2pdf. Nachdem ich jetzt also mal die Pluginseite des ODT Plugins durchstöbert habe bräuchte ich jetzt bitte etwas Hilfe um den entsprechenden Knoten in meinem Hirn zu lösen: Damit nun immer zum gewünschten Datum eine Seite entsteht muss ich diese Seite programmatisch erstellen. Das würde per Cronjob/Script funktionieren. Das erstellt mir dann eine Seite - sobald diese erstellt ist kann mein kleines Script ja dann auch dafür sorgen, dass meine Seite per Plugin als PDF/ODT exportiert wird. Somit wäre der Ablauf schon einmal klar. Bleiben also nur noch die dynamischen Felder, die in meiner Vorlage gefüllt werden sollen. Jetzt also meine Fragen: Unterstützt das ODT Plugin die Ausgabe/Füllen dynamischer Felder bzw. Felder in der ODT Vorlage? Wäre eine Kombination mit dem Struct Plugin ggfs. sinnvoller? Wie kann ich den Versand am sinnvollsten ggfs. über DokuWiki steuern? Habt Dank für eure Ideen und Anregungen! Gruß Carsten [Less]
Posted over 3 years ago
Hallo zusammen, ich bin auf der Suche nach einer Möglichkeit Serienbriefe zu erstellen und diese dann entsprechend als Mail zur Verfügung zu stellen. Mein Szenario sieht so aus: User versendet monatlich zwei Briefe an zwei identische Empfänger mit ... [More] identischem Inhalt Dokument muss stehts mit neuem Datum versehen werden und am jeweils ersten des Monats erzeugt werden ODT bzw. Word Vorlage existiert bereits - eine Anpassung wäre problemlos möglich Ich habe mir jetzt also überlegt, dass ich das ja schön im Dokuwiki umsetzen könnte anhand der Plugins ODT/dw2pdf. Nachdem ich jetzt also mal die Pluginseite des ODT Plugins durchstöbert habe bräuchte ich jetzt bitte etwas Hilfe um den entsprechenden Knoten in meinem Hirn zu lösen: Damit nun immer zum gewünschten Datum eine Seite entsteht muss ich diese Seite programmatisch erstellen. Das würde per Cronjob/Script funktionieren. Das erstellt mir dann eine Seite - sobald diese erstellt ist kann mein kleines Script ja dann auch dafür sorgen, dass meine Seite per Plugin als PDF/ODT exportiert wird. Somit wäre der Ablauf schon einmal klar. Bleiben also nur noch die dynamischen Felder, die in meiner Vorlage gefüllt werden sollen. Jetzt also meine Fragen: Unterstützt das ODT Plugin die Ausgabe/Füllen dynamischer Felder bzw. Felder in der ODT Vorlage? Wäre eine Kombination mit dem Struct Plugin ggfs. sinnvoller? Wie kann ich den Versand am sinnvollsten ggfs. über DokuWiki steuern? Habt Dank für eure Ideen und Anregungen! Gruß Carsten [Less]
Posted over 3 years ago
I have this code ===== External References ===== /* A list of links and documents used to inform the decisions made */ Gathered from sub pages: {{section>.:security_baseline:ncsc_guidelines#external_references&inline&noparlink}} ... [More] {{section>.:security_baseline:owasp#external_references&inline&noparlink}} {{section>.:security_baseline:openscap#external_references&inline&noparlink}} {{section>.:security_baseline:openscap#external_references&inline&noparlink}} to include the lists of references from each page under the current section. The references sections in ech sub pge look similar to this : ===== External References ===== - [[https://www.ncsc.gov.uk/collection/cloud-security/implementing-the-cloud-security-principles|Prinicples of Cloud Security]] - [[https://www.ncsc.gov.uk/collection/device-security-guidance/platform-guides/ubuntu-lts|Ubuntu Baseline security]] This is to create a consolidated list of all the references. Each of the lists on the subpages is a numbered list. I would like one continuous list on the consolidated list page but I get a collection of short lists without continuous numbering looking a bit like this : ### External References Gathered from sub pages: 1. Prinicples of Cloud Security 2. Ubuntu Baseline security 1. https://owasp.org/www-project-top-ten/ 1. https://www.open-scap.org/ 2. http://static.open-scap.org/ssg-guides/ssg-ubuntu2004-guide-index.html 3. Tutorial 1: Installing OpenScap and running a compliance report 4. Tutorial 2: Using OpenScap to create an Ansible playbook to fix the issues 1. https://www.open-scap.org/ 2. http://static.open-scap.org/ssg-guides/ssg-ubuntu2004-guide-index.html 3. Tutorial 1: Installing OpenScap and running a compliance report 4. Tutorial 2: Using OpenScap to create an Ansible playbook to fix the issues I understood from the documentation that the noparlink and inline flags meant the list should be formatted AFTER it was included so the numbering is continuous. Am I doing something wrong? Can this be done?? Any tips appreciated C [Less]
Posted over 3 years ago
I have this code ===== External References ===== /* A list of links and documents used to inform the decisions made */ Gathered from sub pages: {{section>.:security_baseline:ncsc_guidelines#external_references&inline&noparlink}} ... [More] {{section>.:security_baseline:owasp#external_references&inline&noparlink}} {{section>.:security_baseline:openscap#external_references&inline&noparlink}} {{section>.:security_baseline:openscap#external_references&inline&noparlink}} to include the lists of references from each page under the current section. The references sections in ech sub pge look similar to this : ===== External References ===== - [[https://www.ncsc.gov.uk/collection/cloud-security/implementing-the-cloud-security-principles|Prinicples of Cloud Security]] - [[https://www.ncsc.gov.uk/collection/device-security-guidance/platform-guides/ubuntu-lts|Ubuntu Baseline security]] This is to create a consolidated list of all the references. Each of the lists on the subpages is a numbered list. I would like one continuous list on the consolidated list page but I get a collection of short lists without continuous numbering looking a bit like this : ### External References Gathered from sub pages: 1. Prinicples of Cloud Security 2. Ubuntu Baseline security 1. https://owasp.org/www-project-top-ten/ 1. https://www.open-scap.org/ 2. http://static.open-scap.org/ssg-guides/ssg-ubuntu2004-guide-index.html 3. Tutorial 1: Installing OpenScap and running a compliance report 4. Tutorial 2: Using OpenScap to create an Ansible playbook to fix the issues 1. https://www.open-scap.org/ 2. http://static.open-scap.org/ssg-guides/ssg-ubuntu2004-guide-index.html 3. Tutorial 1: Installing OpenScap and running a compliance report 4. Tutorial 2: Using OpenScap to create an Ansible playbook to fix the issues I understood from the documentation that the noparlink and inline flags meant the list should be formatted AFTER it was included so the numbering is continuous. Am I doing something wrong? Can this be done?? Any tips appreciated C [Less]
Posted over 3 years ago
Hallo, vielen Dank für allem für DokuWiki, eigentlich ein tolles Wiki /Weiter so :-/ Mein Problem ist eigentlich das Move Plugin. Ich versuche ein ein Namespace + Unternamespaces als Unterseite eines anderen Namespaces zu erstellen. Aber ... [More] passiert einfach nichts. Der Kopiervorgang geht scheinber erfolgreich durch, die Baumstruktur bleiben aber an der ursprünglichen Stelle. https://ibb.co/TPnzNFP Weitere Fragen sind, ob diese beiden Optionen aktiviert sein müssen: Zu verschiebender Inhalt: Links anpassen, nachdem die Verschiebung abgeschlossen wurde Vielen Dank für eure Hilfe. Gr. I. [Less]
Posted over 3 years ago
Hallo, vielen Dank für allem für DokuWiki, eigentlich ein tolles Wiki /Weiter so :-/ Mein Problem ist eigentlich das Move Plugin. Ich versuche ein ein Namespace + Unternamespaces als Unterseite eines anderen Namespaces zu erstellen. Aber ... [More] passiert einfach nichts. Der Kopiervorgang geht scheinber erfolgreich durch, die Baumstruktur bleiben aber an der ursprünglichen Stelle. https://ibb.co/TPnzNFP Weitere Fragen sind, ob diese beiden Optionen aktiviert sein müssen: Zu verschiebender Inhalt: Links anpassen, nachdem die Verschiebung abgeschlossen wurde Vielen Dank für eure Hilfe. Gr. I. [Less]
Posted over 3 years ago
Hi, I'm sorry to ask this dumb question, but I don't manage to enable the MindTheDark template. I have Dokuwiki 2020-07-29 "Hogfather" (for now only a local installation) and used the standard dokuwiki template. I now want to use a different ... [More] template, the MindTheDark template. I installed it via the extension manager, but it is greyed out. I then went to the configuration manager and selected the template MindtheDark in the "basic" section. However, I cannot save this configuration. It always jumps back to the standard template. I checked, the MindtheDark folder is in the lib/tpl folder. I would be grateful for a tip. [Less]