summaryrefslogtreecommitdiff
path: root/README.md
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.md
parent12af8617f804f761a9d5a8efd4a4c2499dd63e52 (diff)
downloadnetsurf-4ef5c6cdb4f69b3fe232979cccc7c670a0938939.tar.gz
netsurf-4ef5c6cdb4f69b3fe232979cccc7c670a0938939.tar.bz2
README: Add markdown extension.
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..a6b688430
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+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)