mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-07-21 12:46:26 +03:00
[metamod] fix html Title for seo
This commit is contained in:
parent
3b13733350
commit
9d0422b8d2
@ -6,6 +6,10 @@ description: Metamod-r is an optimized version of the original Metamod, enhancin
|
||||
slug: /metamod-r/compilling
|
||||
---
|
||||
|
||||
<head>
|
||||
<title>Metamod-R: Compilling | ReHLDS</title>
|
||||
</head>
|
||||
|
||||
# Build instructions
|
||||
### Checking requirements
|
||||
There are several software requirements for building Metamod-r:
|
||||
|
@ -6,6 +6,10 @@ description: Metamod-r is an optimized version of the original Metamod, enhancin
|
||||
slug: /metamod-r/credits
|
||||
---
|
||||
|
||||
<head>
|
||||
<title>Metamod-R: Credits | ReHLDS</title>
|
||||
</head>
|
||||
|
||||
# Credits
|
||||
|
||||
**Metamod-r** is based on the original version of [Metamod](http://metamod.org/) written by _Will Day_ for Half-Life 1 with some improvements from [Jussi Kivilinna](https://github.com/jkivilin) ([Metamod-p](https://github.com/jkivilin/metamod-p)). This product contains a large number of performance optimizations and more pure code. The core was written using JIT compiler.
|
||||
|
@ -6,6 +6,10 @@ description: Metamod-r is an optimized version of the original Metamod, enhancin
|
||||
slug: /metamod-r/install
|
||||
---
|
||||
|
||||
<head>
|
||||
<title>Metamod-R: Installing | ReHLDS</title>
|
||||
</head>
|
||||
|
||||
# Installing
|
||||
|
||||
Check out [list of supported games](/docs/metamod-r/supported-games) and make sure that there is your game in the list. _Don't be upset if it's not. After installation you can check the performance of **Metamod-r** with your `unsupported` mod after fine tuning by this [article](/docs/metamod-r/settings). There is a possibility that the game will start._
|
||||
|
@ -6,6 +6,10 @@ description: Metamod-r is an optimized version of the original Metamod, enhancin
|
||||
slug: /metamod-r/settings
|
||||
---
|
||||
|
||||
<head>
|
||||
<title>Metamod-R: Settings | ReHLDS</title>
|
||||
</head>
|
||||
|
||||
# Settings
|
||||
|
||||
## Connection of the plugins in plugins.ini
|
||||
|
@ -6,6 +6,10 @@ description: Metamod-r is an optimized version of the original Metamod, enhancin
|
||||
slug: /metamod-r/supported-games
|
||||
---
|
||||
|
||||
<head>
|
||||
<title>Metamod-R: Supported games | ReHLDS</title>
|
||||
</head>
|
||||
|
||||
# Supported games
|
||||
|
||||
Enthusiasts from the community looked at the famous versions of _Metamod_,
|
||||
|
@ -6,6 +6,10 @@ description: Metamod-r is an optimized version of the original Metamod, enhancin
|
||||
slug: /metamod-r/troubbleshouting
|
||||
---
|
||||
|
||||
<head>
|
||||
<title>Metamod-R: Troubbleshouting | ReHLDS</title>
|
||||
</head>
|
||||
|
||||
# Troubbleshouting
|
||||
|
||||
## How to report about the problem correctly:
|
||||
|
@ -6,6 +6,10 @@ description: Metamod-r is an optimized version of the original Metamod, enhancin
|
||||
slug: /metamod-r/compilling
|
||||
---
|
||||
|
||||
<head>
|
||||
<title>Metamod-R: Инструкция по сборке | ReHLDS</title>
|
||||
</head>
|
||||
|
||||
# Инструкция по сборке
|
||||
|
||||
### Проверка требований
|
||||
|
@ -6,6 +6,10 @@ description: Metamod-r is an optimized version of the original Metamod, enhancin
|
||||
slug: /metamod-r/credits
|
||||
---
|
||||
|
||||
<head>
|
||||
<title>Metamod-R: Авторы | ReHLDS</title>
|
||||
</head>
|
||||
|
||||
# Авторы
|
||||
|
||||
**Metamod-r** основан на оригинальной версии [Metamod](http://metamod.org/), написанной _Will Day_ для Half-Life 1 с некоторыми улучшениями от _[Jussi Kivilinna](https://github.com/jkivilin)_ ([Metamod-p](https://github.com/jkivilin/metamod-p)). Данный продукт содержит большое количество оптимизаций производительности и более чистый код. Ядро было написано с использованием JIT-компилятора.
|
||||
|
@ -6,6 +6,10 @@ description: Metamod-r is an optimized version of the original Metamod, enhancin
|
||||
slug: /metamod-r/install
|
||||
---
|
||||
|
||||
<head>
|
||||
<title>Metamod-R: Установка | ReHLDS</title>
|
||||
</head>
|
||||
|
||||
# Установка
|
||||
|
||||
Ознакомьтесь со [списком поддерживаемых игр](/ru/docs/metamod-r/supported-games) и убедитесь, что игра в нем присутствует. _Если же нет, то не расстраивайтесь. После установки, вы можете проверить работоспособность **Metamod-r** с вашим `неподдерживаемым` модом после тонкой настройки, обратившись к этой [статье](/ru/docs/metamod-r/settings). Есть вероятность, что игра запустится._
|
||||
|
@ -6,8 +6,11 @@ description: Metamod-r is an optimized version of the original Metamod, enhancin
|
||||
slug: /metamod-r/settings
|
||||
---
|
||||
|
||||
# Настройки
|
||||
<head>
|
||||
<title>Metamod-R: Настройки | ReHLDS</title>
|
||||
</head>
|
||||
|
||||
# Настройки
|
||||
|
||||
## Подключение плагинов в plugins.ini
|
||||
В качестве примера будет использован мифический плагин `metaPlugin`. Установка других плагинов идет по аналогии с этой инструкцией.
|
||||
|
@ -6,6 +6,10 @@ description: Metamod-r is an optimized version of the original Metamod, enhancin
|
||||
slug: /metamod-r/supported-games
|
||||
---
|
||||
|
||||
<head>
|
||||
<title>Metamod-R: Поддерживаемые игры | ReHLDS</title>
|
||||
</head>
|
||||
|
||||
# Поддерживаемые игры
|
||||
|
||||
Энтузиасты из сообщества прошлись по известным версиям _Metamod_,
|
||||
|
@ -6,6 +6,10 @@ description: Metamod-r is an optimized version of the original Metamod, enhancin
|
||||
slug: /metamod-r/troubbleshouting
|
||||
---
|
||||
|
||||
<head>
|
||||
<title>Metamod-R: Устранение проблем | ReHLDS</title>
|
||||
</head>
|
||||
|
||||
# Устранение проблем
|
||||
|
||||
## Как правильно подать заявку с проблемой:
|
||||
|
Loading…
x
Reference in New Issue
Block a user