aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.description1
-rw-r--r--.gitignore2
-rw-r--r--.images/mayor_munin-day.png (renamed from .pict/mayor_munin-day.png)bin56625 -> 56625 bytes
-rw-r--r--.images/nextcloud.png (renamed from .pict/nextcloud.png)bin752602 -> 752602 bytes
-rw-r--r--README.md9
-rwxr-xr-xcheckupdate.sh2
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.
diff --git a/.gitignore b/.gitignore
index 436dccab..00c5223e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
*~
-.description*
+.description-html
diff --git a/.pict/mayor_munin-day.png b/.images/mayor_munin-day.png
index e15bbc98..e15bbc98 100644
--- a/.pict/mayor_munin-day.png
+++ b/.images/mayor_munin-day.png
Binary files differ
diff --git a/.pict/nextcloud.png b/.images/nextcloud.png
index c0d42ef5..c0d42ef5 100644
--- a/.pict/nextcloud.png
+++ b/.images/nextcloud.png
Binary files 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