Skip to content

Commit

Permalink
updated link to nette/tutorial-quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 12, 2016
1 parent 1682eca commit 0010340
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/cs/quickstart.texy
Expand Up @@ -16,7 +16,7 @@ Poznejme spolu Nette Framework, při vytváření jednoduchého blogu s komentá

Již po prvních dvou kapitolách budeme mít svůj vlastní funkční blog a budeme moci publikovat své skvělé příspěvky i když funkce budou zatím do značné míry omezeny. Měli byste si přečíst také následující kapitoly, kde si naprogramujeme přidávání komentářů, editování článků a na závěr blog zabezpečíme.

Kompletní aplikaci naleznete [na GitHubu |https://github.com/nette/quickstart].
Kompletní aplikaci naleznete [na GitHubu |https://github.com/nette/tutorial-quickstart].

Tento QuickStart byl napsán pro Nette Framework 2.3.0 a PHP 5.3, nebo novější. Zkontrolujte si svoji verzi.

Expand Down
2 changes: 1 addition & 1 deletion doc/cs/quickstart/home-page.texy
Expand Up @@ -179,7 +179,7 @@ Pojďme zobrazit příspěvky z blogu - šablonu upravíme následovně:
{/block}
\--

Pokud obnovíme prohlížeč, uvidíme výpis všech příspěvků. Výpis zatím není moc hezký, ani barevný, proto můžeme do souboru `www/css/style.css` přidat pár [CSS stylů |https://github.com/nette/quickstart/blob/master/www/css/style.css].
Pokud obnovíme prohlížeč, uvidíme výpis všech příspěvků. Výpis zatím není moc hezký, ani barevný, proto můžeme do souboru `www/css/style.css` přidat pár [CSS stylů |https://github.com/nette/tutorial-quickstart/blob/master/www/css/style.css].

Makro `{foreach}` iteruje přes všechny příspěvky, které jsme předali šabloně v proměnné `$posts`, a pro každý vykreslí daný kus HTML. Chová se přesně jako PHP kód.

Expand Down
2 changes: 1 addition & 1 deletion doc/en/quickstart.texy
Expand Up @@ -16,7 +16,7 @@ Get to know Nette Framework while creating a simple blog with comments. Let's be

After the first two chapters you will have your own working blog and you'll be ready to publish your awesome posts, although the features will be pretty much limited after completing these two chapters. To make things nicer for your users, you should also read the following chapters and keep improving your application.

You can find the [complete application on GitHub |https://github.com/nette/quickstart].
You can find the [complete application on GitHub |https://github.com/nette/tutorial-quickstart].

This QuickStart was written for Nette Framework 2.3.0 and PHP 5.3 or newer. Check out your version.

Expand Down
2 changes: 1 addition & 1 deletion doc/en/quickstart/home-page.texy
Expand Up @@ -164,7 +164,7 @@ Let’s display the blog posts - we will edit the template like this:
{/block}
\--

If you refresh your browser, you’ll see the list of your blog posts. The list isn't very fancy or colorful, so feel free to add some [shiny CSS |https://github.com/nette/quickstart/blob/master/www/css/style.css] to `www/css/style.css`.
If you refresh your browser, you’ll see the list of your blog posts. The list isn't very fancy or colorful, so feel free to add some [shiny CSS |https://github.com/nette/tutorial-quickstart/blob/master/www/css/style.css] to `www/css/style.css`.

The `{foreach}` macro iterates over all posts passed to the template in `$posts` variable and displays a piece of HTML code for each post. Just like a PHP code would.

Expand Down

0 comments on commit 0010340

Please sign in to comment.