Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yaf section sync with EN #894

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions reference/yaf/tutorials.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: df549f5248a477d03a8b4ae538d47c8852b12890 Maintainer: yannick Status: ready -->
<!-- EN-Revision: 198f577cb09d61622267f7480b7ec180c7d714da Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->

<chapter xml:id="yaf.tutorials" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.examples;

<section role="examples">
<example>
<title>Une architecture classique d'une application</title>
<screen>
Expand All @@ -29,9 +28,7 @@
]]>
</screen>
</example>
</section>

<section role="examples">
<example>
<title>Entry</title>
<para>
Expand All @@ -51,9 +48,7 @@ $app->bootstrap() //appel des méthodes bootstrap définies dans le fichier Boot
]]>
</programlisting>
</example>
</section>

<section role="examples">
<example>
<title>Règle de ré-écriture des requêtes</title>
<screen>
Expand Down Expand Up @@ -84,9 +79,7 @@ $HTTP["host"] =~ "(www.)?domain.com$" {
]]>
</screen>
</example>
</section>

<section role="examples">
<example>
<title>Configuration de l'application</title>
<programlisting role="ini">
Expand All @@ -101,9 +94,7 @@ foo=bar
]]>
</programlisting>
</example>
</section>

<section role="examples">
<example>
<title>Controlleur par défaut</title>
<programlisting role="php">
Expand All @@ -121,9 +112,7 @@ class IndexController extends Yaf_Controller_Abstract {
]]>
</programlisting>
</example>
</section>

<section role="examples">
<example>
<title>Template de rendu par défaut</title>
<programlisting role="php">
Expand All @@ -139,9 +128,7 @@ class IndexController extends Yaf_Controller_Abstract {
]]>
</programlisting>
</example>
</section>

<section role="examples">
<example>
<title>Exécution de l'application</title>
&example.outputs.similar;
Expand All @@ -165,10 +152,8 @@ class IndexController extends Yaf_Controller_Abstract {
</para>
</note>
</example>
</section>

</chapter>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
3 changes: 1 addition & 2 deletions reference/yaf/yaf-application.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: ecaa2146429a7f88de40dfce14718afc896b74c5 Maintainer: yannick Status: ready -->
<!-- EN-Revision: 62126c55f1c6ed444043e7272c4f9e233818a44b Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<phpdoc:classref xml:id="class.yaf-application" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">

<title>La classe Yaf_Application</title>
<titleabbrev>Yaf_Application</titleabbrev>
<titleabbrev>Yaf\Application</titleabbrev>

<partintro>

Expand Down