aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--HACKING4
-rw-r--r--README6
3 files changed, 11 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index e69de29..080f177 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -0,0 +1 @@
+Guido Günther <agx@sigxcpu.org>
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000..c16c616
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,4 @@
+To run from the built copy use something like
+
+ export GSETTINGS_SCHEMA_DIR=$PWD/src
+ ../libplanfahr/run src/uplanfahr
diff --git a/README b/README
index e69de29..b5dadd0 100644
--- a/README
+++ b/README
@@ -0,0 +1,6 @@
+Uplanfahr (aka microplanfahr) is a simple GUI for libplanfahr. Although it can
+be run as dekstop application it's primary purpose is for fullscreen display:
+
+ https://twitter.com/GuidoGuenther/status/455384705685127168/photo/1
+
+See HACKING for some hints on howto run uplanfahr.