Changeset 714882c for xsoft


Ignore:
Timestamp:
06/04/2004 03:55:54 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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, v5_1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
88714208
Parents:
fdb8f2c9
Message:

Grammar

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

Location:
xsoft
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/office.xml

    rfdb8f2c9 r714882c  
    33<title>Individual Office Programs</title>
    44
    5 <para>This chapter is a collection of independant projects that can be
    6 installed based on specific needs.  Together, they create a respectible
     5<para>This chapter is a collection of independent projects that can be
     6installed based on specific needs.  Together, they create a respectable
    77office suite. While they may be lacking in user interface consistency,
    88they excel in doing one thing and doing it well.</para>
  • xsoft/suites/openoffice/openoffice-exp.xml

    rfdb8f2c9 r714882c  
    2525
    2626<para><command>sed -i "s:^oo_home=...</command>: Remove version specific
    27 installation directory</para>
     27installation directory.</para>
    2828
    2929<para><command>for appl in swriter scalc sdraw simpress smath soffice;
  • xsoft/suites/openoffice/openoffice-inst.xml

    rfdb8f2c9 r714882c  
    1111<para>If you want to optimize the build, edit
    1212<filename>solenv/inc/unxlngi4.mk</filename> and add the desired optimization
    13 flags to <envar>CFLAGSOPT</envar> variable. Some users have reported problems with
     13flags to the <envar>CFLAGSOPT</envar> variable. Some users have reported problems with
    1414-fomit-frame-pointer. The best option is to not use any custom optimizations.
    1515The following command removes an incorrect -mcpu option in the above file.</para>
     
    2323in the language of your choice, the default will be English.
    2424The following option
    25 compiles all available languages. BTW, if you restrict the languages, be sure to
    26 add ENUS to the list, without it the build fails. Also, the build fails when
     25compiles all available languages. If you restrict the languages, be sure to
     26add ENUS to the list; otherwise the build fails. Also, the build fails when
    2727the environment variable <envar>LANG</envar> is
    28 set, unset it before compiling.</para>
     28set. Unset it before compiling.</para>
    2929
    3030<screen><userinput><command>cd config_office/ &amp;&amp;
     
    5757bash -c "source LinuxIntelEnv.Set.sh ; dmake"</command></userinput></screen>
    5858
    59 <para>Install <application>OpenOffice</application> using the following
    60 commands. The following commands install the English language set. To install a localized version, replace the
    61 01 by the international telephone country code for your country. Note that when
    62 installing, it needs a <application>X</application> Display, even though there
    63 is no visible <application>X</application> window. You
    64 can use <application>Xvfb</application> if you are compiling on a console.</para>
     59<para>Install <application>OpenOffice</application> using the following
     60commands to install the English language set. To install a localized version,
     61replace the 01 with the international telephone country code for your country.
     62Note that when installing, <application>OpenOffice</application> needs an
     63<application>X</application> display, even though there is no visible
     64<application>X</application> window. You can use
     65<application>Xvfb</application> if you are compiling on a console.</para>
    6566
    6667<screen><userinput><command>cd instsetoo/unxlngi4.pro/01/normal &amp;&amp;
  • xsoft/suites/openoffice/openoffice-intro.xml

    rfdb8f2c9 r714882c  
    22<title>Introduction to <application>OpenOffice</application></title>
    33
    4 <para>The <application>OpenOffice</application> is a office suite, the
     4<para>The <application>OpenOffice</application> is an office suite, the
    55Open Source sibling of <application>StarOffice</application>.</para>
    66
Note: See TracChangeset for help on using the changeset viewer.