Skip to content

Commit

Permalink
Merge pull request blackberry#185 from blackberry-community/gh-pages
Browse files Browse the repository at this point in the history
Updating Community Project Dashboard to refer to new Community Repos
  • Loading branch information
pelegri committed Nov 12, 2012
2 parents 077bc3b + 8e9c4ca commit 3b96946
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
25 changes: 16 additions & 9 deletions All_Samples.json
Expand Up @@ -85,16 +85,16 @@
}, },
"BBMBaseSampleRegistration": { "BBMBaseSampleRegistration": {
"desc": "BPS (BlackBerry Platform Services)-based sample to register an Application with the BlackBerry Messenger Social Platform", "desc": "BPS (BlackBerry Platform Services)-based sample to register an Application with the BlackBerry Messenger Social Platform",
"url": "http://github.com/blackberry/Cascades-Community-Samples/tree/master/BBMBaseSampleRegistration", "url": "http://github.com/blackberry/Core-Native-Community-Samples/tree/master/BBMBaseSampleRegistration",
"repo": "Cascades-Community-Samples", "repo": "Core-Native-Community-Samples",
"repourl": "http://github.com/blackberry/Cascades-Community-Samples", "repourl": "http://github.com/blackberry/Core-Native-Community-Samples",
"tags": [ "native", "bb10", "bbm", "bps" ] "tags": [ "native", "bb10", "bbm", "bps" ]
}, },
"BBMSPUserProfile": { "BBMSPUserProfile": {
"desc": "BPS (BlackBerry Platform Services)-based sample to read and update the users's BlackBerry Messenger Profile", "desc": "BPS (BlackBerry Platform Services)-based sample to read and update the users's BlackBerry Messenger Profile",
"url": "http://github.com/blackberry/Cascades-Community-Samples/tree/master/BBMSPUserProfile", "url": "http://github.com/blackberry/Core-Native-Community-Samples/tree/master/BBMSPUserProfile",
"repo": "Cascades-Community-Samples", "repo": "Core-Native-Community-Samples",
"repourl": "http://github.com/blackberry/Cascades-Community-Samples", "repourl": "http://github.com/blackberry/Core-Native-Community-Samples",
"tags": [ "native", "bb10", "bbm", "bps" ] "tags": [ "native", "bb10", "bbm", "bps" ]
}, },
"BBMQtInviteToDownload": { "BBMQtInviteToDownload": {
Expand Down Expand Up @@ -735,11 +735,18 @@
"warning": "Not yet updated to the beta 3 APIs; may move to Cascades-Community-Samples. Temporarily in branch of BlackBerry-core repo", "warning": "Not yet updated to the beta 3 APIs; may move to Cascades-Community-Samples. Temporarily in branch of BlackBerry-core repo",
"tags": [ "native", "cascades", "bb10", "threads" ] "tags": [ "native", "cascades", "bb10", "threads" ]
}, },
"NativeAndOpenGLWindows": {
"desc": "Combines rendering to Native and OpenGL Windows at the same time",
"url": "https://github.com/blackberry/Core-Native-Community-Samples/tree/master/NativeAndOpenGLWindows",
"repo": "Core-Native-Community-Samples",
"repourl": "http://github.com/blackberry/Core-Native-Community-Samples",
"tags": [ "native", "client", "bb10", "OpenGL", "notrim" ]
},
"NativeCamera": { "NativeCamera": {
"desc": "A simple picture-taking app in C/C++ without Cascades" , "desc": "A simple picture-taking app in C/C++ without Cascades" ,
"url": "https://github.com/blackberry/Cascades-Community-Samples/tree/master/NativeCamera", "url": "https://github.com/blackberry/Core-Native-Community-Samples/tree/master/NativeCamera",
"repo": "Cascades-Community-Samples", "repo": "Core-Native-Community-Samples",
"repourl": "http://github.com/blackberry/Cascades-Community-Samples", "repourl": "http://github.com/blackberry/Core-Native-Community-Samples",
"note": "The sample shows:<ul><li>how to access the camera</li><li>how to start the viewfinder and acquire the corresponding viewfinder window handle</li><li>how to take a photo (non-blocking)</li><li>how to save a photo to the camera roll</li><li>how to pass argument data between the main thread and your callback threads</li><li>how to signal your main thread using user-defined bps events from your callback thread</li></ul>", "note": "The sample shows:<ul><li>how to access the camera</li><li>how to start the viewfinder and acquire the corresponding viewfinder window handle</li><li>how to take a photo (non-blocking)</li><li>how to save a photo to the camera roll</li><li>how to pass argument data between the main thread and your callback threads</li><li>how to signal your main thread using user-defined bps events from your callback thread</li></ul>",
"tags": [ "native", "client", "camera", "bb10" ] "tags": [ "native", "client", "camera", "bb10" ]
}, },
Expand Down
12 changes: 6 additions & 6 deletions projects/Project_Dashboard.md
Expand Up @@ -47,10 +47,10 @@ Apekshith Gowda,
[Justin DaSilva](http://github.com/lyricidal) [Justin DaSilva](http://github.com/lyricidal)


_Roadmap and Issue List:_ _Roadmap and Issue List:_
[https://github.com/blackberry/BB10-WebWorks-Samples/issues](https://github.com/blackberry/BB10-WebWorks-Samples/issues) [https://github.com/blackberry/BB10-WebWorks-Community-Samples/issues](https://github.com/blackberry/BB10-WebWorks-Samples/issues)


_Staging Repository:_ _Staging Repository:_
[https://github.com/timwindsor/BB10-WebWorks-Samples](https://github.com/timwindsor/BB10-WebWorks-Samples) [https://github.com/timwindsor/BB10-WebWorks-Community-Samples](https://github.com/timwindsor/BB10-WebWorks-Samples)


### Advanced UI Examples ### Advanced UI Examples


Expand All @@ -61,10 +61,10 @@ Jeremy Duke,
[Lloyd Summers](http://github.com/kermed) [Lloyd Summers](http://github.com/kermed)


_Roadmap and Issue List:_ _Roadmap and Issue List:_
[https://github.com/blackberry/BB10-WebWorks-Samples/issues](https://github.com/blackberry/BB10-WebWorks-Samples/issues) [https://github.com/blackberry/BB10-WebWorks-Community-Samples/issues](https://github.com/blackberry/BB10-WebWorks-Community-Samples/issues)


_Staging Repository:_ _Staging Repository:_
[https://github.com/timwindsor/BB10-WebWorks-Samples](https://github.com/timwindsor/BB10-WebWorks-Samples) [https://github.com/timwindsor/BB10-WebWorks-Community-Samples](https://github.com/timwindsor/BB10-WebWorks-Community-Samples)


### Advanced UI using WebGL ### Advanced UI using WebGL


Expand All @@ -74,10 +74,10 @@ _Developers:_
[Lloyd Summers](http://github.com/kermed) [Lloyd Summers](http://github.com/kermed)


_Roadmap and Issue List:_ _Roadmap and Issue List:_
[https://github.com/blackberry/BB10-WebWorks-Samples/issues](https://github.com/blackberry/BB10-WebWorks-Samples/issues) [https://github.com/blackberry/BB10-WebWorks-Community-Samples/issues](https://github.com/blackberry/BB10-WebWorks-Community-Samples/issues)


_Staging Repository:_ _Staging Repository:_
[https://github.com/timwindsor/BB10-WebWorks-Samples](https://github.com/timwindsor/BB10-WebWorks-Samples) [https://github.com/timwindsor/BB10-WebWorks-Community-Samples](https://github.com/timwindsor/BB10-WebWorks-Community-Samples)


### BB10 WebWorks Extensions ### BB10 WebWorks Extensions


Expand Down

0 comments on commit 3b96946

Please sign in to comment.