<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3AVoice_Changelog</id>
	<title>Development:Voice Changelog - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3AVoice_Changelog"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Voice_Changelog&amp;action=history"/>
	<updated>2026-05-08T01:48:03Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:Voice_Changelog&amp;diff=12118&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Voice_Changelog&amp;diff=12118&amp;oldid=prev"/>
		<updated>2024-10-21T08:53:25Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 08:53, 21 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:Voice_Changelog&amp;diff=12117&amp;oldid=prev</id>
		<title>1&gt;Tsala: template removed</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Voice_Changelog&amp;diff=12117&amp;oldid=prev"/>
		<updated>2008-05-16T14:19:22Z</updated>

		<summary type="html">&lt;p&gt;template removed&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Voice}}&lt;br /&gt;
= Moodle Code =&lt;br /&gt;
&lt;br /&gt;
==Lib==&lt;br /&gt;
&lt;br /&gt;
===Voicexmllib===&lt;br /&gt;
voicexmlenabled()&lt;br /&gt;
&lt;br /&gt;
* Added&lt;br /&gt;
* Checks the browser version. If &amp;quot;greater than Opera 9.0 and voicexml is enabled&amp;quot; it returns true.&lt;br /&gt;
* Returns true/false.&lt;br /&gt;
&lt;br /&gt;
post_process_voice($output = &amp;#039;&amp;#039;, $alllinksvoiceenabled = true)&lt;br /&gt;
&lt;br /&gt;
* Added&lt;br /&gt;
* Post processes xhtml code&lt;br /&gt;
* $alllinksvoiceenabled = true : By default all links will be made voice enabled&lt;br /&gt;
* $alllinksvoiceenabled = false : By default no link will be made voice enabled&lt;br /&gt;
* Parses the xhtml and generates voice code and puts in the head.&lt;br /&gt;
* Also gets voice code from body and places it in the head.&lt;br /&gt;
&lt;br /&gt;
===Weblib===&lt;br /&gt;
&lt;br /&gt;
Includes voicexmllib.php&lt;br /&gt;
&lt;br /&gt;
print_header()&lt;br /&gt;
&lt;br /&gt;
* Modified&lt;br /&gt;
* Code for checking if voicexml is enabled and printing corresponding header information.&lt;br /&gt;
* Code for checking if voicexml is enabled. If it is &amp;quot;ob_start()&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
print_footer()&lt;br /&gt;
&lt;br /&gt;
* Modified&lt;br /&gt;
* Code for checking if voicexml is enabled. If it is &amp;quot;ob_end_clean()&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
createlink()&lt;br /&gt;
&lt;br /&gt;
* Added&lt;br /&gt;
* Outputs a HTML Link (A Tag) code and correspondingly also outputs&lt;br /&gt;
* the voice code for it if $voice is true.&lt;br /&gt;
* @param string  $href Link Location&lt;br /&gt;
* @param string  $onclick script on link click( otherwise can be included with $otherattribute) &lt;br /&gt;
* @param string  $otherattribute For Links A tag&lt;br /&gt;
* @param string  $anchorhtml Data between opening and closing tags Anchor Text and Image etc:&lt;br /&gt;
* @param boolean $voice Whether to output voice code&lt;br /&gt;
* @param string  $voiceruletext Rule for the anchor text&lt;br /&gt;
* @param string  $voicetext voice text for some vague reason if it is different from anchor text&lt;br /&gt;
* @param string  $voicelink Link action for voice&lt;br /&gt;
* @param string  $voicescript Script action in voice&lt;br /&gt;
* @return string&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
generatevoicetag()&lt;br /&gt;
&lt;br /&gt;
* Added&lt;br /&gt;
* Outputs a Voice Tag code&lt;br /&gt;
* @param string  $type Possible Values are voice(true/false), voiceruletext, voicetext, voicelink, voicescript &lt;br /&gt;
* @return string&lt;/div&gt;</summary>
		<author><name>1&gt;Tsala</name></author>
	</entry>
</feed>