aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-10-12 23:23:10 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-10-12 23:23:10 +0200
commitcdfcae52a49118d43e2064dd228b789b8452664f (patch)
tree62ee1d5f74adf0d085e9421b7a17ab3162dfde96 /README.md
parent33ac32f2351b688300e656dfca3f7f6d69e56949 (diff)
downloadapp.sh-cdfcae52a49118d43e2064dd228b789b8452664f.tar.gz
app.sh-cdfcae52a49118d43e2064dd228b789b8452664f.tar.bz2
app.sh-cdfcae52a49118d43e2064dd228b789b8452664f.tar.xz
app.sh-cdfcae52a49118d43e2064dd228b789b8452664f.zip
Major refactoring. Splitting out the method groups into separate files.
Diffstat (limited to 'README.md')
-rw-r--r--README.md31
1 files changed, 0 insertions, 31 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 4373e16..0000000
--- a/README.md
+++ /dev/null
@@ -1,31 +0,0 @@
-Environment
------------
-
-The following environment variables are set by default:
-
-TODOs
------
-
-* Support installation-wide settings. Useful for shared environment
- settings etc (PATH).
-
-* Add support for hooks in .app/hooks. Example hooks:
- * Diff config. Save a backup of the config On installtaion
-
-* Support changing current version.
-
-* Document app.sh
- * Concept: config. group, key and value.
- * Scriptable
-
-* init.d support
-
-Method Contract
----------------
-
-### Environment variables you can depend on
-
-* `APPSH_NAME`
-* `APPSH_INSTANCE`
-* `APPSH_METHOD`
-