Commit graph

26 commits

Author SHA1 Message Date
a401ec93c5 Merge pull request #675 from matthiasbeyer/make-imag-bin
Add targets for the imag binary itself
2016-08-29 17:14:04 +02:00
2e8973b1ea Add README note on building the imag binary 2016-08-29 11:33:55 +02:00
ca6ee9eee0 Add license badge 2016-08-29 08:35:14 +02:00
b6e5df789b Add badges for travis, issue and PR stats 2016-08-28 23:30:57 +02:00
mario
f115ca1ba2 change README:
update Building instructions
update Running instructions
link to the online-documentation
2016-08-27 14:11:28 +02:00
116eb11910 Add contact information to README 2016-08-02 14:22:58 +02:00
3892640109 Add link to website 2016-08-01 16:37:09 +02:00
da9ed22deb Add contact information including mail and IRC 2016-08-01 09:48:25 +02:00
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
40019b4384 Update {README,CONTRIBUTING}.md to contain more detailed information 2016-03-10 12:40:04 +01:00
89089bbc6f Fix wrong license note in README.md file 2016-02-06 18:12:03 +01:00
450886b986 Update README 2016-01-17 19:38:38 +01:00
bdcfa34449 Rewrite README, squash some content to save lines 2015-12-29 18:20:56 +01:00
0a2d6384ba Rewrite complete README about modules 2015-11-30 17:03:50 +01:00
2c68184ada Add module for simple note keeping 2015-11-30 16:46:13 +01:00
1795e9d027 Remove "Filesystem access" - They all need FS access 2015-11-30 16:32:15 +01:00
da62ea7895 Add image, video and music modules 2015-11-30 16:32:15 +01:00
e4a0ea506d Rewrite "How data is stored" -> "Modules" 2015-11-30 16:27:02 +01:00
97b5e6045a Add some notes for bookmark module 2015-11-30 16:27:02 +01:00
8681edcb9a Fixup table markup 2015-11-08 17:38:16 +01:00
768dbbd2cd Add license note 2015-11-08 17:35:11 +01:00
bd24110d91 Add README 2015-10-30 23:52:43 +01:00