From 7915fc479f428f4870215c799ce692d464bbd911 Mon Sep 17 00:00:00 2001 From: jdevstatic Date: Thu, 21 Apr 2022 23:52:58 +0800 Subject: [PATCH 1/5] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4cdcb69..c4baa1c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Lightweight Web Server + +*`updated 21 April 2022`* + [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2Flightweight-web-server&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) ![picture](screenshots/screenshot1.png) From 4e2d49361971a7e4f6d33a7e0fdf75a41d5f3e1c Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Sun, 21 Jul 2024 00:36:39 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index c4baa1c..d528238 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,22 @@ # Lightweight Web Server -*`updated 21 April 2022`* - [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2Flightweight-web-server&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) ![picture](screenshots/screenshot1.png) -*** +I'm happy to share with you my custom server written in Java ! + +## Disclaimer +Please note that these projects are presented as a showcase of my work during a +specific period. They represent a snapshot of my skills and accomplishments +at that time. As such, these projects are no longer actively maintained or updated. +They are kept public for demonstration purposes and may not reflect my current +abilities or the latest best practices in the field. -I'm happy to share with you my custom server written in Java. +However, feel free to learn from these archived projects, +preserved as they were during that specific period ! +## Project Intro Network programming is very important. Remember that the Internet was created for that very reason: that is, computers must communicate to one another around the world and @@ -51,15 +58,6 @@ this browser can display images & videos by default. For posting, you need to have a html form, so that data can be entered. -## Q&A - -If you have questions, please utilize the -`Discussions` feature of GitHub. - -You can also create a pull request to start the discussion or query/ies. - -Or, you can raise an issue. I promise I will answer your questions. - ## Compiling & Using The Server This is namespaced as package `xdvrx1_serverProject`. It is up to your IDE @@ -125,16 +123,6 @@ have its own folder, then inside that folder is the default page And there is the form sample to post. When you click `add record`, the data will be sent as POST. -## Contributing - -1. Fork it! -2. Then, make changes and create a pull request. -I'm much more willing to collaborate with you! - ## License MIT- the permissive license - -## TO DO -1. I still want to add a GUI, so -that this will be user-friendly From 889f32c9649c86b05d2927b9b773b4c7b59e57e5 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Sun, 21 Jul 2024 01:35:29 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d528238..bd207be 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ I'm happy to share with you my custom server written in Java ! ## Disclaimer -Please note that these projects are presented as a showcase of my work during a -specific period. They represent a snapshot of my skills and accomplishments -at that time. As such, these projects are no longer actively maintained or updated. -They are kept public for demonstration purposes and may not reflect my current -abilities or the latest best practices in the field. - -However, feel free to learn from these archived projects, -preserved as they were during that specific period ! +Please note that this project is presented as a showcase of my work during a +specific period. It represents a snapshot of my skills and accomplishments +at that time. As such, this project is no longer actively maintained or updated. +It is kept public for demonstration purposes and may not reflect my current +abilities or the latest best practices in the field. + +However, feel free to learn from this archived project, +preserved as it was during that specific period ! ## Project Intro Network programming is very important. Remember that the Internet From de64ff91ab25f0af6ac85ebd8846d899178f79e4 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Mon, 22 Jul 2024 21:10:06 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bd207be..4b3ad17 100644 --- a/README.md +++ b/README.md @@ -124,5 +124,10 @@ And there is the form sample to post. When you click `add record`, the data will be sent as POST. ## License - MIT- the permissive license + +## More Of My Content +- [jdevfullstack Profile](https://github.com/jdevfullstack) +- [jdevfullstack Repos](https://github.com/jdevfullstack?tab=repositories) +- [jdevfullstack Projects](https://github.com/jdevfullstack-projects) +- [jdevfullstack Tutorials](https://github.com/jdevfullstack-tutorials) From ceb619ac53a53cb60d4747c95e280ba202e01d54 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Mon, 22 Jul 2024 21:16:15 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4b3ad17..85e7bdf 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,10 @@ the data will be sent as POST. ## License MIT- the permissive license +## More Java Projects +for more Java discussion and other details, +check the Main Page -> [Java](https://github.com/jdevfullstack/java) + ## More Of My Content - [jdevfullstack Profile](https://github.com/jdevfullstack) - [jdevfullstack Repos](https://github.com/jdevfullstack?tab=repositories)