summaryrefslogtreecommitdiff
path: root/netsurf_corebuild.mdwn
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-05-10 15:10:50 +0100
committerVincent Sanders <vince@kyllikki.org>2018-05-10 15:10:50 +0100
commit31729f47a6874da3bbb03e114e02b218d6977934 (patch)
treecf50a7421939f5b909eb3013ab2626a1e598ecf8 /netsurf_corebuild.mdwn
parentc1612a6d583e133d58319a674f8289e02be402e0 (diff)
downloadnetsurf-wiki-31729f47a6874da3bbb03e114e02b218d6977934.tar.gz
netsurf-wiki-31729f47a6874da3bbb03e114e02b218d6977934.tar.bz2
i hate wiki formatting
Diffstat (limited to 'netsurf_corebuild.mdwn')
-rw-r--r--netsurf_corebuild.mdwn74
1 files changed, 37 insertions, 37 deletions
diff --git a/netsurf_corebuild.mdwn b/netsurf_corebuild.mdwn
index 1635970..64215af 100644
--- a/netsurf_corebuild.mdwn
+++ b/netsurf_corebuild.mdwn
@@ -17,41 +17,41 @@ 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:
@@ -63,8 +63,8 @@ vincents original target:
   + utils
   + test
   + docs
-   + include
-   | + netsurf
+   + include
+   | + netsurf
   + content
   | + cache
   | + fetchers