~ubuntu-branches/ubuntu/oneiric/zeromq/oneiric

« back to all changes in this revision

Viewing changes to doc/asciidoc.conf

  • Committer: Bazaar Package Importer
  • Author(s): Martin Lucina
  • Date: 2010-09-08 15:25:45 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100908152545-8rfaoyw289tk5vaf
Tags: 2.0.9.dfsg-1
* New upstream version. 
* Move all manpages in libzmq0 to zeromq-dev package (closes: #595890) 
* Updated to standards version 3.9.1.
* Add lintian-overrides for spelling-error-in-copyright due to error in
  upstream license of xmlParser.
* Use Breaks: instead of Conflicts: in zeromq-bin package, fixes 
  conflicts-with-version from lintian.
* Various other minor fixes for warnings from lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[paradef-default]
 
2
literal-style=template="literalparagraph"
 
3
 
 
4
[macros]
 
5
(?su)[\\]?(?P<name>linkzmq):(?P<target>\S*?)\[(?P<attrlist>.*?)\]=
 
6
 
 
7
ifdef::backend-docbook[]
 
8
[linkzmq-inlinemacro]
 
9
{0%{target}}
 
10
{0#<citerefentry>}
 
11
{0#<refentrytitle>{target}</refentrytitle><manvolnum>{0}</manvolnum>}
 
12
{0#</citerefentry>}
 
13
endif::backend-docbook[]
 
14
 
 
15
ifdef::backend-xhtml11[]
 
16
[linkzmq-inlinemacro]
 
17
<a href="{target}.html">{target}{0?({0})}</a>
 
18
endif::backend-xhtml11[]
 
19
 
 
20
ifdef::doctype-manpage[]
 
21
ifdef::backend-docbook[]
 
22
[header]
 
23
template::[header-declarations]
 
24
<refentry>
 
25
<refmeta>
 
26
<refentrytitle>{mantitle}</refentrytitle>
 
27
<manvolnum>{manvolnum}</manvolnum>
 
28
<refmiscinfo class="source">0MQ</refmiscinfo>
 
29
<refmiscinfo class="version">{zmq_version}</refmiscinfo>
 
30
<refmiscinfo class="manual">0MQ Manual</refmiscinfo>
 
31
</refmeta>
 
32
<refnamediv>
 
33
  <refname>{manname}</refname>
 
34
  <refpurpose>{manpurpose}</refpurpose>
 
35
</refnamediv>
 
36
endif::backend-docbook[]
 
37
endif::doctype-manpage[]
 
38
 
 
39
ifdef::backend-xhtml11[]
 
40
[footer]
 
41
</div>
 
42
{disable-javascript%<div id="footnotes"><hr /></div>}
 
43
<div id="footer">
 
44
<div id="footer-text">
 
45
ØMQ {zmq_version}<br />
 
46
Last updated {docdate} {doctime}
 
47
</div>
 
48
</div>
 
49
</body>
 
50
</html>
 
51
endif::backend-xhtml11[]
 
52
 
 
53
[replacements]
 
54
ifdef::backend-xhtml11[]
 
55
0MQ=ØMQ
 
56
endif::backend-xhtml11[]