meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
admin:wiki [2009/04/17 08:17] laakkone |
admin:wiki [2019/01/17 11:42] laakkone removed |
||
---|---|---|---|
Line 14: | Line 14: | ||
These are transferred to www2 server, they are separated from our main wiki and can be accessed only from university network. | These are transferred to www2 server, they are separated from our main wiki and can be accessed only from university network. | ||
- | New addreses for these wikies: | + | New addresses for these wikies: |
* [[http://www2.it.lut.fi/opetuswiki]] - wiki to support teaching needs | * [[http://www2.it.lut.fi/opetuswiki]] - wiki to support teaching needs | ||
* [[http://www2.it.lut.fi/tutkimuswiki]] - wiki to support research needs | * [[http://www2.it.lut.fi/tutkimuswiki]] - wiki to support research needs | ||
- | * [[http://www2.it.lut.fi/kvwiki]] - kvwiki | ||
- | ===== Really old wikies at mediaserver ===== | ||
- | These are closed, can't be used anymore. If you need something from these wikies, please contact tite.sysadm@lut.fi | + | ===== Really old wikies at mediaserver ===== |
- | ====== Math tags ====== | + | These are closed, can't be used anymore. If you need something from these wikies, please contact ilmari.laakkonen@lut.fi |
- | Math tags are used to present formulas in wiki pages. The notation for formulas is the same as in LaTeX. | + | ===== What plugins are installed to this wiki? ===== |
- | ===== Math tags examples ===== | + | |
- | <code><math>x=\frac{-b\pm\sqrt{b^2-4ac}}{2a+1}</math></code> | ||
- | <math>x=\frac{-b\pm\sqrt{b^2-4ac}}{2a+1}</math> | + | Following plugins are isntalled to this wiki and few more which are needed to run these plugins. Only these plugins are supported and tested in our theme and layout. |
- | <code><math>f(x)=\int_{-\infty}^xe^{-t^2}dt</math></code> | + | * [[s5]], slideshows directly from wikipage |
+ | * [[odt]], openoffice export function (openoffice can be used to export pdf, ps, .doc and other formats) | ||
+ | * [[mathmulti]], math formula visualization using latex format | ||
+ | * [[freemind]], embedding freemind mindmapping designs (needs flash player) | ||
+ | * [[task]], plugin to make to do task lists | ||
+ | * [[discussion]], plugin to include discussion area to wiki pages | ||
- | <math>f(x)=\int_{-\infty}^xe^{-t^2}dt</math> | ||
- | ===== More information about math plugin ===== | ||
- | * [[http://www.dokuwiki.org/plugin:math | Mathmulti plugin information]] | ||
- | * [[http://www.forkosh.com/mathtex.html | Mathtex home page, cgi-program what mathmulti is using]] | ||