Pages

23 September 2013

iPhotoからPicasaへ引越

iPhotoが遅くてイライラするので、Picasaへ移動
Picasaには、iPhotoからのインポート機能もあるけど...なんか信用ならないので以下で引越をした。

  • 以下のコマンドで分散している画像ファイルを1フォルダにまとめる。

$mkdir temp
$cd temp
$find  ~/Pictures/iPhoto\ Library.photolibrary/Masters  -type f -name "*.jpg" | awk '{ printf "mv \"%s\" p%06d.jpg\n", $0, NR }' |sh
  • Picasaでインポートを選択してインポート。
    • インポート元:
      • tempフォルダ選択
    • インポート先:
      • インポート先:画像
      • フォルダタイトル:撮影日





21 July 2013

Mac OS X、LibreOfficeビルド メモ

Mac OS XでLibreOfficeをビルドしてみた。以下メモ
  1. Xcodeをインストール
  2. Xcode Command Line Toolsをインストール
  3. Homebrewで以下をインストール
    (私の場合は、元々色々と入れてたのでクリーンな環境であれば他にもいるかもしれない)
    1. automake
    2. autoconf
  4. gitからソースを持ってくる
    git clone git://anongit.freedesktop.org/libreoffice/core libreoffice-core
  5. pkg-configが邪魔だと言われたのでとりあえずリネームして隠す
  6. ./autogen.shを以下のオプションを付けて実行
    --disable-odk
    --disable-online-update
    --disable-python
    --enable-selective-debuginfo="cppu/ cppuhelper/ sal/ sfx2/ stoc/ sw/ toolkit/ unotools/ vcl/"
    --enable-epm
    --with-macosx-version-min-required=10.6
    --without-doxygen
    --without-help
    --without-helppack-integration
    --without-myspell-dicts
    CC="clang -m32"
    CXX="clang++ -m32"
  7. make

以下を参考にした。

なお、私が Windowsでビルドした時のメモ は以下に記載しているがWindows環境を今は持っていないので通用するか不明(少なくともautogenのオプション関係は変わっている)

14 April 2013

salesforce-python-toolkit Memo


Salesforce-python-toolkit

It is developed by Mr.David Lanstein . It have a lot of functions than BeatBox.
This module need Suds 0.3.9. It does not work properly with Suds 0.4 which is currently stable version. You may get blow error If you use with 0.4.
INVALID_TYPE: Must send a concrete entity type.
just type this command if you want to install 0.3.9.
$ sudo easy_install "suds==0.3.9"

Test

This module does not update for over a year. so I smoke test with test_enterprise.py which contain in module package then I got 22/56 errors.

No such column 'DoNotCall' on entity 'Lead'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.'

I got this error on 2 test cases. This test use DoNotCall field but It is not allow to use on default setting.
null: can not find name space: sfga, 1.2
I got this error on 22 test cases. This test may expect to use 'SFGA(Salesforce for google adwords 1.2)' . but it is no longer supported.

anyway it still work with 27 WEB API.

salesforce-python-toolkit メモ

David Lansteinさんが開発されたライブラリーである。Beatboxよりも色々できる。このライブラリを使うためには、Suds 0.3.9 が必要である。0.4 はサポートしていないので注意。これは、Suds 0.4 で利用すると以下のようなエラーがでる。ネストがうまくいかないっぽい。
INVALID_TYPE: Must send a concrete entity type.
過去のバージョンをインストールするには以下のようにする。
$ sudo easy_install "suds==0.3.9"

とりあえずテスト

2年も更新されてた形跡がなかったので動くか、付属しているtest_enterpriseを実行してみる。実行してみると56項目中22項目がエラーになる。
No such column 'DoNotCall' on entity 'Lead'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.'
上記のエラー、2項目は、DoNotCallフィールドを指定してあるテストが書かれている。これは初期のセキュリティ設定では参照できない項目だからだ。昔はデフォ参照可だったのかも。
null: 指定のパッケージバージョンの名前空間がインストールされていません: sfga, 1.2
上記のエラー、22項目は、サービス終了したSalesforce for google adwordsの1.2を想定しているためっぽぃ。昔はデフォで入ってたらしいのでそう作ったのか(?)。test_base.pyにある def setPackageVersionHeader(self): をpassさせる。

色々やらないかんっポィけど、開発者が想定している動作はひと通り出来ているので良しとする。さらに簡単に自分のコードを書いてみて動作することを確認。

27 March 2013

3th LibreOffice Kanto Area Study Group Conference

