Difference between revisions of "PyWikiCMS"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
It uses a Semantic Media Wiki as a content management system and presents the content via a configurable frontend. | It uses a Semantic Media Wiki as a content management system and presents the content via a configurable frontend. | ||
= Installation = | = Installation = | ||
+ | == via pip == | ||
+ | <source lang='bash'> | ||
+ | pip install pyWikiCMS | ||
+ | </source> |
Revision as of 07:07, 6 January 2021
OsProject
OsProject | |
---|---|
edit | |
id | pyWikiCMS |
state | |
owner | BITPlan |
title | python implementation of a Mediawiki based Content Management System |
url | https://github.com/BITPlan/pyWikiCMS |
version | 0.0.2 |
description | |
date | 2020/01/06 |
since | |
until |
What is it?
pyWikiCMS is a content management system based on Semantic MediaWiki. It uses a Semantic Media Wiki as a content management system and presents the content via a configurable frontend.
Installation
via pip
pip install pyWikiCMS