Geeklog IvySOHOプロジェクト
Geeklog Documentation

フォルダ構成

1.非公開エリアに、 たとえば private/geeklog/ を作成して、
以下のファイルをアップし、属性を設定します。

private
 xxxxxx
  backups   (775)
  data   (777)
  language
   english.php
   japanese.php
   japanese_utf-8.php ←japanese とどちらかに統一する必要がある
      :
  logs   (777)
   access.log  (666)
   error.log   (666)
   spamx.log
  plugins
   faqman
    language
     english.php
          日本語化したい場合は、englich.php の内容を日本語にして
          japanese.php japanese_utf-8.php のファイルを作成する
    templates
    config.php

   filemgmt
    language

     japanese.php        日本語版用に追加
     japanese_utf-8.php  日本語版用に追加
    sql
    templates
    config.php         日本語版用に修正済(文字切れ対策)
    filemgmt.php     (666)    ←修正要 管理画面からも修正可能
    functions.php      日本語版用に修正済(文字切れ対策)
   forum
    language
     english.php
     japanese.php        日本語版用に追加
     japanese_utf-8.php  日本語版用に追加
    sql
    templates
    config.php
    functions.php
   spamx
    language
     english.php
      :
    sql
    templates
    functions.php
      :
   staticpages
    language
     english.php
     japanese.php
     japanese_utf-8.php   日本語版用に追加
    sql
    templates
    functions.php         日本語版用に修正済(Topページの編集リンク)
      :
  sql
  system
   classes
    kses.class.php     日本語版用に修正済
      :
   custom              日本語版用に追加
    layout
     photomail
      photo_thumb_no.thtml
      photo_thumb_yes.thtml
    custom_mail.php
    custom_photomail.php
    custom_photomail_ini.php          ←修正要
   lib-custom.php           日本語版用に修正済(日本語対応メール付加)
      :
  config.php       ←修正要    日本語版用に修正済(Xrea UTF用に調整)


2.公開エリアに以下のファイルをアップし、属性を設定します。
public_html
 www.exsample.com
  admin
   install      ←インストール後は不要
   plugins
    faqman
    filemgmt
     index.php        日本語版用に修正済(文字化け対策)
      :
    forum
     boards.php        日本語版用に修正済(文字化け対策)
     migrate.php        日本語版用に修正済
      :
    spamx
    staticpages
   story.php          日本語版用に修正済 (文字化け対策)

  backend    (775)
   geeklog.rdf     (666)
         ←追加する時は、ファイルを作っておく
  docs       ←インストール後は不要 英文のドキュメント
  faqman
   admin
   data
   images
   templates     (775)
    answer.tpl     (666)
    category.tpl     (666)
    global.tpl     (666)
    index.tpl     (666)
    msg.tpl     (666)
    mysql.tpl     (666)
    noresult.tpl     (666)
    printer.tpl     (666)
    queries.tpl     (666)
    results.tpl     (666)
    search.tpl     (666)
   index.php          日本語版用に修正済 (検索不良修正)
  filemgmt
  filemgmt_data     (775)
   category_snaps      (777)(766)
   files      (777)    (766)
   snaps      (777)    (766)
  forum
   index.php          日本語版用に修正済         (文字切れ対策)
   notify.php          日本語版用に修正済         (文字切れ対策)
   viewtopic.php          日本語版用に修正済         (文字切れ対策)
    :
  help
  images
   articles      (777)
   userphotos      (777)
  layout
   profesional
    admin
    article
    calendar
    comment
     comment.thtml        日本語版用に修正済
    forum
    images
    links
    navbar
    pdfgenerator
    pollbooth
    preferrences
    profiles
    stats
    submit
    users
    header.thtml
    footer.thtml
    style.css

   xxxxxxxx      ←オリジナルテンプレート
  staticpages       標準プラグイン静的:ページ
   :
   lib-common.php      ←修正要      日本語版用に修正済(文字切れ対策ほか)
   :
   calendar.php       日本語版用に修正済(文字切れ対策)
   comment.php       日本語版用に修正済(文字化け対策)
   usersettings.php        日本語版用に修正済(写真がアップロードできない EUCのみ修正必要)
   toukou.php       日本語版用追加