Gitweb links:
...log
http://git.netsurf-browser.org/netsurf-wiki.git/shortlog/c1612a6d583e133d58319a674f8289e02be402e0
...commit
http://git.netsurf-browser.org/netsurf-wiki.git/commit/c1612a6d583e133d58319a674f8289e02be402e0
...tree
http://git.netsurf-browser.org/netsurf-wiki.git/tree/c1612a6d583e133d58319a674f8289e02be402e0
The branch, master has been updated
via c1612a6d583e133d58319a674f8289e02be402e0 (commit)
from b9b1a6172c7c7e97b9a01c93e9eabaec0a335e91 (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-wiki.git/commit/?id=c1612a6d583e133d58319a674f8289e02be402e0
commit c1612a6d583e133d58319a674f8289e02be402e0
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
fix pre-formatted blocks
diff --git a/netsurf_corebuild.mdwn b/netsurf_corebuild.mdwn
index e405860..1635970 100644
--- a/netsurf_corebuild.mdwn
+++ b/netsurf_corebuild.mdwn
@@ -16,78 +16,81 @@ The source layout was in need of improvement to achive use
of core buildsystem.
Most of the layout change has been done and current layout in May 2018 is:
-`├── content
-`│ ├── fetchers
-`│ └── handlers
-`│ ├── css
-`│ ├── html
-`│ ├── image
-`│ ├── javascript
-`│ └── text
-`├── desktop
-`├── docs
-`├── frontends
-`│ ├── amiga
-`│ ├── atari
-`│ ├── beos
-`│ ├── framebuffer
-`│ ├── gtk
-`│ ├── monkey
-`│ ├── riscos
-`│ └── windows
-`├── include
-`│ └── netsurf
-`├── resources
-`│ ├── de
-`│ ├── en
-`│ ├── fr
-`│ ├── icons
-`│ ├── it
-`│ ├── ja
-`│ └── nl
-`├── test
-`│ ├── data
-`│ └── js
-`└── utils
-` ├── http
-` └── nsurl
-
+```
+├── content
+│ ├── fetchers
+│ └── handlers
+│ ├── css
+│ ├── html
+│ ├── image
+│ ├── javascript
+│ └── text
+├── desktop
+├── docs
+├── frontends
+│ ├── amiga
+│ ├── atari
+│ ├── beos
+│ ├── framebuffer
+│ ├── gtk
+│ ├── monkey
+│ ├── riscos
+│ └── windows
+├── include
+│ └── netsurf
+├── resources
+│ ├── de
+│ ├── en
+│ ├── fr
+│ ├── icons
+│ ├── it
+│ ├── ja
+│ └── nl
+├── test
+│ ├── data
+│ └── js
+└── utils
+ ├── http
+ └── nsurl
+```
vincents original target:
-` + netsurf`
-` + resources`
-` + url`
-` + utils`
-` + test`
-` + docs`
-` + include`
-` | + netsurf`
-` + content`
-` | + cache`
-` | + fetchers`
-` | + handlers`
-` | + css`
-` | + image`
-` | + html`
-` | + javascript`
-` | + text`
-` + ui`
-` | + browser`
-` | + widgets`
-` | + textarea`
-` | + treeview`
-` + frontends`
-` + amiga`
-` + atari`
-` + beos`
-` + cocoa`
-` + framebuffer`
-` + gtk`
-` + monkey`
-` + riscos`
-` + windows`
-` `
+```
+ + netsurf
+ + resources
+ + url
+ + utils
+ + test
+ + docs
+ + include
+ | + netsurf
+ + content
+ | + cache
+ | + fetchers
+ | + handlers
+ | + css
+ | + image
+ | + html
+ | + javascript
+ | + text
+ + ui
+ | + browser
+ | + widgets
+ | + textarea
+ | + treeview
+ + frontends
+ + amiga
+ + atari
+ + beos
+ + cocoa
+ + framebuffer
+ + gtk
+ + monkey
+ + riscos
+ + windows
+
+```
tlsa's proposal:
-----------------------------------------------------------------------
Summary of changes:
netsurf_corebuild.mdwn | 141 ++++++++++++++++++++++++------------------------
1 file changed, 72 insertions(+), 69 deletions(-)
diff --git a/netsurf_corebuild.mdwn b/netsurf_corebuild.mdwn
index e405860..1635970 100644
--- a/netsurf_corebuild.mdwn
+++ b/netsurf_corebuild.mdwn
@@ -16,78 +16,81 @@ The source layout was in need of improvement to achive use
of core buildsystem.
Most of the layout change has been done and current layout in May 2018 is:
-`├── content
-`│ ├── fetchers
-`│ └── handlers
-`│ ├── css
-`│ ├── html
-`│ ├── image
-`│ ├── javascript
-`│ └── text
-`├── desktop
-`├── docs
-`├── frontends
-`│ ├── amiga
-`│ ├── atari
-`│ ├── beos
-`│ ├── framebuffer
-`│ ├── gtk
-`│ ├── monkey
-`│ ├── riscos
-`│ └── windows
-`├── include
-`│ └── netsurf
-`├── resources
-`│ ├── de
-`│ ├── en
-`│ ├── fr
-`│ ├── icons
-`│ ├── it
-`│ ├── ja
-`│ └── nl
-`├── test
-`│ ├── data
-`│ └── js
-`└── utils
-` ├── http
-` └── nsurl
-
+```
+├── content
+│ ├── fetchers
+│ └── handlers
+│ ├── css
+│ ├── html
+│ ├── image
+│ ├── javascript
+│ └── text
+├── desktop
+├── docs
+├── frontends
+│ ├── amiga
+│ ├── atari
+│ ├── beos
+│ ├── framebuffer
+│ ├── gtk
+│ ├── monkey
+│ ├── riscos
+│ └── windows
+├── include
+│ └── netsurf
+├── resources
+│ ├── de
+│ ├── en
+│ ├── fr
+│ ├── icons
+│ ├── it
+│ ├── ja
+│ └── nl
+├── test
+│ ├── data
+│ └── js
+└── utils
+ ├── http
+ └── nsurl
+```
vincents original target:
-` + netsurf`
-` + resources`
-` + url`
-` + utils`
-` + test`
-` + docs`
-` + include`
-` | + netsurf`
-` + content`
-` | + cache`
-` | + fetchers`
-` | + handlers`
-` | + css`
-` | + image`
-` | + html`
-` | + javascript`
-` | + text`
-` + ui`
-` | + browser`
-` | + widgets`
-` | + textarea`
-` | + treeview`
-` + frontends`
-` + amiga`
-` + atari`
-` + beos`
-` + cocoa`
-` + framebuffer`
-` + gtk`
-` + monkey`
-` + riscos`
-` + windows`
-` `
+```
+ + netsurf
+ + resources
+ + url
+ + utils
+ + test
+ + docs
+ + include
+ | + netsurf
+ + content
+ | + cache
+ | + fetchers
+ | + handlers
+ | + css
+ | + image
+ | + html
+ | + javascript
+ | + text
+ + ui
+ | + browser
+ | + widgets
+ | + textarea
+ | + treeview
+ + frontends
+ + amiga
+ + atari
+ + beos
+ + cocoa
+ + framebuffer
+ + gtk
+ + monkey
+ + riscos
+ + windows
+
+```
tlsa's proposal:
--
NetSurf Developer Wiki Backing Store
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org