Changeset 7b6e8a6
- Timestamp:
- 10/23/2004 05:19:43 PM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.0, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 1da819b
- Parents:
- 14123136
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r14123136 r7b6e8a6 70 70 <!ENTITY expat-version "1.95.8"> 71 71 <!ENTITY libesmtp-version "1.0.3r1"> 72 <!ENTITY aspell-version "0. 50.5">72 <!ENTITY aspell-version "0.60"> 73 73 <!ENTITY ispell-version "3.2.06.epa7"> 74 74 <!ENTITY guile-version "1.6.4"> -
general/genlib/aspell.xml
r14123136 r7b6e8a6 6 6 7 7 <!ENTITY aspell-download-http "http://gnu.mirror.mcgill.ca/aspell/aspell-&aspell-version;.tar.gz"> 8 <!ENTITY aspell-download-ftp "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz"> 9 <!ENTITY aspell-size "1 MB"> 10 <!ENTITY aspell-buildsize "9.8 MB"> 11 <!ENTITY aspell-time "0.97 SBU"> 12 8 <!ENTITY aspell-download-ftp "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz"> 9 <!ENTITY aspell-size "1.6 MB"> 10 <!ENTITY aspell-buildsize "39.3 MB"> 11 <!ENTITY aspell-time "0.74 SBU"> 13 12 ]> 14 13 15 <sect1 id="aspell" xreflabel=" aspell-&aspell-version;">14 <sect1 id="aspell" xreflabel="Aspell-&aspell-version;"> 16 15 <sect1info> 17 16 <othername>$LastChangedBy$</othername> … … 19 18 </sect1info> 20 19 <?dbhtml filename="aspell.html"?> 21 <title> aspell-&aspell-version;</title>20 <title>Aspell-&aspell-version;</title> 22 21 23 22 <sect2> 24 <title>Introduction to <application> aspell</application></title>23 <title>Introduction to <application>Aspell</application></title> 25 24 26 <para>The <application>aspell</application> package contains the 27 <application>aspell</application> libraries, used to interface with spell 28 checking libraries.</para> 25 <para>The <application>Aspell</application> package contains an interactive 26 spell checking program and the <application>Aspell</application> libraries. 27 <application>Aspell</application> can either be used as a library or as an 28 independent spell checker.</para> 29 29 30 30 <sect3><title>Package information</title> … … 35 35 url="&aspell-download-ftp;"/></para></listitem> 36 36 <listitem><para>Download size: &aspell-size;</para></listitem> 37 <listitem><para>Estimated Disk space required:37 <listitem><para>Estimated disk space required: 38 38 &aspell-buildsize;</para></listitem> 39 39 <listitem><para>Estimated build time: … … 44 44 <para>You'll need to download at least one dictionary. The link below will take 45 45 you to a page containing links to dictionaries in many languages.</para> 46 46 47 <itemizedlist spacing='compact'> 47 <listitem><para> aspell dictionaries: <ulink48 <listitem><para>Aspell dictionaries: <ulink 48 49 url="ftp://ftp.gnu.org/gnu/aspell/dict"/></para></listitem> 49 </itemizedlist></sect3> 50 </itemizedlist> 51 </sect3> 50 52 51 <sect3><title><application> aspell</application> dependencies</title>53 <sect3><title><application>Aspell</application> dependencies</title> 52 54 <sect4><title>Required</title> 53 <para><xref linkend="which"/> 54 </ para></sect4>55 <para><xref linkend="which"/></para> 56 </sect4> 55 57 </sect3> 56 58 … … 58 60 59 61 <sect2> 60 <title>Installation of <application> aspell</application></title>62 <title>Installation of <application>Aspell</application></title> 61 63 62 <para>Install <application> aspell</application> by running the following64 <para>Install <application>Aspell</application> by running the following 63 65 commands:</para> 64 66 … … 70 72 71 73 <sect2> 72 <title>Configuring <application> aspell</application></title>74 <title>Configuring <application>Aspell</application></title> 73 75 74 76 <sect3><title>Configuration Information</title> 75 77 76 <para>After <application> aspell</application> is installed, you must set up at78 <para>After <application>Aspell</application> is installed, you must set up at 77 79 least one dictionary. Install one or more dictionaries by running the following 78 80 commands:</para> … … 88 90 <title>Contents</title> 89 91 90 <para>The <application>aspell</application> package contains the 91 <filename>libaspell</filename> and <filename>libpspell</filename> 92 libraries.</para> 92 <para>The <application>Aspell</application> package contains 93 <command>aspell</command>, 94 <command>aspell-import</command>, 95 <command>precat</command>, 96 <command>preunzip</command>, 97 <command>prezip</command>, 98 <command>prezip-bin</command>, 99 <command>pspell-config</command>, 100 <command>run-with-aspell</command>, 101 <command>word-list-compress</command>, 102 filters, dictionaries, compatibility scripts and the 103 <filename class='libraryfile'>libaspell</filename> and 104 <filename class='libraryfile'>libpspell</filename> libraries.</para> 93 105 94 106 </sect2> … … 96 108 <sect2><title>Description</title> 97 109 110 <sect3><title>aspell</title> 111 <para><command>aspell</command> is a utility that can function as an 112 <command>ispell -a</command> replacement, as an independent spell checker, as 113 a test utility to test out <application>Aspell</application> features, and as 114 a utility for managing dictionaries.</para></sect3> 115 116 <sect3><title>aspell-import</title> 117 <para><command>aspell-import</command> imports old personal dictionaries into 118 <application>Aspell</application>.</para></sect3> 119 120 <sect3><title>precat</title> 121 <para><command>precat</command> decompresses a <command>prezip</command>ped 122 file to stdout.</para></sect3> 123 124 <sect3><title>preunzip</title> 125 <para><command>preunzip</command> decompresses a <command>prezip</command>ped 126 file.</para></sect3> 127 128 <sect3><title>prezip</title> 129 <para><command>prezip</command> is a prefix delta compressor, used to compress 130 sorted word lists or other similar text files.</para></sect3> 131 132 <sect3><title>prezip-bin</title> 133 <para><command>prezip-bin</command> is called by the various wrapper scripts to 134 perform the actual compressing and decompressing.</para></sect3> 135 136 <sect3><title>pspell-config</title> 137 <para><command>pspell-config</command> displays information about the 138 <filename class='libraryfile'>libpspell</filename> installation, mostly for use 139 in build scripts.</para></sect3> 140 141 <sect3><title>run-with-aspell</title> 142 <para><command>run-with-aspell</command> is a script to help use 143 <application>Aspell</application> as an <command>ispell</command> 144 replacement.</para></sect3> 145 146 <sect3><title>word-list-compress</title> 147 <para><command>word-list-compress</command> compresses or decompresses sorted 148 word lists for use with the <application>Aspell</application> spell 149 checker.</para></sect3> 150 98 151 <sect3><title>aspell libraries</title> 99 <para>The <filename >libaspell</filename> libraries are spell checking100 library interfaces.</para></sect3>152 <para>The <filename class='libraryfile'>lib{a,p}spell</filename> libraries 153 are spell checking library interfaces.</para></sect3> 101 154 102 155 </sect2> -
introduction/welcome/changelog.xml
r14123136 r7b6e8a6 22 22 23 23 <itemizedlist> 24 25 <listitem><para>October 23rd, 2004 [randy]: Updated to 26 Aspell-0.60.</para></listitem> 24 27 25 28 <listitem><para>October 23rd, 2004 [igor]: Removed DirectFB and
Note:
See TracChangeset
for help on using the changeset viewer.