/**************************************************************
*  If you find bugs or you have requests, please tell me.
*  Fixed Language package is most wellcome.
*  webmaster@tohokuaiki.jp
*  http://xoopsdevelopment.tohokuaiki.jp
**************************************************************/

Main new function is trackback system which many Blog system are already equipped .
Sending update ping function is also able.

And .....
- You can syndicate weBLogs through not only RSS2.0 but also RSS1.0(RDF).
- You can set default option setting when you post weblog .
 (Options are invalidate HTML tag/Private mode/Send update Ping.)
- weBlog module's peculiar style sheet which is located in /weblog/styles.css is automatically included .
- Some bugs fix.


2 cautions I have to mention about language files.
( english / espanol / french / german / italian / japanese / spanish / x_brazilian_portuguese)
There is only 2 languages english and japanese , since I have no another linguistic knowledges.
Ver.1.3 seems including many languages. So, if you localize them , please teach me.
I'll include them when I release (and after release).

For sending update ping , /weblog/language/******/commonping_servers.inc.php file is required.
This file is only common update ping servers terminated by new line.
As I don't know common update ping servers in the sphere of French , Spanish.... etc , 
/weblog/language/*******/commonping_servers.inc.php is blank.


How to Update (1.3 to 1.4)

0. At first expand tarball file.
1. Change your old weblog directory to expanded one.
2. At SYSTEM ADMIN->Modules in Administration menu , you can update weBLog module.
3. At SYSTEM ADMIN->Templates , you can update weBlog templates set.
 ( you have to update only weblog_entries.html and weblog_details.html)
4. At DATABASE in weBLog module admin menu, you can check database tables structure.Click Go!. 
5. You will find these messages "Column trackbacks not found ......" and "Create table 'weblog_trackback'" . Please create a column and a table.


CHANGES
version 1.41 -- 04/08/2005
    Include ticket system when blogger post , edit or delete entries. ( Special thanks to GIJOE )
    4 Blocks add . Link module integrated , Recent entries group by Bloggers , Recent comment of weBLog , Recent  Trackback
    Function which divide Entry first half and latter half
    Function which makes member only readable part
    Some bugs fix.
    Test mode --- image manager added. It is based on GIJOE's myalbum-P Xoops core imagemanager integration fucntion.
	If you want to use this function , you have to create new DB table "weblogmyalbum_photos" via weBLog module admin menu "Database".

----------- Japanese UTF-8 ------------
 1.3からの新機能は、

・トラックバック機能
トラックバックは、エントリの詳細表示時に送受信のどちらともサマリが表示されます。投稿後やトラックバック受信後の削除は、エントリの編集画面から行えます。
送信したトラックバックを削除する時は、トラックバックURL記入欄から当該URLを消して投稿すれば削除できます。もちろん、相手側のサーバから消せるという訳ではありません。
受信したトラックバックを削除する時は、削除したいトラックバックをチェックして投稿すれば削除できます。
更新Pingは、Pingサーバ一覧を/weblog/language/japanese/commonping_servers.inc.phpにありますので、ご希望に合わせて増減させてください。なお、このファイル内では#でコメントアウトできます。


・RDF形式でのエントリ配信
RSSに加えてRDF形式でもエントリを配信できます


・投稿時のオプションのデフォルト設定
HTMLタグを無効/プライベート/更新pingを送るについて、投稿時に最初からチェックが入っているかどうかの設定ができます。

・スタイルシートの自動読み込み
従来は、手でtheme.htmlなどにコピーしなければならなかったのを、自動で/weblog/styles.cssを読み込むようにしています。

バグや要望などは、
http://tohokuaiki.jp/modules/newbb/viewforum.php?forum=1


なお、うぇブログ 1.3から1.4へのアップデート方法です。
（うぇブログ+Trackbackからでもアップデートできます）

0.　ダウンロードしたファイルを展開してweblogディレクトリを取り出す。
1.　既存の/modules/weblogディレクトリを、先ほど展開したweblogディレクトリと入れ替え
2.　管理画面の「SYSTEM ADMIN」→「モジュール管理」でうぇブログのアップデート操作
3.　管理画面の「SYSTEM ADMIN」→「テンプレートセット・マネジャー」でうぇブログのテンプレートセット作成
　　weblog_details.htmlとweblog_entries.htmlのみアップデートすればO.Kです
4.　管理画面の「うぇブログ」→「データベース管理」から「テーブル構成確認」を行う
5.　テーブル: 'weblog'にて、'trackbacks'カラムが見つかりません　というのと、
　　テーブル: 'weblog_trackback'にて、'weblog_trackback'テーブルを作成する　というのが出るので作成

これで、使えるようになります。


注意：トラックバックを受けるには、ゲストに対してモジュールのアクセス権限を解放する必要があります。


変更履歴
version 1.41 -- 2005/04/08
バージョンアップする為には、モジュールアップデートを行ってください。
    GIJOEさんが作ったチケットシステムをブログ投稿/編集/削除の所に導入
	4つの新しいブロックを追加（リンクモジュール統合ブロック・ユーザごとの最新の投稿一覧・最近のweBLogへのコメント・最近のトラックバック）
	エントリの前半と後半を分ける機能
	エントリの一部を登録ユーザのみが読めるような機能
	試験的にイメージマネージャを付けています。myalbum-Pモジュールのイメージマネージャ統合機能を移植したものです。
	これを使う為には、weBLogの管理画面から「データベース管理」を開いて、「weblogmyalbum_photos」テーブルを作る必要があります。