Skip to content

Commit

Permalink
fix mailing list address
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyl committed Feb 5, 2015
1 parent 820cacf commit 8440019
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##############################################################################
# init
AC_INIT([fso-specs], [2012.07.27.2], [smartphones-standards@linuxtogo.org], [fso-specs])
AC_INIT([fso-specs], [2012.07.27.3], [fso@openphoenux.org], [fso-specs])
AC_CONFIG_SRCDIR([tools/rules.mk])
AM_INIT_AUTOMAKE([-Wall -Werror foreign no-dist-gzip dist-bzip2])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
Expand Down
3 changes: 1 addition & 2 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="topbox">freesmartphone.org Framework DBus Interface Specification</div>
<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>
<hr/>
<h2 align="center">Table of Contents &#8212; FSO Framework Version 2012.06.14.1</h2>
<h2 align="center">Table of Contents &#8212; FSO Framework Version 2012.07.27.3</h2>
<hr/>
<h1>0. Introduction</h1>
<ul>
Expand Down Expand Up @@ -57,7 +57,6 @@ <h1>3. Telephony API <small><tt>org.freesmartphone.GSM</tt></small></h1>
<li><a href="org.freesmartphone.GSM.CB.html">org.freesmartphone.GSM.CB</a> &#8212; Cell Broadcast Service</li>
<li><a href="org.freesmartphone.GSM.Monitor.html">org.freesmartphone.GSM.Monitor</a> &#8212; GSM Network Monitoring</li>
<li><a href="org.freesmartphone.GSM.HZ.html">org.freesmartphone.GSM.HZ</a> &#8212; O2/Genion HomeZone Service</li>
<li><a href="org.freesmartphone.GSM.VoiceMail.html">org.freesmartphone.GSM.VoiceMail</a> &#8212; VoiceMail Service</li>
</ul>
<h1>4. Usage API <small><tt>org.freesmartphone.Usage</tt></small></h1>
<p>
Expand Down

0 comments on commit 8440019

Please sign in to comment.