From a89b7b0608aed84bafd319fbaec48acc2f119fbf Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 26 Oct 2010 09:26:51 -0400 Subject: [PATCH] Move `meta/web/html' to `scribble/html'. (See http://lists.racket-lang.org/dev/archive/2010-October/004691.html for a discussion on calling it `html' rather than `xhtml'.) original commit: ca040ea42a7fa2bfb5e5332bee81ab41fec28b82 --- collects/{meta/web => scribble}/html.rkt | 0 collects/{meta/web => scribble}/html/html.rkt | 0 collects/{meta/web => scribble}/html/main.rkt | 0 collects/{meta/web => scribble}/html/resource.rkt | 0 collects/{meta/web => scribble}/html/xml.rkt | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename collects/{meta/web => scribble}/html.rkt (100%) rename collects/{meta/web => scribble}/html/html.rkt (100%) rename collects/{meta/web => scribble}/html/main.rkt (100%) rename collects/{meta/web => scribble}/html/resource.rkt (100%) rename collects/{meta/web => scribble}/html/xml.rkt (100%) diff --git a/collects/meta/web/html.rkt b/collects/scribble/html.rkt similarity index 100% rename from collects/meta/web/html.rkt rename to collects/scribble/html.rkt diff --git a/collects/meta/web/html/html.rkt b/collects/scribble/html/html.rkt similarity index 100% rename from collects/meta/web/html/html.rkt rename to collects/scribble/html/html.rkt diff --git a/collects/meta/web/html/main.rkt b/collects/scribble/html/main.rkt similarity index 100% rename from collects/meta/web/html/main.rkt rename to collects/scribble/html/main.rkt diff --git a/collects/meta/web/html/resource.rkt b/collects/scribble/html/resource.rkt similarity index 100% rename from collects/meta/web/html/resource.rkt rename to collects/scribble/html/resource.rkt diff --git a/collects/meta/web/html/xml.rkt b/collects/scribble/html/xml.rkt similarity index 100% rename from collects/meta/web/html/xml.rkt rename to collects/scribble/html/xml.rkt