• Home
  • History
  • Annotate
Name
Date
Size
#Lines
LOC

..Today-

README.mdH A D02-Oct-20141.7 KiB6856

logo.pngH A D02-Oct-2014268.8 KiB

plugin.info.txtH A D02-Oct-2014212 87

syntax.phpH A D02-Oct-20143.1 KiB11673

README.md

1 # Dokuwiki Plugin Wolfram Alpha
2 
3 <table>
4   <tr>
5     <th align="left">Description</th>
6     <td>The Wolfram Alpha plugin let you add Wolfram Widget easily</td>
7   </tr>
8   <tr>
9     <th align="left">Author</th>
10     <td>Zahno Silvan</td>
11   </tr>
12   <tr>
13     <th align="left">Email</th>
14     <td>zaswiki@gmail.com</td>
15   </tr>
16   <tr>
17     <th align="left">Type</th>
18     <td>syntax</td>
19   </tr>
20   <tr>
21     <th align="left">Lastupdate</th>
22     <td>2012-10-22</td>
23   </tr>
24   <tr>
25     <th align="left">Tags</th>
26     <td>wolfram, alpha, widget, embed, calculation, mathematic</td>
27   </tr>
28 </table>
29 
30 ## Download
31 * Download to Dokuwiki plugin folder
32 * File     : https://github.com/tschinz/dokuwiki_wolframalpha_plugin/zipball/master
33 
34 ## Versions
35 * **2011-02-28**
36   * Initial version
37 * **2012-10-22**
38   * Moved Repo to github
39 
40 ## Syntax
41 ```
42 {{wolfram>widget-id-value}}
43 ```
44 
45 You can get your widget-id-value go the the [Wolfram Alpha Widget](http://developer.wolframalpha.com/widgets/) page and choose or make your widget.
46 Choose the MediaWiki code which should look something like this:
47 ```
48 {{#widget:WolframAlpha|id=17a1fd938ce990407de0d046c512db4}}
49 ```
50 
51 and copy the value behind the `id=`, in the above example it is:
52 ```
53 17a1fd938ce990407de0d046c512db4
54 ```
55 
56 ## Thanks
57   * Wolfram Alpha for this amazing computing engine
58 
59 ## Documentation
60 
61 All documentation for the Wolfram Alpha Plugin is available online at:
62 
63   * [Dokuwiki Plugin Page](http://dokuwiki.org/plugin:wolframalpha)
64   * [ZaWiki Plugin Page](http://zawiki.zapto.org/doku.php/tschinz:dw_wolfram)
65   * [Github Project Page](https://github.com/tschinz/dokuwiki_wolframalpha_plugin)
66 
67 2011 by Zahno Silvan <zaswiki@gmail.com>
68