I did presentation in 3th LibreOffice Kanto Area Study Group Conference .This conference supported by KDDI Web Communications Inc and organized by Mr.Ogasawara. I appreciate them. I shared about OpenDocument interoperability test workshop after story that I talked in LibreOffice mini conference and LibreOffice non coding extension(ClipArt).

OpenDocument interoperability test workshop after story



LibreOffice non coding extension(ClipArt)


26 February 2013

Released LibreOffice 4.0 Japanese DVD ver 0.2


We handed out DVD which we distributed iso image here in LibreOffice Japan mini Conference 2013. We corrected clip arts, templates, fonts, extensions, configuration , useful gradation which provided by Mr.Meguro then putted all together.

We also customized a little bit msi file so automatically install useful stuff rightly if you choose customized msi file on this DVD.

note:There is LibreOffice-Portable too but it may not work on DVD .you can use it if you copy directory from DVD which already configured for Japanese user.

Try it and feedback me.

相互運用性試験:課題管理(バグジラ)とフィードバック


課題管理(バグジラ)とフィードバック

先日、相互運用性試験をした。この試験の目的は相互運用性を確保することである。
遠足は家に帰るまでが遠足。まずフィードバックと課題管理の確認をした。
  • Zoho :  25/Feb/2013 にフィードバックを送信
  • Google Drive : 26/Feb/2013 にフィードバックを送信
  • Apache OpenOffice: i93534 , i74069 を確認
  • LibreOffice : #40100 を確認
次に突っ込んでいくためには、自分のスキルとナレッジをあげねばならぬです。

25 February 2013

OpenDocument interoperability test workshop(demo) in Japan


First LibreOffice Local Conference has been done yesterday. It is first conference even if we add our OpenOffice.org days.That is really meaningful. Reviler may be say that this community is still small but we know we did which we were not able to do before.Our Community is growing and growing.

I am really really happy to spending time with all of them. I appreciated to all of the people who made that conference especially Mr. Omori and Mr. Ogasawara who arranged. The Document Foundation Board of Directors Mr. Italo who came beyond space and time through the technology. Mr. Kohei Yoshida, He brought real core-developer voices from U.S . A half of members live over 500km far from that place but came .
Thank you for wonderful day and Let us do International Conference someday.

You can see videos from  here (add 6/3/2012).
----

On that conference, I described OpenDocument , ODF Plugfest and explain interoperability test. I wanted to do workshop style interoperability test but only few people have laptop so just demonstration with Mr.Ogasawara and Mr.Kamataki who is NPO OpenOffice.org Users Group Japan director . We picked up test YEARFRAC function which provide by Mr.Rob in ODF Plugfest (Spain) 2010-04-09 .
unfortunately the results of test are not all green. see results from page 25. We need to recheck that expected value and result.( result summary: LibreOffice/Apache OpenOffice/Google Drive/Zoho have some fault. KOffice/GnomeOffice/MS Office have not any fault.)



Check issue tracker and Feedback

It is not finish yet. Our goal is to get real interoperability. First step, I reported pure results to two cloud services and searched two issue tracker.

  • Zoho : Reported 25/Feb/2013
  • Google Drive : Reported 26/Feb/2013
  • Apache OpenOffice: i93534 , i74069
  • LibreOffice : #40100

24 February 2013

LibreOffice4.0 Japanese DVD

LibreOffice Japan mini Conference 2013で配布したDVDのISOを公開します。

このLibreOffice 4.0 Japanese DVDでは、インストーラーを弄って
自動的に色々インストール/設定するようにしてあります。また目黒さん作成のグラディエーションなども入っています。テンプレートも色々入れてあります。

なお、中に入っているポータブルに関してはDVDでは残念ながら動きませんので、USBストレージにコピーしてお使いください。

いろいろ改良の余地はありますが、ともかく、お試しあれ。

日本初? OpenDocument 相互運用テストワークショップ

昨日、LibreOffice mini Conference  2013  Japan /Springにおいて、OpenDocumentの紹介、ODF Plugfestの紹介ならびにOpenOffice.org日本ユーザー会の鎌滝さん、LibreOffice日本語チームの小笠原さんの協力の元、OpenDocument形式の相互運用テストワークションプ・デモをした。

題材として、2010年にODF Plugfestで行われた YEARFRAC 数式のテストを利用した。この数式は、OASIS ODF 1.2で規定されたものである。会場では、Calligra、Gnumeric、SkyDrive、LibreOfficeで実際に試験データを読み込み結果を確認した。

結果はプレゼンテーションを見てほしい。この結果は、期待値に誤りがあるのか、それとも実装側に誤りがあるのかを精査しなければならないが、残念ながらすべてのソフトで同じ結果にはならなかった。精査後、それぞれのコミュニティ/企業にフィードバックしていく必要がある。





