summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-06-01 11:06:51 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 20:02:36 +0200
commitea22fd46224c09e8f4d23137f6d5dfa16ebc742e (patch)
treecb56abec728475166f47817955e884ec4d3f6011
parentdafc010d9139836fcdb2592b557535e505366f4c (diff)
downloadwvs-vplan-ea22fd46224c09e8f4d23137f6d5dfa16ebc742e.tar.gz
wvs-vplan-ea22fd46224c09e8f4d23137f6d5dfa16ebc742e.zip
ändere Namen [Bindestrich] zu WvS-VPlan
-rw-r--r--config.xml4
-rw-r--r--css/index.css4
-rw-r--r--index.html8
-rw-r--r--js/index.js4
4 files changed, 10 insertions, 10 deletions
diff --git a/config.xml b/config.xml
index 950b80c..6d288e4 100644
--- a/config.xml
+++ b/config.xml
@@ -6,10 +6,10 @@
id = "***REMOVED***"
version = "0.9.2">
- <name>WvS VPlan</name>
+ <name>WvS-VPlan</name>
<description>
- WvS VPlan lädt den Vertretungsplan des Werner-von-Siemens-Gymnasiums vollautomatisch herunter, zeigt ihn dir an und benachrichtigt dich bei wichtigen Vertretungen.
+ WvS-VPlan lädt den Vertretungsplan des Werner-von-Siemens-Gymnasiums vollautomatisch herunter, zeigt ihn dir an und benachrichtigt dich bei wichtigen Vertretungen.
</description>
<author href="http://***REMOVED***">
diff --git a/css/index.css b/css/index.css
index 6503ac8..4c8d210 100644
--- a/css/index.css
+++ b/css/index.css
@@ -1,8 +1,8 @@
/*
* Copyright (C) 2014
- * This file is part of WvS VPlan.
+ * This file is part of WvS-VPlan.
*
- * WvS VPlan is free software: you can redistribute it and/or modify
+ * WvS-VPlan is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
diff --git a/index.html b/index.html
index e25e7a2..b662646 100644
--- a/index.html
+++ b/index.html
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<!--
Copyright (C) 2014
- This file is part of WvS VPlan.
+ This file is part of WvS-VPlan.
- WvS VPlan is free software: you can redistribute it and/or modify
+ WvS-VPlan is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
@@ -26,7 +26,7 @@
<link rel="stylesheet" type="text/css" href="css/jquery.mobile.structure-1.4.2.min.css" />
<link rel="stylesheet" type="text/css" href="css/jquery.mobile.icons-1.4.2.min.css" />
<link rel="stylesheet" type="text/css" href="css/icon-pack-custom.css" />
- <title>WvS VPlan</title>
+ <title>WvS-VPlan</title>
</head>
<body>
<div data-role="page" id="mainpage">
@@ -62,7 +62,7 @@
</div> <!-- settingspanel -->
<div data-role="header" data-position="fixed">
- <h1>WvS VPlan</h1>
+ <h1>WvS-VPlan</h1>
<a href="#settingspanel" class="ui-btn ui-icon-gear ui-btn-icon-notext ui-corner-all"></a>
</div>
diff --git a/js/index.js b/js/index.js
index 86f50c7..e301862 100644
--- a/js/index.js
+++ b/js/index.js
@@ -1,8 +1,8 @@
/*
* Copyright (C) 2014
- * This file is part of WvS VPlan.
+ * This file is part of WvS-VPlan.
*
- * WvS VPlan is free software: you can redistribute it and/or modify
+ * WvS-VPlan is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.