summaryrefslogtreecommitdiff
path: root/developer-weekend/mar-2010.mdwn
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-02-04 11:53:48 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-02-04 11:53:48 +0000
commite38737ced970fdea38138ce3f6bd4b89eb0d5013 (patch)
treedc9303ee43dc4d9acc32c620e9ddcf195a0d80f9 /developer-weekend/mar-2010.mdwn
parent794bc3a7bb7463729ad7e0fff51bd332ff6ff506 (diff)
downloadnetsurf-wiki-e38737ced970fdea38138ce3f6bd4b89eb0d5013.tar.gz
netsurf-wiki-e38737ced970fdea38138ce3f6bd4b89eb0d5013.tar.bz2
Rework developer weekends into an inline
Diffstat (limited to 'developer-weekend/mar-2010.mdwn')
-rw-r--r--developer-weekend/mar-2010.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/developer-weekend/mar-2010.mdwn b/developer-weekend/mar-2010.mdwn
new file mode 100644
index 0000000..2e7b917
--- /dev/null
+++ b/developer-weekend/mar-2010.mdwn
@@ -0,0 +1,30 @@
+[[!meta title="Developer Weekend (Mar 2010)"]]
+[[!meta author="Tlsa"]]
+[[!meta date="2016-09-21T10:30:48Z"]]
+
+
+[[!toc]]
+
+Goals for NetSurf
+-----------------
+
+ 1. Complete jmb/newcache
+ 2. Fix favicons, godsdamnit
+ 3. Refactor initialisation to unthread it slightly
+ -- Make ParserUtils build aliases in, and refactor Hubbub and thus netsurf to not pass it in.
+ 4. Plan the 2.5 release -- RM=vince
+ -- RISC OS, Gtk/Linux (Ubuntu/Debian packages?), Framebuffer?, Amiga (if Chris is ready).
+ -- Bug François about BeOS/Haiku port
+ -- Check libraries and prepare releases for them
+ 5. Consider renaming /my_?realloc/i
+ 6. Plan the abstract IO streams thingy
+
+
+
+ If we have time for the following, we've not done the above properly:
+
+
+ Examine use of libxml tree thingy and see if we can magically replace them with lwc_string
+ -- If we can, hubbub string interning is worth doing at this time.
+
+ Bring hubbub up to html5 again