summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoronefang2025-04-11 18:08:16 +1000
committeronefang2025-04-11 18:08:16 +1000
commitb47e4b8b616c0399828fe56ef10968d8273ed3f6 (patch)
treeb84591b48992a61def0f3272635b856ca66e0770
parentInit bare repo. (diff)
downloadpolygLua-trunk.zip
polygLua-trunk.tar.gz
polygLua-trunk.tar.bz2
polygLua-trunk.tar.xz
Initial README.trunk
-rw-r--r--README18
1 files changed, 15 insertions, 3 deletions
diff --git a/README b/README
index f374e72..06722cb 100644
--- a/README
+++ b/README
@@ -1,6 +1,18 @@
1An empty README file which should be edited to be a proper about page. 1polygLua. Gluing things onto Lua, making it a polyglot language.
2 2
3Maybe edit .git/cgitrc to point to the 'homepage', like the mantis project. 3I can write Lua in any language. B-)
4
5Also includes some other little useful bits I commonly use, most of which is used in support of its main function.
6
7
8INNER WORKINGS
4 9
5Don't forget to edit .git/description 10ldoc compatible comments are used, may work with luadoc as well.
11 ldoc -b .. ~/SOURCE/polygLua -vaX --style ~/SOURCE/polygLua
6 12
13
14TODO
15
16cgit is fussy and wants a file called README not README.md.
17
18Maybe edit .git/cgitrc to point to the 'homepage', like the mantis project.