Minor changes

Signed-off-by: Keith Irwin <mail@keithirwin.us>
master
Keith Irwin 2017-02-15 05:41:08 -05:00
parent d4bab351cb
commit c89ae0ce52
6 changed files with 8 additions and 7 deletions

View File

@ -238,4 +238,4 @@ The hypothetical commands `show w' and `show c' should show the appropriate part
You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see <http://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http://www.gnu.org/philosophy/why-not-lgpl.html>.
The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read <http://www.gnu.org/philosophy/why-not-lgpl.html>.

View File

@ -10,4 +10,4 @@ This means that all public access to your location is essentially deleted when y
## Email addresses
Tracman stores email addresses so we can contact users for important stuff (urgent security updates, deletion requests, lost passwords). We will never subscribe you to anything else by default.
Tracman stores email addresses so we can contact users for important stuff (urgent security updates, deletion requests, lost passwords). We will never subscribe you to anything else by default.

View File

@ -40,4 +40,5 @@ $ npm start
* Unified map and dashboard UI
* Security updates
* New admin UI
* New admin UI
*

View File

@ -41,8 +41,8 @@
"drydeploy": "rsync --dry-run -vaP --delete --exclude-from /srv/c9/tracman/.gitignore --exclude .git /srv/c9/tracman/ khp:/srv/tracman",
"revert": "ssh khp 'rsync -aP --delete --exclude-from /srv/tracman/.gitignore --exclude .git /srv/tracman/ kptow:/srv/c9/tracman && sudo systemctl reload-or-restart tracman'",
"dryrevert": "rsync --dry-run -vaP --delete --exclude-from /srv/c9/tracman/.gitignore --exclude .git khp:/srv/tracman/ /srv/c9/tracman",
"log": "ssh khp 'journalctl -u tracman'",
"restart": "ssh khp 'sudo systemctl reload-or-restart tracman'"
"log": "ssh -t khp 'journalctl -u tracman'",
"restart": "ssh -t khp 'sudo systemctl reload-or-restart tracman'"
},
"repository": {
"type": "git",

View File

@ -199,4 +199,4 @@
});
}
module.exports = app;
module.exports = app;

View File

@ -146,4 +146,4 @@ describe('Map popups', function() {
// });
});
});