mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-16 14:54:51 +00:00
0fbf14bb7a
* [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\workingwithtw\Working with TiddlyWiki.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\The First Rule of Using TiddlyWiki.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\gettingstarted\GettingStarted - Android.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\gettingstarted\GettingStarted - Chrome.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\gettingstarted\GettingStarted - Firefox.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\gettingstarted\GettingStarted - Internet Explorer.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\gettingstarted\GettingStarted - iOS.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\gettingstarted\GettingStarted - Node.js.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\gettingstarted\GettingStarted - Online.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\gettingstarted\GettingStarted - Safari.tid' * [ja-JP] Japanese translation of editions\tw5.com\tiddlers\howtos\Upgrading.tid * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\workingwithtw\Navigating between open tiddlers.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\features\Searching in TiddlyWiki.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\workingwithtw\Using links to navigate between tiddlers.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\workingwithtw\Creating and editing tiddlers.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\workingwithtw\Creating and editing tiddlers.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\workingwithtw\Creating journal tiddlers.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\saving\Saving on a PHP Server.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\saving\Saving with TW Receiver.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\workingwithtw\Formatting text in TiddlyWiki.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\Editor toolbar.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\Height of text editor.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\Insert link.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\Insert picture.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\More actions.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\Text preview.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\Using Excise.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\Structuring TiddlyWiki.tid' * [ja-JP] Japanese translation of editions\tw5.com\tiddlers\howtos\KeyboardShortcuts.tid * [ja-JP] Japanese translation of editions\tw5.com\tiddlers\workingwithtw\BrowserCompatibility.tid * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\Using Stamp.tid' * [ja-JP] Japanese translation of editions\tw5.com\tiddlers\howtos\Tagging.tid * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\concepts\Order of Tagged Tiddlers.tid' * [ja-JP] Japanese translation of editions\tw5.com\tiddlers\concepts\TagTiddlers.tid * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\howtos\How to update TiddlyWiki to the latest version.tid' * [ja-JP] Japanese translation of 'editions\tw5.com\tiddlers\wikitext\Images in WikiText.tid' * [ja-JP] Japanese translation of editions\tw5.com\tiddlers\saving\Encryption.tid * [ja-JP] Japanese translation of editions\tw5.com\tiddlers\workingwithtw\Audio.tid * [ja-JP] Japanese translation of editions\tw5.com\tiddlers\workingwithtw\Performance.tid
51 lines
3.4 KiB
Plaintext
51 lines
3.4 KiB
Plaintext
caption: PHP
|
|
color: #F06292
|
|
created: 20140111091844267
|
|
delivery: DIY
|
|
description: DIY script you can install on your own server
|
|
method: save
|
|
modified: 20241103111839145
|
|
original-modified: 20200507110314202
|
|
tags: Saving PHP
|
|
title: Saving on a PHP Server
|
|
ja-title: PHPサーバでの保存
|
|
type: text/vnd.tiddlywiki
|
|
|
|
組み込みの`TiddlySpot `セーバーを使用すると、多くのホスティングプロバイダーで実行できる単純なPHPスクリプトへ変更を保存することもできます。
|
|
|
|
//このコードは数年間更新されていません。問題がある場合は、代わりに[[TWレシーバー|Saving with TW Receiver]]を使うことを検討してください//
|
|
|
|
# https://code.google.com/archive/p/bidix/downloads から、`TiddlyHome_0.1.2.zip`をダウンロードします
|
|
# 解凍(Unzip)します。
|
|
# 解凍したサブディレクトリ`_th\lib`の下から`store.php`をコピーします
|
|
# ''store.php''のコピーを編集して、ユーザー名とパスワードを追加します。`$USERS = array( 'UserName1'=>'Password1', etc)`という行を見つけて、Username1とPassword1を適切なユーザー名とパスワードに置き換えます。
|
|
#* シングルクォートなどの区切りやコードはすべてそのまま残してください
|
|
# ファイルを保存します
|
|
# FTPやWebインターフェースを使用して、''store.php''をサーバにアップロードします。ファイル名が正しいことを確認します
|
|
#* ファイルを正しくアップロードすると、ブラウザで表示できるようになります (例: http://example.com/store.php )
|
|
# TiddlyWikiで、''コントロールパネル''<<.icon $:/core/images/options-button>>の''保存''タブに移動し、次の情報を入力します:
|
|
#* ウィキ名としてのユーザー名
|
|
#* パスワード
|
|
#* ''store.php''ファイルのURL(//WikiのURL''ではなく''、''store.php''ファイルへの完全なURLである必要があります//)
|
|
|
|
コントロールパネルの''保存''タブには、次の構成オプションが含まれています:
|
|
|
|
|!名前 |!説明 |
|
|
|サーバーURL |サーバー上の''store.php''ファイルへの完全なURL |
|
|
|アップロードファイル名 |TiddlyWikiを保存するために使用されるファイル名(デフォルトは''index.html'') |
|
|
|アップロードディレクトリ |ファイルの保存に使用するディレクトリの''store.php''からの相対パス |
|
|
|バックアップディレクトリ |バックアップに使用するディレクトリの''store.php''から相対パス |
|
|
|
|
!!! 最大サイズに関する注意
|
|
|
|
TWファイルのサイズが大きくなると、最大アップロードサイズや投稿サイズの値を増やすために、`.htaccess`または`htaccess`ファイル(システムによって異なります)を変更する必要があります。特定の設定については、Webホストプロバイダーに確認してください。試す前に必ずバックアップを作成してください。一部のシステムでは、設定は次のようになります:
|
|
|
|
```
|
|
php_value upload_max_filesize 4M
|
|
php_value post_max_size 6M
|
|
```
|
|
|
|
!!! エラーメッセージに関する注意
|
|
|
|
`split()`に関するエラーメッセージが表示される場合は、''store.php''内の`split`への参照を関数`explode`に変更する必要があるかもしれません。
|