2015-08-25 13:28:27 +00:00
|
|
|
## 개발 가이드
|
|
|
|
|
|
|
|
* [어플리케이션 배포](tutorial/application-distribution.md)
|
|
|
|
* [어플리케이션 패키징](tutorial/application-packaging.md)
|
2015-09-11 02:56:36 +00:00
|
|
|
* [네이티브 Node 모듈 사용하기](tutorial/using-native-node-modules.md)
|
2015-08-25 13:28:27 +00:00
|
|
|
* [메인 프로세스 디버깅하기](tutorial/debugging-main-process.md)
|
|
|
|
* [Selenium 과 WebDriver 사용하기](tutorial/using-selenium-and-webdriver.md)
|
|
|
|
* [개발자 콘솔 확장기능](tutorial/devtools-extension.md)
|
|
|
|
* [Pepper 플래시 플러그인 사용하기](tutorial/using-pepper-flash-plugin.md)
|
|
|
|
|
|
|
|
## 튜토리얼
|
|
|
|
|
|
|
|
* [시작하기](tutorial/quick-start.md)
|
|
|
|
* [데스크톱 환경 통합](tutorial/desktop-environment-integration.md)
|
2015-09-11 02:56:36 +00:00
|
|
|
* [온라인/오프라인 이벤트 감지](tutorial/online-offline-events.md)
|
2015-08-25 13:28:27 +00:00
|
|
|
|
|
|
|
## API 레퍼런스
|
|
|
|
|
|
|
|
* [개요](api/synopsis.md)
|
2015-09-11 02:56:36 +00:00
|
|
|
* [Process 객체](api/process.md)
|
|
|
|
* [크롬 Command Line 스위치 지원](api/chrome-command-line-switches.md)
|
2015-08-25 13:28:27 +00:00
|
|
|
|
2015-09-11 02:56:36 +00:00
|
|
|
### 커스텀 DOM elements:
|
2015-08-25 13:28:27 +00:00
|
|
|
|
|
|
|
* [`File` 객체](api/file-object.md)
|
|
|
|
* [`<webview>` 태그](api/web-view-tag.md)
|
2015-09-11 02:56:36 +00:00
|
|
|
* [`window.open` 함수](api/window-open.md)
|
2015-08-25 13:28:27 +00:00
|
|
|
|
2015-09-11 02:56:36 +00:00
|
|
|
### 메인 프로세스를 위한 모듈들:
|
2015-08-25 13:28:27 +00:00
|
|
|
|
2015-09-11 04:30:37 +00:00
|
|
|
* [app (0% 번역됨)](api/app.md)
|
2015-08-25 13:28:27 +00:00
|
|
|
* [auto-updater](api/auto-updater.md)
|
2015-09-11 04:30:37 +00:00
|
|
|
* [browser-window (0% 번역됨)](api/browser-window.md)
|
2015-08-25 13:28:27 +00:00
|
|
|
* [content-tracing](api/content-tracing.md)
|
|
|
|
* [dialog](api/dialog.md)
|
|
|
|
* [global-shortcut](api/global-shortcut.md)
|
|
|
|
* [ipc (main process)](api/ipc-main-process.md)
|
|
|
|
* [menu](api/menu.md)
|
|
|
|
* [menu-item](api/menu-item.md)
|
|
|
|
* [power-monitor](api/power-monitor.md)
|
|
|
|
* [power-save-blocker](api/power-save-blocker.md)
|
|
|
|
* [protocol](api/protocol.md)
|
2015-08-31 05:48:47 +00:00
|
|
|
* [session](api/session.md)
|
2015-09-11 04:30:37 +00:00
|
|
|
* [web-contents (0% 번역됨)](api/web-contents.md)
|
2015-08-25 13:28:27 +00:00
|
|
|
* [tray](api/tray.md)
|
|
|
|
|
2015-09-11 02:56:36 +00:00
|
|
|
### 랜더러 프로세스를 위한 모듈들 (웹 페이지):
|
2015-08-25 13:28:27 +00:00
|
|
|
|
|
|
|
* [ipc (renderer)](api/ipc-renderer.md)
|
|
|
|
* [remote](api/remote.md)
|
|
|
|
* [web-frame](api/web-frame.md)
|
|
|
|
|
2015-09-11 02:56:36 +00:00
|
|
|
### 두 프로세스에서 모두 사용 가능한 모듈들:
|
2015-08-25 13:28:27 +00:00
|
|
|
|
|
|
|
* [clipboard](api/clipboard.md)
|
|
|
|
* [crash-reporter](api/crash-reporter.md)
|
|
|
|
* [native-image](api/native-image.md)
|
|
|
|
* [screen](api/screen.md)
|
|
|
|
* [shell](api/shell.md)
|
|
|
|
|
|
|
|
## 개발자용
|
|
|
|
|
|
|
|
* [코딩 스타일](development/coding-style.md)
|
|
|
|
* [소스 코드 디렉터리 구조](development/source-code-directory-structure.md)
|
2015-08-31 05:48:47 +00:00
|
|
|
* [NW.js(node-webkit)와 기술적으로 다른점](development/atom-shell-vs-node-webkit.md)
|
2015-08-25 13:28:27 +00:00
|
|
|
* [빌드 시스템 개요](development/build-system-overview.md)
|
2015-09-01 04:13:05 +00:00
|
|
|
* [빌드 설명서 (Mac)](development/build-instructions-osx.md)
|
2015-08-25 13:28:27 +00:00
|
|
|
* [빌드 설명서 (Windows)](development/build-instructions-windows.md)
|
|
|
|
* [빌드 설명서 (Linux)](development/build-instructions-linux.md)
|
|
|
|
* [디버거에서 디버그 심볼 서버 설정](development/setting-up-symbol-server.md)
|