summaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2019-12-08Rewrite README to contain less boilerplate textMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-27Rewrite mission statementMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-26Revert "Add vacation notice"Matthias Beyer
This reverts commit 3f9c98a85149c27f0088c73bad00690efd7f22ac. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> # Conflicts: # README.md
2018-11-09Update examplesMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-11-09Add end-date for vacationMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-10-17Update READMEMatthias Beyer
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-17Remove status badgeMatthias Beyer
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-05-04Add vacation noticeMatthias Beyer
2018-05-01Add usage exampleMatthias Beyer
2018-01-29Update READMEMatthias Beyer
2017-10-31TypoMatthias Beyer
2017-09-11Add RSS feedMatthias Beyer
2017-08-26Remove Makefile, as cargo can be used now to build all the thingsMatthias Beyer
2017-08-25Update for beeing up-to-dateMatthias Beyer
2017-08-11Update Readme, remove old partsMatthias Beyer
2017-05-10Added Tokei badge for displaying LOCKai Sickeler
2017-05-03Update some README thingsMatthias Beyer
2017-05-02Make imag-pim.org links httpsMatthias Beyer
2017-05-02Fix blog linkMatthias Beyer
2017-03-02Change README.md because of changed Makefile semanticsMario Krehl
2017-01-25Update READMEMatthias Beyer
2016-10-27Fix wordingMatthias Beyer
2016-10-27Remove license justificationMatthias Beyer
2016-10-27Rewrite "Documentation"Matthias Beyer
2016-10-27Rewrite "Staying up-to-date"Matthias Beyer
2016-10-27Rewrite "Running"Matthias Beyer
2016-10-27Rewrite how to build imagMatthias Beyer
2016-10-27Rewrite GoalMatthias Beyer
2016-10-27Move early-dev noteMatthias Beyer
2016-10-07Add section about how to stay uptodateMatthias Beyer
2016-10-04Fix wordingMatthias Beyer
2016-10-04Fix commataMatthias Beyer
2016-10-03Rewrite README.mdMatthias Beyer
2016-08-29Merge pull request #675 from matthiasbeyer/make-imag-binMatthias Beyer
Add targets for the imag binary itself
2016-08-29Add README note on building the imag binaryMatthias Beyer
2016-08-29Add license badgeMatthias Beyer
2016-08-28Add badges for travis, issue and PR statsMatthias Beyer
2016-08-27change README:mario
update Building instructions update Running instructions link to the online-documentation
2016-08-02Add contact information to READMEMatthias Beyer
2016-08-01Add link to websiteMatthias Beyer
2016-08-01Add contact information including mail and IRCMatthias Beyer
2016-07-30Update READMEMatthias Beyer
2016-06-04Deduplicates the MakefileKevin K
2016-06-03Adds a Makefile for building modulesKevin K
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-05-06Fixes coice / choice typo in README.mdRon Dahlgren
2016-04-13add Section about Building/Running imagmario
2016-03-10Update {README,CONTRIBUTING}.md to contain more detailed informationMatthias Beyer
2016-02-06Fix wrong license note in README.md fileMatthias Beyer
2016-01-17Update READMEMatthias Beyer
2015-12-29Rewrite README, squash some content to save linesMatthias Beyer