Link for renderShogiBoard Package download

This page provides a link to download renderShogiBoard package for modX, and also serves as a user manual for this add on package

This page describe my renderShogiBoard add on Extra for MODX CMS.  In order for this package to work, the MODX revolution (ver 2.1 or later) has to be installed and already  configured on your Server.


ここで、MODX にインストールして使う将棋盤生成エクストラのrenderShogiBoardの組み込み方と使い方について説明します。 

The package can be downloaded from github.com/a2life. it is in "Package" folder.   Once downloaded to your local drive, 

まずgithub/a2life からパッケージをダウンロードします。(Package folder の中にZIPファイルとして格納されている)

  1. Download the file to your local drive. ローカルドライブに上のリンク先からパッケージファイルをダウンロードします。
  2. Go to your MODX revolution site's manager page MODX Revolutionのマネージャーページにログイン
  3. Go to Files tab, move to media/core/packages and upload the transport package file that you downloaded in step 1. ファイルタブに移動し、core/packages フォルダーを開く。ここにステップ1でセーブしておいたファイルをアップロードする。
  4. Go to System  menu and select Package management. 次にSystemメニューからPackage Management を選択
  5. click on the downward triangle on the "Download Extras" button and chose "Search localy for packages" エクストラのダウンロードボタンの右についている三角形をクリックし、ローカルでパッケージを探すことを選択。
  6. Refresh the screen and 'renderShogiBoard' will show up in the menu. スクリーンをリフレッシュしてrenderShogiBoardパッケージがリストに追加されていることを確認。
  7. Click 'install' button インストールボタンをクリック。
  8. Create a new document resource and  try リソースタブから新しいドキュメントを追加し、以下をかきこんでみる。
    %[!renderShogiBoard%]
    Now  save the document and "view" the document. ドキュメントをセーブし、ページを表示してみる。これで画面上に下に将棋の初期画面が出れば成功です。

▲ Sente/Black△ Gote/White

If you see the image above on your MODX site, congratulation. You have now installed my shogiBoard Rendering extra.

Usage example 使用例

%[!renderShogiBoard?
&caption=`Rendering Tsumeshogi`
&type=`1` &size=`large`
&gOnBoard=`41s,51k,61s`
&sOnBoard=`53s,16b`
&sOnHand=`s`
&moves=`"s+5216","g-0041","sd42s","x"`
&comment=` tsume problem with solution buttons`
%]

with this parametered tag, the system will produce the board below.
パラメーター使用しての記述の例。上のように記述して、下の将棋盤グラフィックスを吐き出します。

Rendering Tsumeshogi
On Hand
This example draws simple tsume problem with solution buttons

This page was originally created 12 years, 11 months ago and last updated 3 years ago