From 3b526b3ad1597f207c272e59e49d0f00ce5842d3 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Fri, 30 Nov 2012 01:30:06 +0100 Subject: [PATCH] add the base files GitHub recommends for a repo, esp. a README --- .gitignore | 0 LICENSE | 5 +++++ README | 15 +++++++++++++++ TODO | 4 ++++ 4 files changed, 24 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE create mode 100644 README create mode 100644 TODO diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..802ba10 --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +This project is subject to the terms of the Mozilla Public License, v. 2.0 +(MPL2). +MPL2 applies per file so there is a license boilerplate in every file pointing +to the license. +See http://mozilla.org/MPL/2.0/. \ No newline at end of file diff --git a/README b/README new file mode 100644 index 0000000..7157873 --- /dev/null +++ b/README @@ -0,0 +1,15 @@ +Navigate the Mandelbrot set - rewritten web version of the app written for +Robert Kaiser's high school final thesis - +http://science.kairo.at/physics/fba_mandelbrot/toc.html - and web variant of +the add-on presented at +https://addons.mozilla.org/en-US/firefox/addon/kairoat-mandelbrot/ + +This app is listed in the Mozilla Marketplace at +https://marketplace.mozilla.org/app/kairoat-mandelbrot-web/ +and is running on http://mandelbrot.kairo.at/ + +The main repo is http://git-public.kairo.at/?p=mandelbrot.git;a=summary but +it's listed on GitHub at https://github.com/KaiRo-at/mandelbrot for convenience +for potential contributors. See the TODO for tasks that you can help with. + +Please don't use GitHub for issue tracking but http://bugzilla.kairo.at/ diff --git a/TODO b/TODO new file mode 100644 index 0000000..ec17f45 --- /dev/null +++ b/TODO @@ -0,0 +1,4 @@ +Tasks to complete for Mandelbrot Web: + +* Support pinch zoom +* Save bookmarks -- 2.35.3