source: general/graphlib/aalib.xml@ ff769b8c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ff769b8c was ff769b8c, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Updated the XML sources to use DocBook XML DTD-4.4.

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

  • Property mode set to 100644
File size: 3.4 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY aalib-download-http "http://prdownloads.sourceforge.net/aa-project/aalib-&aalib-version;.tar.gz">
[9a7970c]8<!ENTITY aalib-download-ftp "ftp://ftp.ratmir.tver.ru/pub/FreeBsd/ports/distfiles/aalib-&aalib-version;.tar.gz">
[d97499f]9<!ENTITY aalib-md5sum "9801095c42bba12edebd1902bcf0a990">
[52d29f7]10<!ENTITY aalib-size "388 KB">
11<!ENTITY aalib-buildsize "6.5 MB">
12<!ENTITY aalib-time "0.15 SBU">
13]>
14
[984a23f]15<sect1 id="aalib" xreflabel="AAlib-&aalib-version;">
[a0f03b0]16<sect1info>
[5cd0959d]17<othername>$LastChangedBy$</othername>
18<date>$Date$</date>
[a0f03b0]19</sect1info>
[7f72cbf]20<?dbhtml filename="aalib.html"?>
[984a23f]21<title>AAlib-&aalib-version;</title>
[b3d787d]22
[52d29f7]23<sect2>
24<title>Introduction to <application>AAlib</application></title>
[9a7970c]25
[52d29f7]26<para><application>AAlib</application> is a library to render any graphic into
27<acronym>ASCII</acronym> Art.</para>
[9a7970c]28
[52d29f7]29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP): <ulink
32url="&aalib-download-http;"/></para></listitem>
33<listitem><para>Download (FTP): <ulink
34url="&aalib-download-ftp;"/></para></listitem>
[d97499f]35<listitem><para>Download MD5 sum: &aalib-md5sum;</para></listitem>
[52d29f7]36<listitem><para>Download size: &aalib-size;</para></listitem>
[518538f]37<listitem><para>Estimated disk space required:
[52d29f7]38&aalib-buildsize;</para></listitem>
39<listitem><para>Estimated build time:
40&aalib-time;</para></listitem></itemizedlist>
41</sect3>
[9a7970c]42
[52d29f7]43<sect3><title><application>AAlib</application> dependencies</title>
44<sect4><title>Optional</title>
[9a7970c]45<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
46<xref linkend="slang"/> and
[5db3785e]47<xref linkend="gpm"/></para>
[09f7011]48</sect4>
[52d29f7]49</sect3>
[9a7970c]50
[52d29f7]51</sect2>
52
53<sect2>
54<title>Installation of <application>AAlib</application></title>
[9a7970c]55
[52d29f7]56<para>Install <application>AAlib</application> by running the following
57commands:</para>
[9a7970c]58
[52d29f7]59<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
60make &amp;&amp;
61make install</command></userinput></screen>
[9a7970c]62
[52d29f7]63</sect2>
64
65<sect2>
66<title>Contents</title>
[9a7970c]67
68<para>The <application>AAlib</application> package contains the
69<filename class='libraryfile'>libaa</filename> libraries,
70<command>aalib-config</command>,
71<command>aainfo</command>,
72<command>aatest</command>,
73<command>aasavefont</command> and
74<command>aafire</command>.</para>
75
[52d29f7]76</sect2>
[9a7970c]77
[52d29f7]78<sect2><title>Description</title>
[9a7970c]79
[52d29f7]80<sect3><title>ASCII Art libraries</title>
[9a7970c]81<para>The <acronym>ASCII</acronym> Art library is a collection of routines to
82render any graphical input in portable format to <acronym>ASCII</acronym> Art.
83It can be used through many programs and has a very well documented
84<acronym>API</acronym>, so you can easily put it into your own programs.</para>
85</sect3>
86
[52d29f7]87<sect3><title>aalib-config</title>
88<para><command>aalib-config</command> provides configuration info for
[9a7970c]89<application>AAlib</application>.</para></sect3>
90
[52d29f7]91<sect3><title>aainfo</title>
92<para><command>aainfo</command> provides information for your current settings
93related to <application>AAlib</application>.</para></sect3>
[9a7970c]94
[52d29f7]95<sect3><title>aatest</title>
96<para><command>aatest</command> shows the abilities of <application>AAlib
97</application> in a little test.</para></sect3>
[9a7970c]98
[52d29f7]99<sect3><title>aafire</title>
100<para><command>aafire</command> is another little toy of <application>AAlib
101</application>, rendering an animated fire in ASCII Art.</para></sect3>
[9a7970c]102
[52d29f7]103</sect2>
[b3d787d]104
105</sect1>
Note: See TracBrowser for help on using the repository browser.