Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Added Samples from BB10-WebWorks-Samples
Browse files Browse the repository at this point in the history
Also fine-tuned some verbiage in All_Samples and All_Repos
  • Loading branch information
pelegri committed Aug 11, 2012
1 parent 9afef29 commit 5ad90e4
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 19 deletions.
13 changes: 8 additions & 5 deletions All_Repos.md
Expand Up @@ -22,19 +22,22 @@ This page contains several tables cover all the repositories in our [GitHub Orga
generated from a backing [JSON file](All_Repos.json). As an alternative presentation see [All Repos as One Table].
Also see the list of [All Samples].

The table can be sorted (ascending/descending) on a sequence of one or more columns. To select additional
columns select the next column while pressing the 'SHIFT' (on mac) key. The table uses the following tooltips -
hover over them to learn their meaning:
The tables can be sorted on one or more columns. To select additional
columns select the next column while pressing the 'SHIFT' (on mac) key.

The table uses the following tooltips:
<span class="question" tip="(Repo column) A list of 'tags' characterizing this repo (useful?)">T</span>,
<span class="question" tip="(Repo column) Extra information on the branches in the repository">B</span>,
<span class="question" tip="(Repo column) Repo has Pages">P</span>,
<span class="question" tip="(Repo column) Repo has a Wiki">W</span>,
<span class="question" tip="(Desc column) Extra details on the repository">?</span>,
<span class="warning" tip="(Desc column) Issues to resolve">!</span>,
<span class="question" tip="(in BB10 column) Ported to PlayBook but not yet tested on BB10">?</span>,
<span class="question" tip="(in BB10 column) Ported to PlayBook but not yet tested on BB10">?</span>
and
<span class="question" tip="(in Port column) Extra information on porting">P</span>.
Hover over the tips to learn their meaning.

_*Notes*_: We are interested in your feedback on how to best present this information.
We welcome your feedback on how to best present information on our Repositories.

<div id="repoPorts">
<a name="repoPorts"><h2>Port Repositories</h2></a>
Expand Down
13 changes: 8 additions & 5 deletions All_Repos_as_One_Table.md
Expand Up @@ -11,19 +11,22 @@ This is a single-table version of [All Repos].
It provides sortable table with all the repositories in our [GitHub Organization](http://github.com/blackberry),
generated from a backing [JSON file](All_Repos.json). Also see the list of [All Samples].

The table can be sorted (ascending/descending) on a sequence of one or more columns. To select additional
columns select the next column while pressing the 'SHIFT' (on mac) key. The table uses these tooltips -
hover over them to learn their meaning:
The table can be sorted on one or more columns. To select additional
columns select the next column while pressing the 'SHIFT' (on mac) key.

The table uses the following tooltips:
<span class="question" tip="(Repo column) A list of 'tags' characterizing this repo (useful?)">T</span>,
<span class="question" tip="(Repo column) Extra information on the branches in the repository">B</span>,
<span class="question" tip="(Repo column) Repo has Pages">P</span>,
<span class="question" tip="(Repo column) Repo has a Wiki">W</span>,
<span class="question" tip="(Desc column) Extra details on the repository">?</span>,
<span class="warning" tip="(Desc column) Issues to resolve">!</span>,
<span class="question" tip="(in BB10 column) Ported to PlayBook but not yet tested on BB10">?</span>,
<span class="question" tip="(in BB10 column) Ported to PlayBook but not yet tested on BB10">?</span>
and
<span class="question" tip="(in Port column) Extra information on porting">P</span>.
Hover over the tips to learn their meaning.

_*Notes*_: We are interested in your feedback on how to best present this information.
We welcome your feedback on how to best present information on our Repositories.

<div id="repoAll">
<h2>All Repositories</h2>
Expand Down
31 changes: 31 additions & 0 deletions All_Samples.json
Expand Up @@ -8,6 +8,13 @@
"warning": "optional warning",
"tags": [ "an array of tags", "reserved tags are:", "html5", "native", "client" ]
},
"fileTransfer": {
"desc": "Sample applications that demonstrate how to use the blackberry.io and blackberry.io.filetransfer APIs",
"url": "https://github.com/blackberry/BB10-WebWorks-Samples/tree/master/fileTransfer",
"repo": "BB10-WebWorks-Samples",
"repourl": "http://github.com/blackberry/BB10-WebWorks-Samples",
"tags": [ "html5", "client", "playbook", "bb10", "webworks", "filetransfer" ]
},
"GoodCitizenCascades": {
"desc": "The Cascades version of the NDK Sample App named 'Good Citizen'",
"url": "http://github.com/blackberry/Cascades-Community-Samples/tree/master/GoodCitizenCascades",
Expand Down Expand Up @@ -40,6 +47,14 @@
"note": "<p>HelloVideoCamera is a minimalist Cascades-based video camera app. It illustrates how to set up a Cascades foreign window and connect the Camera viewfinder to it.</p><p>HelloVideoCamera has functionality for starting and sotpping the camera, changing between front and back cameras, and recording video files which are saved to the camera roll.</p>",
"tags": [ "native", "cascades", "client", "camera", "bb10", "video" ]
},
"invoke": {
"desc": "Two sample applications that show how to use the blackberry.invoke API for WebWorks",
"url": "https://github.com/blackberry/BB10-WebWorks-Samples/tree/master/invoke",
"repo": "BB10-WebWorks-Samples",
"repourl": "http://github.com/blackberry/BB10-WebWorks-Samples",
"note": "There are two sample applications: invokable and invoker",
"tags": [ "html5", "client", "playbook", "bb10", "webworks", "invocation"]
},
"InvokeClient": {
"desc": "A simple client to invoke target apps in the Invocation Framework",
"url": "https://github.com/blackberry/Cascades-Community-Samples/tree/master/InvokeClient",
Expand Down Expand Up @@ -90,6 +105,22 @@
"warning": "Location of sample will change within the repository",
"tags": [ "native", "client", "opengl", "bb10", "cascades" ]
},
"pushCapture": {
"desc": "Demonstrates how to write a BlackBerry 10 WebWorks Application that can receive push events",
"url": "https://github.com/blackberry/BB10-WebWorks-Samples/tree/master/pushCapture",
"repo": "BB10-WebWorks-Samples",
"repourl": "http://github.com/blackberry/BB10-WebWorks-Samples",
"note": "Consult the PushService and PushPayload classes from the <a href='https://developer.blackberry.com/html5/apis/'>API reference</a> for useful examples and a full description of how to use the push APIs",
"tags": [ "html5", "client", "playbook", "bb10", "push", "webworks"]
},
"swipemenu.js": {
"desc": "A swipe-down menu framework for BlackBerry WebWorks",
"url": "https://github.com/blackberry/BB10-WebWorks-Samples/tree/master/swipemenu",
"repo": "BB10-WebWorks-Samples",
"repourl": "http://github.com/blackberry/BB10-WebWorks-Samples",
"note": "Sample application that demonstrates swipemenu.js: A swipe-down menu framework for BlackBerry WebWorks SDK",
"tags": [ "html5", "client", "playbook", "bb10", "webworks"]
},
"VideoPlayerSample": {
"desc": "A simple video player application that uses the MediaPlayer API",
"url": "https://github.com/blackberry/Cascades-Community-Samples/tree/master/VideoPlayerSample",
Expand Down
19 changes: 11 additions & 8 deletions All_Samples.md
Expand Up @@ -22,18 +22,21 @@ This page contains several tables cover all the samples in RIM's
generated from a backing [JSON file](All_Samples.json).
Also see the list of [All Repos].

The table can be sorted (ascending/descending) on a sequence of one or more columns. To select additional
columns select the next column while pressing the 'SHIFT' (on mac) key. The table uses the following tooltips -
hover over them to learn their meaning:
The table can be sorted on one or more columns. To select additional
columns select the next column while pressing the 'SHIFT' (on mac) key.

The table uses the following tooltips:
<span class="question" tip="(Repo column) A list of 'tags' characterizing this sample">T</span>,
<span class="question" tip="(Desc column) Extra details on the sample">?</span>,
<span class="question" tip="(Desc column) Extra details on the sample">?</span>
and
<span class="warning" tip="(Desc column) Issues to resolve">!</span>.
Hover over the tips to learn their meaning.

<div id="tagsList"><p>Samples are annotated with <em>"Tags"</em>.
The tags used the samples below are:</p></div>

<div id="tagsList"><p>The following <em>tags</em> are used to
describe different properties of the samples: </p></div>
<!-- additional content provided by JavaScript -->

_*Notes*_: We are interested in your feedback on how to best present this information.
We welcome your feedback on how to best present information on the Samples.

<div id="samplesHtml5">
<a name="samplesHtml5"><h2>HTML5 Samples</h2></a>
Expand Down
4 changes: 3 additions & 1 deletion js/All_Samples.js
Expand Up @@ -236,7 +236,9 @@ $(document).ready(function(){
items.sort();

/* Inject */
$('#tagsList').append(items.join(', '));
$('#tagsList').append($('<p/>', {
html: items.join(', ')
})).addClass("taglist"); /* TODO: add style for taglist */


/* ====================== */
Expand Down

0 comments on commit 5ad90e4

Please sign in to comment.