Commit Graph

55 Commits

Author SHA1 Message Date
Matthias Beyer 093363f7e1 Add end-date for vacation
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-11-09 21:48:26 +01:00
Matthias Beyer 33210dbde0 Update README
Things done:

* Remove all hints on "issues and pull requests", as these are
  github-terms. Use "issues" in context of "mailinglist" instead.

* Remove some unessesary details on how to build only parts of imag

* Minor updates on the usage examples

* Other minor tweaks.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-10-17 11:37:24 +02:00
Matthias Beyer 9e0194ac6b Remove status badge
They do not render on our git hosting and as we're moved away from
github, we don't need them anymore.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-10-17 11:37:24 +02:00
Matthias Beyer 3f9c98a851 Add vacation notice 2018-05-04 11:46:41 +02:00
Matthias Beyer eebe51b68e Add usage example 2018-05-01 22:29:46 +02:00
Matthias Beyer e8ebe8f88b Update README 2018-01-29 09:38:32 +01:00
Matthias Beyer 6e2aaf6853 Typo 2017-10-31 15:03:30 +01:00
Matthias Beyer 3a317451f6 Add RSS feed 2017-09-11 16:42:06 +02:00
Matthias Beyer 89ceafaab5 Remove Makefile, as cargo can be used now to build all the things 2017-08-26 17:57:39 +02:00
Matthias Beyer ec09d10da6 Update for beeing up-to-date 2017-08-25 18:38:24 +02:00
Matthias Beyer 53b6f090dd Update Readme, remove old parts 2017-08-11 09:07:32 +00:00
Kai Sickeler 820fccae27 Added Tokei badge for displaying LOC 2017-05-10 13:50:53 +02:00
Matthias Beyer 1c0c9ff378 Update some README things 2017-05-03 10:49:37 +02:00
Matthias Beyer 974cc38d05 Make imag-pim.org links https 2017-05-02 17:43:39 +02:00
Matthias Beyer 8680220f9d Fix blog link 2017-05-02 17:43:39 +02:00
Mario Krehl 3e544f1a9e Change README.md because of changed Makefile semantics 2017-03-02 21:21:22 +01:00
Matthias Beyer 0748146a3b Update README 2017-01-25 19:11:08 +01:00
Matthias Beyer 9c81f600b7 Fix wording 2016-10-27 16:40:29 +02:00
Matthias Beyer 0c8ee6a3f2 Remove license justification 2016-10-27 16:40:29 +02:00
Matthias Beyer e94c77f6e4 Rewrite "Documentation" 2016-10-27 16:40:29 +02:00
Matthias Beyer 256f6efcf0 Rewrite "Staying up-to-date" 2016-10-27 14:08:17 +02:00
Matthias Beyer 821f0c75da Rewrite "Running" 2016-10-27 14:08:17 +02:00
Matthias Beyer e8f61dd03b Rewrite how to build imag 2016-10-27 14:08:17 +02:00
Matthias Beyer 5f15c21d30 Rewrite Goal 2016-10-27 14:08:17 +02:00
Matthias Beyer 9e0c9f41ab Move early-dev note 2016-10-27 11:12:20 +02:00
Matthias Beyer d88c5d9a01 Add section about how to stay uptodate 2016-10-07 17:16:45 +02:00
Matthias Beyer 6abdd88182 Fix wording 2016-10-04 13:49:57 +02:00
Matthias Beyer 6b9da878f1 Fix commata 2016-10-04 13:49:41 +02:00
Matthias Beyer 73b11e4bd2 Rewrite README.md 2016-10-03 20:44:06 +02:00
Matthias Beyer 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
Matthias Beyer 2e8973b1ea Add README note on building the imag binary 2016-08-29 11:33:55 +02:00
Matthias Beyer ca6ee9eee0 Add license badge 2016-08-29 08:35:14 +02:00
Matthias Beyer 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
Matthias Beyer 116eb11910 Add contact information to README 2016-08-02 14:22:58 +02:00
Matthias Beyer 3892640109 Add link to website 2016-08-01 16:37:09 +02:00
Matthias Beyer da9ed22deb Add contact information including mail and IRC 2016-08-01 09:48:25 +02:00
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