Jsdp2007

From Apache OpenOffice Wiki
Revision as of 11:16, 3 March 2008 by Tora (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Introduction

The Japanese Seagull Development Project 2007 (jsdp2007) has accomplished experimental implementations of some Asian specific features into OpenOffice.org 2.3.

  • New grid layout 'Grid (lines and spacing)' (Writer)
  • Paragraph alignment 'Distributed' and character alignment 'Fit text' (Writer)
  • PHONETIC function (Calc)

Specifications

Download

Release 2008-02-29

Builds
Source files

*1: To install this, see the typical installation instructions at http://download.openoffice.org/common/instructions.html

*2: To install this, see the special installation instructions below.

Special Installtion instructions

Linux

  1. Install OpenOffice.org 2.3 as usual.
  2. Extract the build.
  3. Update-install the packages
  4. Replace zip files in which icon image files are stored.
# tar -zxf OOo_2.3.0_jsdp2007_LinuxIntel_install_ja.tar.gz

# pushd OOo_2.3.0_jsdp2007_LinuxIntel_install_ja/RPMS
# rpm -Uvh *.rpm
Preparing...                ########################################### [100%]
   1:openoffice.org-writer  ########################################### [ 20%]
   2:openoffice.org-calc    ########################################### [ 40%]
   3:openoffice.org-core04u ########################################### [ 60%]
   4:openoffice.org-core06  ########################################### [ 80%]
   5:openoffice.org-core08  ########################################### [100%]
# popd

# pushd /opt/openoffice.org2.3/share/config
# mkdir original
# mv images*.zip original
# popd
# pushd OOo_2.3.0_jsdp2007_LinuxIntel_install_ja/share/config
# cp -p *.zip /opt/openoffice.org2.3/share/config
# popd

Solaris x86

  1. Install OpenOffice.org 2.3 as usual.
  2. Extract the build.
  3. Uninstall existing packages and then install the new packages
  4. Replace zip files in which icon image files are stored.
# /usr/sfw/bin/gtar -zxf OOo_2.3.0_jsdp2007_Solarisx86_install_ja.tar.gz

# pushd OOo_2.3.0_jsdp2007_Solarisx86_install_ja/packages
# ls -1
openofficeorg-calc
openofficeorg-core04
openofficeorg-core06
openofficeorg-core08
openofficeorg-writer
# pkgrm openofficeorg-*
# pkgadd -d . openofficeorg-core* openofficeorg-calc openofficeorg-writer
# popd

# pushd /opt/openoffice.org2.3/share/config
# mkdir original
# mv images*.zip original
# popd
# pushd OOo_2.3.0_jsdp2007_Solarisx86_install_ja/share/config
# cp -p *.zip /opt/openoffice.org2.3/share/config
# popd

Build Instructions

(to be written)

Personal tools