Télécharger la liste

Description du projet

XOOPSの統合パッケージを開発するプロジェクトです。

Système requise

System requirement is not defined

Livrée : 2009-02-02 23:41
webphoto webphoto_120 (1 files Cacher)

Notes de release

This is the album module which manages photos and videos.

* Changes *
1. added GoogleMap in category
http://linux.ohwada.jp/modules/newbb/viewtopic.php?forum=13&topic_id=912

2. added GoogleMap in block
http://linux.ohwada.jp/modules/newbb/viewtopic.php?topic_id=913&forum=13

3. Added Webphoto to the album select of Weblinks.
http://linux.ohwada.jp/modules/newbb/viewtopic.php?forum=5&topic_id=911

4. Edit form
(1) you can edit "content"
(2) show the following files
- Flash video (flv)
- Docomo video (3gp)
- PDF (pdf)
- Flash (swf)

5. Word file (doc)
(1) require jodconverter, xpdf, imagemagick
- http://www.artofsolving.com/opensource/jodconverter
- http://www.foolabs.com/xpdf/
- http://www.imagemagick.org/script/index.php
(2) create PDF file from Word
(3) create the thumbnail from Word
(4) extract the text content from Word

6. Excel file (xls)
(1) require jodconverter, xpdf, imagemagick
(2) create PDF file from Excel
(3) create the thumbnail from Excel
(4) extract the text content from Excel

7. PowerPoint file (ppt)
(1) require jodconverter, xpdf, imagemagick
(2) create PDF file from PowerPoint
(2) create Flash file (swf) from PowerPoint
(3) create the thumbnail from PowerPoint
(4) extract the text content from PowerPoint


* Update *
(1) When you unzip the zip file, there are two directories html and xoops_trust_path.
Please copy and overwrite in the directory which XOOPS correspond
(2) Execute the module update in the admin cp.


* Notice for usage *
1. jodconverter
(1) rename preload file.
XOOPS_TRUUST_PATH/modules/webphoto/preload/_jodconverter.php (with undebar)
-> jodconverter.php (without undebar)

(2) set path according to your enviroment
-----
define("_C_WEBPHOTO_JAVA_PATH", "/usr/bin/" ) ;
define("_C_WEBPHOTO_JODCONVERTER_JAR", "/usr/local/java/jodconverter-2.2.1/lib/jodconverter-cli-2.2.1.jar" ) ;
-----


* Notice *
In this version, I changed program structure substantially.
Although there are no big problem, but I think that there are any small problem.
Even if some problems come out, only those who can do somehow personally need to use.
Welcome a bug report, a bug solution, and your hack, etc.

写真や動画を管理するアルバム・モジュールです。

● 主な変更
1. カテゴリ毎に GoogleMap を設置する
http://linux.ohwada.jp/modules/newbb/viewtopic.php?forum=13&topic_id=912

2. ブロックに GoogleMap を設置する
http://linux.ohwada.jp/modules/newbb/viewtopic.php?topic_id=913&forum=13

3. Weblinks のアルバムの選択に Webphoto を追加した
http://linux.ohwada.jp/modules/newbb/viewtopic.php?forum=5&topic_id=911

4. 登録画面
(1) 「テキスト文」を編集可能にした
(2) 下記のファイルを表示した
- Flash 動画 (flv)
- Docomo 動画 (3gp)
- PDF (pdf)
- Flash (swf)

5. Word (doc)
(1) jodconverter, xpdf, imagemagick が必要です
- http://www.artofsolving.com/opensource/jodconverter
- http://www.foolabs.com/xpdf/
- http://www.imagemagick.org/script/index.php
(2) Word から PDF を生成する
(3) Word からサムネイルを生成する
(4) Word からテキストを抽出し「テキスト文」欄に表示する

6. Excel (xls)
(1) jodconverter, xpdf, imagemagick が必要です
(2) Excel から PDF を生成する
(3) Excel からサムネイルを生成する
(4) Excel からテキストを抽出し「テキスト文」欄に表示する

7. PowerPoint (ppt)
(1) jodconverter, xpdf, imagemagick が必要です
(2) PowerPoint から PDF を生成する
(3) PowerPoint からフラッシュ (swf) を生成する
(4) PowerPoint からサムネイルを生成する
(5) PowerPoint からテキストを抽出し「テキスト文」欄に表示する


● アップデート
(1) 解凍すると、html と xoops_trust_path の2つディレクトリがあります。
それぞれ、XOOPS の該当するディレクトリに上書きしてください。
(2) 管理者画面にてモジュール・アップデートを実行する


● 使用上の注意
1. jodconverter
(1) preload ファイルをリネームする
XOOPS_TRUST_PATH/modules/webphoto/preload/_jodconverter.php (アンダーバーあり)
-> _jodconverter.php (アンダーバーあり)

(2) 環境に合わせて、パスを設定する
-----
define("_C_WEBPHOTO_JAVA_PATH", "/usr/bin/" ) ;
define("_C_WEBPHOTO_JODCONVERTER_JAR", "/usr/local/java/jodconverter-2.2.1/lib/jodconverter-cli-2.2.1.jar" ) ;
-----


● 注意
大きな問題はないはずですが、小さな問題はあると思います。
何か問題が出ても、自分でなんとか出来る人のみお使いください。
バグ報告やバグ解決などは歓迎します。

Changelog

No Changelogs