Extension:SimpleBlogPage/it
Appearance
| This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
Stato della release: stabile |
|
|---|---|
| Descrizione | Provides a lightweight blogging functionality based on wiki pages |
| Autore(i) | |
| Mantenuta da | Hallo Welt! GmbH |
| Versione | 5.0.0-alpha |
| Politica di compatibilità | Per ogni versione di MediaWiki LTS (supporto a lungo termine) c'è un branch corrispondente nell'estensione |
| MediaWiki | 1.43 (LTS) |
| Modifiche al Database | Sì |
|
|
|
|
| Licence | GNU General Public License 3.0 only |
| Scaricare | |
| Traduci l'estensione SimpleBlogPage se è disponibile su translatewiki.net | |
SimpleBlogPage introduces a blogging system based on standard wiki pages.
Utilizzo / funzionalità
- 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'
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' );
Done Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
| This extension is included in the following wiki farms/hosts and/or packages: |
Categories:
- Stable extensions/it
- Extensions with invalid or missing type/it
- BSUsageTrackerRegisterCollectors extensions/it
- BeforeDisplayNoArticleText extensions/it
- BlueSpiceDiscoveryTemplateDataProviderAfterInit extensions/it
- ContentHandlerDefaultModelFor extensions/it
- LoadExtensionSchemaUpdates extensions/it
- MWStakeCommonUIRegisterSkinSlotComponents extensions/it
- PageSaveComplete extensions/it
- SkinTemplateNavigation::Universal extensions/it
- UserLoginComplete extensions/it
- GetUserPermissionsErrors extensions/it
- GPL licensed extensions/it
- Extensions in Wikimedia version control/it
- All extensions/it
- Extensions by HalloWelt/it
- BlueSpice/it
- Extensions included in Miraheze/it
- Extensions included in wiki.gg/it
- Extensions included in BlueSpice

