From b91cdd7ba1a9e9c8c605640cc3c910acd25bf767 Mon Sep 17 00:00:00 2001 From: M.Gergo Date: Thu, 4 Jul 2019 03:24:37 +0200 Subject: readme --- .description | 1 + .gitignore | 2 +- .images/mayor_munin-day.png | Bin 0 -> 56625 bytes .images/nextcloud.png | Bin 0 -> 752602 bytes .pict/mayor_munin-day.png | Bin 56625 -> 0 bytes .pict/nextcloud.png | Bin 752602 -> 0 bytes README.md | 9 +++++---- checkupdate.sh | 2 ++ 8 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 .description create mode 100644 .images/mayor_munin-day.png create mode 100644 .images/nextcloud.png delete mode 100644 .pict/mayor_munin-day.png delete mode 100644 .pict/nextcloud.png diff --git a/.description b/.description new file mode 100644 index 00000000..47a6f4eb --- /dev/null +++ b/.description @@ -0,0 +1 @@ +Ez a MaYoR elektornikus napló (© www.mayor.hu), és a hozzá készített apróbb kiegészítések gyüjteménye. diff --git a/.gitignore b/.gitignore index 436dccab..00c5223e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ *~ -.description* +.description-html diff --git a/.images/mayor_munin-day.png b/.images/mayor_munin-day.png new file mode 100644 index 00000000..e15bbc98 Binary files /dev/null and b/.images/mayor_munin-day.png differ diff --git a/.images/nextcloud.png b/.images/nextcloud.png new file mode 100644 index 00000000..c0d42ef5 Binary files /dev/null and b/.images/nextcloud.png differ diff --git a/.pict/mayor_munin-day.png b/.pict/mayor_munin-day.png deleted file mode 100644 index e15bbc98..00000000 Binary files a/.pict/mayor_munin-day.png and /dev/null differ diff --git a/.pict/nextcloud.png b/.pict/nextcloud.png deleted file mode 100644 index c0d42ef5..00000000 Binary files a/.pict/nextcloud.png and /dev/null differ diff --git a/README.md b/README.md index 769ce7d5..3135a2c6 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ Ez a tároló, a MaYoR elektornikus napló (© [www.mayor.hu](http://www.mayor.hu)), és a hozzá készített apróbb javítások/módosítások/kiegészítések gyüjteménye. -**Az eredeti repó elérhető itt: [http://git.bmrg.hu/mayormods.git](http://git.bmrg.hu/mayormods.git/)** +**Original: [http://git.bmrg.hu/pub/mayormods.git](http://git.bmrg.hu/pub/mayormods.git/)** +**Mirror 2: [https://github.com/eper1/mayormods](https://github.com/EpeR1/mayormods)** -A fenti könyvtárak struktúrája: +## Struktúra: **mayor-jav** > : Az elvégzett javítások ki/egybegyűjtve. (mysql-utf8, update, texgen hibajavítás) @@ -26,7 +27,7 @@ A fenti könyvtárak struktúrája: (A MaYor-napló aktuális leterheltségének monitorozása munin segítségével.) -![munin](http://git.bmrg.hu/mayormods.git/pict/mayor_munin-day.png) +![munin](http://git.bmrg.hu/images/mayormods.git/mayor_munin-day.png) . @@ -37,7 +38,7 @@ A fenti könyvtárak struktúrája: (Felhasználókat (tanár, diák), és csoportokat (tankörök) tölthetünk be vele a mayorból, a nextcloudba. ) (Csoportokat hoz létre a mayor tankörei alapján, majd ezen csoportokba belépteti az adott tankör diákjait, és a tanárait. ) -![munin](http://git.bmrg.hu/mayormods.git/pict/nextcloud.png) +![munin](http://git.bmrg.hu/images/mayormods.git/nextcloud.png) . diff --git a/checkupdate.sh b/checkupdate.sh index d6ab116e..c12d0799 100755 --- a/checkupdate.sh +++ b/checkupdate.sh @@ -32,6 +32,8 @@ if [ "$nrev" -gt "$orev" ]; then git add --all git commit -a -m "Rev: $nrev" + git tag -a "rev$nrev" -m "Rev: $nrev" + fi -- cgit v1.2.3