From 292e2efab2cc61ff0327f674cf43d8ff504d7c40 Mon Sep 17 00:00:00 2001 From: Kevin Chabowski Date: Sun, 19 Dec 2010 13:05:13 +0100 Subject: Renamed README to README.markdown --- README | 16 ---------------- README.markdown | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 README create mode 100644 README.markdown diff --git a/README b/README deleted file mode 100644 index c61acf2..0000000 --- a/README +++ /dev/null @@ -1,16 +0,0 @@ -Another mandelbrot viewer -======================== - -A Allegro-based, multithreaded (using OpenMP), graphical mandelbrot viewer with -a changeable color palette (with a integrated palette editor). - -Leaving a comment ------------------ - -If you like / dislike this program, leave a comment at: -http://kch42.de/hp/en/programming/11/mandelbrot-viewer - -How to compile --------------- - -See 'COMPILE'. diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..c61acf2 --- /dev/null +++ b/README.markdown @@ -0,0 +1,16 @@ +Another mandelbrot viewer +======================== + +A Allegro-based, multithreaded (using OpenMP), graphical mandelbrot viewer with +a changeable color palette (with a integrated palette editor). + +Leaving a comment +----------------- + +If you like / dislike this program, leave a comment at: +http://kch42.de/hp/en/programming/11/mandelbrot-viewer + +How to compile +-------------- + +See 'COMPILE'. -- cgit v1.2.3-54-g00ecf