aboutsummaryrefslogtreecommitdiff
path: root/docs/appinternals.txt
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-10-26 19:31:49 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2013-10-26 19:31:49 +0200
commit91052dfc0d9e23b2baf499f6c5aab21b1544a236 (patch)
tree7906e76ef0cde2f27c0b3a6003ee751529df7f91 /docs/appinternals.txt
parent0a48ad9f4a9382627f270065c6f756351474b7a8 (diff)
downloadapp.sh-91052dfc0d9e23b2baf499f6c5aab21b1544a236.tar.gz
app.sh-91052dfc0d9e23b2baf499f6c5aab21b1544a236.tar.bz2
app.sh-91052dfc0d9e23b2baf499f6c5aab21b1544a236.tar.xz
app.sh-91052dfc0d9e23b2baf499f6c5aab21b1544a236.zip
o Adding a man page on internals.
Diffstat (limited to 'docs/appinternals.txt')
-rw-r--r--docs/appinternals.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/appinternals.txt b/docs/appinternals.txt
new file mode 100644
index 0000000..743cb03
--- /dev/null
+++ b/docs/appinternals.txt
@@ -0,0 +1,33 @@
+appinternals(7)
+===============
+
+NAME
+----
+appinternals - Appsh internals
+
+DESCRIPTION
+-----------
+
+Concepts:
+
+resolver::
+ Something that takes a version and resolves it to a specific
+ version. Makes it possible to depend on a development version
+ which is resolved later on.
+
+Configuration properties:
+
+`app.version`::
+ The unresolved version of the application. Configured when the
+ application is installed.
+
+`app.resolved_version`::
+ The resolved version of the application. Is updated by the
+ resolved configured for the project.
+
+`app.installed_version`::
+ The installed version of the application. Is updated by
+ `app-set-version`.
+
+
+// vim: set ft=asciidoc: