summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2020-02-21 09:33:08 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2020-02-21 09:33:08 +0000
commit4ef5c6cdb4f69b3fe232979cccc7c670a0938939 (patch)
tree434c931abb74c680a63868cd161dc19b81e29647 /README
parent12af8617f804f761a9d5a8efd4a4c2499dd63e52 (diff)
downloadnetsurf-4ef5c6cdb4f69b3fe232979cccc7c670a0938939.tar.gz
netsurf-4ef5c6cdb4f69b3fe232979cccc7c670a0938939.tar.bz2
README: Add markdown extension.
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 0 insertions, 27 deletions
diff --git a/README b/README
deleted file mode 100644
index a6b688430..000000000
--- a/README
+++ /dev/null
@@ -1,27 +0,0 @@
-NetSurf
-=======
-
-This document should help point you at various useful bits of information.
-
-
-Building NetSurf
-----------------
-
-Read the [Quick Start](docs/quick-start.md) document for instructions.
-
-
-Creating a new port
--------------------
-
-Look at the existing front ends for example implementations.
-The framebuffer front end is simplest and most self-contained.
-Also, you can [contact the developers](http://www.netsurf-browser.org/contact/)
-for help.
-
-
-Further documentation
----------------------
-
-* [Developer documentation](http://www.netsurf-browser.org/developers/)
-* [Developer wiki](http://wiki.netsurf-browser.org/Documentation/)
-* [Code style guide](http://www.netsurf-browser.org/developers/StyleGuide.pdf)