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