Difference between revisions of "PyWikiCMS"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
{{OsProject | {{OsProject | ||
|id=pyWikiCMS | |id=pyWikiCMS | ||
+ | |state=active | ||
|owner=BITPlan | |owner=BITPlan | ||
|title=python implementation of a Mediawiki based Content Management System | |title=python implementation of a Mediawiki based Content Management System | ||
|url=https://github.com/BITPlan/pyWikiCMS | |url=https://github.com/BITPlan/pyWikiCMS | ||
− | |version=0. | + | |version=0.3.1 |
− | |date=2020 | + | |date=2023-03-07 |
+ | |since=2020-01-06 | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
+ | =Freitext= | ||
= What is it? = | = What is it? = | ||
− | pyWikiCMS is a content management system | + | pyWikiCMS is a content management system based on [https://www.semantic-mediawiki.org/wiki/Semantic_MediaWiki Semantic MediaWiki]. |
+ | 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> | ||
+ | = Structure = | ||
+ | <uml> | ||
+ | package frontend { | ||
+ | package app { | ||
+ | } | ||
+ | } | ||
+ | </uml> | ||
+ | {{1toN|Commits}} |
Latest revision as of 08:10, 7 March 2023
OsProject
OsProject | |
---|---|
edit | |
id | pyWikiCMS |
state | active |
owner | BITPlan |
title | python implementation of a Mediawiki based Content Management System |
url | https://github.com/BITPlan/pyWikiCMS |
version | 0.3.1 |
description | |
date | 2023-03-07 |
since | 2020-01-06 |
until |
Freitext
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
Structure
Commit
Commit | |
---|---|
host | https://github.com |
path | BITPlan |
project | pyWikiCMS |
subject | use localhost for database access |
name | Wolfgang Fahl |
date | 2021/01/12 |
hash | 54d0e55 |
Commit | |
---|---|
host | https://github.com |
path | BITPlan |
project | pyWikiCMS |
subject | adds SQL database exists check |
name | Wolfgang Fahl |
date | 2021/01/12 |
hash | 0a5505e |
Commit | |
---|---|
host | https://github.com |
path | BITPlan |
project | pyWikiCMS |
subject | adds http status symbol |
name | Wolfgang Fahl |
date | 2021/01/13 |
hash | edeb9e5 |
Commit | |
---|---|
host | https://github.com |
path | BITPlan |
project | pyWikiCMS |
subject | adds backup state to wiki over view and makes wiki link available |
name | Wolfgang Fahl |
date | 2021/01/15 |
hash | 7935fe5 |
Commit | |
---|---|
host | https://github.com |
path | BITPlan |
project | pyWikiCMS |
subject | tries adding bootstrap4 icons |
name | Wolfgang Fahl |
date | 2021/01/15 |
hash | d05cefb |