From 5c3eb518ae905af66050bf5f8f40ed83b4310def Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sat, 3 Dec 2011 22:38:12 -0500 Subject: [PATCH] various updates --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index e576aad..13b58e3 100644 --- a/README +++ b/README @@ -26,6 +26,9 @@ web.d.php - a PHP library meant to ease integration of php components with web.d apps. Gives (read) access to the session, and full access to your D ApiProviders. +html.d - functions to manipulate HTML documents, and now css and javascript + with DOM functions, nested css statements, and macros for css and js. + Database related ================ @@ -59,8 +62,6 @@ request, to an extent): httpd.d - an embedded web server oauth.d - client/server stuff for oauth1 -html.d - a bunch of dom translation functions. Think unobstructive javascript - on the server side browser.d - a very small html widget netman.d - handles net connections (required by httpd.d) imagedraft.d - (temporary name) has algorithms for images @@ -72,4 +73,4 @@ midi.d - reading and writing MIDI files Authors: -Thanks go to Nick Sabalusky, Trass3r, and Stanislav Blinov for input and patches. +Thanks go to Nick Sabalusky, Trass3r, Stanislav Blinov, and maartenvd for input and patches.