A graphical editor for creating cookbook entries using the MoinMoin wiki syntax
This repository has been archived on 2021-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Marcel Kapfer 642af75de1
Added version info
2020-05-03 18:11:07 +02:00
writer Switched to MIT License 2020-05-03 18:08:38 +02:00
.editorconfig Initial commit 2020-04-30 10:02:06 +02:00
.gitignore Initial commit 2020-04-30 10:02:06 +02:00
LICENSE Switched to MIT License 2020-05-03 18:08:38 +02:00
README.md Added README 2020-05-03 18:09:06 +02:00
recipe.py Switched to MIT License 2020-05-03 18:08:38 +02:00
requirements.txt Added pyinstaller as requirement 2020-05-03 17:20:55 +02:00
ui_about_dialog.py Added version info 2020-05-03 18:11:07 +02:00
ui_about_dialog.ui Added version info 2020-05-03 18:11:07 +02:00
ui_code_dialog.py Added code dialog 2020-05-03 17:21:56 +02:00
ui_code_dialog.ui Added code dialog 2020-05-03 17:21:56 +02:00
ui_mainwindow.py Modified mainwindow ui 2020-05-03 17:21:12 +02:00
ui_mainwindow.ui Modified mainwindow ui 2020-05-03 17:21:12 +02:00
wikicookbook.py Switched to MIT License 2020-05-03 18:08:38 +02:00

README.md

WikiCookBook

WikiCookBook is a simple graphical editor for creating MoinMoin wiki pages for recips.

It is based on Python, Qt and PyQt.