############################################################################################################## # GLOBAL DOCUMENT # : global setting # repositories: array of objects with documents to fetchd # # REPOSITORY ENTRY: # - # url_fetch : gitweb fetch URL (format string with token %repo% %commit% %source%, defined in configuration) # url_edit : gitweb edut URL (format string with token %repo% %commit% %source%, defined in configuration) # git_name: repository name (%repo%) # git_commit: git reference: revision, SHA1, branch... (%commit%) # src_prefix: prefix prepended to %source% # dst_prefix: prefix prepended to destination name # documents: array of documents to fetch # # DOCUMENT ENTRY: # source: subpath within repository (%source%) # destination: local destination filename # label|title: name within TOC # edit|editURI: specific edition URI # # EXAMPLE: # ------------------------------------ # url: "GERRIT_FETCH" # git_commit: "master" # repositories: # - # git_name: src/foo # src_prefix: docs # dst_prefix: foodocs # documents: # - source: intro.md # label: Introduction # - source: topic/README.md # destination: topic.md # label: My Topic # ------------------------------------ ############################################################################################################## url_fetch : "GERRIT_FETCH" git_commit : "AGL_GERRIT_BRANCH" repositories: - git_name : src/app-framework-main git_commit: master src_prefix : docs dst_prefix: af-main documents: - source: 0-introduction.md label: Introduction - source: 1-afm-daemons.md label: The afm daemons - source: 2-widgets.md label: Widgets - source: 2.1-widgets.md label: Overview of widgets - source: 2.2-config.xml.md label: Widget configuration file - source: 3-permissions.md label: Permissions - source: 4-quick-tutorial.md label: Quick Tutorial - source: pictures/afm-daemons.svg - source: pictures/AppFW-APP_install_sequences.svg - source: pictures/make-units.svg - source: pictures/Security_model_history.svg - source: pictures/triskel_iot_bzh.svg - git_name : src/app-framework-binder git_commit: master src_prefix : docs dst_prefix: af-binder documents: - source: afb-overview.md label: Binder Overview - source: afb-binding-writing.md label: How to write a binding ? - source: afb-binding-references.md label: Binding references - source: afb-migration-v1-to-v2.md label: Migration from v1 to v2 - source: afb-events-guide.md label: Binder events guide - source: afb-application-writing.md label: Binder Application writing guide - source: afb-daemon-vocabulary.md label: Binder daemon vocabulary - source: afb-desktop-package.md label: Installing the binder on a desktop - source: afb-daemon-options.md label: Options of afb-daemon - source: pictures/AFB_for_services.svg - source: pictures/basis.svg - source: pictures/interconnection.svg - source: pictures/signaling-basis.svg - source: pictures/tic-tac-toe.svg - source: pictures/triskel_iot_bzh.svg - git_name : apps/low-level-can-service git_commit: master src_prefix : docs dst_prefix: signaling documents: - source: 1-Architecture.md destination: low-can-architecture.md label: Architecture presentation - source: 2-Installation.md destination: low-can-installation-guide.md label: Installation Guide - source: 3-Usage.md destination: low-can-usage-guide.md label: Usage Guide - source: images/CAN_bindings_communication.png - source: images/CAN_level_mapping.png - source: images/OpenXC_to_AGL.png - url_fetch: GITHUB_FETCH git_name : iotbzh/high-level-viwi-service git_commit: master src_prefix : docs dst_prefix: signaling documents: - source: 1-Architecture.md destination: high-viwi-architecture.md label: Architecture presentation - source: 2-Install-Usage.md destination: high-viwi-install-usage-guide.md label: Installation and Usage Guide - source: images/high-level-arch.png - url_fetch: "GERRIT_FETCH" git_name: apps/agl-service-signal-composer git_commit: "master" src_prefix: docs/part-1/ dst_prefix: signaling documents: - source: 1-Architecture.md destination: signal-composer-architecture.md label: Architecture presentation - source: 2-Configuration.md destination: signal-composer-configuration.md label: Configuration - source: 3-Plugins.md destination: signal-composer-plugins.md label: Plugins - source: 4-SignalComposerAPI.md destination: signal-composer-api.md label: Signal Composer API - source: pictures/Global_Signaling_Architecture.png - source: pictures/iotbzh_logo_small.png - url_fetch: AGL_GITHUB_FETCH url_edit: AGL_GITHUB_EDIT git_name: "%project_source%/docs-agl" git_commit: "AGL_GITHUB_BRANCH" src_prefix: docs/app-framework dst_prefix: af-binder documents: - source: index.md destination: resources.md label: Resources - url_fetch: AGL_GITHUB_FETCH url_edit: AGL_GITHUB_EDIT git_name: "%project_source%/docs-agl" git_commit: "AGL_GITHUB_BRANCH" src_prefix: docs/signaling dst_prefix: signaling documents: - source: architecture.md destination: architecture.md label: Signaling Architecture - source: index.md destination: resources.md label: Resources - source: images/agent-arch.svg - source: images/agent-sample.svg - source: images/cloud-arch.svg - source: images/can-generator.svg - source: images/distributed-arch.svg - source: images/distributed-arch.png - source: images/signal-service-arch.svg - url_fetch: http://iot.bzh/download/public/2016/%source% dst_prefix: iotbzh2016 documents: - source: signaling/AGL-AppFW-CAN-Signaling-Benchmark.pdf - source: signaling/AGL-Message-Signaling-Developer-Guidelines.pdf - url_fetch: AGL_GITHUB_FETCH url_edit: AGL_GITHUB_EDIT git_name: "%project_source%/docs-agl" git_commit: "AGL_GITHUB_BRANCH" src_prefix: docs/audio dst_prefix: audio documents: - source: index.md destination: resources.md label: Resources - url_fetch: "GERRIT_FETCH" git_name: apps/agl-service-homescreen-2017 git_commit: "master" src_prefix: doc/ dst_prefix: hmi-framework/ documents: - source: ApplicationGuide.md destination: 3_1-HomeScreen-Guide.md label: Home Screen Developper Guide - source: parts/initialize.svg - source: parts/initialize-registercallback.svg - source: parts/initialize-set-event-handler.svg - source: parts/on_screen_message.svg - source: parts/software-stack.png - source: parts/tap_shortcut.svg - url_fetch: "GERRIT_FETCH" git_name: apps/agl-service-windowmanager-2017 git_commit: "master" src_prefix: doc/ dst_prefix: hmi-framework/ documents: - source: ApplicationGuide.md destination: 3_2-WindowManager-Guide.md label: Window Manager Developper Guide - url_fetch: "GERRIT_FETCH" git_name: apps/agl-service-soundmanager-2017 git_commit: "master" src_prefix: doc/ dst_prefix: hmi-framework/ documents: - source: ApplicationGuide.md destination: 3_3-SoundManager-Guide.md label: Sound Manager Developper Guide - source: Display_Audio_Transition1.md destination: Display_Audio_Transition1.md label: Sound Manager Developper Guide 2 - source: Display_Audio_Transition2.md destination: Display_Audio_Transition2.md label: Sound Manager Developper Guide 3 - source: parts/seq_startup.svg - source: parts/am-component.png - source: parts/seq_registration.svg - source: parts/seq_connectsoundroute.svg - source: parts/seq_startsoundstreaming.svg - source: parts/seq_requestsoundmode.svg - source: parts/seq_setmutestate.svg - source: parts/seq_changevolume.svg - source: parts/seq_stopsoundstreaming.svg - source: parts/seq_disconnectsoundroute.svg - source: parts/software-stack.png - source: parts/seq_releasesoundmode.svg - source: parts/typical-usecase.png - source: parts/am-component.png - url_fetch : GERRIT_FETCH git_commit : master git_name : apps/homescreen src_prefix : homescreen/docs dst_prefix : homescreen documents: - source: homescreen_api.md label: HomeScreen API - source: pictures/api_getAllSurfacesOfProcess.png destination: pictures/api_getAllSurfacesOfProcess.png - source: pictures/api_getSurfaceStatus_1.png destination: pictures/api_getSurfaceStatus_1.png - source: pictures/api_getSurfaceStatus_2.png destination: pictures/api_getSurfaceStatus_2.png - source: pictures/api_getSurfaceStatus_3.png destination: pictures/api_getSurfaceStatus_3.png - source: pictures/api_hardKeyPressed.png destination: pictures/api_hardKeyPressed.png - source: pictures/api_renderSurfaceToArea.png destination: pictures/api_renderSurfaceToArea.png - source: pictures/api_renderSurfaceToAreaAllowed.png destination: pictures/api_renderSurfaceToAreaAllowed.png - source: pictures/api_requestSurfaceIdToFullScreen.png destination: pictures/api_requestSurfaceIdToFullScreen.png - source: pictures/api_surfaceVisibilityChanged.png destination: pictures/api_surfaceVisibilityChanged.png