~ubuntu-branches/ubuntu/karmic/uim/karmic

« back to all changes in this revision

Viewing changes to sigscheme/doc/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2009-08-10 03:55:11 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090810035511-cm398vzo5ffgc3n8
Tags: 1:1.5.6-0ubuntu1
* New upstream release (fix FTBFS because of missing gnome.h) (LP: #409034)
* debian/control:
  - added homepage tag
  - added watch file
  - bump Standards-Version to 3.8.2
  - changed build dependency on x-dev to x11proto-core-dev to avoid a lintian
    error (Debian bug #515522)
  - Added ${misc:Depends} to packages, to avoid several lintian warnings
  - Update build dependency on libgtk2.0-dev to delete the -1 revision and 
    fix this way another lintian warning
 * debian/uim-qt3.install: changed uim-chardict-qt.mo to uim.mo as upstream
   renamed it.
 * Added debian/README.source as this package uses dpatch to apply patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4
4
<head>
5
5
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
 
<meta name="generator" content="AsciiDoc 8.2.1" />
 
6
<meta name="generator" content="AsciiDoc 8.2.5" />
7
7
<style type="text/css">
8
8
/* Debug borders */
9
9
p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 {
44
44
  line-height: 1.3;
45
45
}
46
46
 
47
 
h1 {
 
47
h1, h2, h3 {
48
48
  border-bottom: 2px solid silver;
49
49
}
50
50
h2 {
51
 
  border-bottom: 2px solid silver;
52
51
  padding-top: 0.5em;
53
52
}
 
53
h3 {
 
54
  float: left;
 
55
}
 
56
h3 + * {
 
57
  clear: left;
 
58
}
54
59
 
55
60
div.sectionbody {
56
61
  font-family: serif;
206
211
ul, ol {
207
212
    list-style-position: outside;
208
213
}
209
 
ol.olist2 {
 
214
div.olist2 ol {
210
215
  list-style-type: lower-alpha;
211
216
}
212
217
 
304
309
<div id="header">
305
310
<h1>SigScheme document index</h1>
306
311
</div>
307
 
<h2>1. For users</h2>
 
312
<h2 id="_for_users">1. For users</h2>
308
313
<div class="sectionbody">
309
 
<ul>
 
314
<div class="ilist"><ul>
310
315
<li>
311
316
<p>
312
317
<a href="design.html">Design of SigScheme</a>
322
327
<a href="multibyte.html">Multibyte character processing in SigScheme</a>
323
328
</p>
324
329
</li>
325
 
</ul>
 
330
</ul></div>
326
331
</div>
327
 
<h2>2. For developers</h2>
 
332
<h2 id="_for_developers">2. For developers</h2>
328
333
<div class="sectionbody">
329
 
<ul>
 
334
<div class="ilist"><ul>
330
335
<li>
331
336
<p>
332
337
<a href="global-obj.html">Global object handlings</a>
333
338
</p>
334
339
</li>
335
 
</ul>
 
340
</ul></div>
336
341
</div>
337
 
<h2>3. For SigScheme developers</h2>
 
342
<h2 id="_for_sigscheme_developers">3. For SigScheme developers</h2>
338
343
<div class="sectionbody">
339
 
<ul>
 
344
<div class="ilist"><ul>
340
345
<li>
341
346
<p>
342
347
<a href="style.html">Coding style</a>
347
352
<a href="release.html">Release management</a>
348
353
</p>
349
354
</li>
350
 
</ul>
 
355
</ul></div>
351
356
</div>
352
357
<div id="footer">
353
358
<div id="footer-text">
354
 
Last updated 21-Jan-2009 20:52:29 JST
 
359
Last updated 2009-06-23 20:03:22 JST
355
360
</div>
356
361
</div>
357
362
</body>