From: Robert Kaiser Date: Fri, 30 Nov 2012 00:30:06 +0000 (+0100) Subject: add the base files GitHub recommends for a repo, esp. a README X-Git-Tag: production~4 X-Git-Url: https://git-public.kairo.at/?p=mandelbrot-web.git;a=commitdiff_plain;h=3b526b3ad1597f207c272e59e49d0f00ce5842d3 add the base files GitHub recommends for a repo, esp. a README --- 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