Skip to content
russa edited this page Sep 2, 2014 · 8 revisions

Heading 1

Heading 2

Heading 3

==========================================================================================================

Create Images


Figure 4: Basic directory structure for a MMIR application

==========================================================================================================

Tables

|Description|Example ---|---|--- [controller name]|the controller’s class name|CalendarExample \controllers[controller name].js|File name for controller implementation|calendarExample.js \views[controller name][view name].ehtml|A view definition for the controller|calendarExample\main.ehtml \views\layouts[controller name].ehtml|Layout definition for the controller’s views|calendarExample.ehtml

TABLE 4: Basic directory structure for a MMIR application

==========================================================================================================

WARNING-BOX:

attention > WARNINGTEXT Row 1 > > WARNINGTEXT Row 2 > > WARNINGTEXT Row 3

==========================================================================================================

LIST - indented sentence and code (3 x " ")

  • configuration.json: This is a well-formatted JSON file, which contains the main configuration of MMIR application. For example to specify the default language of your application as German add the following line to configuration.json :

"language": "de"


   By convention, languages should be referred to by their 2-letter language code [ [3] ](#fn3), e.g. use `en` for English.


==========================================================================================================

# Footnotes

This is a Footnote [ [∗] ](#fn1).
This is one <a href="#fn2">[&#8224;]</a> inside a html block.
And another one [ [&#8734;] ](#fn3)..

---
Footnote | Description
---|---
<a name="fn1" href="#fn1">[&#8727;]</a> | The Apache Cordova project was started off with the donation of code from PhoneGap. Now PhoneGap is a distribution using the Open Source code base of Cordova.
<a name="fn2" href="#fn2">[&#8224;]</a> | Source: http://phonegap.com/about/feature/
<a name="fn3" href="#fn3">[&#8734;]</a> | see ISO 639-1 specifiaction

## Symbols

Symbol (HTML) | Symbol (Unicode)
--- | ---
&lowast; `&lowast;` | &#8727; `&#8727;`
&dagger; `&dagger;` | &#8224; `&#8224;`
&Dagger; `&Dagger;` | &#8225; `&#8225;`
&infin; `&infin;` | &#8734; `&#8734;`
&otimes; `&otimes;` | &#8855; `&#8855;`
&perp; `&perp;` | &#8869; `&#8869;`
&yen; `&yen;` | &#165; `&#165;`
&Theta; `&Theta;` | &#920; `&#920;`
&loz; `&loz;` | &#9674; `&#9674;`
&spades; `&spades;` | &#9824; `&#9824;`
&clubs; `&clubs;` | &#9827; `&#9827;`
&hearts; `&hearts;` | &#9829; `&#9829;`
&diams; `&diams;` | &#9830; `&#9830;`




==========================================================================================================

Clone this wiki locally