Commit Graph

18 Commits

Author SHA1 Message Date
Matthias Beyer e9e9950db7 Update README 2016-07-30 12:36:23 +02:00
Kevin K f0dcfb1f4b Deduplicates the Makefile 2016-06-04 07:58:44 -04:00
Kevin K 6a30e67411 Adds a Makefile for building modules
One can now type:

```
$> make
```

Which builds all the modules and places them in a `out/` directory of the project root for easy
finding.

Alternatively one can type:

```
$> make $module
```

Where `$module` is one of the `imag-$module` names, such as `counter`, `link`, etc.

To clean up the `out/` directory it's `$> make clean`
2016-06-03 22:14:09 -04:00
Ron Dahlgren 025ea4b03b Fixes coice / choice typo in README.md 2016-05-06 21:40:15 -04:00
mario 5b31824bf0 add Section about Building/Running imag 2016-04-13 18:56:19 +02:00
Matthias Beyer 40019b4384 Update {README,CONTRIBUTING}.md to contain more detailed information 2016-03-10 12:40:04 +01:00
Matthias Beyer 89089bbc6f Fix wrong license note in README.md file 2016-02-06 18:12:03 +01:00
Matthias Beyer 450886b986 Update README 2016-01-17 19:38:38 +01:00
Matthias Beyer bdcfa34449 Rewrite README, squash some content to save lines 2015-12-29 18:20:56 +01:00
Matthias Beyer 0a2d6384ba Rewrite complete README about modules 2015-11-30 17:03:50 +01:00
Matthias Beyer 2c68184ada Add module for simple note keeping 2015-11-30 16:46:13 +01:00
Matthias Beyer 1795e9d027 Remove "Filesystem access" - They all need FS access 2015-11-30 16:32:15 +01:00
Matthias Beyer da62ea7895 Add image, video and music modules 2015-11-30 16:32:15 +01:00
Matthias Beyer e4a0ea506d Rewrite "How data is stored" -> "Modules" 2015-11-30 16:27:02 +01:00
Matthias Beyer 97b5e6045a Add some notes for bookmark module 2015-11-30 16:27:02 +01:00
Matthias Beyer 8681edcb9a Fixup table markup 2015-11-08 17:38:16 +01:00
Matthias Beyer 768dbbd2cd Add license note 2015-11-08 17:35:11 +01:00
Matthias Beyer bd24110d91 Add README 2015-10-30 23:52:43 +01:00