From 1ade69b8e1e72422ea7eb5c78dac6f6d179f5d32 Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Mon, 14 Jul 2014 22:04:02 +0300 Subject: [PATCH] Add simple readme for BitBucket --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..be2e9ef --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# SailTime + +SailTime is a simple uptime program for Sailfish OS, written in C++, QML and +Javascript. It shows the user the uptime of the device, along with the system +load averages (1, 5 and 15 minutes) and some additional miscellaneous +information. It also has an automatic update timer with a configurable interval +and can save the system's all-time uptime record. + +SailTime is available in the Jolla app store. + +## Licence + +SailTime is open source, licensed under the MIT Expat licence. See the LICENCE +file for more details. + +© Mikko Ahlroth 2013–2014