Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/4ef5c6cdb4f69b3fe232979cccc7c670a0938939
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/4ef5c6cdb4f69b3fe232979cccc7c670a0938939
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/4ef5c6cdb4f69b3fe232979cccc7c670a0938939

The branch, master has been updated
       via  4ef5c6cdb4f69b3fe232979cccc7c670a0938939 (commit)
       via  12af8617f804f761a9d5a8efd4a4c2499dd63e52 (commit)
      from  4ba326d71d09eecd005782f264b1832d10f095b2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=4ef5c6cdb4f69b3fe232979cccc7c670a0938939
commit 4ef5c6cdb4f69b3fe232979cccc7c670a0938939
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    README: Add markdown extension.

diff --git a/README b/README
deleted file mode 100644
index a6b6884..0000000
--- 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)
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a6b6884
--- /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)


commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=12af8617f804f761a9d5a8efd4a4c2499dd63e52
commit 12af8617f804f761a9d5a8efd4a4c2499dd63e52
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    README: Convert to markdown.

diff --git a/README b/README
index f983b9e..a6b6884 100644
--- a/README
+++ b/README
@@ -1,40 +1,27 @@
---------------------------------------------------------------------------------
-  NetSurf README
---------------------------------------------------------------------------------
+NetSurf
+=======
 
-  This document should help point you at various useful bits of information.
+This document should help point you at various useful bits of information.
 
 
-  Building NetSurf
-==================
-  
-  Read the QUICK-START document in the Docs/ directory for instructions.
+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 for help:
+Creating a new port
+-------------------
 
-      http://www.netsurf-browser.org/contact/
+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.
 
-  Check out the developer documentation sources listed below too.
 
+Further documentation
+---------------------
 
-  Further documentation
-=======================
-
-  The Developer section of the web site has loads of info to get you started:
-
-      http://www.netsurf-browser.org/developers/
-
-  General documentation on how NetSurf's code works can be found on the
-  development wiki:
-
-      http://wiki.netsurf-browser.org/Documentation/
-
-  The code style guide is here:
-
-      http://www.netsurf-browser.org/developers/StyleGuide.pdf
+* [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)


-----------------------------------------------------------------------

Summary of changes:
 README    |   40 ----------------------------------------
 README.md |   27 +++++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 40 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md

diff --git a/README b/README
deleted file mode 100644
index f983b9e..0000000
--- a/README
+++ /dev/null
@@ -1,40 +0,0 @@
---------------------------------------------------------------------------------
-  NetSurf README
---------------------------------------------------------------------------------
-
-  This document should help point you at various useful bits of information.
-
-
-  Building NetSurf
-==================
-  
-  Read the QUICK-START document in the Docs/ directory 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 for help:
-
-      http://www.netsurf-browser.org/contact/
-
-  Check out the developer documentation sources listed below too.
-
-
-  Further documentation
-=======================
-
-  The Developer section of the web site has loads of info to get you started:
-
-      http://www.netsurf-browser.org/developers/
-
-  General documentation on how NetSurf's code works can be found on the
-  development wiki:
-
-      http://wiki.netsurf-browser.org/Documentation/
-
-  The code style guide is here:
-
-      http://www.netsurf-browser.org/developers/StyleGuide.pdf
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a6b6884
--- /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)


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to