Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions site-structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{ "pageName": "Advanced: Configuring the connection to the Preferences Server", "href": "/serverConfig.html"},
{ "pageName": "Advanced: Deploying First Discovery to Bluemix", "href": "/bluemix.html"},
{ "pageName": "Advanced: Adding A Custom Preview", "href": "/customPreview.html"},
{ "pageName": "Installing a Frist Discovery Terminal", "href": "/terminalInstall.html"}
{ "pageName": "Installing a First Discovery Terminal", "href": "/terminalInstall.html"}
]
}
]
Expand All @@ -60,8 +60,8 @@
"sectionName":"Panels presented to user",
"pages":
[
{ "pageName": "Welcome", "href": "/welcome.html"},
{ "pageName": "Language", "href": "/lang.html"},
{ "pageName": "Welcome", "href": "/welcome.html"},
{ "pageName": "Speak Text", "href": "/speakText.html"},
{ "pageName": "Speech Rate", "href": "/speechRate.html"},
{ "pageName": "Contrast", "href": "/contrast.html"},
Expand Down
2 changes: 1 addition & 1 deletion src/documents/firstDiscoveryServer.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ NODE_ENV=vagrant node node_modules/kettle/init.js ./src/config
## Demos

This demo implements the integration with the [GPII Preferences Server](https://github.com/GPII/universal/blob/master/documentation/PreferencesServer.md) to save preferences.
http://build.fluidproject.org/first-discovery/demos/prefsServerIntegration
http://first-discovery.mybluemix.net/demos/prefsServerIntegration/

## Source code

Expand Down
6 changes: 5 additions & 1 deletion src/documents/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ customize or extend the First Discovery Tool.

## Demos

Basic: http://build.fluidproject.org/first-discovery/demos/
### First Discovery Tool:

Electrons Educational Preview: http://first-discovery.mybluemix.net/demos/prefsServerIntegration/?preview=electron

Search Engine Preview: http://first-discovery.mybluemix.net/demos/prefsServerIntegration/?preview=search

Learning Assessment Context: http://build.fluidproject.org/first-discovery/demos/assessment

Expand Down
2 changes: 1 addition & 1 deletion src/documents/integrationIntro.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ What it does:
## Demos

This demo implements the integration with the [GPII Preferences Server](https://github.com/GPII/universal/blob/master/documentation/PreferencesServer.md) to save preferences.
http://build.fluidproject.org/first-discovery/demos/prefsServerIntegration
http://first-discovery.mybluemix.net/demos/prefsServerIntegration/

## Source code

Expand Down
2 changes: 2 additions & 0 deletions src/documents/integrationWorkFlow.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ The process of saving preferences to the [GPII Preferences Server](https://githu
gpii_firstDiscovery_speak: false
gpii_firstDiscovery_speechRate: 1
gpii_firstDiscovery_stickyKeys: false
gpii_firstDiscovery_lineSpace: 1.2,
gpii_firstDiscovery_letterSpace: 0.5,
}
```

Expand Down