changed images to legacy

This commit is contained in:
BarsTiger
2022-06-16 13:38:14 +03:00
parent 15892381dc
commit e6a8b0189b
25 changed files with 18 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ To increase account security, we don't provide changing your nickname option and
## Changing email ## Changing email
In email field, type your new email address and press `Change e-mail` button. In email field, type your new email address and press `Change e-mail` button.
![Changing email](/img/developers/changing-credentials/email.png) ![Changing email](/img/legacy/developers/changing-credentials/email.png)
You will receive an email with confirmation link. You will receive an email with confirmation link.
@@ -21,7 +21,7 @@ If you don't have access to your email or you have forgotten your password, you
## Changing password ## Changing password
To change your password, type old and new password and press `Change password` button. To change your password, type old and new password and press `Change password` button.
![Changing password](/img/developers/changing-credentials/password.png) ![Changing password](/img/legacy/developers/changing-credentials/password.png)
If old pass doesn't match with passowrd in config file, you will get an error. If old pass doesn't match with passowrd in config file, you will get an error.

View File

@@ -11,11 +11,11 @@ Under `Manage your packages` you can see all your packages.
Double click on package to edit it. Double click on package to edit it.
![Editing packages](/img/developers/editing-packages/form.png) ![Editing packages](/img/legacy/developers/editing-packages/form.png)
Let's change description. Let's change description.
![Editing description](/img/developers/editing-packages/description.png) ![Editing description](/img/legacy/developers/editing-packages/description.png)
Press `Update` button. Press `Update` button.
@@ -23,7 +23,7 @@ You will see success message.
Now, all data (database and search) have been updated. Now, all data (database and search) have been updated.
![In search](/img/developers/editing-packages/search.png) ![In search](/img/legacy/developers/editing-packages/search.png)
![Info](/img/developers/editing-packages/info.png) ![Info](/img/legacy/developers/editing-packages/info.png)
You can bring back old package data by changing it again. You can bring back old package data by changing it again.

View File

@@ -34,14 +34,14 @@ So, for example, you wrote a python (or other not compiled) file. You don't whan
Go to Python (or NodeJS, etc.) official website and copy installer link. You should add it to dependencies in horsy. Go to Python (or NodeJS, etc.) official website and copy installer link. You should add it to dependencies in horsy.
![Download Python](/img/developers/file-req/zxcpython.png) ![Download Python](/img/legacy/developers/file-req/zxcpython.png)
![Download NodeJS](/img/developers/file-req/nodejszxxxc.png) ![Download NodeJS](/img/legacy/developers/file-req/nodejszxxxc.png)
## Uploading ## Uploading
horsy doesn't keep your files, so you need to upload them to any servers. horsy doesn't keep your files, so you need to upload them to any servers.
For example, it can be GitHub. Copy link to exe in `Download` button, if on GitHub. For example, it can be GitHub. Copy link to exe in `Download` button, if on GitHub.
![Download](/img/developers/file-req/dl-button.png) ![Download](/img/legacy/developers/file-req/dl-button.png)
Link to executable should end on `.exe` or `.zip` Link to executable should end on `.exe` or `.zip`

View File

@@ -18,7 +18,7 @@ So, press the `Log in/Log out` button.
You will see form You will see form
![Login form](/img/developers/gui-uploading/login.jpg) ![Login form](/img/legacy/developers/gui-uploading/login.jpg)
Fill out the form and press `Log in`. Fill out the form and press `Log in`.
@@ -31,7 +31,7 @@ Fill the form
Uploading looked like this: Uploading looked like this:
![Filled form](/img/developers/gui-uploading/form-filled.png) ![Filled form](/img/legacy/developers/gui-uploading/form-filled.png)
So, first option is project name. It should be something like `yourapp`, `your-app`, `your_app`, etc. So, first option is project name. It should be something like `yourapp`, `your-app`, `your_app`, etc.

View File

@@ -31,7 +31,7 @@ If nothing happens - start app once more, it can be blocked or stopped with othe
You will see installer GUI You will see installer GUI
![Installer GUI](/img/installation/installer.png) ![Installer GUI](/img/legacy/installation/installer.png)
Press ```Choose path``` button and choose folder where horsy and its apps will be installed. We will create ```horsy``` folder in folder that you have chosen Press ```Choose path``` button and choose folder where horsy and its apps will be installed. We will create ```horsy``` folder in folder that you have chosen

View File

@@ -10,15 +10,15 @@ To enable it, you need to have VirusTotal API key.
## Getting API key ## Getting API key
Go to [VirusTotal](https://www.virustotal.com/) and create an account. Go to [VirusTotal](https://www.virustotal.com/) and create an account.
![VirusTotal sign up](/img/more/virustotal/signup_button.png) ![VirusTotal sign up](/img/legacy/more/virustotal/signup_button.png)
Create account and open this in menu: Create account and open this in menu:
![API key tab](/img/more/virustotal/apikey_button.png) ![API key tab](/img/legacy/more/virustotal/apikey_button.png)
Copy your api key: Copy your api key:
![API key](/img/more/virustotal/apikey.png) ![API key](/img/legacy/more/virustotal/apikey.png)
It is 64-character long string from random numbers and letters, for example It is 64-character long string from random numbers and letters, for example
`0f000f0000f00f000000f0000f0000f00f0000f0000f00f0f0000f0f000f00f0` `0f000f0000f00f000000f0000f0000f00f0000f0000f00f0f0000f0f000f00f0`

View File

@@ -13,7 +13,7 @@ Whis will run ```horsygui.exe``` with console, and if you have default terminal,
If you launch it first time, you will empty installed window, something like this: If you launch it first time, you will empty installed window, something like this:
![Empty installed window](/img/for-users/first-gui-launch/empty-installed.png) ![Empty installed window](/img/legacy/for-users/first-gui-launch/empty-installed.png)
If you see strange laggs - don't worry. If noone uses server, it stops itself, so now it loads, it will take several seconds. If you see strange laggs - don't worry. If noone uses server, it stops itself, so now it loads, it will take several seconds.
@@ -25,11 +25,11 @@ Click ```Browse``` tab.
In search box, type app name. We use `Algolia` for searching, so you can type two-three letters, search by description and even dependencies. In search box, type app name. We use `Algolia` for searching, so you can type two-three letters, search by description and even dependencies.
![Search](/img/for-users/first-gui-launch/kotosearch.png) ![Search](/img/legacy/for-users/first-gui-launch/kotosearch.png)
Press `Search` button. Press `Search` button.
![Found](/img/for-users/first-gui-launch/found.png) ![Found](/img/legacy/for-users/first-gui-launch/found.png)
Now, select `kotogamescam` app and press `Install` button Now, select `kotogamescam` app and press `Install` button

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

Before

Width:  |  Height:  |  Size: 189 KiB

After

Width:  |  Height:  |  Size: 189 KiB

View File

Before

Width:  |  Height:  |  Size: 144 KiB

After

Width:  |  Height:  |  Size: 144 KiB

View File

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB