Skip to content

Commit 87507fc

Browse files
committed
improved homepages
1 parent d143c50 commit 87507fc

5 files changed

Lines changed: 29 additions & 5 deletions

File tree

http/cs/@home.texy

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@ Nette HTTP
22
**********
33

44
.[perex]
5-
Balíček `nette/http` zapouzdřuje [HTTP request|request] & [response], práci se [sessions] a [parsování a skládání URL |urls].
5+
Balíček `nette/http` je vaším pomocníkem pro veškerou komunikaci přes HTTP. Poskytuje srozumitelné objektové API nad příchozím požadavkem a odchozí odpovědí, usnadňuje práci se sessions i s URL adresami a navíc se postará o bezpečnost. Co v něm najdete:
6+
7+
| [HTTP request |request] | příchozí požadavek a sanitizace vstupů
8+
| [HTTP response |response] | odchozí odpověď, hlavičky a cookies
9+
| [Sessions] | bezpečné uchování stavu mezi požadavky
10+
| [Práce s URL |urls] | parsování a skládání URL adres
11+
| [Ochrana proti SSRF |ssrf] | obrana proti útokům Server-Side Request Forgery
12+
| [Konfigurace |configuration] | konfigurační volby balíčku
613

714

815
Instalace

http/cs/@left-menu.texy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Nette HTTP
44
- [HTTP request|request]
55
- [HTTP response|response]
66
- [Sessions]
7-
- [URL utilities |urls]
7+
- [Práce s URL |urls]
88
- [Ochrana proti SSRF |ssrf]
99
- [Konfigurace |configuration]

http/en/@home.texy

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@ Nette HTTP
22
**********
33

44
.[perex]
5-
The `nette/http` package encapsulates [HTTP request|request] & [response], working with [sessions] and [URL parsing and building |urls].
5+
The `nette/http` package is your companion for all HTTP communication. It provides a clear object-oriented API over the incoming request and outgoing response, simplifies working with sessions and URL addresses, and takes care of security on top of that. Here's what you'll find:
6+
7+
| [HTTP Request |request] | incoming request and input sanitization
8+
| [HTTP Response |response] | outgoing response, headers and cookies
9+
| [Sessions] | secure state persistence between requests
10+
| [URL Utility |urls] | parsing and building URL addresses
11+
| [SSRF Protection |ssrf] | defense against Server-Side Request Forgery attacks
12+
| [Configuration] | configuration options of the package
613

714

815
Installation

security/cs/@home.texy

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ Nette Security
22
**************
33

44
.[perex]
5-
Balíček `nette/security` má na starostí [přihlašování uživatelů |authentication], [ověřování oprávnění |authorization] a [hashování hesel |passwords].
5+
Balíček `nette/security` se postará o bezpečnost vaší aplikace tam, kde na ní záleží nejvíc: u uživatelských účtů. Vyřeší za vás přihlašování uživatelů, ověřování jejich oprávnění i bezpečné ukládání hesel. Co v něm najdete:
6+
7+
| [Autentizace |authentication] | přihlašování uživatelů a správa identity
8+
| [Autorizace |authorization] | ověřování oprávnění a řízení přístupu
9+
| [Hashování hesel |passwords] | bezpečné ukládání hesel pomocí otisků
10+
| [Konfigurace |configuration] | konfigurační volby balíčku
611

712

813
Instalace

security/en/@home.texy

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ Nette Security
22
**************
33

44
.[perex]
5-
The `nette/security` package handles [authenticating users |authentication], [access control |authorization], and [password hashing |passwords].
5+
The `nette/security` package takes care of your application's security where it matters most: user accounts. It handles logging users in, verifying their permissions, and storing passwords safely. Here's what you'll find:
6+
7+
| [Authentication |authentication] | logging users in and managing identity
8+
| [Authorization |authorization] | verifying permissions and access control
9+
| [Password Hashing |passwords] | storing passwords securely as hashes
10+
| [Configuration] | configuration options of the package
611

712

813
Installation

0 commit comments

Comments
 (0)