Difference between revisions of "Lazarus Documentation/ru"

From Lazarus wiki
Jump to navigationJump to search
Line 70: Line 70:
 
*[[LCL Defines]] - Choosing the right options to recompile LCL
 
*[[LCL Defines]] - Choosing the right options to recompile LCL
  
===Developing===
+
===Разработчику===
*[[The Power of Proper Planning and Practices]] - common-sense programming best practices for the Free Pascal and Lazarus developer
+
*[[The Power of Proper Planning and Practices]] - Здравый смысл - лучшая практика при программировании в Free Pascal и Lazarus
*[[Multiplatform Programming Guide]] - How to develop cross-platform applications and how to port from one platform to another
+
*[[Multiplatform Programming Guide]] - Как разрабатывать кроссплатформенные приложения и как портировать с одной платформы в другую
*[[Deploying Your Application]] - How to create an installer for your application
+
*[[Deploying Your Application]] - Как создать инсталлятор для вашего приложения
*[[Cross compiling]] - Creating executables for one platform, on another
+
*[[Cross compiling]] - Создание бинарников для другой платформы
*[[GDB Debugger Tips]] - Known Issues / Tips for debugging Pascal using GDB
+
*[[GDB Debugger Tips]] - Известные Проблемы / Советы для отладки Pascal с использованием GDB
*[[Remote Debugging]] - How to debug your Lazarus application from another machine
+
*[[Remote Debugging]] - Как отлаживать ваши Lazarus-приложения с другой машины
*[[Application Icon]] - Setting the application icon
+
*[[Application Icon]] - Установка иконки приложения
*[[Using Pascal Libraries with .NET and Mono]] - yes, you can use your Pascal code with .NET and Mono
+
*[[Using Pascal Libraries with .NET and Mono]] - вы можете использовать ваш код Pascal вместе с .NET и Mono
*[[Pascal and PHP]] - the Pascal connection to PHP
+
*[[Pascal and PHP]] - Подключение Pascal к PHP
*[[Developing Python Modules with Pascal]] - extending Python with Pascal
+
*[[Developing Python Modules with Pascal]] - дополняем Python с помощью Pascal
  
 
===Platform specific Tips===
 
===Platform specific Tips===

Revision as of 17:41, 13 March 2010

العربية (ar) Deutsch (de) English (en) español (es) suomi (fi) français (fr) magyar (hu) Bahasa Indonesia (id) italiano (it) 日本語 (ja) 한국어 (ko) Nederlands (nl) português (pt) русский (ru) slovenčina (sk) Türkçe (tr) 中文(中国大陆)‎ (zh_CN) 中文(台灣)‎ (zh_TW)

Учебники по Lazarus и Pascal

Руководства пользователя Lazarus

  • Lazarus Faq - Основная информация о Lazarus и отличия для Linux и Windows.
  • Lazarus DB Faq - FAQ по базам данных, с которыми работает Lazarus.
  • Databases in Lazarus - Описание работы с базами данных в Lazarus
  • Code Examples - Рабочие примеры программ для Lazarus.
  • Wishlist/Wanted Features - Возможности, которые хочется видеть в Lazarus
  • How do I create a bug report - Как сообщить об ошибках в работе Lazarus?

Установка

  • Installing Lazarus - Руководство по установке
  • Getting Lazarus - Инструкция, как скачивать релизы или SVN версии Lazarus
  • Multiple Lazarus - Как устанавливать несколько версий lazarus'а на одну машину

Среда разработки (IDE)

LCL

Разработчику

Platform specific Tips

Tools

Coming from Delphi

The Lazarus Developer Guides

LCL - Lazarus component library

Interfaces

Translations

  • Getting translation strings right A few notes for programmers on how to create and use translateable strings in your application. Quickly discusses general things about creating strings, offers a few hints on implementation issues and points out some things to consider when using English as base language in particular.
  • Localization Notes:
  • German - Notes and guidelines for translating the Lazarus IDE to German, including a small dictionary to look up often used translations.
  • Portuguese-Brazilian - Small dictionary containing common translations of terms used in the Lazarus IDE for the Portuguese-Brazilian translation.
  • Russian - Notes and guidelines for translating the Lazarus IDE into Russian.

Additional Components Documentation

  • Pascal Script and Pascal Script Examples - How to use the pascal script components in Lazarus
  • OpenGL - How to use OpenGL in Lazarus
  • KOL-CE - Free Pascal/Lazarus port of KOL&MCK library. How to create very compact applications for Win32/WinCE in Lazarus.

Free Pascal Compiler Documentation

In addition to this site, the latest version of the documentation can also be found online and in a variety of downloadable formats on the main Free Pascal Compiler site. There is now also a WiKi site for FreePascal [1] very similar in style to this one, to allow developers to submit documentation in addition to the official FPC documents below.

Lazarus related blogs and websites

Blogs

Websites