Skip to content

Commit

Permalink
Updated website.
Browse files Browse the repository at this point in the history
  • Loading branch information
Uralstech committed Aug 6, 2024
1 parent c811766 commit e676eae
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 ***<https://uralstech.github.io/ezrSquared>***!

For reference documentation on ezr²'s code, check out ***<https://uralstech.github.io/ezrSquaredRefDocs>***.
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 ***<https://uralstech.github.io/ezrSquared>***!

## What's the 'ezrSquared-re' branch?
ezr² is being rewritten from the ground up! Expect more features, better performance and better code documentation!
Expand Down
4 changes: 2 additions & 2 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/api
/_site
api/
_site/
20 changes: 15 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 `[email protected]`.

The contribution requirements will be revamped for the full release.

0 comments on commit e676eae

Please sign in to comment.