You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-i18n/tde-i18n-ru/docs/tdevelop/tdevelop/index.docbook

357 lines
14 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" ?>
<!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!-- <!ENTITY tdevelop "<application>KDevelop</application>"> -->
<!ENTITY tdevelop "KDevelop">
<!ENTITY kdevrelease "3.3.91">
<!-- abbreviations used in the body text -->
<!ENTITY apache "<application>Apache</application>">
<!ENTITY API "<acronym>API</acronym>">
<!ENTITY appwizard "Application Wizard">
<!ENTITY autoconf "<command>autoconf</command>">
<!ENTITY automake "<command>automake</command>">
<!ENTITY automanag "Automake Manager">
<!ENTITY ctags "<command>ctags</command>">
<!ENTITY CVS "<application>CVS</application>">
<!ENTITY cvs "CVS">
<!ENTITY doxygen "<application>Doxygen</application>">
<!ENTITY doxywizard "<application>doxywizard</application>">
<!ENTITY egrep "<command>egrep</command>">
<!ENTITY grep "<command>grep</command>">
<!ENTITY HTML "<acronym>HTML</acronym>">
<!ENTITY IDE "<acronym>IDE</acronym>">
<!ENTITY libtool "<command>libtool</command>">
<!ENTITY nfwizard "New File Wizard">
<!ENTITY python "<application>Python</application>">
<!ENTITY perl "<application>Perl</application>">
<!ENTITY php "<application>PHP</application>">
<!ENTITY promanag "Project Manager">
<!ENTITY qte "<application>Qt/embedded</application>">
<!ENTITY ssh "<application>ssh</application>">
<!-- chapters in separate docbook files -->
<!ENTITY survey-manual SYSTEM "survey-manual.docbook">
<!ENTITY getting-started SYSTEM "getting-started.docbook">
<!ENTITY tdevelop-survey SYSTEM "tdevelop-survey.docbook">
<!ENTITY setup SYSTEM "setup.docbook">
<!ENTITY applicationwizard SYSTEM "applicationwizard.docbook">
<!ENTITY editing SYSTEM "editing.docbook">
<!ENTITY file-browsers SYSTEM "file-browsers.docbook">
<!ENTITY class-browsers SYSTEM "class-browsers.docbook">
<!ENTITY documentation SYSTEM "documentation.docbook">
<!ENTITY project-management SYSTEM "project-management.docbook">
<!ENTITY adv-build-management SYSTEM "adv-build-management.docbook">
<!ENTITY debugger SYSTEM "debugger.docbook">
<!ENTITY cvs-chapter SYSTEM "cvs.docbook">
<!ENTITY external-progs SYSTEM "external-progs.docbook">
<!ENTITY scripts SYSTEM "scripts.docbook">
<!ENTITY credits SYSTEM "credits.docbook">
<!ENTITY tdevelop-scripting SYSTEM "tdevelop-scripting.docbook">
<!-- appendices in separate docbook files -->
<!ENTITY tdevelop-install SYSTEM "tdevelop-install.docbook">
<!ENTITY nutshell SYSTEM "nutshell.docbook">
<!ENTITY unixdev SYSTEM "unixdev.docbook">
<!ENTITY app-menu SYSTEM "app-menu.docbook">
<!ENTITY app-shortcuts SYSTEM "app-shortcuts.docbook">
<!ENTITY app-files SYSTEM "app-files.docbook">
<!ENTITY plugin-tools SYSTEM "plugin-tools.docbook">
<!ENTITY app-uimodes-examples SYSTEM "app-uimodes-examples.docbook">
<!ENTITY commands SYSTEM "commands.docbook">
<!ENTITY app-misc-info SYSTEM "app-misc-info.docbook">
<!ENTITY app-changelog SYSTEM "app-changelog.docbook">
<!ENTITY app-bibliography SYSTEM "app-bibliography.docbook">
<!-- book related entities -->
<!ENTITY kappname "&tdevelop;">
<!ENTITY % addindex "INCLUDE">
<!ENTITY % Russian "INCLUDE"> <!-- change language only here -->
]>
<!--
NOTE:
Entries which require special treatment are marked with comments starting with '###'. They should be visited on a regular basis.
-->
<book lang="&language;">
<bookinfo>
<title>Руководство пользователя &tdevelop;</title>
<date>2006-06-19</date>
<releaseinfo>&kdevrelease;</releaseinfo>
<authorgroup>
<author><firstname>Bernd</firstname> <surname>Gehrmann</surname> <affiliation> <address><email>bernd@kdevelop.org</email></address>
</affiliation>
</author>
<author><firstname>Caleb</firstname> <surname>Tennis</surname> <affiliation> <address><email>caleb@aei-tech.com</email></address>
</affiliation>
</author>
<author><firstname>Bernd</firstname> <surname>Pol</surname> <affiliation> <address><email>bernd.pol@online.de</email></address>
</affiliation>
</author>
<author><firstname>Volker</firstname> <surname>Paul</surname> <affiliation> <address><email>volker.paul@tiscali.de</email></address>
</affiliation>
</author>
</authorgroup>
<copyright>
<year>2002</year>
<holder>Бернд Германн (Bernd Gehrmann)</holder>
</copyright>
<copyright>
<year>2002</year>
<holder>Калеб Теннис (Caleb Tennis)</holder>
</copyright>
<copyright>
<year>2004</year>
<holder>Бернд Пол (Bernd Pol)</holder>
</copyright>
<copyright>
<year>2005</year>
<holder>Волкер Паул (Volker Paul)</holder>
</copyright>
<othercredit role="translator"><firstname>Николай</firstname><surname>Шафоростов</surname> <affiliation><address><email>shafff@ukr.net</email></address></affiliation> <contrib>Перевод на русский язык</contrib></othercredit> <othercredit role="translator"><firstname>Виктор</firstname><surname>Ерёмин</surname> <affiliation><address><email>ErV2005@rambler.ru</email></address></affiliation> <contrib>Перевод на русский язык</contrib></othercredit>
<legalnotice>&FDLNotice;</legalnotice>
<abstract>
<para>&tdevelop; &mdash; интегрированная среда разработки (Integrated Development Environment, IDE), инструмент написания приложений широкого круга применения.</para>
</abstract>
<keywordset>
<keyword>KDE</keyword>
<keyword>KDevelop</keyword>
<keyword>IDE</keyword>
<keyword>разработка</keyword>
<keyword>программирование</keyword>
</keywordset>
</bookinfo>
<!-- ====================================================================== -->
&survey-manual;
&getting-started; <!-- "Getting Started" -->
&tdevelop-survey; <!-- "Overview of &tdevelop; Features" -->
&setup; <!-- "Configuring &tdevelop;" -->
&applicationwizard; <!-- "Getting Started &mdash; the &appwizard;" -->
&editing;
&file-browsers;
&class-browsers;
&documentation;
&project-management;
&adv-build-management;
&debugger;
&cvs-chapter;
<!--&tdevelop-scripting;--> <!-- "Scripting &tdevelop;" -->
&credits;
<!-- ====================================================================== -->
<!-- External Appendices -->
&tdevelop-install; <!-- "Installing &tdevelop;" -->
&nutshell;
&unixdev; <!-- "Development on &UNIX;" -->
<!--
&app-menu;
&app-shortcuts;
-->
&app-files;
&plugin-tools;
&app-uimodes-examples;
&commands;
&app-misc-info;
&app-changelog;
<!-- ====================================================================== -->
<!-- ### Questionable, probably not IDE-specific enough. Check later again.
<chapter id="python">
<title>Python</title>
<para>...
</para>
</chapter> --> <!-- python -->
<!-- ====================================================================== -->
<!-- ### Questionable, probably not IDE-specific enough. Check later again.
<chapter id="php">
<title>PHP</title>
<para>...
</para>
</chapter> --> <!-- php -->
<!-- ====================================================================== -->
<!-- Note (bp, 2003-09-04): <bibliography> should remain the last appendix -->
<!-- section because of a (meinproc???) bug which sends the Next selection -->
<!-- in circles back to it. -->
<!-- (LWatts: 2005-04-30) This is probably due to a missing id= somewhere, -->
<!-- so I've added a couple in hopes it goes away. -->
<appendix id="app-bibliography">
<title>Библиография</title>
<para>(... в процессе написания ...)</para>
<bibliography id="bibliography">
<biblioentry>
<title><ulink url="info://make/Top">Руководство по GNU Make</ulink></title>
<authorgroup>
<author><firstname>Richard M.</firstname><surname>Stallman</surname></author>
<author><firstname>Roland</firstname><surname>McGrath</surname></author>
</authorgroup>
</biblioentry>
<biblioentry>
<title><ulink url="info://automake/Top">GNU Automake</ulink></title>
<authorgroup>
<author><firstname>David</firstname><surname>MacKenzie</surname></author>
<author><firstname>Tom</firstname><surname>Tromey</surname></author>
</authorgroup>
</biblioentry>
<biblioentry>
<title><ulink url="info://autoconf/Top">GNU Autoconf</ulink></title>
<authorgroup>
<author><firstname>David</firstname><surname>MacKenzie</surname></author>
<author><firstname>Ben</firstname><surname>Elliston</surname></author>
</authorgroup>
</biblioentry>
<biblioentry>
<title><ulink url="info://gcc/Top">Использование компилятора GNU</ulink></title>
<author><firstname>Richard M.</firstname><surname>Stallman</surname></author>
</biblioentry>
<biblioentry>
<title><ulink url="info://libtool/Top">GNU Libtool</ulink></title>
<authorgroup>
<author><firstname>Gordon</firstname><surname>Matzigkeit</surname></author>
<author><firstname>Alexandre</firstname><surname>Oliva</surname></author>
<author><firstname>Thomas</firstname><surname>Tanner</surname></author>
<author><firstname>Gary V.</firstname><surname>Vaughan</surname></author>
</authorgroup>
</biblioentry>
<biblioentry>
<title>Руководства по GNU Autoconf, Automake и Libtool</title>
<edition>1st edition</edition>
<pubdate>October 2000</pubdate>
<authorgroup>
<author><firstname>Gary V.</firstname><surname>Vaughan</surname></author>
<author><firstname>Ben</firstname><surname>Elliston</surname></author>
<author><firstname>Tom</firstname><surname>Tromey</surname></author>
<author><firstname>Ian Lance</firstname><surname>Taylor</surname></author>
</authorgroup>
<publisher><publishername>New Riders Publishing</publishername></publisher>
<isbn>ISBN 1578701902</isbn>
</biblioentry>
<biblioentry>
<title>Искусство программирования в среде UNIX (Advanced Programming in the &UNIX; Environment)</title>
<edition>1st edition</edition>
<pubdate>June 1992</pubdate>
<author><firstname>W. Richard</firstname><surname>Stevens</surname></author>
<publisher><publishername>Addison-Wesley Pub Co</publishername></publisher>
<isbn>ISBN 0201563177</isbn>
</biblioentry>
<biblioentry>
<title>Мыслим в стиле C++, Том 1: Введение в стандартный C++ (Thinking in C++, Volume 1: Introduction to Standard C++)</title>
<edition>2nd Edition</edition>
<pubdate>April 15, 2000</pubdate>
<author><firstname>Bruce</firstname><surname>Eckel</surname></author>
<publisher><publishername>Prentice Hall</publishername></publisher>
<isbn>ISBN 0139798099</isbn>
</biblioentry>
<biblioentry>
<title>Разработка на основе открытого исходного кода с CVS (Open Source Development with CVS)</title>
<edition>2nd Edition</edition>
<pubdate>October 12, 2001</pubdate>
<authorgroup>
<author><firstname>Karl</firstname><surname>Fogel</surname></author>
<author><firstname>Moshe</firstname><surname>Bar</surname></author>
</authorgroup>
<publisher><publishername>The Coriolis Group</publishername></publisher>
<isbn>ISBN 158880173X</isbn>
</biblioentry>
<biblioentry>
<title>Программирование на PHP (Programming PHP)</title>
<edition>1st edition</edition>
<pubdate>March 2002</pubdate>
<authorgroup>
<author><firstname>Rasmus</firstname><surname>Lerdorf</surname></author>
<author><firstname>Kevin</firstname><surname>Tatroe</surname></author>
</authorgroup>
<publisher><publishername>O'Reilly &amp; Associates</publishername></publisher>
<isbn>ISBN 1565926102</isbn>
</biblioentry>
<biblioentry>
<title>Программирование на Python (Programming Python)</title>
<edition>2nd Edition</edition>
<pubdate>March 2001</pubdate>
<author><firstname>Mark</firstname><surname>Lutz</surname></author>
<publisher><publishername>O'Reilly &amp; Associates</publishername></publisher>
<isbn>ISBN 0596000855</isbn>
</biblioentry>
<biblioentry>
<title>Программирование графического интерфейса на Python с использованием Qt (Gui Programming With Python : Using the Qt Toolkit)</title>
<edition>Bk&amp;Cd-r edition</edition>
<pubdate>January 2002</pubdate>
<author><firstname>Boudewijn</firstname><surname>Rempt</surname></author>
<publisher><publishername>Opendocs Llc</publishername></publisher>
<isbn>ISBN 0970033044</isbn>
</biblioentry>
<biblioentry>
<title>Программирование на Perl (Programming Perl)</title>
<subtitle>Книга с верблюдом (Camel book)</subtitle>
<edition>3rd Edition</edition>
<pubdate>July 2000</pubdate>
<authorgroup>
<author><firstname>Larry</firstname><surname>Wall</surname></author>
<author><firstname>Tom</firstname><surname>Christiansen</surname></author>
<author><firstname>Jon</firstname><surname>Orwant</surname></author>
</authorgroup>
<publisher><publishername>O'Reilly &amp; Associates</publishername></publisher>
<isbn>ISBN 0596000278</isbn>
</biblioentry>
<biblioentry>
<title>Изучаем Perl (Learning Perl)</title>
<subtitle>Книга с ламой (Lama book)</subtitle>
<edition>3rd Edition</edition>
<pubdate>July 15, 2001</pubdate>
<authorgroup>
<author><firstname>Randal L.</firstname><surname>Schwartz</surname></author>
<author><firstname>Tom</firstname><surname>Phoenix</surname></author>
</authorgroup>
<publisher><publishername>O'Reilly &amp; Associates</publishername></publisher>
<isbn>ISBN 0596001320</isbn>
</biblioentry>
</bibliography>
<!-- -->
</appendix> <!-- app-bibliography -->
<!-- ====================================================================== -->
&documentation.index;
</book>