Flask application which powers the conceptnull.org website, using MediaWiki as it's backend.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Cailean Finn 467d60e0e5 font change 11 months ago
static/assets font change 11 months ago
templates backlinks 11 months ago
.gitignore git ignore added 1 year ago
app.py emojis added & re-order of categories opp 11 months ago
application.py add application 1 year ago
readme.md readme update 1 year ago
requirements.txt default 1 year ago

readme.md

conceptnull.org

Website for Concept Null (2024)

About

The wiki and the backend run on MediaWiki/Semantic Wiki. This is inspired by the implementation created by Hackers & Designers.

Wiki ↗

Website ↗

Requirements

List of requirements:

beautifulsoup4==4.12.3
Flask==3.0.2
Requests==2.31.0

This list can be found in requirement.txt. You can use a virtual environment such as anaconda or venv to install these dependencies.

Running the Application

You can run the application by calling python3 application.py in the root directory. By default it runs in Debug mode.