diff options
-rw-r--r-- | .description | 1 | ||||
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | .images/mayor_munin-day.png (renamed from .pict/mayor_munin-day.png) | bin | 56625 -> 56625 bytes | |||
-rw-r--r-- | .images/nextcloud.png (renamed from .pict/nextcloud.png) | bin | 752602 -> 752602 bytes | |||
-rw-r--r-- | README.md | 9 | ||||
-rwxr-xr-x | checkupdate.sh | 2 |
6 files changed, 9 insertions, 5 deletions
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. @@ -1,4 +1,4 @@ *~ -.description* +.description-html diff --git a/.pict/mayor_munin-day.png b/.images/mayor_munin-day.png Binary files differindex e15bbc98..e15bbc98 100644 --- a/.pict/mayor_munin-day.png +++ b/.images/mayor_munin-day.png diff --git a/.pict/nextcloud.png b/.images/nextcloud.png Binary files differindex c0d42ef5..c0d42ef5 100644 --- a/.pict/nextcloud.png +++ b/.images/nextcloud.png @@ -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 |