create a new page, using Extensions/Gallery as a template.
Front page
Search
掲示板
Reload
Help
Browse Log
掲示板の使い方
OOo 掲示板3
OOo 掲示板2
OOo 掲示板
掲示板
雑談掲示板
New
List of pages
Recent changes
Backup
簡単ヘルプ
整形ルール
Start:
*ギャラリー拡張機能パッケージ [#k106e906]
ギャラリーを配布するための拡張機能パッケージの作成方法。
#contents
**ディレクトリ構造 [#p4dd652c]
ギャラリー用拡張機能パッケージの最小ファイル構成を示して...
&ref(gallery_oxt.png,nolink);
-manifest.xml
--ファイルの mime-type 指定
-Paths.xcu
--ギャラリーディレクトリ指定
-sgXXX.sdg, sgXXX.sdv, sgXXX.thm
--ギャラリーデータ
**manifest.xml [#zf1b6301]
コンフィグレーション Paths.xcu ファイルを拡張機能マネージ...
#code{{
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DT...
<manifest:manifest xmlns:manifest="http://openoffice.org/...
<manifest:file-entry manifest:media-type="application...
manifest:full-path ="Paths.xcu"/>
</manifest:manifest>
}}
**Paths.xcu [#v3998084]
このファイルではツール - オプション - OpenOffice.org - パ...
以下では gallery ディレクトリを指定しています。
#code{{
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data oor:package="org.openoffice.Office"
oor:name="Paths" xmlns:install="http://openoffice.org/200...
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="Paths">
<node oor:name="Gallery" oor:op="fuse">
<node oor:name="InternalPaths">
<node oor:name="%origin%/gallery" oor:op="fuse"/>
</node>
</node>
</node>
</oor:component-data>
}}
**.sdg .sdv .thm [#u223bc2c]
ギャラリー用のファイルは sgXXX.sdg、sgXXX.sdv、sgXXX.thm ...
ギャラリーファイルには OOo のギャラリーを作成、アイテムを...
**注意点 [#gcb7ed5c]
ギャラリーのテーマに同名のものが二つ以上あるときには (す...
End:
*ギャラリー拡張機能パッケージ [#k106e906]
ギャラリーを配布するための拡張機能パッケージの作成方法。
#contents
**ディレクトリ構造 [#p4dd652c]
ギャラリー用拡張機能パッケージの最小ファイル構成を示して...
&ref(gallery_oxt.png,nolink);
-manifest.xml
--ファイルの mime-type 指定
-Paths.xcu
--ギャラリーディレクトリ指定
-sgXXX.sdg, sgXXX.sdv, sgXXX.thm
--ギャラリーデータ
**manifest.xml [#zf1b6301]
コンフィグレーション Paths.xcu ファイルを拡張機能マネージ...
#code{{
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DT...
<manifest:manifest xmlns:manifest="http://openoffice.org/...
<manifest:file-entry manifest:media-type="application...
manifest:full-path ="Paths.xcu"/>
</manifest:manifest>
}}
**Paths.xcu [#v3998084]
このファイルではツール - オプション - OpenOffice.org - パ...
以下では gallery ディレクトリを指定しています。
#code{{
<?xml version='1.0' encoding='UTF-8'?>
<oor:component-data oor:package="org.openoffice.Office"
oor:name="Paths" xmlns:install="http://openoffice.org/200...
xmlns:oor="http://openoffice.org/2001/registry"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="Paths">
<node oor:name="Gallery" oor:op="fuse">
<node oor:name="InternalPaths">
<node oor:name="%origin%/gallery" oor:op="fuse"/>
</node>
</node>
</node>
</oor:component-data>
}}
**.sdg .sdv .thm [#u223bc2c]
ギャラリー用のファイルは sgXXX.sdg、sgXXX.sdv、sgXXX.thm ...
ギャラリーファイルには OOo のギャラリーを作成、アイテムを...
**注意点 [#gcb7ed5c]
ギャラリーのテーマに同名のものが二つ以上あるときには (す...
Page: