From e7a1310f6f0c1545ce0e836cc67fed904a635506 Mon Sep 17 00:00:00 2001 From: Tharre Date: Thu, 14 Aug 2014 18:28:19 +0200 Subject: Update README.md, format it to obey the 80 character rule --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d43c21f..8a21006 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,17 @@ # What is redo? -`redo` provides an elegant and minimalistic way of rebuilding files from source. The design stems from Daniel J. Bernstein, who published a basic concept about how `redo` should work on his [website](http://cr.yp.to/redo.html). +`redo` provides an elegant and minimalistic way of rebuilding files from source. +The design stems from Daniel J. Bernstein, who published a basic concept about +how `redo` should work on his [website](http://cr.yp.to/redo.html). -If you want more detailed information about `redo`, a working python implementation of `redo` already exists [here](https://github.com/apenwarr/redo). +If you want more detailed information about `redo`, a working python +implementation already exists [here](https://github.com/apenwarr/redo). # About this implementation -The goal of this project is not only to implement `redo` in C, but also to rethink and improve it. This also means that this project will not try be compatible with other implementations of `redo`, although this shouldn't prove problematic. +The goal of this project is not only to implement `redo` in C, but also to +rethink and improve it. As a consequence, this project will _not_ be compatible +with other implementations of `redo`. # Project status [![Build Status](https://travis-ci.org/Tharre/redo.svg?branch=master)](https://travis-ci.org/Tharre/redo) -This is work in progress, many features are still missing and the behaviour is not set in stone yet. Missing features include parallel builds, recursive checking for do-files, automatic cleanup of build files and probably a lot more. +This is work in progress, many features are still missing and the behaviour is +not set in stone yet. Missing features include parallel builds, recursive +checking for do-files, automatic cleanup of built files and probably a lot more. -- cgit v1.2.3-70-g09d2