Translations:Quanta RefreshDoc/12/uk: Difference between revisions

From KDE UserBase Wiki
(Created page with "Цей скрипт використовує '''php-XML-Reader'''. Через це вам слід скоригувати деякі з html відповідно до прави...")
 
No edit summary
 
Line 2: Line 2:
* Відкрийте /usr/share/apps/quanta/doc/php/index.html і /usr/share/apps/quanta/doc/php/funcref.html
* Відкрийте /usr/share/apps/quanta/doc/php/index.html і /usr/share/apps/quanta/doc/php/funcref.html
* Змініть рядок
* Змініть рядок
{{Output|1=<meta http-equiv="content-type" content="text/html; charset=UTF-8">}}
{{Input|1=<meta http-equiv="content-type" content=<nowiki>"text/html; charset=UTF-8"</nowiki>>}}
на
на
{{Input|1=<meta http-equiv="content-type" content="text/html; charset=UTF-8" />}}
{{Input|1=<meta http-equiv="content-type" content=<nowiki>"text/html; charset=UTF-8"</nowiki> />}}
* Перейдіть до каталогу /usr/share/apps/quanta/doc/
* Перейдіть до каталогу /usr/share/apps/quanta/doc/
* Виконайте команду (від імені користувача root)
* Виконайте команду (від імені користувача root)
{{Input|1=php gendoc.php php}}
{{Input|1=php gendoc.php php}}

Latest revision as of 12:29, 23 November 2010

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Quanta RefreshDoc)
The script uses the '''php-XML-Reader'''. Because of that you have to make some html-files XML-valid:
* Open /usr/share/apps/quanta/doc/php/index.html and /usr/share/apps/quanta/doc/php/funcref.html
* Change the line
{{Input|1=<meta http-equiv="content-type" content=<nowiki>"text/html; charset=UTF-8"</nowiki>>}}
into
{{Input|1=<meta http-equiv="content-type" content=<nowiki>"text/html; charset=UTF-8"</nowiki> />}}
* cd into /usr/share/apps/quanta/doc/
* Execute (as root)
{{Input|1=php gendoc.php php}}

Цей скрипт використовує php-XML-Reader. Через це вам слід скоригувати деякі з html відповідно до правил XML:

  • Відкрийте /usr/share/apps/quanta/doc/php/index.html і /usr/share/apps/quanta/doc/php/funcref.html
  • Змініть рядок
<meta http-equiv="content-type" content="text/html; charset=UTF-8">

на

<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  • Перейдіть до каталогу /usr/share/apps/quanta/doc/
  • Виконайте команду (від імені користувача root)
php gendoc.php php