Skip to content

Commit

Permalink
update es folder links
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Jun 25, 2024
1 parent 9e976aa commit b6a83bd
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions guide/en/structure/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ everything is in good shape. For more details, please refer to the [Testing](../
#### Versioning <span id="versioning"></span>

You should give each release of your extension a version number (e.g. `1.0.1`). We recommend you follow the
[semantic versioning](http://semver.org) practice when determining what version numbers should be used.
[semantic versioning](https://semver.org) practice when determining what version numbers should be used.


#### Releasing <span id="releasing"></span>
Expand All @@ -197,7 +197,7 @@ In the release of your package, in addition to code files, you should also consi
help other people learn about and use your extension:

* A readme file in the package root directory: it describes what your extension does and how to install and use it.
We recommend you write it in [Markdown](http://daringfireball.net/projects/markdown/) format and name the file
We recommend you write it in [Markdown](https://daringfireball.net/projects/markdown/) format and name the file
as `README.md`.
* A changelog file in the package root directory: it lists what changes are made in each release. The file
may be written in Markdown format and named as `CHANGELOG.md`.
Expand Down
2 changes: 1 addition & 1 deletion guide/es/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# La Guía Definitiva de Yii 3.0

Check notice on line 1 in guide/es/README.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/README.md#L1

[Microsoft.Headings] 'La Guía Definitiva de Yii 3.0' should use sentence-style capitalization.
Raw output
{"message": "[Microsoft.Headings] 'La Guía Definitiva de Yii 3.0' should use sentence-style capitalization.", "location": {"path": "guide/es/README.md", "range": {"start": {"line": 1, "column": 3}}}, "severity": "INFO"}

Esta guía se publica bajo los [Términos de documentación de Yii](http://www.yiiframework.com/doc/terms/).
Esta guía se publica bajo los [Términos de documentación de Yii](https://www.yiiframework.com/doc/terms/).

Introducción
------------
Expand Down
2 changes: 1 addition & 1 deletion guide/es/concept/di-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ So it makes sense to:
That's what dependency containers are for.

A dependency injection (DI) container is an object that knows how to instantiate and configure objects and
all their dependent objects. [Martin Fowler's article](http://martinfowler.com/articles/injection.html) has well
all their dependent objects. [Martin Fowler's article](https://martinfowler.com/articles/injection.html) has well
explained why DI container is useful. Here we will mainly explain the usage of the DI container provided by Yii.

Check warning on line 100 in guide/es/concept/di-container.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/concept/di-container.md#L100

[Microsoft.We] Try to avoid using first-person plural like 'we'.
Raw output
{"message": "[Microsoft.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "guide/es/concept/di-container.md", "range": {"start": {"line": 100, "column": 44}}}, "severity": "WARNING"}

Yii provides the DI container feature through the [yiisoft/di](https://github.com/yiisoft/di) package and
Expand Down
2 changes: 1 addition & 1 deletion guide/es/intro/what-is-yii.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you're already familiar with another framework, you may appreciate knowing ho
take advantage of Yii's solid extension architecture to use or develop redistributable extensions.
- High performance is always a primary goal of Yii.

Yii is not a one-man show, it is backed up by a [strong core developer team](http://www.yiiframework.com/team/), as well as a large community
Yii is not a one-man show, it is backed up by a [strong core developer team](https://www.yiiframework.com/team/), as well as a large community

Check notice on line 41 in guide/es/intro/what-is-yii.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/intro/what-is-yii.md#L41

[Microsoft.SentenceLength] Try to keep sentences short (< 30 words).
Raw output
{"message": "[Microsoft.SentenceLength] Try to keep sentences short (\u003c 30 words).", "location": {"path": "guide/es/intro/what-is-yii.md", "range": {"start": {"line": 41, "column": 1}}}, "severity": "INFO"}

Check failure on line 41 in guide/es/intro/what-is-yii.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/intro/what-is-yii.md#L41

[Microsoft.Contractions] Use 'isn't' instead of 'is not'.
Raw output
{"message": "[Microsoft.Contractions] Use 'isn't' instead of 'is not'.", "location": {"path": "guide/es/intro/what-is-yii.md", "range": {"start": {"line": 41, "column": 5}}}, "severity": "ERROR"}

Check failure on line 41 in guide/es/intro/what-is-yii.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/intro/what-is-yii.md#L41

[Microsoft.Contractions] Use 'it's' instead of 'it is'.
Raw output
{"message": "[Microsoft.Contractions] Use 'it's' instead of 'it is'.", "location": {"path": "guide/es/intro/what-is-yii.md", "range": {"start": {"line": 41, "column": 28}}}, "severity": "ERROR"}

Check notice on line 41 in guide/es/intro/what-is-yii.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/intro/what-is-yii.md#L41

[Microsoft.Passive] 'is backed' looks like passive voice.
Raw output
{"message": "[Microsoft.Passive] 'is backed' looks like passive voice.", "location": {"path": "guide/es/intro/what-is-yii.md", "range": {"start": {"line": 41, "column": 31}}}, "severity": "INFO"}

Check notice on line 41 in guide/es/intro/what-is-yii.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/intro/what-is-yii.md#L41

[Microsoft.Vocab] Verify your use of 'as well as' with the A-Z word list.
Raw output
{"message": "[Microsoft.Vocab] Verify your use of 'as well as' with the A-Z word list.", "location": {"path": "guide/es/intro/what-is-yii.md", "range": {"start": {"line": 41, "column": 115}}}, "severity": "INFO"}
of professionals constantly contributing to Yii's development. The Yii developer team
keeps a close eye on the latest Web development trends and on the best practices and features
found in other frameworks and projects. The most relevant best practices and features found elsewhere are regularly incorporated into the core framework and exposed

Check warning on line 44 in guide/es/intro/what-is-yii.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/intro/what-is-yii.md#L44

[Microsoft.Adverbs] Remove 'regularly' if it's not important to the meaning of the statement.
Raw output
{"message": "[Microsoft.Adverbs] Remove 'regularly' if it's not important to the meaning of the statement.", "location": {"path": "guide/es/intro/what-is-yii.md", "range": {"start": {"line": 44, "column": 107}}}, "severity": "WARNING"}
Expand Down
4 changes: 2 additions & 2 deletions guide/es/security/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ so an implementation should be provided in dependency container in order for it
## Role Based Access Control (RBAC) <span id="rbac"></span>

Check notice on line 46 in guide/es/security/authorization.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/security/authorization.md#L46

[Microsoft.Headings] 'Role Based Access Control (RBAC)' should use sentence-style capitalization.
Raw output
{"message": "[Microsoft.Headings] 'Role Based Access Control (RBAC)' should use sentence-style capitalization.", "location": {"path": "guide/es/security/authorization.md", "range": {"start": {"line": 46, "column": 4}}}, "severity": "INFO"}

Check warning on line 46 in guide/es/security/authorization.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/security/authorization.md#L46

[Microsoft.HeadingAcronyms] Avoid using acronyms in a title or heading.
Raw output
{"message": "[Microsoft.HeadingAcronyms] Avoid using acronyms in a title or heading.", "location": {"path": "guide/es/security/authorization.md", "range": {"start": {"line": 46, "column": 31}}}, "severity": "WARNING"}

Role-Based Access Control (RBAC) provides a simple yet powerful centralized access control. Please refer to
the [Wikipedia](http://en.wikipedia.org/wiki/Role-based_access_control) for details about comparing RBAC
the [Wikipedia](https://en.wikipedia.org/wiki/Role-based_access_control) for details about comparing RBAC
with other more traditional access control schemes.

Yii implements a General Hierarchical RBAC, following the [NIST RBAC model](http://csrc.nist.gov/rbac/sandhu-ferraiolo-kuhn-00.pdf).
Yii implements a General Hierarchical RBAC, following the [NIST RBAC model](https://csrc.nist.gov/rbac/sandhu-ferraiolo-kuhn-00.pdf).

Check notice on line 52 in guide/es/security/authorization.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/security/authorization.md#L52

[Microsoft.Acronyms] 'NIST' has no definition.
Raw output
{"message": "[Microsoft.Acronyms] 'NIST' has no definition.", "location": {"path": "guide/es/security/authorization.md", "range": {"start": {"line": 52, "column": 60}}}, "severity": "INFO"}

Using RBAC involves two parts of work. The first part is to build up the RBAC authorization data, and the second

Check notice on line 54 in guide/es/security/authorization.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/security/authorization.md#L54

[Microsoft.SentenceLength] Try to keep sentences short (< 30 words).
Raw output
{"message": "[Microsoft.SentenceLength] Try to keep sentences short (\u003c 30 words).", "location": {"path": "guide/es/security/authorization.md", "range": {"start": {"line": 54, "column": 40}}}, "severity": "INFO"}
part is to use the authorization data to perform access check in places where it is needed. Since RBAC implements

Check failure on line 55 in guide/es/security/authorization.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/security/authorization.md#L55

[Microsoft.Contractions] Use 'it's' instead of 'it is'.
Raw output
{"message": "[Microsoft.Contractions] Use 'it's' instead of 'it is'.", "location": {"path": "guide/es/security/authorization.md", "range": {"start": {"line": 55, "column": 79}}}, "severity": "ERROR"}

Check notice on line 55 in guide/es/security/authorization.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/security/authorization.md#L55

[Microsoft.Passive] 'is needed' looks like passive voice.
Raw output
{"message": "[Microsoft.Passive] 'is needed' looks like passive voice.", "location": {"path": "guide/es/security/authorization.md", "range": {"start": {"line": 55, "column": 82}}}, "severity": "INFO"}
Expand Down
4 changes: 2 additions & 2 deletions guide/es/security/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ If all you need is plain text then escaping is as easy as the following:
<?= \Yiisoft\Html\Html::encode($username) ?>
```

If it should be HTML we could get some help from [HtmlPurifier](http://htmlpurifier.org/).
If it should be HTML we could get some help from [HtmlPurifier](https://htmlpurifier.org/).

Check warning on line 112 in guide/es/security/best-practices.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/security/best-practices.md#L112

[Microsoft.We] Try to avoid using first-person plural like 'we'.
Raw output
{"message": "[Microsoft.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "guide/es/security/best-practices.md", "range": {"start": {"line": 112, "column": 22}}}, "severity": "WARNING"}
Note that HtmlPurifier processing is quite heavy so consider adding caching.

Check warning on line 113 in guide/es/security/best-practices.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/security/best-practices.md#L113

[Microsoft.Adverbs] Remove 'quite' if it's not important to the meaning of the statement.
Raw output
{"message": "[Microsoft.Adverbs] Remove 'quite' if it's not important to the meaning of the statement.", "location": {"path": "guide/es/security/best-practices.md", "range": {"start": {"line": 113, "column": 38}}}, "severity": "WARNING"}

Further reading on the topic:
Expand Down Expand Up @@ -202,5 +202,5 @@ In such situations you should fix your webserver configuration to serve the site

For more information about the server configuration, please refer to the documentation of your webserver:

- Apache 2: <http://httpd.apache.org/docs/trunk/vhosts/examples.html#defaultallports>
- Apache 2: <https://httpd.apache.org/docs/trunk/vhosts/examples.html#defaultallports>
- Nginx: <https://www.nginx.com/resources/wiki/start/topics/examples/server_blocks/>
2 changes: 1 addition & 1 deletion guide/es/start/hello.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ use Yiisoft\Html\Html;

Note that in the above code, the `message` parameter is HTML-encoded

Check notice on line 149 in guide/es/start/hello.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/start/hello.md#L149

[Microsoft.Vocab] Verify your use of 'above' with the A-Z word list.
Raw output
{"message": "[Microsoft.Vocab] Verify your use of 'above' with the A-Z word list.", "location": {"path": "guide/es/start/hello.md", "range": {"start": {"line": 149, "column": 18}}}, "severity": "INFO"}
before being printed. This is necessary as the parameter comes from an end user, making it vulnerable to

Check notice on line 150 in guide/es/start/hello.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/start/hello.md#L150

[Microsoft.Passive] 'being printed' looks like passive voice.
Raw output
{"message": "[Microsoft.Passive] 'being printed' looks like passive voice.", "location": {"path": "guide/es/start/hello.md", "range": {"start": {"line": 150, "column": 8}}}, "severity": "INFO"}
[cross-site scripting (XSS) attacks](http://en.wikipedia.org/wiki/Cross-site_scripting) by embedding
[cross-site scripting (XSS) attacks](https://en.wikipedia.org/wiki/Cross-site_scripting) by embedding
malicious JavaScript code in the parameter.

Naturally, you may put more content in the `say` view. The content can consist of HTML tags, plain text, and even

Check warning on line 154 in guide/es/start/hello.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/start/hello.md#L154

[Microsoft.Adverbs] Remove 'Naturally' if it's not important to the meaning of the statement.
Raw output
{"message": "[Microsoft.Adverbs] Remove 'Naturally' if it's not important to the meaning of the statement.", "location": {"path": "guide/es/start/hello.md", "range": {"start": {"line": 154, "column": 1}}}, "severity": "WARNING"}
Expand Down
6 changes: 3 additions & 3 deletions guide/es/start/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ You should see the above "Congratulations!" page in your browser.
of deploying it to a production server.
The application installed according to the above instructions should work out of the box with either

Check notice on line 97 in guide/es/start/installation.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/start/installation.md#L97

[Microsoft.SentenceLength] Try to keep sentences short (< 30 words).
Raw output
{"message": "[Microsoft.SentenceLength] Try to keep sentences short (\u003c 30 words).", "location": {"path": "guide/es/start/installation.md", "range": {"start": {"line": 97, "column": 1}}}, "severity": "INFO"}

Check notice on line 97 in guide/es/start/installation.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/start/installation.md#L97

[Microsoft.Vocab] Verify your use of 'above' with the A-Z word list.
Raw output
{"message": "[Microsoft.Vocab] Verify your use of 'above' with the A-Z word list.", "location": {"path": "guide/es/start/installation.md", "range": {"start": {"line": 97, "column": 44}}}, "severity": "INFO"}
an [Apache HTTP server](http://httpd.apache.org/) or an [Nginx HTTP server](http://nginx.org/), on
an [Apache HTTP server](https://httpd.apache.org/) or an [Nginx HTTP server](https://nginx.org/), on
Windows, Mac OS X, or Linux running PHP 7.2 or higher.
On a production server, you may want to configure your Web server so that the application can be accessed

Check notice on line 101 in guide/es/start/installation.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/start/installation.md#L101

[Microsoft.Passive] 'be accessed' looks like passive voice.
Raw output
{"message": "[Microsoft.Passive] 'be accessed' looks like passive voice.", "location": {"path": "guide/es/start/installation.md", "range": {"start": {"line": 101, "column": 95}}}, "severity": "INFO"}
Expand Down Expand Up @@ -164,7 +164,7 @@ RewriteRule . index.php
### Nginx <span id="nginx"></span>
To use [Nginx](http://wiki.nginx.org/), you should install PHP as an [FPM SAPI](https://secure.php.net/install.fpm).
To use [Nginx](https://wiki.nginx.org/), you should install PHP as an [FPM SAPI](https://secure.php.net/install.fpm).

Check notice on line 167 in guide/es/start/installation.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/start/installation.md#L167

[Microsoft.Acronyms] 'FPM' has no definition.
Raw output
{"message": "[Microsoft.Acronyms] 'FPM' has no definition.", "location": {"path": "guide/es/start/installation.md", "range": {"start": {"line": 167, "column": 72}}}, "severity": "INFO"}

Check notice on line 167 in guide/es/start/installation.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/start/installation.md#L167

[Microsoft.Acronyms] 'SAPI' has no definition.
Raw output
{"message": "[Microsoft.Acronyms] 'SAPI' has no definition.", "location": {"path": "guide/es/start/installation.md", "range": {"start": {"line": 167, "column": 76}}}, "severity": "INFO"}
You may use the following Nginx configuration, replacing `path/to/app/public` with the actual path for
`app/public` and `mysite.test` with the actual hostname to serve.
Expand Down Expand Up @@ -247,7 +247,7 @@ configuration goes to `Web.config`:
### lighttpd <span id="lighttpd"></span>

Check notice on line 248 in guide/es/start/installation.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/start/installation.md#L248

[Microsoft.Headings] 'lighttpd' should use sentence-style capitalization.
Raw output
{"message": "[Microsoft.Headings] 'lighttpd' should use sentence-style capitalization.", "location": {"path": "guide/es/start/installation.md", "range": {"start": {"line": 248, "column": 5}}}, "severity": "INFO"}
To use [lighttpd](http://www.lighttpd.net/) >= 1.4.24 put `index.php` to webroot and add the following to configuration:
To use [lighttpd](https://www.lighttpd.net/) >= 1.4.24 put `index.php` to webroot and add the following to configuration:
```
url.rewrite-if-not-file = ("(.*)" => "/index.php/$0")
Expand Down
4 changes: 2 additions & 2 deletions guide/es/structure/package.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ everything is in good shape. For more details, please refer to the [Testing](../
#### Versioning <span id="versioning"></span>

You should give each release of your extension a version number (e.g. `1.0.1`). We recommend you follow the

Check failure on line 165 in guide/es/structure/package.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/structure/package.md#L165

[Microsoft.Foreign] Use 'for example' instead of 'e.g.'.
Raw output
{"message": "[Microsoft.Foreign] Use 'for example' instead of 'e.g.'.", "location": {"path": "guide/es/structure/package.md", "range": {"start": {"line": 165, "column": 66}}}, "severity": "ERROR"}

Check warning on line 165 in guide/es/structure/package.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/structure/package.md#L165

[Microsoft.We] Try to avoid using first-person plural like 'We'.
Raw output
{"message": "[Microsoft.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "guide/es/structure/package.md", "range": {"start": {"line": 165, "column": 81}}}, "severity": "WARNING"}
[semantic versioning](http://semver.org) practice when determining what version numbers should be used.
[semantic versioning](https://semver.org) practice when determining what version numbers should be used.

Check notice on line 166 in guide/es/structure/package.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/structure/package.md#L166

[Microsoft.Passive] 'be used' looks like passive voice.
Raw output
{"message": "[Microsoft.Passive] 'be used' looks like passive voice.", "location": {"path": "guide/es/structure/package.md", "range": {"start": {"line": 166, "column": 97}}}, "severity": "INFO"}


#### Releasing <span id="releasing"></span>
Expand All @@ -179,7 +179,7 @@ In the releases of your package, in addition to code files, you should also cons
help other people learn about and use your extension:

* A readme file in the package root directory: it describes what your extension does and how to install and use it.
We recommend you write it in [Markdown](http://daringfireball.net/projects/markdown/) format and name the file
We recommend you write it in [Markdown](https://daringfireball.net/projects/markdown/) format and name the file

Check warning on line 182 in guide/es/structure/package.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/structure/package.md#L182

[Microsoft.We] Try to avoid using first-person plural like 'We'.
Raw output
{"message": "[Microsoft.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "guide/es/structure/package.md", "range": {"start": {"line": 182, "column": 3}}}, "severity": "WARNING"}
as `README.md`.
* A changelog file in the package root directory: it lists what changes are made in each release. The file

Check notice on line 184 in guide/es/structure/package.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/structure/package.md#L184

[Microsoft.Passive] 'are made' looks like passive voice.
Raw output
{"message": "[Microsoft.Passive] 'are made' looks like passive voice.", "location": {"path": "guide/es/structure/package.md", "range": {"start": {"line": 184, "column": 73}}}, "severity": "INFO"}
may be written in Markdown format and named as `CHANGELOG.md`.

Check notice on line 185 in guide/es/structure/package.md

View workflow job for this annotation

GitHub Actions / vale

[vale] guide/es/structure/package.md#L185

[Microsoft.Passive] 'be written' looks like passive voice.
Raw output
{"message": "[Microsoft.Passive] 'be written' looks like passive voice.", "location": {"path": "guide/es/structure/package.md", "range": {"start": {"line": 185, "column": 7}}}, "severity": "INFO"}
Expand Down
2 changes: 1 addition & 1 deletion guide/es/tutorial/performance-tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ The following profiling tools may be useful:
- [Yii debug toolbar and debugger](https://github.com/yiisoft/yii2-debug/blob/master/docs/guide/README.md)
- [Blackfire](https://blackfire.io/)
- [XHProf](https://secure.php.net/manual/en/book.xhprof.php)
- [XDebug profiler](http://xdebug.org/docs/profiler)
- [XDebug profiler](https://xdebug.org/docs/profiler)
2 changes: 1 addition & 1 deletion guide/id/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Panduan Definitif untuk Yii 3.0

Panduan ini dirilis di bawah [Ketentuan Dokumentasi Yii](http://www.yiiframework.com/doc/terms/).
Panduan ini dirilis di bawah [Ketentuan Dokumentasi Yii](https://www.yiiframework.com/doc/terms/).

Pengenalan +
------------
Expand Down

0 comments on commit b6a83bd

Please sign in to comment.