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

Changeset aac472f in Dbus API specifications


Ignore:
Timestamp:
08/14/08 19:33:38 (5 years ago)
Author:
Michael 'Mickey' Lauer <mickey@…>
Branches:
820cacfd324a623a04b3e22f319e9220819d6ec4, 0.11, 675acad2f1510526a93c9777d03664766c823aab, morphis/pending, morphis/sms-rework
Children:
00d48eb
Parents:
50444ce
git-author:
Michael 'Mickey' Lauer <mickey@…> (08/14/08 19:33:38)
git-committer:
Michael 'Mickey' Lauer <mickey@…> (08/14/08 19:33:38)
Message:

add toplevel Makefile

Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • html/org.freesmartphone.Preferences.Service.html

    r4081b99 raac472f  
    33    <head> 
    44        <title>freesmartphone.org Preferences Service Interface</title> 
    5         <!-- shamelessly stolen from telepathy.org --> 
    6  
    7 <style type="text/css"> 
    8  
    9           body { 
    10             font-family: sans-serif; 
    11             margin: 2em; 
    12             height: 100%; 
    13             font-size: 1.2em; 
    14           } 
    15           h1 { 
    16             padding-top: 5px; 
    17             padding-bottom: 5px; 
    18             font-size: 1.6em; 
    19             background: #dadae2; 
    20           } 
    21           h2 { 
    22             font-size: 1.3em; 
    23           } 
    24           h3 { 
    25             font-size: 1.2em; 
    26           } 
    27           a:link, a:visited, a:link:hover, a:visited:hover { 
    28             font-weight: bold; 
    29           } 
    30           .topbox { 
    31             padding-top: 10px; 
    32             padding-left: 10px; 
    33             border-bottom: black solid 1px; 
    34             padding-bottom: 10px; 
    35             background: #dadae2; 
    36             font-size: 2em; 
    37             font-weight: bold; 
    38             color: #5c5c5c; 
    39           } 
    40           .topnavbox { 
    41             padding-left: 10px; 
    42             padding-top: 5px; 
    43             padding-bottom: 5px; 
    44             background: #abacba; 
    45             border-bottom: black solid 1px; 
    46             font-size: 1.2em; 
    47           } 
    48           .topnavbox a{ 
    49             color: black; 
    50             font-weight: normal; 
    51           } 
    52           .sidebar { 
    53             float: left; 
    54             /* width:9em; 
    55             border-right:#abacba solid 1px; 
    56             border-left: #abacba solid 1px; 
    57             height:100%; */ 
    58             border: #abacba solid 1px; 
    59             padding-left: 10px; 
    60             margin-left: 10px; 
    61             padding-right: 10px; 
    62             margin-right: 10px; 
    63             color: #5d5d5d; 
    64             background: #dadae2; 
    65           } 
    66           .sidebar a { 
    67             text-decoration: none; 
    68             border-bottom: #e29625 dotted 1px; 
    69             color: #e29625; 
    70             font-weight: normal; 
    71           } 
    72           .sidebar h1 { 
    73             font-size: 1.2em; 
    74             color: black; 
    75           } 
    76           .sidebar ul { 
    77             padding-left: 25px; 
    78             padding-bottom: 10px; 
    79             border-bottom: #abacba solid 1px; 
    80           } 
    81           .sidebar li { 
    82             padding-top: 2px; 
    83             padding-bottom: 2px; 
    84           } 
    85           .sidebar h2 { 
    86             font-style:italic; 
    87             font-size: 0.81em; 
    88             padding-left: 5px; 
    89             padding-right: 5px; 
    90             font-weight: normal; 
    91           } 
    92           .date { 
    93             font-size: 0.6em; 
    94             float: right; 
    95             font-style: italic; 
    96           } 
    97           .method, .signal, .property { 
    98             margin-left: 1em; 
    99             margin-right: 4em; 
    100           } 
    101           .rationale { 
    102             font-style: italic; 
    103             border-left: 0.25em solid #808080; 
    104             padding-left: 0.5em; 
    105           } 
    106  
    107           .added { 
    108             color: #006600; 
    109             background: #ffffff; 
    110           } 
    111           .deprecated { 
    112             color: #ff0000; 
    113             background: #ffffff; 
    114           } 
    115           table, tr, td, th { 
    116             border: 1px solid #666; 
    117           } 
    118  
    119 </style> 
    120  
     5        <link rel="stylesheet" type="text/css" href="http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/style.css;hb=HEAD" /> 
    1216    </head> 
    1227    <body> 
     
    14934<h1>Signals</h1><h3><h3><a name="Notify">Notify</a> ( sv )</h3><p><i>Description:</i> Sent whenever there is a change in a parameter value in the service</p><h4>Parameters</h4><i>s: key</i><p>The parameter key string.</p><i>v: value</i><p>The new value of the parameter.</p></h3> 
    15035 
     36    <hr/> 
     37    <small> 
     38    > Specified 2008 by the <a href="http://www.freesmartphone.org">Freesmartphone.org</a> team. Join us and discuss further drafts smartphones-standards (at) linuxtogo (dot) org < 
     39    </small> 
     40    <hr/> 
    15141    </body> 
    15242</html> 
  • html/org.freesmartphone.Preferences.html

    r4081b99 raac472f  
    33    <head> 
    44        <title>freesmartphone.org Preferences Interface</title> 
    5         <!-- shamelessly stolen from telepathy.org --> 
    6  
    7 <style type="text/css"> 
    8  
    9           body { 
    10             font-family: sans-serif; 
    11             margin: 2em; 
    12             height: 100%; 
    13             font-size: 1.2em; 
    14           } 
    15           h1 { 
    16             padding-top: 5px; 
    17             padding-bottom: 5px; 
    18             font-size: 1.6em; 
    19             background: #dadae2; 
    20           } 
    21           h2 { 
    22             font-size: 1.3em; 
    23           } 
    24           h3 { 
    25             font-size: 1.2em; 
    26           } 
    27           a:link, a:visited, a:link:hover, a:visited:hover { 
    28             font-weight: bold; 
    29           } 
    30           .topbox { 
    31             padding-top: 10px; 
    32             padding-left: 10px; 
    33             border-bottom: black solid 1px; 
    34             padding-bottom: 10px; 
    35             background: #dadae2; 
    36             font-size: 2em; 
    37             font-weight: bold; 
    38             color: #5c5c5c; 
    39           } 
    40           .topnavbox { 
    41             padding-left: 10px; 
    42             padding-top: 5px; 
    43             padding-bottom: 5px; 
    44             background: #abacba; 
    45             border-bottom: black solid 1px; 
    46             font-size: 1.2em; 
    47           } 
    48           .topnavbox a{ 
    49             color: black; 
    50             font-weight: normal; 
    51           } 
    52           .sidebar { 
    53             float: left; 
    54             /* width:9em; 
    55             border-right:#abacba solid 1px; 
    56             border-left: #abacba solid 1px; 
    57             height:100%; */ 
    58             border: #abacba solid 1px; 
    59             padding-left: 10px; 
    60             margin-left: 10px; 
    61             padding-right: 10px; 
    62             margin-right: 10px; 
    63             color: #5d5d5d; 
    64             background: #dadae2; 
    65           } 
    66           .sidebar a { 
    67             text-decoration: none; 
    68             border-bottom: #e29625 dotted 1px; 
    69             color: #e29625; 
    70             font-weight: normal; 
    71           } 
    72           .sidebar h1 { 
    73             font-size: 1.2em; 
    74             color: black; 
    75           } 
    76           .sidebar ul { 
    77             padding-left: 25px; 
    78             padding-bottom: 10px; 
    79             border-bottom: #abacba solid 1px; 
    80           } 
    81           .sidebar li { 
    82             padding-top: 2px; 
    83             padding-bottom: 2px; 
    84           } 
    85           .sidebar h2 { 
    86             font-style:italic; 
    87             font-size: 0.81em; 
    88             padding-left: 5px; 
    89             padding-right: 5px; 
    90             font-weight: normal; 
    91           } 
    92           .date { 
    93             font-size: 0.6em; 
    94             float: right; 
    95             font-style: italic; 
    96           } 
    97           .method, .signal, .property { 
    98             margin-left: 1em; 
    99             margin-right: 4em; 
    100           } 
    101           .rationale { 
    102             font-style: italic; 
    103             border-left: 0.25em solid #808080; 
    104             padding-left: 0.5em; 
    105           } 
    106  
    107           .added { 
    108             color: #006600; 
    109             background: #ffffff; 
    110           } 
    111           .deprecated { 
    112             color: #ff0000; 
    113             background: #ffffff; 
    114           } 
    115           table, tr, td, th { 
    116             border: 1px solid #666; 
    117           } 
    118  
    119 </style> 
    120  
     5        <link rel="stylesheet" type="text/css" href="http://git.freesmartphone.org/?p=specs.git;a=blob_plain;f=html/style.css;hb=HEAD" /> 
    1216    </head> 
    1227    <body> 
     
    14631<p><i>Description:</i> Return a list of all the available profiles.</p><h4>Returns</h4><i>as: profiles</i><p>An array of all the profile names.</p> 
    14732 
     33    <hr/> 
     34    <small> 
     35    > Specified 2008 by the <a href="http://www.freesmartphone.org">Freesmartphone.org</a> team. Join us and discuss further drafts smartphones-standards (at) linuxtogo (dot) org < 
     36    </small> 
     37    <hr/> 
    14838    </body> 
    14939</html> 
Note: See TracChangeset for help on using the changeset viewer.