From 7f6ac4c5871c4182e6ec8f71fa53590dc5a75d19 Mon Sep 17 00:00:00 2001 From: Zatalyz Date: Tue, 6 Oct 2020 10:33:53 +0200 Subject: [PATCH] =?UTF-8?q?Modification=20du=20fichier=20Readme=20(des=20d?= =?UTF-8?q?=C3=A9tails).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++---------- README.md.backup | 65 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 13 deletions(-) create mode 100644 README.md.backup diff --git a/README.md b/README.md index 53c5fd9..4f4e3a3 100644 --- a/README.md +++ b/README.md @@ -32,29 +32,21 @@ Please consider that I'm not a real developper. I accept merge request, but prob I am really happy if you know how make it better. Contribute as you can, I integrate it if I understand ! -**Special Git tricks (because I always forgot)** +If you see a bug, please create an issue on [my depot](https://git.khaganat.net/khaganat/web/dokuwiki/khum1/-/issues) or send me a mail to [zatalyz.khum1@liev.re](zatalyz.khum1@liev.re). I try to resolve when I can, or find people who can resolve it. - git clone ssh://git@git.khaganat.net:3543/zatalyz/khum1-doku.git - cd khum1-doku -And after - - git pull ssh://git@git.khaganat.net:3543/zatalyz/khum1-doku.git - git add * - git commit -m "Blabla" - git push -u origin master - -**Changelog** -Try to follow [Keep a Changelog](https://keepachangelog.com/fr/1.0.0/). Changelog ar in an other file. +## Changelog +I try to follow [Keep a Changelog](https://keepachangelog.com/fr/1.0.0/). Changelog ar in an other file. ## Credits All real work has made by Anika Henke and Clarence Lee (see [Dokuwiki default template credits](https://www.dokuwiki.org/template:dokuwiki)). Change on this template : + * Zatalyz (design, hack, css) * help of a lot of people on Khaganat to test, find good idea, explain how code work. * YannK (background images and advices) ## License Dokuwiki is on GPL, so this plugin too. More easy and legal. -Share is an act of love, so feel you free. \ No newline at end of file +Share is an act of love, so feel you free. diff --git a/README.md.backup b/README.md.backup new file mode 100644 index 0000000..9835f83 --- /dev/null +++ b/README.md.backup @@ -0,0 +1,65 @@ +# Khum1, Dokuwiki template for Khaganat + +## Description + +This template is based on default Dokuwiki template (version available on 2020-04-09). + +It try to be responsive and accessible. + +Design is for Khaganat, a wonderful open project. Feel free to use it if you Dokuwiki is inspired by Khaganat ; probably better to adapt it at your taste if you have an other project. + +It s better with [sidebar](https://www.dokuwiki.org/faq:sidebar). Wiki without sidebar are like a dishes without salt. + +## Plugin support +Khum1 is designed to integrate certain plugins in particular. They have special css or hack on the template. It work without this plugin too ! + +* [Children pages](https://forge.dotslashplay.it/vv221/dokuwiki-childrenpages) to have tab on top article +* [Translation](http://www.dokuwiki.org/plugin:translation). + +It work well with a lot of plugin too, without hack :) + +## Installation +When this template is ready: +Install it like any other template. Do "search and install" in the extension manager, find "Khum1", select and install it. + +Manually : +Download the folder, rename it "khum1" if it has another name, and put it in 'dokuwki/lib/tpl/'. + +And after, choose it in admin configuration. + +## Support and contributing +Please consider that I'm not a real developper. I accept merge request, but probably I can't debug issue. + +I am really happy if you know how make it better. Contribute as you can, I integrate it if I understand ! + +If you see a bug, please create an issue on [my depot](https://git.khaganat.net/khaganat/web/dokuwiki/khum1/-/issues) or send me a mail to [zatalyz.khum1@liev.re](zatalyz.khum1@liev.re). I try to resolve when I can, or find people who can resolve it. + + +## Changelog +I try to follow [Keep a Changelog](https://keepachangelog.com/fr/1.0.0/). Changelog ar in an other file. + +## Credits +All real work has made by Anika Henke and Clarence Lee (see [Dokuwiki default template credits](https://www.dokuwiki.org/template:dokuwiki)). + +Change on this template : + +* Zatalyz (design, hack, css) +* help of a lot of people on Khaganat to test, find good idea, explain how code work. +* YannK (background images and advices) + +## License +Dokuwiki is on GPL, so this plugin too. More easy and legal. +Share is an act of love, so feel you free. + + +**Special Git tricks (because I always forgot)** + + git clone ssh://git@git.khaganat.net:3543/zatalyz/khum1-doku.git + cd khum1-doku + +And after + + git pull ssh://git@git.khaganat.net:3543/zatalyz/khum1-doku.git + git add * + git commit -m "Blabla" + git push -u origin master \ No newline at end of file