diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..c3bb87f --- /dev/null +++ b/docs/README.md @@ -0,0 +1,19 @@ +mycolog lets you keep notes on the different components in mushroom +cultivation projects. Never lose track of your petri dishes again, +effortlessly review the contents of your storage and easily find genetic +relatives by taking a look at family trees. + +mycolog is free and open software and does not connect to the internet. +Your data stays on your computer alone and there is no risk of losing it +to a discontinued web service. + +# Installation +Download mycolog for Windows: [mycolog_0.1.0_Windows_amd64.zip](https://github.com/codesoap/mycolog/releases/download/v0.1.0/mycolog_0.1.0_Windows_amd64.zip) + +In order to see family trees, you also need to install Graphviz. You can download it [here](https://graphviz.org/download/#windows). + +# Backups +mycolog stores all its data in a single file. On Windows +you'll find it in your user profile folder, usually +`C:\Users\\mycolog.sqlite3`. Make sure to create backups +of this file, so that your data is not lost when your computer breaks. diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..be3a7d8 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,3 @@ +theme: jekyll-theme-slate +title: mycolog +description: Keep Track of Your Mushroom Cultivation Projects diff --git a/docs/_includes/head-custom.html b/docs/_includes/head-custom.html new file mode 100644 index 0000000..a949303 --- /dev/null +++ b/docs/_includes/head-custom.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/docs/favicon/android-chrome-192x192.png b/docs/favicon/android-chrome-192x192.png new file mode 100644 index 0000000..2fd4717 Binary files /dev/null and b/docs/favicon/android-chrome-192x192.png differ diff --git a/docs/favicon/android-chrome-512x512.png b/docs/favicon/android-chrome-512x512.png new file mode 100644 index 0000000..2845592 Binary files /dev/null and b/docs/favicon/android-chrome-512x512.png differ diff --git a/docs/favicon/apple-touch-icon.png b/docs/favicon/apple-touch-icon.png new file mode 100644 index 0000000..adcff89 Binary files /dev/null and b/docs/favicon/apple-touch-icon.png differ diff --git a/docs/favicon/browserconfig.xml b/docs/favicon/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/docs/favicon/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/docs/favicon/favicon-16x16.png b/docs/favicon/favicon-16x16.png new file mode 100644 index 0000000..73213c3 Binary files /dev/null and b/docs/favicon/favicon-16x16.png differ diff --git a/docs/favicon/favicon-32x32.png b/docs/favicon/favicon-32x32.png new file mode 100644 index 0000000..c2f8117 Binary files /dev/null and b/docs/favicon/favicon-32x32.png differ diff --git a/docs/favicon/favicon.ico b/docs/favicon/favicon.ico new file mode 100644 index 0000000..7a1cac8 Binary files /dev/null and b/docs/favicon/favicon.ico differ diff --git a/docs/favicon/mstile-144x144.png b/docs/favicon/mstile-144x144.png new file mode 100644 index 0000000..1b1d0d8 Binary files /dev/null and b/docs/favicon/mstile-144x144.png differ diff --git a/docs/favicon/mstile-150x150.png b/docs/favicon/mstile-150x150.png new file mode 100644 index 0000000..ffc0359 Binary files /dev/null and b/docs/favicon/mstile-150x150.png differ diff --git a/docs/favicon/mstile-310x150.png b/docs/favicon/mstile-310x150.png new file mode 100644 index 0000000..37ce2ab Binary files /dev/null and b/docs/favicon/mstile-310x150.png differ diff --git a/docs/favicon/mstile-310x310.png b/docs/favicon/mstile-310x310.png new file mode 100644 index 0000000..dcbbd46 Binary files /dev/null and b/docs/favicon/mstile-310x310.png differ diff --git a/docs/favicon/mstile-70x70.png b/docs/favicon/mstile-70x70.png new file mode 100644 index 0000000..dbd1ec2 Binary files /dev/null and b/docs/favicon/mstile-70x70.png differ diff --git a/docs/favicon/safari-pinned-tab.svg b/docs/favicon/safari-pinned-tab.svg new file mode 100644 index 0000000..a7f0559 --- /dev/null +++ b/docs/favicon/safari-pinned-tab.svg @@ -0,0 +1,18 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + diff --git a/docs/favicon/site.webmanifest b/docs/favicon/site.webmanifest new file mode 100644 index 0000000..b20abb7 --- /dev/null +++ b/docs/favicon/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +}