Skip to content

Remove XForms documentation (part of php/doc-en#3579) #120

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

Closed
wants to merge 2 commits into from
Closed
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
9 changes: 1 addition & 8 deletions chapters/tutorial.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 46ffb4b3fa11ea5733de780a8bcc211d8dc3d92b Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: 08bce8d11d3d2a7d0461c17138d61b9da5be817a Maintainer: hirokawa Status: ready -->
<!-- CREDITS: shimooka -->
<chapter xml:id="tutorial" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>簡易チュートリアル</title>
Expand Down Expand Up @@ -453,13 +453,6 @@ if (str_contains($_SERVER['HTTP_USER_AGENT'], 'Firefox')) {
を使用することもできます。この変数は、GET, POST, COOKIE, FILE
データの混ざったものが含まれます。
</para>
<para>
XForms の入力を PHP で扱うことも可能ですが、たいていの場合は
HTML フォームのほうが快適に使用できるでしょう。
XForms は初心者向けのものではありませんが、気になる人もいるかもしれません。
機能概要の節にある <link linkend="features.xforms">
XForm から受信したデータの処理方法</link> を参照ください。
</para>
</sect1>

<sect1 xml:id="tutorial.whatsnext">
Expand Down
119 changes: 0 additions & 119 deletions features/xforms.xml

This file was deleted.

Loading