source: general/prog/python-modules/asciidoc.xml@ 569925c7

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 569925c7 was 569925c7, checked in by Bruce Dubbs <bdubbs@…>, 15 months ago

Update python modules for pythonhosted

Move the pythonhoted page to python_modules even though it is not
yet activated to render in the book.

Change location of pythonhosted md5sum ENTITIES to packages.ent
so they can be used in multiple pages but only need to be updated
in one place.

Note that pages not have entries like:

<!ENTITY asciidoc-md5sum "&asciidoc-md5sum;">

so this seems to be redefinig the entity to the version
in packages.ent. This seems to be OK with the build system.

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../../general.ent">
5 %general-entities;
6
7 <!ENTITY asciidoc-download-http "https://files.pythonhosted.org/packages/source/a/asciidoc/asciidoc-&asciidoc-version;.tar.gz">
8 <!ENTITY asciidoc-download-ftp " ">
9 <!ENTITY asciidoc-md5sum "&asciidoc-md5sum;">
10 <!ENTITY asciidoc-size "212 KB">
11 <!ENTITY asciidoc-buildsize "4.3 MB">
12 <!ENTITY asciidoc-time "less than 0.1 SBU">
13]>
14
15 <sect2 id="asciidoc" xreflabel="asciidoc-&asciidoc-version;">
16
17 <title>Asciidoc-&asciidoc-version;</title>
18
19 <indexterm zone="asciidoc">
20 <primary sortas="a-asciidoc">asciidoc</primary>
21 </indexterm>
22
23 <sect3 role="package">
24 <title>Introduction to Asciidoc Module</title>
25
26 <para>
27 The <application>Asciidoc</application> package is a text document
28 format for writing notes, documentation, articles, books, ebooks,
29 slideshows, web pages, man pages and blogs. AsciiDoc files can be
30 translated to many formats including HTML, PDF, EPUB, and man page.
31 </para>
32
33 &lfs112_checked;
34
35 <bridgehead renderas="sect4">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
38 <para>
39 Download (HTTP): <ulink url="&asciidoc-download-http;"/>
40 </para>
41 </listitem>
42 <listitem>
43 <para>
44 Download (FTP): <ulink url="&asciidoc-download-ftp;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download MD5 sum: &asciidoc-md5sum;
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download size: &asciidoc-size;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Estimated disk space required: &asciidoc-buildsize;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated build time: &asciidoc-time;
65 </para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect4">Asciidoc Dependencies</bridgehead>
70
71 <bridgehead renderas="sect5">Optional (runtime)</bridgehead>
72 <para role="optional">
73 <xref linkend="docbook-xsl"/>,
74 <xref linkend="fop"/>,
75 <xref linkend="libxslt"/>,
76 <xref linkend="lynx"/>,
77 <ulink url="https://sourceforge.net/projects/dblatex/">dblatex</ulink>, and
78 <ulink url="&w3m-url;">W3m</ulink>
79 </para>
80
81 </sect3>
82
83 <sect3 role="installation">
84 <title>Installation of Asciidoc</title>
85
86 <para>
87 Build the module:
88 </para>
89
90<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
91
92 <para>
93 This package does not come with a test suite.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user asciidoc</userinput></screen>
101
102 </sect3>
103
104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
105 href="../../../xincludes/pip3-cmd-explain.xml"/>
106
107 <sect3 role="content">
108 <title>Contents</title>
109
110 <segmentedlist>
111 <segtitle>Installed Programs</segtitle>
112 <segtitle>Installed Libraries</segtitle>
113 <segtitle>Installed Directories</segtitle>
114
115 <seglistitem>
116 <seg>
117 a2x and
118 asciidoc
119 </seg>
120 <seg>None</seg>
121 <seg>
122 /usr/lib/python&python3-majorver;/site-packages/asciidoc and
123 /usr/lib/python&python3-majorver;/site-packages/asciidoc-&asciidoc-version;.dist-info
124 </seg>
125 </seglistitem>
126 </segmentedlist>
127
128 <variablelist>
129 <bridgehead renderas="sect5">Short Descriptions</bridgehead>
130 <?dbfo list-presentation="list"?>
131 <?dbhtml list-presentation="table"?>
132
133 <varlistentry id="a2x">
134 <term><command>a2x</command></term>
135 <listitem>
136 <para>
137 is a toolchain manager for AsciiDoc
138 (converts Asciidoc text files to other file formats)
139 </para>
140 <indexterm zone="asciidoc a2x">
141 <primary sortas="b-a2x">a2x</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 <varlistentry id="asciidoc-prog">
147 <term><command>asciidoc</command></term>
148 <listitem>
149 <para>
150 converts an AsciiDoc text file to HTML or DocBook
151 </para>
152 <indexterm zone="asciidoc asciidoc-prog">
153 <primary sortas="b-asciidoc-prog">asciidoc</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157
158 </variablelist>
159
160 </sect3>
161
162 </sect2>
Note: See TracBrowser for help on using the repository browser.