source: general/genutils/asciidoc.xml@ 82e1be5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 82e1be5 was 89d6c9a, checked in by Pierre Labastie <pieere@…>, 6 years ago

Tags (LXQt and deps)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19832 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 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 "&sourceforge-dl;/asciidoc/asciidoc-&asciidoc-version;.tar.gz">
8 <!ENTITY asciidoc-download-ftp " ">
9 <!ENTITY asciidoc-md5sum "c59018f105be8d022714b826b0be130a">
10 <!ENTITY asciidoc-size "888 KB">
11 <!ENTITY asciidoc-buildsize "3.9 MB">
12 <!ENTITY asciidoc-time "less than 0.1 SBU">
13]>
14
15<sect1 id="asciidoc" xreflabel="asciidoc-&asciidoc-version;">
16 <?dbhtml filename="asciidoc.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Asciidoc-&asciidoc-version;</title>
24
25 <indexterm zone="asciidoc">
26 <primary sortas="a-asciidoc">asciidoc</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Asciidoc</title>
31
32 <para>The <application>Asciidoc</application> package is a text document
33 format for writing notes, documentation, articles, books, ebooks,
34 slideshows, web pages, man pages and blogs. AsciiDoc files can be
35 translated to many formats including HTML, PDF, EPUB, and man page. </para>
36
37 &lfs82_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&asciidoc-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&asciidoc-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &asciidoc-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &asciidoc-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &asciidoc-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &asciidoc-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <bridgehead renderas="sect3">Asciidoc Dependencies</bridgehead>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
64 <para role="optional">
65 <xref linkend="python2"/>
66 </para>
67
68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/asciidoc"/></para>
70
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of Asciidoc</title>
75
76 <para>Install <application>Asciidoc</application> by running
77 the following commands:</para>
78
79<screen><userinput>./configure --prefix=/usr \
80 --sysconfdir=/etc \
81 --docdir=/usr/share/doc/asciidoc-&asciidoc-version; &amp;&amp;
82make</userinput></screen>
83
84 <para>This package does not come with a test suite.</para>
85
86 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
87
88<screen role="root"><userinput>make install &amp;&amp;
89make docs</userinput></screen>
90
91 </sect2>
92
93 <sect2 role="content">
94 <title>Contents</title>
95
96 <segmentedlist>
97 <segtitle>Installed Programs</segtitle>
98 <segtitle>Installed Libraries</segtitle>
99 <segtitle>Installed Directories</segtitle>
100
101 <seglistitem>
102 <seg>
103 a2x (symlink to a2x.py),
104 a2x.py,
105 asciidoc (symlink to asciidoc.py), and
106 asciidoc.py
107 </seg>
108 <seg>None</seg>
109 <seg>/etc/asciidoc</seg>
110 </seglistitem>
111 </segmentedlist>
112
113 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
118 <varlistentry id="a2x">
119 <term><command>a2x</command></term>
120 <listitem>
121 <para>is a toolchain manager for AsciiDoc
122 (converts Asciidoc text files to other file formats).</para>
123 <indexterm zone="asciidoc a2x">
124 <primary sortas="b-a2x">a2x</primary>
125 </indexterm>
126 </listitem>
127 </varlistentry>
128
129 <varlistentry id="asciidoc-prog">
130 <term><command>asciidoc</command></term>
131 <listitem>
132 <para>converts an AsciiDoc text file to HTML or DocBook</para>
133 <indexterm zone="asciidoc asciidoc-prog">
134 <primary sortas="b-asciidoc-prog">asciidoc</primary>
135 </indexterm>
136 </listitem>
137 </varlistentry>
138
139 </variablelist>
140
141 </sect2>
142
143</sect1>
Note: See TracBrowser for help on using the repository browser.