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.

22 lines
688 B

7 months ago
# conceptnull.org
5 months ago
Website for Concept Null (2024)
7 months ago
## About
The wiki and the backend run on MediaWiki/Semantic Wiki. This is inspired by the implementation created by Hackers & Designers.
5 months ago
[Wiki ↗](https://wiki.conceptnull.org/index.php/Main_Page)
5 months ago
5 months ago
[Website ↗](https://new.conceptnull.org/)
7 months ago
## Requirements
5 months ago
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.