Metainformationen zur Seite
  •  

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
digitales:software:dokuwiki01 [24.04.2025] – gelöscht - Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1digitales:software:dokuwiki01 [24.04.2025] (aktuell) – ↷ Seite von digitales:sdr:software:dokuwiki01 nach digitales:software:dokuwiki01 verschoben cs
Zeile 1: Zeile 1:
 +{{tag>Software}}
 +
 +====== DokuWiki ======
 +
 +  * [[https://forum.dokuwiki.org/d/19794-specify-local-svg-icons-doesnt-work/9|Specify local SVG icons doesn't work/DokuWiki Forum]]
 +  * [[https://github.com/cosmocode/dokuwiki-template-sprintdoc/issues/85|Specify local SVG icons in sidebar doesn't work #85/github]]
 +  * [[https://graphicdesign.stackexchange.com/questions/147506/inkscape-to-convert-multiple-paths-into-one-single-path|InkScape to convert multiple paths into one single path]]
 +
 +  - Select everything, and do Ungroup Shift+Ctrl+G 5 times to remove all those unnecessary nested groups. \\ **Ctrl-a** \\ **Shift+Ctrl+G**
 +  - Do Path > Stroke to Path to turn the horizontal stroke into a path. \\ **Ctrl+Alt-C**
 +  - Now you can do Path > Combine, or alternatively do Path > Union if you want to get rid of any overlaps. \\ **Ctrl++**
 +  - Do File > Cleanup document
 +  - To export as optimised SVG, do File > Save as, then select "Optimised SVG" from the file type dropdown. \\ **Shift+Ctrl+S**
 +  - In the Optimsed SVG Output dialog set up the items you want to keep and which you want to remove. Here are my settings
 +
 +{{:images:inkscape-svg-export-settings.png?600&direct }}
 +
 +===== Installation =====
 +
 +  * [[https://www.dokuwiki.org/install:synology|Installing DokuWiki on DSM 7.0+]]
 +  * [[https://www.dokuwiki.org/template:sprintdoc|sprintdoc Template]]
 +  * [[:playground:phpinfo]]
 +  * [[:playground:infoplugin]]
 +
 +===== Tipps =====
 +
 +Neue Zeilen (line feed) gehen nicht mit Shift+Enter sondern mit (backslash, backslash, blank)
 +
 +<code ->
 +\\ 
 +</code>
 +
 +
 +===== HowTos =====
 +
 +  * [[:wiki:dokuwiki]]
 +  * [[:wiki:syntax]]
 +  * [[https://forum.dokuwiki.org|DokuWiki Forum]]
 +  * [[https://www.dokuwiki.org/dokuwiki|https://www.dokuwiki.org/dokuwiki]]
 +  * [[https://www.dokuwiki.org/wiki:syntax#embedding_html_and_php|Embedding HTML and PHP]]
 +  * [[https://www.dokuwiki.org/faq:html|Why does the HTML option not work?]]
 +  * [[https://www.dokuwiki.org/devel:javascript|JavaScript]]
 +  * [[https://www.dokuwiki.org/plugin:inlinejs|InlineJS Plugin]]
 +  * [[https://www.dokuwiki.org/de:namespace_templates|Namensraumvorlagen (namespace templates)]]
 +
 +==== JavaScript ====
 +
 +=== Einbetten ===
 +
 +== HTML ==
 +
 +<code ->
 +<html> This is some <span style="color:red;font-size:150%;">inline</span> HTML</html>
 +</code>
 +
 +<html> This is some <span style="color:red;font-size:150%;">inline</span> HTML</html>
 +
 +<code ->
 +<HTML> <p style="border:2px dashed red;">And this is some block HTML</p> </HTML>
 +</code>
 +
 +<HTML> <p style="border:2px dashed red;">And this is some block HTML</p> </HTML>
 +
 +== PHP ==
 +
 +<code ->
 +<php>
 +  echo 'The PHP version: ';
 +  echo phpversion();
 +  echo ' (generated inline HTML)';
 +</php>
 +</code>
 +
 +<php> echo 'The PHP version: '; echo phpversion(); echo ' (generated inline HTML)'; </php>
 +
 +<code ->
 +<PHP>
 +  echo '<table class="inline"> <tr> <td>The PHP version inside a block level element: </td>';
 +  echo '<td>'.phpversion().'</td>';
 +  echo '</tr></table>';
 +</PHP>
 +</code>
 +
 +<PHP> echo '<table class="inline"> <tr> <td>The PHP version inside a block level element: </td>'; echo '<td>'.phpversion().'</td>'; echo '</tr></table>'; </PHP>
 +
 +== JavaScript ==
 +
 +<code ->
 +<JS>
 +let inhalt = 'Hallo Welt! (block JavaScript)';
 +document.write(inhalt);
 +</JS>
 +</code>
 +
 +</JS>
 +
 +[[:playground:testseite]]
 +
 +<HTML> <iframe src="[[https://[[http://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d12967.64078957327!2d6.075972675790483!3d50.76338527001782!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c09bc5a01f36b7:0x23f86a466441594a!2sRonheider]] Weg 4, 52066 Aachen!5e0!3m2!1sde!2sde!4v1639243629184!5m2!1sde!2sde|[[http://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d12967.64078957327!2d6.075972675790483!3d50.76338527001782!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c09bc5a01f36b7%3A0x23f86a466441594a!2sRonheider%20Weg%204%2C%2052066%20Aachen!5e0!3m2!1sde!2sde!4v1639243629184!5m2!1sde!2sde|www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d12967.64078957327!2d6.075972675790483!3d50.76338527001782!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c09bc5a01f36b7%3A0x23f86a466441594a!2sRonheider%20Weg%204%2C%2052066%20Aachen!5e0!3m2!1sde!2sde!4v1639243629184!5m2!1sde!2sde]]"]] width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe> </HTML> //  [[:legal:impressum|Impressum]] / [[:legal:datenschutz|Datenschutz]] / [[:legal:kontakt|Kontakt]]//
 +