From 0469448c88cbadfaaec17fa3a59c31c81612441a Mon Sep 17 00:00:00 2001 From: trendschau Date: Sun, 3 Nov 2019 15:49:55 +0100 Subject: [PATCH] Version 1.2.17: Format inline elements --- cache/lastCache.txt | 2 +- composer.json | 4 ++-- content/00-Welcome/03-Markdown-Test.md | 2 -- readme.md | 22 +++++++++++++--------- 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/cache/lastCache.txt b/cache/lastCache.txt index 4d74b8e..5654e3b 100644 --- a/cache/lastCache.txt +++ b/cache/lastCache.txt @@ -1 +1 @@ -1571726903 \ No newline at end of file +1572791939 \ No newline at end of file diff --git a/composer.json b/composer.json index de6e23e..c28ee25 100644 --- a/composer.json +++ b/composer.json @@ -1,9 +1,9 @@ { - "name": "trendschau/typemill", + "name": "typemill/typemill", "type": "project", "description": "A crazy simple tool to create web-documentations and online manuals with markdown files.", "keywords": ["documentations","manuals","flat-file","Markdown","php"], - "homepage": "http://typemill.net", + "homepage": "https://typemill.net", "license": "MIT", "config": { "vendor-dir": "system/vendor" diff --git a/content/00-Welcome/03-Markdown-Test.md b/content/00-Welcome/03-Markdown-Test.md index a4b0883..9fc7200 100644 --- a/content/00-Welcome/03-Markdown-Test.md +++ b/content/00-Welcome/03-Markdown-Test.md @@ -299,8 +299,6 @@ $$ x = \int_{0^1}^1(-b \pm \sqrt{b^2-4ac})/(2a) $$ -Das war es dann aber auch. - [^1]: Thank you for scrolling. [^2]: This is the end of the page. diff --git a/readme.md b/readme.md index 35f5dce..0f37b1b 100644 --- a/readme.md +++ b/readme.md @@ -18,6 +18,7 @@ TYPEMILL is a small flat file cms created for editors and writers. It provides a * Allows super easy backend and frontend forms with simple YAML-files. * Ships with a fully responsive standard theme * Ships with plugins for + * Search * MathJax and KaTeX. * Code highlighting. * Matomo/Piwik and Google Analytics. @@ -60,7 +61,7 @@ You can use your ftp-software for that. ## Setup -Please go to `your-typemill-website.com/setup`, create an initial user and then setup your system in the author panel. +Please go to `your-typemill-website.com/setup`, create an initial user and configure your system in the author panel. ## Login @@ -88,17 +89,20 @@ Typemill is still in an early stage and contributions are highly welcome. Here a Some ideas for devs (please fork this repository make your changes and create a pull request): * Fix a bug. -* Create a nice theme. -* Create a new plugin. -* Improve the CSS-code with BEM or utility-css (e.g. Tailwind) and make it modular. -* Rebuild the theme with the new css-grid feature. +* Create a theme. +* Create a plugin. +* Auto-update functionality for core system plugins and themes. +* Create a plugin and theme download page. * Improve the accessibility of html and css. -* Help to establish autotests with selenium or cypress. -* Write unit-tests. -* Write an auto-update functionality. +* Implement an ACL for user roles and rights. For hints, questions, problems and support, please open up a new issue on GitHub. ## Licence -TYPEMILL is published under MIT licence. Please check the licence of the included libraries, too. \ No newline at end of file +TYPEMILL is published under MIT licence. Please check the licence of the included libraries, too. + +## Community & Supporters + +* [Eziquel Bruni](https://github.com/EzequielBruni) edits the typemill documentation. +* [vodaris](https://www.vodaris.de) sponsored the development of the search plugin. \ No newline at end of file