Skip to content

Commit 11078cf

Browse files
committed
change domains to .dev
1 parent 632a60c commit 11078cf

File tree

12 files changed

+23
-23
lines changed

12 files changed

+23
-23
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [![Eryx](https://raw.githubusercontent.com/ImShyMike/Eryx/refs/heads/main/assets/eryx_small.png)](https://eryx.shymike.tech)
1+
# [![Eryx](https://raw.githubusercontent.com/ImShyMike/Eryx/refs/heads/main/assets/eryx_small.png)](https://eryx.shymike.dev)
22

33
[![Package Build](https://img.shields.io/github/actions/workflow/status/ImShyMike/Eryx/python-package.yml?label=Package)](https://github.com/ImShyMike/Eryx/actions/workflows/python-package.yml)
44
[![Documentation](https://img.shields.io/github/deployments/ImShyMike/Eryx/github-pages?label=Documentation)](https://shymike.is-a.dev/Eryx)
@@ -10,7 +10,7 @@
1010
[pypi_url]: https://pypi.org/project/Eryx
1111
[license]: https://github.com/ImShyMike/Eryx/blob/main/LICENSE
1212

13-
## What is [Eryx](https://eryx.shymike.tech)?
13+
## What is [Eryx](https://eryx.shymike.dev)?
1414

1515
Eryx is a decently fast and simple dynamically typed programming language similar to javascript/python.
1616

@@ -23,11 +23,11 @@ Full documentation is available at [https://ImShyMike.github.io/Eryx](https://Im
2323

2424
## Online IDE
2525

26-
An online IDE is hosted at [https://eryx-ide.shymike.tech](https://eryx-ide.shymike.tech). It utilizes the `eryx server` command but has the `os` and `file` modules and `input()` and `exit()` functions disabled (using `--no-file-io`).
26+
An online IDE is hosted at [https://eryx-ide.shymike.dev](https://eryx-ide.shymike.dev). It utilizes the `eryx server` command but has the `os` and `file` modules and `input()` and `exit()` functions disabled (using `--no-file-io`).
2727

2828
## Package Index
2929

30-
The default package index is available at [https://eryx-packages.shymike.tech](https://eryx-packages.shymike.tech), it displays the top packages, allows users to upload packages and view other's packages.
30+
The default package index is available at [https://eryx-packages.shymike.dev](https://eryx-packages.shymike.dev), it displays the top packages, allows users to upload packages and view other's packages.
3131

3232
## Installation
3333

docs/docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ eryx package delete [--server SERVER] <package-name>
157157
- **--server**: Change the package repository URL
158158

159159
!!! note "Default package repo"
160-
The default package repository is [https://eryx-packages.shymike.tech](https://eryx-packages.shymike.tech).
160+
The default package repository is [https://eryx-packages.shymike.dev](https://eryx-packages.shymike.dev).

docs/docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Eryx is a **dynamically typed language**. This means variables can change their
66

77
## Useful urls
88

9-
- [:fontawesome-solid-house:](https://eryx.shymike.tech) Homepage
9+
- [:fontawesome-solid-house:](https://eryx.shymike.dev) Homepage
1010
- [:material-github:](https://github.com/ImShyMike/Eryx) GitHub Repository
11-
- [:fontawesome-solid-box-archive:](https://eryx-packages.shymike.tech) Package Index
12-
- [:material-console:](https://eryx-ide.shymike.tech) Online IDE
11+
- [:fontawesome-solid-box-archive:](https://eryx-packages.shymike.dev) Package Index
12+
- [:material-console:](https://eryx-ide.shymike.dev) Online IDE
1313
- [:fontawesome-brands-python:](https://pypi.org/project/Eryx) PyPI Package
1414

1515
## Quick start

docs/docs/packages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Available 'package' commands:
1414
```
1515

1616
!!! note "Default package repo"
17-
The default package repository is [https://eryx-packages.shymike.tech](https://eryx-packages.shymike.tech).
17+
The default package repository is [https://eryx-packages.shymike.dev](https://eryx-packages.shymike.dev).
1818

1919
## Installing packages
2020

@@ -64,14 +64,14 @@ This will ask you for an API key (you will only have to do this once):
6464

6565
```sh
6666
Please visit the following url to get your API key:
67-
https://eryx-packages.shymike.tech/dashboard
67+
https://eryx-packages.shymike.dev/dashboard
6868

6969
API Key:
7070
```
7171

7272
After entering your API key, the package will be uploaded and available at:
7373

74-
`https://eryx-packages.shymike.tech/package/<package-name>`
74+
`https://eryx-packages.shymike.dev/package/<package-name>`
7575

7676
And you can install it using:
7777

eryx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of the package."""
22

3-
CURRENT_VERSION = "0.5.6"
3+
CURRENT_VERSION = "0.5.7"

eryx/packages/packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
CFG_FILE = "packages.json"
1616
INSTALLED_PACKAGES_LOC = "installed"
17-
DEFAULT_SERVER = "https://eryx-packages.shymike.tech"
17+
DEFAULT_SERVER = "https://eryx-packages.shymike.dev"
1818

1919

2020
def get_config() -> dict:

eryx/server/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
</head>
1919
<body>
2020
<div id="topBar" class="top-bar" style="display:none">
21-
<span id="helpText">Welcome to the web IDE, to get started with Eryx I recommend you check out the <a href="https://ImShyMike.github.io/Eryx" target="_blank">Documentation</a>, the <a href="https://eryx-packages.shymike.tech" target="_blank">Package Index</a> and maybe even star the <a href="https://github.com/ImShyMike/Eryx" target="_blank">Github Repository</a> :D</span>
21+
<span id="helpText">Welcome to the web IDE, to get started with Eryx I recommend you check out the <a href="https://ImShyMike.github.io/Eryx" target="_blank">Documentation</a>, the <a href="https://eryx-packages.shymike.dev" target="_blank">Package Index</a> and maybe even star the <a href="https://github.com/ImShyMike/Eryx" target="_blank">Github Repository</a> :D</span>
2222
<button class="close-button" onclick="closeTopBar()"></button>
2323
</div>
2424
<div class="container">
2525
<div class="header">
26-
<span><a title="Homepage" id="redirect" href="https://eryx.shymike.tech"><strong class="name">Eryx</strong></a> v{{ version }}</span>
26+
<span><a title="Homepage" id="redirect" href="https://eryx.shymike.dev"><strong class="name">Eryx</strong></a> v{{ version }}</span>
2727
<div class="actions">
2828
<button class="button" id="run-button" title="Run">
2929
<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="none" stroke="#cad3f5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polygon points="5 3 19 12 5 21 5 3"></polygon></svg>

homepage/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</head>
1818
<body>
1919
<header>
20-
<h1 id="name"><a href="https://eryx.shymike.tech" style="text-decoration: none;">Eryx</a></h1>
20+
<h1 id="name"><a href="https://eryx.shymike.dev" style="text-decoration: none;">Eryx</a></h1>
2121
</header>
2222

2323
<main>
@@ -27,9 +27,9 @@ <h1 id="name"><a href="https://eryx.shymike.tech" style="text-decoration: none;"
2727
</div>
2828
<div class="buttons">
2929
<a href="https://shymike.is-a.dev/Eryx" target="_blank"><button style="background-color:var(--peach)"><i class="fa-solid fa-book"></i> Documentation</button></a>
30-
<a href="https://eryx-ide.shymike.tech/" target="_blank"><button style="background-color:var(--mauve)"><i class="fa-solid fa-terminal"></i> Online IDE</button></a>
31-
<a href="https://eryx-packages.shymike.tech" target="_blank"><button style="background-color:var(--maroon)"><i class="fa-solid fa-box-archive"></i> Package Index</button></a>
32-
<a href="https://uptime.shymike.tech/status/eryx" target="_blank"><button style="background-color:var(--green)"><i class="fa-solid fa-circle-info"></i> Service Status</button></a>
30+
<a href="https://eryx-ide.shymike.dev/" target="_blank"><button style="background-color:var(--mauve)"><i class="fa-solid fa-terminal"></i> Online IDE</button></a>
31+
<a href="https://eryx-packages.shymike.dev" target="_blank"><button style="background-color:var(--maroon)"><i class="fa-solid fa-box-archive"></i> Package Index</button></a>
32+
<a href="https://uptime.shymike.dev/status/eryx" target="_blank"><button style="background-color:var(--green)"><i class="fa-solid fa-circle-info"></i> Service Status</button></a>
3333
</div>
3434

3535
<div class="container">

package-index/templates/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>API Key</h2>
8282
<path stroke-width="1" d="M12 .5C5.73.5.5 5.73.5 12c0 5.1 3.29 9.41 7.84 10.95.57.1.76-.24.76-.53v-1.89c-3.18.69-3.85-1.53-3.85-1.53-.52-1.34-1.27-1.7-1.27-1.7-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.75 2.67 1.24 3.32.95.1-.74.4-1.24.72-1.52-2.54-.29-5.22-1.27-5.22-5.63 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.01 0 0 .96-.31 3.14 1.17a10.89 10.89 0 012.86-.38c.97 0 1.95.13 2.86.38 2.18-1.48 3.14-1.17 3.14-1.17.62 1.56.23 2.72.11 3.01.73.8 1.17 1.81 1.17 3.05 0 4.37-2.68 5.33-5.23 5.63.41.35.77 1.02.77 2.05v3.04c0 .29.18.63.77.53C20.21 21.41 23.5 17.1 23.5 12 23.5 5.73 18.27.5 12 .5z"/>
8383
</svg>
8484
</a>
85-
<a class="icon" href="https://eryx.shymike.tech" target="_blank" aria-label="Live IDE" title="Live IDE">
85+
<a class="icon" href="https://eryx.shymike.dev" target="_blank" aria-label="Live IDE" title="Live IDE">
8686
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24">
8787
<path fill-rule="evenodd" d="M3 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H3Zm4.293 5.707a1 1 0 0 1 1.414-1.414l3 3a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1-1.414-1.414L9.586 12 7.293 9.707ZM13 14a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2h-3Z" clip-rule="evenodd"/>
8888
</svg>

package-index/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h5>By {{ package.author_username }}</h5>
6363
<path stroke-width="1" d="M12 .5C5.73.5.5 5.73.5 12c0 5.1 3.29 9.41 7.84 10.95.57.1.76-.24.76-.53v-1.89c-3.18.69-3.85-1.53-3.85-1.53-.52-1.34-1.27-1.7-1.27-1.7-1.04-.71.08-.7.08-.7 1.15.08 1.76 1.18 1.76 1.18 1.02 1.75 2.67 1.24 3.32.95.1-.74.4-1.24.72-1.52-2.54-.29-5.22-1.27-5.22-5.63 0-1.24.44-2.25 1.17-3.05-.12-.29-.51-1.45.11-3.01 0 0 .96-.31 3.14 1.17a10.89 10.89 0 012.86-.38c.97 0 1.95.13 2.86.38 2.18-1.48 3.14-1.17 3.14-1.17.62 1.56.23 2.72.11 3.01.73.8 1.17 1.81 1.17 3.05 0 4.37-2.68 5.33-5.23 5.63.41.35.77 1.02.77 2.05v3.04c0 .29.18.63.77.53C20.21 21.41 23.5 17.1 23.5 12 23.5 5.73 18.27.5 12 .5z"/>
6464
</svg>
6565
</a>
66-
<a class="icon" href="https://eryx.shymike.tech" target="_blank" aria-label="Live IDE" title="Live IDE">
66+
<a class="icon" href="https://eryx.shymike.dev" target="_blank" aria-label="Live IDE" title="Live IDE">
6767
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24">
6868
<path fill-rule="evenodd" d="M3 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H3Zm4.293 5.707a1 1 0 0 1 1.414-1.414l3 3a1 1 0 0 1 0 1.414l-3 3a1 1 0 0 1-1.414-1.414L9.586 12 7.293 9.707ZM13 14a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2h-3Z" clip-rule="evenodd"/>
6969
</svg>

0 commit comments

Comments
 (0)