10 February 2013

LibreOffice Portableの覚書


LibreOffice Portableは、持ち運び可能なLibreOfficeである。USBストレージやCDに入れておけば持ち運んでどこでも利用できる。これをセットアップしてみた。


  1. 作業用のフォルダ作成
    パスが長いと正常に動かないことがあるようなので適当に作業フォルダを作成
    ドライブとしてマウントして、仮想的にUSBストレージっぽい感じで作る。
  2. LibreOfficePortableを 展開
    LibreOfficeのオフィシャルサイトに行き、ポータブル版をダウンロード。ダブルクリックして、作業用フォルダに展開。
  3. フォント
    環境によって入っているフォントが変わってくるので、可能な限りフォントを詰め込む。フォントをインストール場所は以下。
    LibreOfficePortable\Data\fonts

    ※libreoffice\Basis\share\fonts\truetypeなどでも認識はする。しかし、PortalApp.comのドキュメントにはダメよと書いてある。
  4. JRE
    LibreOfficeの一部機能は、Java実行環境がないと動かないので、これも入れておく。入れる場所は、ドライブ直下のCommonFiles\Java
    ※それ以外の場所も置く場所は用意されている。しかしどうもこれ以外の場所では動作しなかった。
  5. 拡張機能
    「ユーザのみ」でしか、入れちゃダメよと書いてあるのが標準の拡張機能は、shareに入っているので、oxtをlhaplusで解凍して、以下にフォルダごと移動。\LibreOfficePortable\App\libreoffice\share\extensions
  6. 設定
    設定をちょろちょろといじる。

12 January 2013

着せ替えオフィスを楽しもう LibreOffice 4

LibreOffice 4は、2月にリリースされる予定である。フェーズ的には、翻訳フェーズ?であり、機能的には、リリース準備フェーズである。UI/HELPの翻訳への参加方法は、ここに書いてある。リリース準備版は、ここからダウンロードできる。変更点はRelease Notes 4に書いてある。

---
LibreOffice 4 からFireFoxのペルソナを使って 貴方だけのLibreOfficeに出来る様になるようです!

7 January 2013

IPA、Takao、青柳、VLなどのmsiパッケージ


IPAやTakao、青柳、VL、OCRBフォントなどのmsiパッケージを作成しました。
ここからダウンロードできます。
なおOCRBフォントは会津若松市さんの作られた数字のみの版です。もし再配布可能なフルバージョンをご存知の方がいれば教えて頂けたら幸いです。

すべて自由なライセンス(オープンソースライセンスもしくはパブリックドメイン)なので、自由に再配布等できます。


なお、msi パッケージを作るのは Windows Installer XMLを使っているだけなのでこんなファイルを作って以下のようなコマンドを打つだけで作れます。インストーラーにUIをつけたい場合はここら辺の記事を読めばお手軽にできるかと思います。

> candle XXXX.wxs
> light XXX.wxsobj

Takao,IPA,TTEditMirror,VL,OCRB aizu,Aoyagi Blush Fonts msi packages

I made some msi packages for windows users.
You can download from here . 
  • IPA fonts  :
    High quality Japanese outline fonts developed by Information-Technology Promotion Agency, Japan(IPA).
  • Takao Fonts:
    A community developed derivatives of IPA Fonts. The main purpose of takao font project is to secure the possibility to maintain the fonts by the community.
  • TTEdit Mirror Fonts :
    Mirrored IPA Fonts
  • Aoyagi Blush Fonts :
    Public Domain fonts. see previous post.
  • VL Fonts :
    High quality Japanese outline fonts developed by community.
  • OCRB font :
    OCR B font developed by Aizuwakamatu-city.


5 January 2013

Japanese Blush Fonts

There are some free Japanese blush fonts. You can download from this site.

Kouzan Blush Font(衡山毛筆フォント)
This font created by chirographer Mr.Kouzan Aoyagi . There are registered about 13,000 characters.It is public domain.

Kouzan Blush Font Cursive script(衡山毛筆フォント草書)
This font created by chirographer Mr.Kouzan Aoyagi . There are registered JIS X 0208 characters. It is public domain.


Kouzan Blush Font Semi-cursive script(衡山毛筆フォント行書)
This font created by chirographer Mr.Kouzan Aoyagi . There are registered JIS X 0208 characters. It is public domain.

Aoyagi Clerical script Font (青柳隷書しもフォント)
It is free font. licenser said there is no limited but there is some condition. for example: "You can redistribute but you must not charge." "You must distribute documents with this font"...