electron/docs-translations/tr-TR/README.md

87 lines
6.3 KiB
Markdown
Raw Normal View History

2016-04-25 21:49:34 +00:00
Lütfen kullandığınız dokümanın Electron versiyonunuzla aynı olduğundan emin olun.
Versiyon numarası okuduğunuz dokümanın URL'sindekiyle aynı olmalı. Eğer aynı değilse, muhtemelen geliştirme aşamasındaki API değişikliklerini içerebilecek dokümantasyonudur.
Eğer öyleyse, atom.io üzerinden [mevcut sürümler](https://electron.atom.io/docs/)e göz atabilirsiniz ya da eğer GitHub arayüzünü kullanıyorsanız "Switch branches/tags" açılır menüsünden versiyonunuza uygun olanı seçebilirsiniz.
2016-04-25 21:49:34 +00:00
## SSS(Sıkça Sorulan Sorular)
Bir problem(issue) bildirmeden önce sıkça sorulan sorulara göz atın:
2017-04-09 23:23:14 +00:00
* [Electron SSS](https://github.com/electron/electron/blob/master/docs/faq.md)
2016-04-25 21:49:34 +00:00
## Klavuzlar
* [Desteklenen Platformlar ](tutorial/supported-platforms.md)
* [Uygulama Dağıtımı](tutorial/application-distribution.md)
* [Mac Uygulama Mağazası Başvuru Klavuzu](https://github.com/electron/electron/tree/master/docs/tutorial/mac-app-store-submission-guide.md)
* [Uygulama Paketleme](https://github.com/electron/electron/tree/master/docs/tutorial/application-packaging.md)
* [Native Node Modüllerini Kullanma](https://github.com/electron/electron/tree/master/docs/tutorial/using-native-node-modules.md)
* [Ana Süreç(Main Process) Hata ayıklama](https://github.com/electron/electron/tree/master/docs/tutorial/debugging-main-process.md)
* [Selenium ve WebDriver kullanımı](https://github.com/electron/electron/tree/master/docs/tutorial/using-selenium-and-webdriver.md)
* [DevTools Eklentisi](https://github.com/electron/electron/tree/master/docs/tutorial/devtools-extension.md)
* [Pepper Flash Kullanımı](https://github.com/electron/electron/tree/master/docs/tutorial/using-pepper-flash-plugin.md)
* [Widevine CDM Kullanımı](https://github.com/electron/electron/tree/master/docs/tutorial/using-widevine-cdm-plugin.md)
* [CI Sistem Testleri (Travis, Jenkins)](https://github.com/electron/electron/tree/master/docs/tutorial/testing-on-headless-ci.md)
2016-04-25 21:49:34 +00:00
## Eğitimler
2017-04-14 17:47:39 +00:00
* [Hızlı Başlangıç](tutorial/quick-start.md)
* [Desktop Environment Integration](https://github.com/electron/electron/tree/master/docs/tutorial/desktop-environment-integration.md)
* [Online/Offline Event Detection](https://github.com/electron/electron/tree/master/docs/tutorial/online-offline-events.md)
2016-04-25 21:49:34 +00:00
## API Kaynakları
* [Synopsis](https://github.com/electron/electron/tree/master/docs/api/synopsis.md)
* [Process Object](https://github.com/electron/electron/tree/master/docs/api/process.md)
* [Desteklenen Chrome Komut Satırı Anahtarları](https://github.com/electron/electron/tree/master/docs/api/chrome-command-line-switches.md)
* [Environment Değişkenleri](https://github.com/electron/electron/tree/master/docs/api/environment-variables.md)
2016-04-25 21:49:34 +00:00
### Özel DOM Elementleri:
* [`File` Nesnesi](api/file-object.md)
2016-11-09 23:04:00 +00:00
* [`<webview>` Etiketi](https://github.com/electron/electron/tree/master/docs/api/webview-tag.md)
* [`window.open` Fonksiyonu](https://github.com/electron/electron/tree/master/docs/api/window-open.md)
2016-04-25 21:49:34 +00:00
### Ana Süreç(Main Process) Modülleri:
* [app](https://github.com/electron/electron/tree/master/docs/api/app.md)
* [autoUpdater](https://github.com/electron/electron/tree/master/docs/api/auto-updater.md)
* [BrowserWindow](https://github.com/electron/electron/tree/master/docs/api/browser-window.md)
* [contentTracing](https://github.com/electron/electron/tree/master/docs/api/content-tracing.md)
* [dialog](https://github.com/electron/electron/tree/master/docs/api/dialog.md)
* [globalShortcut](https://github.com/electron/electron/tree/master/docs/api/global-shortcut.md)
* [ipcMain](https://github.com/electron/electron/tree/master/docs/api/ipc-main.md)
* [Menu](https://github.com/electron/electron/tree/master/docs/api/menu.md)
* [MenuItem](https://github.com/electron/electron/tree/master/docs/api/menu-item.md)
* [powerMonitor](https://github.com/electron/electron/tree/master/docs/api/power-monitor.md)
* [powerSaveBlocker](https://github.com/electron/electron/tree/master/docs/api/power-save-blocker.md)
* [protocol](https://github.com/electron/electron/tree/master/docs/api/protocol.md)
* [session](https://github.com/electron/electron/tree/master/docs/api/session.md)
* [webContents](https://github.com/electron/electron/tree/master/docs/api/web-contents.md)
* [Tray](https://github.com/electron/electron/tree/master/docs/api/tray.md)
2016-04-25 21:49:34 +00:00
2017-07-17 14:25:36 +00:00
### Renderer Process Modülleri (Web Page):
2016-04-25 21:49:34 +00:00
* [desktopCapturer](https://github.com/electron/electron/tree/master/docs/api/desktop-capturer.md)
* [ipcRenderer](https://github.com/electron/electron/tree/master/docs/api/ipc-renderer.md)
* [remote](https://github.com/electron/electron/tree/master/docs/api/remote.md)
* [webFrame](https://github.com/electron/electron/tree/master/docs/api/web-frame.md)
2016-04-25 21:49:34 +00:00
### Her İki Süreç İçin Geçerli Modüller:
* [clipboard](https://github.com/electron/electron/tree/master/docs/api/clipboard.md)
* [crashReporter](https://github.com/electron/electron/tree/master/docs/api/crash-reporter.md)
* [nativeImage](https://github.com/electron/electron/tree/master/docs/api/native-image.md)
* [screen](https://github.com/electron/electron/tree/master/docs/api/screen.md)
* [shell](https://github.com/electron/electron/tree/master/docs/api/shell.md)
2016-04-25 21:49:34 +00:00
## Geliştirme
* [Kodlama Stili](https://github.com/electron/electron/tree/master/docs/development/coding-style.md)
* [Kaynak Kod Dizin Yapısı](https://github.com/electron/electron/tree/master/docs/development/source-code-directory-structure.md)
* [NW.js(node-webkit adıyla bilinen) İle Arasındaki Teknik Farklılıklar](https://github.com/electron/electron/tree/master/docs/development/atom-shell-vs-node-webkit.md)
* [Build Sisyem Genel Bakış](https://github.com/electron/electron/tree/master/docs/development/build-system-overview.md)
2016-06-18 13:26:26 +00:00
* [(macOS) Build Komutları](https://github.com/electron/electron/tree/master/docs/development/build-instructions-osx.md)
* [(Windows) Build Komutları](https://github.com/electron/electron/tree/master/docs/development/build-instructions-windows.md)
* [(Linux) Build Komutları](https://github.com/electron/electron/tree/master/docs/development/build-instructions-linux.md)
* [(Windows) Hata Ayıklama Komutları](https://github.com/electron/electron/tree/master/docs/development/debug-instructions-windows.md)
* [Simge Sunucusu(Symbol Server) Hata Ayıklama Kurulumu](https://github.com/electron/electron/tree/master/docs/development/setting-up-symbol-server.md)