Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| playground:features [2014/05/07 23:25] – enviadmin | playground:features [2018/07/29 21:38] (current) – removed enviadmin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | ====== Installed features ====== | ||
| - | This page demonstrates the use of installed plug-ins of the dokuwiki running on the ENVI-met server. | ||
| - | If you think that an important plug-in is missing, please send a mail | ||
| - | |||
| - | ===== Top Menues ===== | ||
| - | The top menue is controlled by a file " | ||
| - | |||
| - | The format is like in a list | ||
| - | * [[root: | ||
| - | |||
| - | * [[kb: | ||
| - | * [[kb: | ||
| - | * [[kb: | ||
| - | |||
| - | The topbar page should not be linked on the pages themselves, hence it's adress must be typed in manually in the browsers URL. | ||
| - | |||
| - | |||
| - | |||
| - | ===== Math type ===== | ||
| - | We have installed the MathJax plug-in. This allows to write mathematical formulas, variables etc inline (like $x_i$) or as in " | ||
| - | |||
| - | $$ e=m \cdot c^2 +5 \cdot z$$ | ||
| - | |||
| - | using the standard $\LaTeX$ syntax (or MathML if you like). That should not only make text writing much easier (no equations as bitmaps required), also you can copy& | ||
| - | Rendering of the equations is done client-side using JavaScript and an external server. Therfore, for a moment the original syntax will appear before it is replaced by the graphical output. | ||
| - | |||
| - | Documentation: | ||
| - | |||
| - | ===== Images ===== | ||
| - | Imagebox: Additional wikipedia-style and referencing is installed for images. This add not only a nice box around the image, but also allows to give th image a correct caption and a number that can be referenced in the text. | ||
| - | |||
| - | **Example: | ||
| - | |||
| - | < | ||
| - | |||
| - | |||
| - | As it can be seen in <imgref image1> the cross reference works. | ||
| - | |||
| - | Images must be uploaded using th media-manager. | ||
| - | //The proper boxing and sizing of the images seems not to work all the time. maybe use a different extension here? | ||
| - | // | ||
| - | |||
| - | Documentation: | ||
| - | |||
| - | ===== dokuwiki theme ===== | ||
| - | For the moment we use a mofified " | ||
| - | |||
| - | ===== Using wow slider ===== | ||
| - | |||
| - | |||
| - | Add (or modify) | ||
| - | Add: | ||
| - | <!-- Start WOWSlider.com HEAD section --> | ||
| - | <link rel=" | ||
| - | <script type=" | ||
| - | <!-- End WOWSlider.com HEAD section --> | ||
| - | |||
| - | (as produced in the HTML file if exported to folder in the WowSlider program) | ||
| - | This will add the lines above into the < | ||
| - | |||
| - | Copy folder " | ||
| - | |||
| - | Copy " | ||
| - | |||
| - | Copy the main html parts from the generated file into the Dokuwiki page, where the slider should appear. | ||
| - | Use HTML Tag in Dokuwiki | ||
| - | |||
| - | <!-- Start WOWSlider.com BODY section --> | ||
| - | <div id=" | ||
| - | <div class=" | ||
| - | < | ||
| - | < | ||
| - | </ | ||
| - | <div class=" | ||
| - | <a href="#" | ||
| - | <a href="#" | ||
| - | </ | ||
| - | <span class=" | ||
| - | <div class=" | ||
| - | </ | ||
| - | <script type=" | ||
| - | <script type=" | ||
| - | <!-- End WOWSlider.com BODY section --> | ||
| - | |||
| - | Rename " | ||
| - | That's it | ||
| - | |||
| - | |||
| - | |||