add slrr engine guide
This commit is contained in:
parent
e5f4632848
commit
a39849cea3
60
README.md
60
README.md
@ -9,3 +9,63 @@
|
||||
* HTTP proxy: [kineto](https://git.sr.ht/~sircmpwn/kineto)
|
||||
* Client: [amfora](https://github.com/makeworld-the-better-one/amfora)
|
||||
* HTTP: [vulpes.one](https://proxy.vulpes.one/gemini/iiiypuk.me/)
|
||||
|
||||
## gemtext `.gmi` syntax
|
||||
### Links
|
||||
```
|
||||
=> https://example.com A cool website
|
||||
=> gopher://example.com An even cooler gopherhole
|
||||
=> gemini://example.com A supremely cool Gemini capsule
|
||||
=> sftp://example.com
|
||||
```
|
||||
|
||||
### Headings
|
||||
```
|
||||
# Heading
|
||||
|
||||
## Sub-heading
|
||||
|
||||
### Sub-sub-heading
|
||||
```
|
||||
|
||||
### Lists
|
||||
```
|
||||
* Mercury
|
||||
* Gemini
|
||||
* Apollo
|
||||
```
|
||||
|
||||
### Blockquotes
|
||||
```
|
||||
> Gemtext supports blockquotes. The quoted content is written as a single long line, which begins with a single > character
|
||||
```
|
||||
|
||||
### Preformatted text
|
||||
Gemtext is carefully designed to be very, very easy to parse and render.
|
||||
Gemini clients process Gemtext one line at a time, rendering each line independently
|
||||
of any lines before it or after it, just by peeking at the first few characters
|
||||
of a line to check for something like =>, # , * , etc.
|
||||
|
||||
A line which starts with three backticks tells the client to toggle between its ordinary parsing mode,
|
||||
and "preformatted mode". In preformatted mode, clients don't check whether or not a line is a link
|
||||
or a heading or anything else. They are simply printed as-is. Also, while clients may use variable
|
||||
width fonts for ordinary all other text, in preformatted mode clients must use a fixed width font.
|
||||
Thus, a pair of three backticks lines acts much like `<pre>` and `</pre>` tags in HTML.
|
||||
|
||||
Preformatted text can be used to include ASCII art, source code,
|
||||
or similar content in a Gemtext document without clients mistakenly interpreting lines as headings,
|
||||
list items, etc. It can also be used to write documents like this one,
|
||||
which explain Gemtext syntax with examples - you're able to see the syntax examples
|
||||
above without your client interpreting them like it normally would because
|
||||
they are rendered in preformatted mode.
|
||||
|
||||
Anything which comes after the three backticks characters of a line which toggles preformatted line
|
||||
`*on*` (i.e. the first, third, fifth, etc. toggling lines in a document)
|
||||
may be treated as "alt text" for the preformatted content.
|
||||
In general you should not count on this content being visible to the user but,
|
||||
for example, search engines may index it and screen readers may read it to users
|
||||
to help the user decide whether the preformatted content should be read aloud
|
||||
(which e.g. ASCII art generally should not be, but which source code perhaps should be).
|
||||
There are currently no established conventions on how alt text should be formatted.
|
||||
|
||||
[Original](https://gemini.circumlunar.space/docs/gemtext.gmi)
|
||||
|
69
public/ru/notes/games/slrr-inline-4-908hp.gmi
Normal file
69
public/ru/notes/games/slrr-inline-4-908hp.gmi
Normal file
@ -0,0 +1,69 @@
|
||||
# Сборка 2.2L 908HP двигателя в Street Legal Racing: Redline
|
||||
|
||||
## Компоненты
|
||||
ENGINE BLOCKS:
|
||||
Duhen D22V block - $255
|
||||
|
||||
CRANK SHAFTS:
|
||||
Duhen D22V crankshafts - $208
|
||||
|
||||
CONNECTING RODS:
|
||||
Duhen D15V/D18V/D20CV connecting rods - $354
|
||||
|
||||
PISTONS:
|
||||
Duhen SunStrip 1.5 DVC pistons - $281
|
||||
|
||||
CYLINDER HEADS:
|
||||
Ishima WR head cylinder head - $443
|
||||
IshimaWRZ cylinder head cover - $114
|
||||
|
||||
CAMSHAFTS:
|
||||
Duhen DVC intake camshafts - $364
|
||||
Duhen DVC exhaust camshafts - $364
|
||||
|
||||
INTAKE SYSTEMS:
|
||||
Shimutshibu RC HIB535T4 intake manifold - $781
|
||||
|
||||
EXHAUST SYSTEMS:
|
||||
Shimutshibu RC 23W44EX exhaust header - $156
|
||||
Shimutshibu Focer turbo exhaust pipe - $
|
||||
|
||||
PERFORMANCE SYSTEMS:
|
||||
Shimutshibu RC MWFCR22W12 turbocharger - $3310
|
||||
Inline-4 Turbocharger exhaust extension pipe - $41
|
||||
Inline-4 Turbocharger air our pipe - $52
|
||||
SL Tuners 4 channel methanol ingection fuel rail - $1146
|
||||
|
||||
TRANSMISSIONS:
|
||||
Faktun Group Tran6 6 speed sport automatic transmission - $1391
|
||||
Faktun Group Tran6 center differential - $896
|
||||
|
||||
CLUTCH & FLYWHEELS:
|
||||
Inline 4 type flywheel - $417
|
||||
Inline 4 type clutch - $286
|
||||
|
||||
MISC:
|
||||
Duhen alternator - $78
|
||||
Duhen camshaft drive belt - $13
|
||||
Duhen SunStrip oil pan - $67
|
||||
Duhen crankshaft bearing bridge - $364
|
||||
Ishima camshaft bearing bridge - $72
|
||||
SL Tuners 65 Ah battery - $208
|
||||
|
||||
## Настройка
|
||||
BLOCK:
|
||||
REDLINE =8250 RPM
|
||||
|
||||
CAMSHAFTS:
|
||||
Duhen DVC intake camshafts =-13
|
||||
Duhen DVC exhaust camshafts =-14
|
||||
|
||||
TURBOCHARGER:
|
||||
Shimutshibu RC MWFCR22W12 turbocharger =2.0 bar
|
||||
|
||||
FUEL SYSTEM:
|
||||
SL Tuners 4 channel methanol ingection fuel rail =16.00:1 A/F
|
||||
|
||||
=> https://steamcommunity.com/sharedfiles/filedetails/?id=923994550 Источник
|
||||
|
||||
=> index.gmi Вернуться назад
|
@ -2,8 +2,10 @@
|
||||
|
||||
## Теги
|
||||
=> unix/ *nix
|
||||
=> games/ games
|
||||
|
||||
## Последние 20 заметок
|
||||
=> games/slrr-inline-4-908hp.gmi Сборка 2.2L 908HP двигателя в SLRR
|
||||
=> unix/openbsd-install-pkg-from-disk.gmi OpenBSD - установка пакетов с диска
|
||||
=> unix/openbsd-using-disk.gmi Работа с дисками в OpenBSD
|
||||
=> unix/openbsd-sndio-mixer.gmi OpenBSD изменение уровня громкости в sndio
|
||||
|
Loading…
Reference in New Issue
Block a user