Jump to content

Extension:SimpleBlogpage/ja

From mediawiki.org
This page is a translated version of the page Extension:SimpleBlogpage and the translation is 27% complete.
MediaWiki 拡張機能マニュアル
SimpleBlogPage
リリースの状態: 安定
説明 Provides a lightweight blogging functionality based on wiki pages
作者 Hallo Welt! GmbH
メンテナー Hallo Welt! GmbH
最新バージョン 5.0.0-alpha
互換性の方針 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。
MediaWiki 1.43 (LTS)
データベースの変更 はい
  • $wgSimpleBlogPageShowInMainLinks
  • createblogpost
ライセンス GNU 一般公衆利用許諾書 3.0 のみ
ダウンロード
translatewiki.net で翻訳を利用できる場合は、SimpleBlogpage 拡張機能の翻訳にご協力ください
 Community Forum

SimpleBlogPage introduces a blogging system based on standard wiki pages.


使用法 / 機能

  • Each blog entry is a wiki page with content model "blog-post".
  • Blog pages are accessible through the special page "ArticlesHome". Posts are automatically sorted by last edit date.
  • Blog posts are organized as subpages of the page "General" in the "Blog" namespace.
  • Additional blogs can be created by adding new root pages in the Blog namespace.
  • User-specific blogs are available in the "User_blog" namespace.
  • Users can create their own blogs and blog posts directly from the page tools.

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のSimpleBlogPageという名前のディレクトリ内に配置します。
    開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SimpleBlogPage
    
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    wfLoadExtension( 'SimpleBlogPage' );
    
  • Yes 完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

外部リンク


Installation

.git) as a "vcs repository" and the package name (mediawiki/SimpleBlogPage) and version to the require section of your composer.local.json. Example:

{
	"repositories": [
		{
			"type": "vcs",
			"url": "https://github.com/wikimedia/mediawiki-extensions-SimpleBlogPage
.git"
		}
	],
	"require": {
		"mediawiki/SimpleBlogPage": "SimpleBlogPage"
	}
}
  • Run the following command in your MediaWiki installation path
composer update --no-dev
wfLoadExtension( 'SimpleBlogPage' );
  • Yes 完了 Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Bluespice のアイコン

この拡張機能は当初は BlueSpice 向けに作成されました。 BlueSpice は、企業や組織向けの MediaWiki ディストリビューションです。 これは MediaWiki を強化し、特に品質管理、プロセス支援、管理、編集、およびセキュリティの分野で機能を向上させます。 この拡張機能は BlueSpice free とともにダウンロードできます。

BlueSpice: