Extension:SimpleBlogpage/ja
Appearance
このページまたは節は、Extension:SimpleBlogPage とともに、統合することが提案されています。(議論) |
| この拡張機能は主に外部でサポートされています: BlueSpice Community Forum。 支援が必要な場合は、トークページではなくそちらに投稿してください。 |
リリースの状態: 安定 |
|
|---|---|
| 説明 | Provides a lightweight blogging functionality based on wiki pages |
| 作者 | Hallo Welt! GmbH |
| メンテナー | Hallo Welt! GmbH |
| 最新バージョン | 5.0.0-alpha |
| 互換性の方針 | 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。 |
| MediaWiki | 1.43 (LTS) |
| データベースの変更 | はい |
|
|
|
|
| ライセンス | GNU 一般公衆利用許諾書 3.0 のみ |
| ダウンロード | |
| translatewiki.net で翻訳を利用できる場合は、SimpleBlogpage 拡張機能の翻訳にご協力ください | |
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.
-
Special page "ArticlesHome" with two blog posts with text and photo each.
-
User blog post on the page 'All blog posts'
インストール
- ダウンロードして、ファイルを
extensions/フォルダー内のSimpleBlogPageという名前のディレクトリ内に配置します。
開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SimpleBlogPage
- 以下のコードを LocalSettings.php ファイルの末尾に追加します:
wfLoadExtension( 'SimpleBlogPage' );
完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。
外部リンク
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-SimpleBlogPage
.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
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'SimpleBlogPage' );
完了 Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
Categories:
- Pages to be merged/ja
- Stable extensions/ja
- Extensions with invalid or missing type/ja
- BSUsageTrackerRegisterCollectors extensions/ja
- BeforeDisplayNoArticleText extensions/ja
- BlueSpiceDiscoveryTemplateDataProviderAfterInit extensions/ja
- ContentHandlerDefaultModelFor extensions/ja
- LoadExtensionSchemaUpdates extensions/ja
- MWStakeCommonUIRegisterSkinSlotComponents extensions/ja
- PageSaveComplete extensions/ja
- SkinTemplateNavigation::Universal extensions/ja
- UserLoginComplete extensions/ja
- GetUserPermissionsErrors extensions/ja
- GPL licensed extensions/ja
- Extensions in Wikimedia version control/ja
- All extensions/ja
- Extensions by HalloWelt/ja
- BlueSpice/ja

