From 2be30a3193a5822b8309625c4defbd54bf1a2823 Mon Sep 17 00:00:00 2001 From: "Sergio R. Caprile" Date: Wed, 1 May 2024 14:42:21 -0300 Subject: [PATCH] move to new skeleton --- examples/huge-response/README.md | 1 - examples/huge-response/mongoose.c | 1 - examples/huge-response/mongoose.h | 1 - examples/video-stream/README.md | 1 - examples/video-stream/mongoose.c | 1 - examples/video-stream/mongoose.h | 1 - tutorials/http/http-restful-server/README.md | 2 +- tutorials/http/http-server/README.md | 2 +- {examples => tutorials/http}/huge-response/Makefile | 0 tutorials/http/huge-response/README.md | 1 + {examples => tutorials/http}/huge-response/main.c | 0 tutorials/http/huge-response/mongoose.c | 1 + tutorials/http/huge-response/mongoose.h | 1 + .../http}/huge-response/web_root/index.html | 0 {examples => tutorials/http}/video-stream/Makefile | 0 tutorials/http/video-stream/README.md | 1 + .../http}/video-stream/images/1.jpg | Bin .../http}/video-stream/images/2.jpg | Bin .../http}/video-stream/images/3.jpg | Bin .../http}/video-stream/images/4.jpg | Bin .../http}/video-stream/images/5.jpg | Bin .../http}/video-stream/images/6.jpg | Bin {examples => tutorials/http}/video-stream/main.c | 0 tutorials/http/video-stream/mongoose.c | 1 + tutorials/http/video-stream/mongoose.h | 1 + .../http}/video-stream/web_root/index.html | 0 26 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 examples/huge-response/README.md delete mode 120000 examples/huge-response/mongoose.c delete mode 120000 examples/huge-response/mongoose.h delete mode 100644 examples/video-stream/README.md delete mode 120000 examples/video-stream/mongoose.c delete mode 120000 examples/video-stream/mongoose.h rename {examples => tutorials/http}/huge-response/Makefile (100%) create mode 100644 tutorials/http/huge-response/README.md rename {examples => tutorials/http}/huge-response/main.c (100%) create mode 120000 tutorials/http/huge-response/mongoose.c create mode 120000 tutorials/http/huge-response/mongoose.h rename {examples => tutorials/http}/huge-response/web_root/index.html (100%) rename {examples => tutorials/http}/video-stream/Makefile (100%) create mode 100644 tutorials/http/video-stream/README.md rename {examples => tutorials/http}/video-stream/images/1.jpg (100%) rename {examples => tutorials/http}/video-stream/images/2.jpg (100%) rename {examples => tutorials/http}/video-stream/images/3.jpg (100%) rename {examples => tutorials/http}/video-stream/images/4.jpg (100%) rename {examples => tutorials/http}/video-stream/images/5.jpg (100%) rename {examples => tutorials/http}/video-stream/images/6.jpg (100%) rename {examples => tutorials/http}/video-stream/main.c (100%) create mode 120000 tutorials/http/video-stream/mongoose.c create mode 120000 tutorials/http/video-stream/mongoose.h rename {examples => tutorials/http}/video-stream/web_root/index.html (100%) diff --git a/examples/huge-response/README.md b/examples/huge-response/README.md deleted file mode 100644 index 84c2fafe..00000000 --- a/examples/huge-response/README.md +++ /dev/null @@ -1 +0,0 @@ -See detailed tutorial at https://mongoose.ws/tutorials/huge-response/ diff --git a/examples/huge-response/mongoose.c b/examples/huge-response/mongoose.c deleted file mode 120000 index 8ef6e62d..00000000 --- a/examples/huge-response/mongoose.c +++ /dev/null @@ -1 +0,0 @@ -../../mongoose.c \ No newline at end of file diff --git a/examples/huge-response/mongoose.h b/examples/huge-response/mongoose.h deleted file mode 120000 index 488ef358..00000000 --- a/examples/huge-response/mongoose.h +++ /dev/null @@ -1 +0,0 @@ -../../mongoose.h \ No newline at end of file diff --git a/examples/video-stream/README.md b/examples/video-stream/README.md deleted file mode 100644 index d89ca7e2..00000000 --- a/examples/video-stream/README.md +++ /dev/null @@ -1 +0,0 @@ -See detailed tutorial at https://mongoose.ws/tutorials/video-stream/ diff --git a/examples/video-stream/mongoose.c b/examples/video-stream/mongoose.c deleted file mode 120000 index 8ef6e62d..00000000 --- a/examples/video-stream/mongoose.c +++ /dev/null @@ -1 +0,0 @@ -../../mongoose.c \ No newline at end of file diff --git a/examples/video-stream/mongoose.h b/examples/video-stream/mongoose.h deleted file mode 120000 index 488ef358..00000000 --- a/examples/video-stream/mongoose.h +++ /dev/null @@ -1 +0,0 @@ -../../mongoose.h \ No newline at end of file diff --git a/tutorials/http/http-restful-server/README.md b/tutorials/http/http-restful-server/README.md index 27450eff..889ab496 100644 --- a/tutorials/http/http-restful-server/README.md +++ b/tutorials/http/http-restful-server/README.md @@ -1 +1 @@ -See detailed tutorial at https://mongoose.ws/tutorials/http-server/ +See detailed tutorial at https://mongoose.ws/tutorials/http/http-server/ diff --git a/tutorials/http/http-server/README.md b/tutorials/http/http-server/README.md index 27450eff..889ab496 100644 --- a/tutorials/http/http-server/README.md +++ b/tutorials/http/http-server/README.md @@ -1 +1 @@ -See detailed tutorial at https://mongoose.ws/tutorials/http-server/ +See detailed tutorial at https://mongoose.ws/tutorials/http/http-server/ diff --git a/examples/huge-response/Makefile b/tutorials/http/huge-response/Makefile similarity index 100% rename from examples/huge-response/Makefile rename to tutorials/http/huge-response/Makefile diff --git a/tutorials/http/huge-response/README.md b/tutorials/http/huge-response/README.md new file mode 100644 index 00000000..f27d6408 --- /dev/null +++ b/tutorials/http/huge-response/README.md @@ -0,0 +1 @@ +See detailed tutorial at https://mongoose.ws/tutorials/http/huge-response/ diff --git a/examples/huge-response/main.c b/tutorials/http/huge-response/main.c similarity index 100% rename from examples/huge-response/main.c rename to tutorials/http/huge-response/main.c diff --git a/tutorials/http/huge-response/mongoose.c b/tutorials/http/huge-response/mongoose.c new file mode 120000 index 00000000..5e522bbc --- /dev/null +++ b/tutorials/http/huge-response/mongoose.c @@ -0,0 +1 @@ +../../../mongoose.c \ No newline at end of file diff --git a/tutorials/http/huge-response/mongoose.h b/tutorials/http/huge-response/mongoose.h new file mode 120000 index 00000000..ee4ac823 --- /dev/null +++ b/tutorials/http/huge-response/mongoose.h @@ -0,0 +1 @@ +../../../mongoose.h \ No newline at end of file diff --git a/examples/huge-response/web_root/index.html b/tutorials/http/huge-response/web_root/index.html similarity index 100% rename from examples/huge-response/web_root/index.html rename to tutorials/http/huge-response/web_root/index.html diff --git a/examples/video-stream/Makefile b/tutorials/http/video-stream/Makefile similarity index 100% rename from examples/video-stream/Makefile rename to tutorials/http/video-stream/Makefile diff --git a/tutorials/http/video-stream/README.md b/tutorials/http/video-stream/README.md new file mode 100644 index 00000000..ab1c9c89 --- /dev/null +++ b/tutorials/http/video-stream/README.md @@ -0,0 +1 @@ +See detailed tutorial at https://mongoose.ws/tutorials/http/video-stream/ diff --git a/examples/video-stream/images/1.jpg b/tutorials/http/video-stream/images/1.jpg similarity index 100% rename from examples/video-stream/images/1.jpg rename to tutorials/http/video-stream/images/1.jpg diff --git a/examples/video-stream/images/2.jpg b/tutorials/http/video-stream/images/2.jpg similarity index 100% rename from examples/video-stream/images/2.jpg rename to tutorials/http/video-stream/images/2.jpg diff --git a/examples/video-stream/images/3.jpg b/tutorials/http/video-stream/images/3.jpg similarity index 100% rename from examples/video-stream/images/3.jpg rename to tutorials/http/video-stream/images/3.jpg diff --git a/examples/video-stream/images/4.jpg b/tutorials/http/video-stream/images/4.jpg similarity index 100% rename from examples/video-stream/images/4.jpg rename to tutorials/http/video-stream/images/4.jpg diff --git a/examples/video-stream/images/5.jpg b/tutorials/http/video-stream/images/5.jpg similarity index 100% rename from examples/video-stream/images/5.jpg rename to tutorials/http/video-stream/images/5.jpg diff --git a/examples/video-stream/images/6.jpg b/tutorials/http/video-stream/images/6.jpg similarity index 100% rename from examples/video-stream/images/6.jpg rename to tutorials/http/video-stream/images/6.jpg diff --git a/examples/video-stream/main.c b/tutorials/http/video-stream/main.c similarity index 100% rename from examples/video-stream/main.c rename to tutorials/http/video-stream/main.c diff --git a/tutorials/http/video-stream/mongoose.c b/tutorials/http/video-stream/mongoose.c new file mode 120000 index 00000000..5e522bbc --- /dev/null +++ b/tutorials/http/video-stream/mongoose.c @@ -0,0 +1 @@ +../../../mongoose.c \ No newline at end of file diff --git a/tutorials/http/video-stream/mongoose.h b/tutorials/http/video-stream/mongoose.h new file mode 120000 index 00000000..ee4ac823 --- /dev/null +++ b/tutorials/http/video-stream/mongoose.h @@ -0,0 +1 @@ +../../../mongoose.h \ No newline at end of file diff --git a/examples/video-stream/web_root/index.html b/tutorials/http/video-stream/web_root/index.html similarity index 100% rename from examples/video-stream/web_root/index.html rename to tutorials/http/video-stream/web_root/index.html