Skip to content
Snippets Groups Projects
Commit a294d0ed authored by jkerdreu's avatar jkerdreu
Browse files

Typo

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2906 b32b6428-25c9-4566-ad07-03861ab6144f
parent 0c0efc36
Branches
No related tags found
No related merge requests found
......@@ -609,7 +609,7 @@ a { text-decoration: none; }
<col style="width: 80%" />
</colgroup>
<thead>
<tr><th class="head"><p>Packages</p></th>
<tr><th class="head"><p>Package</p></th>
<th class="head"><p>Description</p></th>
</tr>
</thead>
......@@ -635,7 +635,7 @@ a { text-decoration: none; }
<col style="width: 80%" />
</colgroup>
<thead>
<tr><th class="head"><p>Packages</p></th>
<tr><th class="head"><p>Package</p></th>
<th class="head"><p>Description</p></th>
</tr>
</thead>
......@@ -670,7 +670,7 @@ a { text-decoration: none; }
<col style="width: 80%" />
</colgroup>
<thead>
<tr><th class="head"><p>Packages</p></th>
<tr><th class="head"><p>Package</p></th>
<th class="head"><p>Description</p></th>
</tr>
</thead>
......@@ -690,7 +690,7 @@ a { text-decoration: none; }
<col style="width: 80%" />
</colgroup>
<thead>
<tr><th class="head"><p>Packages</p></th>
<tr><th class="head"><p>Package</p></th>
<th class="head"><p>Description</p></th>
</tr>
</thead>
......@@ -713,7 +713,7 @@ a { text-decoration: none; }
<col style="width: 80%" />
</colgroup>
<thead>
<tr><th class="head"><p>Packages</p></th>
<tr><th class="head"><p>Package</p></th>
<th class="head"><p>Description</p></th>
</tr>
</thead>
......@@ -736,7 +736,7 @@ a { text-decoration: none; }
<col style="width: 80%" />
</colgroup>
<thead>
<tr><th class="head"><p>Packages</p></th>
<tr><th class="head"><p>Package</p></th>
<th class="head"><p>Description</p></th>
</tr>
</thead>
......@@ -789,7 +789,7 @@ a { text-decoration: none; }
<col style="width: 80%" />
</colgroup>
<thead>
<tr><th class="head"><p>Packages</p></th>
<tr><th class="head"><p>Package</p></th>
<th class="head"><p>Description</p></th>
</tr>
</thead>
......@@ -815,7 +815,7 @@ a { text-decoration: none; }
<col style="width: 80%" />
</colgroup>
<thead>
<tr><th class="head"><p>Packages</p></th>
<tr><th class="head"><p>Package</p></th>
<th class="head"><p>Description</p></th>
</tr>
</thead>
......@@ -841,7 +841,7 @@ a { text-decoration: none; }
<col style="width: 80%" />
</colgroup>
<thead>
<tr><th class="head"><p>Packages</p></th>
<tr><th class="head"><p>Package</p></th>
<th class="head"><p>Description</p></th>
</tr>
</thead>
......@@ -861,7 +861,7 @@ a { text-decoration: none; }
<col style="width: 80%" />
</colgroup>
<thead>
<tr><th class="head"><p>Packages</p></th>
<tr><th class="head"><p>Package</p></th>
<th class="head"><p>Description</p></th>
</tr>
</thead>
......
......@@ -15,7 +15,7 @@ Commons libs used to develop applications and gateways.
:widths: 20, 80
========================================================================================================================================== ============================================================
Packages Description
Package Description
========================================================================================================================================== ============================================================
`xaal.lib <https://redmine.telecom-bretagne.eu/projects/xaal/repository/show/code/Python/branches/0.7/libs/lib>`_ core xAAL lib
`xaal.monitor <https://redmine.telecom-bretagne.eu/projects/xaal/repository/show/code/Python/branches/0.7/libs/monitor>`_ lib used to monitor the all devices
......@@ -30,7 +30,7 @@ General purpose applications: command line, dashboard and geeks stuff.
:widths: 20, 80
========================================================================================================================================== ============================================================
Packages Description
Package Description
========================================================================================================================================== ============================================================
`xaal.tools <https://redmine.telecom-bretagne.eu/projects/xaal/repository/show/code/Python/branches/0.7/apps/tools>`_ xAAL command line tools
`xaal.legacytools <https://redmine.telecom-bretagne.eu/projects/xaal/repository/show/code/Python/branches/0.7/apps/legacytools>`_ same as xaal.tools but using the old lib (easy to read)
......@@ -48,7 +48,7 @@ xAAL bus core devices.
:widths: 20, 80
========================================================================================================================================== ============================================================
Packages Description
Package Description
========================================================================================================================================== ============================================================
`xaal.metadb <https://redmine.telecom-bretagne.eu/projects/xaal/repository/show/code/Python/branches/0.7/core/metadb>`_ xAAL Metadata server
========================================================================================================================================== ============================================================
......@@ -61,7 +61,7 @@ Fakes devices used to test the xAAL bus and automations.
:widths: 20, 80
========================================================================================================================================== ============================================================
Packages Description
Package Description
========================================================================================================================================== ============================================================
`xaal.dummy <https://redmine.telecom-bretagne.eu/projects/xaal/repository/show/code/Python/branches/0.7/devices/tests/dummy>`_ command line fake lamps, bots
`xaal.fakeinput <https://redmine.telecom-bretagne.eu/projects/xaal/repository/show/code/Python/branches/0.7/devices/tests/fakeinput>`_ web based fake contact/switches/button
......@@ -76,7 +76,7 @@ xAAL devices than can receive notifications.
:widths: 20, 80
================================================================================================================================================ ============================================================
Packages Description
Package Description
================================================================================================================================================ ============================================================
`xaal.gtknotify <https://redmine.telecom-bretagne.eu/projects/xaal/repository/show/code/Python/branches/0.7/devices/notifications/gtk-notify>`_ Gtk notification script
`xaal.pushbullet <https://redmine.telecom-bretagne.eu/projects/xaal/repository/show/code/Python/branches/0.7/devices/notifications/pushbullet>`_ Phone (pushbullet) notification
......@@ -91,7 +91,7 @@ xAAL gateways for common protcols.
:widths: 20, 80
========================================================================================================================================== ============================================================
Packages Description
Package Description
========================================================================================================================================== ============================================================
`xaal.zwave <https://redmine.telecom-bretagne.eu/projects/xaal/repository/show/code/Python/branches/0.7/devices/protocols/ZWave>`_ ZWave gateway
`xaal.knx <https://redmine.telecom-bretagne.eu/projects/xaal/repository/show/code/Python/branches/0.7/devices/protocols/KNX>`_ KNX gateway
......@@ -116,7 +116,7 @@ Some examples and test devices
:widths: 20, 80
========================================================================================================================================== ============================================================
Packages Description
Package Description
========================================================================================================================================== ============================================================
`xaal.owm <https://redmine.telecom-bretagne.eu/projects/xaal/repository/show/code/Python/branches/0.7/devices/weather/OpenWeatherMap>`_ OpenWeatherMap device (temperature / humidity / wind)
`xaal.lmsensors <https://redmine.telecom-bretagne.eu/projects/xaal/repository/show/code/Python/branches/0.7/devices/sensors/lm_sensors>`_ LM sensors gateway
......@@ -132,7 +132,7 @@ xAAL devices used to log data.
:widths: 20, 80
========================================================================================================================================== ============================================================
Packages Description
Package Description
========================================================================================================================================== ============================================================
`xaal.warp10 <https://redmine.telecom-bretagne.eu/projects/xaal/repository/show/code/Python/branches/0.7/devices/loggers/warp10>`_ Push data into a warp10 DB.
`xaal.mqtt <https://redmine.telecom-bretagne.eu/projects/xaal/repository/show/code/Python/branches/0.7/devices/loggers/mqtt>`_ Push data into a mqtt server
......@@ -148,7 +148,7 @@ xAAL devices emulated in another protocol.
:widths: 20, 80
========================================================================================================================================== ============================================================
Packages Description
Package Description
========================================================================================================================================== ============================================================
`xaal.fauxmo <https://redmine.telecom-bretagne.eu/projects/xaal/repository/show/code/Python/branches/0.7/devices/emulations/Fauxmo>`_ Belkin WeMo emulation layer for xAAL (Alexa compliant)
========================================================================================================================================== ============================================================
......@@ -162,7 +162,7 @@ Support for voice assitants.
:widths: 20, 80
========================================================================================================================================== ============================================================
Packages Description
Package Description
========================================================================================================================================== ============================================================
`xaal.alexa <https://redmine.telecom-bretagne.eu/projects/xaal/repository/show/code/Python/branches/0.7/devices/assistants/Alexa>`_ Amazon Alexa support (Alexa TTS only right now)
========================================================================================================================================== ============================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment