«前の日記(2010-09-09(Thu)) 最新 次の日記(2010-09-25(Sat))» 編集

これ日記なん?


2010-09-12(Sun) [長年日記]

_ tdiary3.0化(3)

やり方を変えてみる。

$HOME
  /src
    tdiary@            ln -s tdiary-core tdiary
    /tdiary-core       git clone git://github.com/tdiary/tdiary-core; chmod -R o+r js theme
      /js                   
      /theme
        help.png
        base.css
        /default
        himawari@      ln -s ../../tdiary-theme/himawari himawari
    /tdiary-theme      git clone git://github.com/tdiary/tdiary-theme ; chmod -R o+r .
      /himawari
  /www
    /tdiary
      theme@           ln -s ../../../src/tdiary/theme theme
        js@            ln -s ../../../src/tdiary/js js

これで設定画面から選択できるようになった。