diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-01 11:06:51 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:36 +0200 |
| commit | ea22fd46224c09e8f4d23137f6d5dfa16ebc742e (patch) | |
| tree | cb56abec728475166f47817955e884ec4d3f6011 | |
| parent | dafc010d9139836fcdb2592b557535e505366f4c (diff) | |
| download | wvs-vplan-ea22fd46224c09e8f4d23137f6d5dfa16ebc742e.tar.gz wvs-vplan-ea22fd46224c09e8f4d23137f6d5dfa16ebc742e.zip | |
ändere Namen [Bindestrich] zu WvS-VPlan
| -rw-r--r-- | config.xml | 4 | ||||
| -rw-r--r-- | css/index.css | 4 | ||||
| -rw-r--r-- | index.html | 8 | ||||
| -rw-r--r-- | js/index.js | 4 |
4 files changed, 10 insertions, 10 deletions
@@ -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. @@ -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. |
