summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt28
1 files changed, 18 insertions, 10 deletions
diff --git a/README.txt b/README.txt
index c90e77f..49afb59 100644
--- a/README.txt
+++ b/README.txt
@@ -1,15 +1,5 @@
- zP -
- | \
- | \
- | |
- | /
-<---+--/
- \ |
- > |
- / |
-<---+
-
# ABOUT
zp is a library for low-level (and high-level)
@@ -48,6 +38,12 @@ initialising it.
# DEVELOPMENT
+When developing, all commits must first be
+commited to the "development" branch. When a
+new version is released, the branch is merged
+with the "master" branch and a tag designating
+the version number is made.
+
Currently, I - the maintainer - do not accept
any code submissions (I do, however, accept
suggestions). This may change in the future.
@@ -63,6 +59,18 @@ EXT version only adds to it, meaning programs
targeting a specific API also support all later
EXT versions of the same API.
+# LOGO
+
+The logo is a ligarature of the two letters of
+the project's name: z and P. For each API
+version, the background colour is updated. The
+following is a list of the colour values of
+current, previous, and planned background:
+
+0: #000000
+1: #00A470
+2: #8E183B (planned)
+
# COPYRIGHT AND LICENSE
Copyright 2022-2023 Gabriel Jensen.