aboutsummaryrefslogtreecommitdiffstats
path: root/org/dergods_style_v0.1.org
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-02 18:38:02 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-02 18:38:02 +0100
commit5cf3c156567cd227d652c2ceaedb1a1943a4272f (patch)
treed6b48efb7bff2ab584b758b670591afd054fa45c /org/dergods_style_v0.1.org
parentTypo (diff)
downloadjoe-www-5cf3c156567cd227d652c2ceaedb1a1943a4272f.tar.gz
joe-www-5cf3c156567cd227d652c2ceaedb1a1943a4272f.tar.bz2
joe-www-5cf3c156567cd227d652c2ceaedb1a1943a4272f.tar.xz
joe-www-5cf3c156567cd227d652c2ceaedb1a1943a4272f.tar.zst
joe-www-5cf3c156567cd227d652c2ceaedb1a1943a4272f.zip
Update
Diffstat (limited to 'org/dergods_style_v0.1.org')
-rw-r--r--org/dergods_style_v0.1.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/dergods_style_v0.1.org b/org/dergods_style_v0.1.org
index e4b818f..7d27312 100644
--- a/org/dergods_style_v0.1.org
+++ b/org/dergods_style_v0.1.org
@@ -49,7 +49,7 @@ with some changes.
- A single explicit word describing the file's purpose.
- Example of what a source file should look like: ~g_inventory.cxx~. Its corresponding header file should be ~g_inventory.hxx~ and its compilation-generated object file should be ~g_inventory.cxx.o~. In our case, ~g_~ may be described under the main function as gameplay-related.
- ~.txt~ format is pointless and forbidden.
- - Don't forget a LICENSE and a README. Prefer org-mode or markdown for README if the project is going to be published on platforms such as GitLab or GitHub. Therefore extensions should be ~.org~ or ~.md~. You can add a copy of the README without extension properly formatted to be displayed in a terminal.
+ - Don't forget a LICENSE and a README. Prefer org-mode or markdown for README if the project is going to be published on platforms such as GitLab or GitHub. Therefore extensions should be ~.org~ or ~.md~. You can add a copy of the README without extension properly formatted to be displayed in a terminal or platforms that do not handle org-mode or markdown.
** Makefile
- The project should always contain at least one makefile.