From e676eae1e80003895b8ee4f44fa65f8662c2ef5c Mon Sep 17 00:00:00 2001 From: Udayshankar Ravikumar Date: Tue, 6 Aug 2024 22:31:57 +0530 Subject: [PATCH] Updated website. --- Changelog.txt | 4 ++-- README.md | 5 +---- docs/.gitignore | 4 ++-- docs/index.md | 20 +++++++++++++++----- 4 files changed, 20 insertions(+), 13 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index 53ef574..e5a8926 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,8 +1,8 @@ CHANGELOG - What's new? * ezr² RE - v0.1.2 [06-08-24] - * Updated documentation. - * Added new documentation website. + * Updated build dependencies. + * Updated documentation and website. * ezr² RE - v0.1.1 [05-08-24] * Updated documentation and some graphics. diff --git a/README.md b/README.md index 6afe8a1..37310ec 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,7 @@ # The `ezr²` Programming Language **ezr², or ezrSquared when you can't use the `²` symbol (or it's too inconvenient) - is an easy to learn and practical interpreted programming language for beginners and experts alike made in C#!** -More information and documentation about ezr² is available at ******! - -For reference documentation on ezr²'s code, check out ******. -The offline reference documentation is available in the releases section of this repository. +More information, documentation and the reference manual for ezr² is available at ******! ## What's the 'ezrSquared-re' branch? ezr² is being rewritten from the ground up! Expect more features, better performance and better code documentation! diff --git a/docs/.gitignore b/docs/.gitignore index fdabc9f..750cbf1 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,2 +1,2 @@ -/api -/_site \ No newline at end of file +api/ +_site/ \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index e170ac3..462190f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ layout: landing # The `ezr²` Programming Language **ezr² is an easy to learn and practical interpreted programming language for beginners and experts alike made in C#! -For more information check out the [*Learn ezr²*](docsrc/Learn-ezrSquared.md) page.** +For more information, check out the [*learn ezr² page*](docsrc/Learn-ezrSquared.md).** ## Advantages @@ -73,17 +73,27 @@ The documentation is packaged with the Windows installer. For other OSes, downlo ## Latest Updates +More frequent development updates will be posted on [***my blog***](https://uralstech.github.io/). + +### New website + +The website has been updated! Now, this website also contains the reference documentation! Please note that the reference documentation is only for ezr² ***RE***, not for older versions. + +### ezr² ***RE*** Release + The latest version of ezr² ***RE*** has been released! ezr² ***RE***, or ***REwrite***, is the project's initiative to rewrite ezr². The latest working version of ezr² ***RE*** has many more features than the latest version of ezr²! But, it is still in development, has some essential features missing. Like the `include` expression, or any built-in object methods like `"a string".length` or `["a", "list"].insert`. If you want to help in testing it out and fixing bugs, feel free to download the latest version of ezr² ***RE*** from the ezr² GitHub releases page and compiling it using the .NET SDK and/or Visual Studio. -ezr² now uses [***Semantic Versioning 2.0.0***](https://semver.org/) for new releases. ezr² development updates will be posted on [***my blog***](https://uralstech.github.io/). +### New Versioning Format + +ezr² now uses [***Semantic Versioning 2.0.0***](https://semver.org/) for new releases. ## Contributing -ezr² is an open source project and welcomes contributions from anyone who wants to improve it. +> [!NOTE] +> The contribution requirements will be revamped for the full ezr² ***RE*** release. +ezr² is an open source project and welcomes contributions from anyone who wants to improve it. If you want to contribute to ezr², please contact Uralstech at `info@uralstech.in`. - -The contribution requirements will be revamped for the full release.