Warning: Can't synchronize with repository "(default)" (No changeset 96d22ec3fa3ef6de3ea8dc0d7d398adc9aa071cf in the repository). Look in the Trac log for more information.

Changeset d3a1fa1 in Dbus API specifications


Ignore:
Timestamp:
08/15/08 22:58:01 (5 years ago)
Author:
Michael 'Mickey' Lauer <mickey@…>
Branches:
820cacfd324a623a04b3e22f319e9220819d6ec4, 0.11, 675acad2f1510526a93c9777d03664766c823aab, morphis/pending, morphis/sms-rework
Children:
0291d24
Parents:
5d39088
git-author:
Michael 'Mickey' Lauer <mickey@…> (08/15/08 22:58:01)
git-committer:
Michael 'Mickey' Lauer <mickey@…> (08/15/08 22:58:01)
Message:

docs: update index.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • html/index.html

    ra9cd293 rd3a1fa1  
    99        <p>The <a href="http://www.freesmartphone.org">freesmartphone.org</a> development platform includes a number of low level and high level services which are accessible via the <a href="http://dbus.freedesktop.org">DBus</a> IPC system. This page links to reference works which can be used when programming for devices running the freesmartphone.org development platform. This reference is primarily intended for software developers. You may want to try out a few DBus Tutorials before diving into these documents.</p> 
    1010        <hr/> 
    11         <h2 align="center">Version 0.1.0</h2> 
     11        <h2 align="center">Version 0.2.0</h2> 
    1212        <hr/> 
    1313        <h1>Device API</h1> 
     14          <p><em>Note: This is a lowlevel API. Consider using the high level APIs instead.</em></p> 
    1415            <ul> 
    1516            <li><a href="org.freesmartphone.Device.Audio.html">org.freesmartphone.Device.Audio</a> &#8212; Audio Device Access</li> 
     
    1819            <li><a href="org.freesmartphone.Device.Input.html">org.freesmartphone.Device.Input</a> &#8212; Input Device Access</li> 
    1920            <li><a href="org.freesmartphone.Device.IdleNotifier.html">org.freesmartphone.Device.IdleNotifier</a> &#8212; Idle Notification Service</li> 
     21            <li><a href="org.freesmartphone.Device.PowerControl.html">org.freesmartphone.Device.PowerControl</a> &#8212; Device Power Control</li> 
     22            <li><a href="org.freesmartphone.Device.PowerSupply.html">org.freesmartphone.Device.PowerSupply</a> &#8212; Power Supply Access</li> 
     23            <li><a href="org.freesmartphone.Device.RealtimeClock.html">org.freesmartphone.Device.RealtimeClock</a> &#8212; Realtime Clock</li> 
    2024            </ul> 
    2125        <h1>GSM Telephony API</h1> 
     26          <p><em>Note: This is a lowlevel API. Consider using the high level APIs instead.</em></p> 
    2227            <ul> 
    2328            <li><a href="org.freesmartphone.GSM.MUX.html">org.freesmartphone.GSM.MUX</a> &#8212; GSM 07.10 Multiplexing</li> 
     
    3136            <li><a href="org.freesmartphone.GSM.HZ.html">org.freesmartphone.GSM.HZ</a> &#8212; O2/Genion HomeZone Service</li> 
    3237        </ul> 
    33         <h1>Usage API</h1> 
     38        <h1>Usage API)</h1> 
    3439            <ul> 
    3540            <li><a href="org.freesmartphone.Usage.html">org.freesmartphone.Usage</a> &#8212; Resource Manager Service</li> 
    3641            </ul> 
    37         <h1>Highlevel Phone API</h1> 
     42        <h1>Telephony API</h1> 
    3843            <ul> 
    3944            <li><a href="org.freesmartphone.Phone.html">org.freesmartphone.Phone</a></li> 
Note: See TracChangeset for help on using the changeset viewer.