Fix a few remaining references to kio_

pull/1/head
Timothy Pearson 11 лет назад
Родитель f94c93b59b
Сommit 62938cebb4

@ -102,7 +102,7 @@ ksquirrel:
* kio-slaves support (including smb:/, tar:/ etc.)
* archive extractor now uses kio-slaves (see previous). In general, it supports
zip, ar, tar.gz, tar.bz2, iso, rar, 7zip. To add support of rar and 7zip please install
kio_rar and kio_p7zip (search http://kde-apps.org)
tdeio_rar and tdeio_p7zip (search http://kde-apps.org)
* thumbnail creation on non-local filesystems (for ex. smb:/ or tar:/)
* statusbar improvements
* hotkeys in image window now don't depend on current keyboard layout

@ -31,8 +31,8 @@ Notes
-----
* OpenGL drivers are required to run KSquirrel successfully
* To let KSquirrel unpack RAR archives please install kio_rar
* To let KSquirrel unpack 7Z archives please install kio_p7zip
* To let KSquirrel unpack RAR archives please install tdeio_rar
* To let KSquirrel unpack 7Z archives please install tdeio_p7zip
***********************************************************************************

@ -29,7 +29,7 @@
</mediaobject>
</screenshot>
В навигаторе также имеется возможность просматривать содержимое архивов .tar.gz, .tar.bz2, .zip, .rar (если установлен kio_rar), .7z (если установлен kio_p7zip), ходить по сети с помощью smb://, ftp:// и других протоколов, поддерживаемых kio-slaves.
В навигаторе также имеется возможность просматривать содержимое архивов .tar.gz, .tar.bz2, .zip, .rar (если установлен tdeio_rar), .7z (если установлен tdeio_p7zip), ходить по сети с помощью smb://, ftp:// и других протоколов, поддерживаемых kio-slaves.
</para>

@ -4,7 +4,7 @@ KSquirrel имеет простой файловый менеджер, кото
<div class="screenshot"><div xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" class="mediaobject"><hr><img src="view_thumbnails.png" alt="Эскизы"><hr></div></div>
В навигаторе также имеется возможность просматривать содержимое архивов .tar.gz, .tar.bz2, .zip, .rar (если установлен kio_rar), .7z (если установлен kio_p7zip), ходить по сети с помощью smb://, ftp:// и других протоколов, поддерживаемых kio-slaves.
В навигаторе также имеется возможность просматривать содержимое архивов .tar.gz, .tar.bz2, .zip, .rar (если установлен tdeio_rar), .7z (если установлен tdeio_p7zip), ходить по сети с помощью smb://, ftp:// и других протоколов, поддерживаемых kio-slaves.
</p></div></div><div style="background-color: #white; color: black; margin-top: 20px; margin-left: 20px; margin-right: 20px;"><div style="position: absolute; left: 20px;"><a accesskey="p" href="internals-libs.html">Пред.</a></div><div style="position: absolute; right: 20px;"><a accesskey="n" href="interface-sidebar.html">След.</a></div><div align="center"><a accesskey="h" href="index.html">Начало</a></div></div><div style="background-color: #white; color: black; margin-left: 20px; margin-right: 20px;"><div class="navLeft">Свои библиотеки </div><div class="navRight"> Боковая панель</div><div class="navCenter"><a accesskey="u" href="index.html">Уровень выше</a></div></div><br><br><div class="bannerBottom" style="background-image: url(help:/common/bottom-middle.png); background-repeat: x-repeat; width: 100%; height: 100px; bottom:0px;"><div class="BannerBottomRight"><img src="help:/common/bottom-right.png" style="margin: 0px" alt=""></div><div class="bannerBottomLeft"><img src="help:/common/bottom-left.png" style="margin: 0px;" alt=""></div><div id="comments" style="position:relative; top: 5px; left: 1em; height:85px; width: 50%; color: #cfe1f6"><p>Would you like to make a comment or contribute an update to this page?<br>
Send feedback to the <a href="mailto:kde-docs@kdemail.net" style="background:transparent; color:#cfe1f6; text-decoration: underline;">KDE Docs Team</a></p></div></div></body></html>

@ -44,7 +44,7 @@ void SQ_ArchiveHandler::fillProtocols()
insert("application/x-tzo", "tar");
}
// search for rar protocol (kio_rar from
// search for rar protocol (tdeio_rar from
// http://kde-apps.org/content/show.php/tdeio_rar?content=17527)
if(!TDEGlobal::dirs()->findResource("services", "rar.protocol").isEmpty())
{
@ -64,7 +64,7 @@ void SQ_ArchiveHandler::fillProtocols()
if(!TDEGlobal::dirs()->findResource("services", "zip.protocol").isEmpty())
insert("application/x-zip", "zip");
// search for 7zip protocol (kio_p7zip
// search for 7zip protocol (tdeio_p7zip
// from http://kde-apps.org/content/show.php/tdeio_p7zip?content=17829)
if(!TDEGlobal::dirs()->findResource("services", "p7zip.protocol").isEmpty())
insert("application/x-7z", "p7zip");

Загрузка…
Отмена
Сохранить