2015-08-25 16:28:27 +03:00
|
|
|
## 개발 가이드
|
|
|
|
|
2015-10-03 11:54:05 +03:00
|
|
|
* [지원하는 플랫폼](tutorial/supported-platforms.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [어플리케이션 배포](tutorial/application-distribution.md)
|
2015-10-17 21:30:37 +03:00
|
|
|
* [맥 앱스토어 제출 가이드 (0% 번역됨)](tutorial/mac-app-store-submission-guide.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [어플리케이션 패키징](tutorial/application-packaging.md)
|
2015-09-11 05:56:36 +03:00
|
|
|
* [네이티브 Node 모듈 사용하기](tutorial/using-native-node-modules.md)
|
2015-08-25 16:28:27 +03: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 05:56:36 +03:00
|
|
|
* [온라인/오프라인 이벤트 감지](tutorial/online-offline-events.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
|
|
|
|
## API 레퍼런스
|
|
|
|
|
|
|
|
* [개요](api/synopsis.md)
|
2015-09-11 05:56:36 +03:00
|
|
|
* [Process 객체](api/process.md)
|
2015-10-16 16:26:27 +03:00
|
|
|
* [크롬 명령줄 스위치 지원](api/chrome-command-line-switches.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2015-09-11 05:56:36 +03:00
|
|
|
### 커스텀 DOM elements:
|
2015-08-25 16:28:27 +03:00
|
|
|
|
|
|
|
* [`File` 객체](api/file-object.md)
|
|
|
|
* [`<webview>` 태그](api/web-view-tag.md)
|
2015-09-11 05:56:36 +03:00
|
|
|
* [`window.open` 함수](api/window-open.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2015-09-24 06:47:30 +03:00
|
|
|
### 메인 프로세스에서 사용할 수 있는 모듈:
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2015-10-17 21:22:35 +03:00
|
|
|
* [app](api/app.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [auto-updater](api/auto-updater.md)
|
2015-09-11 07:30:37 +03:00
|
|
|
* [browser-window (0% 번역됨)](api/browser-window.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [content-tracing](api/content-tracing.md)
|
|
|
|
* [dialog](api/dialog.md)
|
|
|
|
* [global-shortcut](api/global-shortcut.md)
|
2015-11-11 03:44:33 +03:00
|
|
|
* [ipc-main](api/ipc-main.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [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 08:48:47 +03:00
|
|
|
* [session](api/session.md)
|
2015-09-11 07:30:37 +03:00
|
|
|
* [web-contents (0% 번역됨)](api/web-contents.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [tray](api/tray.md)
|
|
|
|
|
2015-09-24 06:47:30 +03:00
|
|
|
### 랜더러 프로세스에서 사용할 수 있는 모듈 (웹 페이지):
|
2015-08-25 16:28:27 +03:00
|
|
|
|
2015-11-11 03:44:33 +03:00
|
|
|
* [ipc-renderer](api/ipc-renderer.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [remote](api/remote.md)
|
|
|
|
* [web-frame](api/web-frame.md)
|
|
|
|
|
2015-09-24 06:47:30 +03:00
|
|
|
### 두 프로세스 모두 사용할 수 있는 모듈:
|
2015-08-25 16:28:27 +03: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 08:48:47 +03:00
|
|
|
* [NW.js(node-webkit)와 기술적으로 다른점](development/atom-shell-vs-node-webkit.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [빌드 시스템 개요](development/build-system-overview.md)
|
2015-10-17 21:30:37 +03:00
|
|
|
* [빌드 설명서 (OS X)](development/build-instructions-osx.md)
|
2015-08-25 16:28:27 +03:00
|
|
|
* [빌드 설명서 (Windows)](development/build-instructions-windows.md)
|
|
|
|
* [빌드 설명서 (Linux)](development/build-instructions-linux.md)
|
|
|
|
* [디버거에서 디버그 심볼 서버 설정](development/setting-up-symbol-server.md)
|