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

Commit

Permalink
Added Open_Source_Wish_List
Browse files Browse the repository at this point in the history
  • Loading branch information
pelegri committed Jul 3, 2012
1 parent edd9e8c commit e93cd2c
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 1 deletion.
1 change: 1 addition & 0 deletions All_Pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ title: All Pages
* [OpenFrameworks]
* [OpenGL]
* [Open Source]
* [Open Source Wish List]
* [PhoneGap]
* [Python]
* [QML]
Expand Down
64 changes: 64 additions & 0 deletions Open_Source_Wish_List.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
layout: basic

title: Open Source Wish List
oneline: Wish List for Open Source Components
tags: OSS, legal
---
{% include common-defs.md %}

### Description
This page maintains a Wish List of Open Source Components that want to be ported to help the BlackBerry
Developer Community.

If you have a suggestion, please modify the table
on the <a href="{{ site.stage }}{{ page.url | replace:'.html','.md' }}" target="_blank">Source Page</a>
using the in-browser edit facility, see [Help Page](other/Quick_Edit.html).

Add Component Name, Main Link, License, Why, and your name, one name per line.

### Components

<table class="plaintable">
<body>
<tr>
<th>Name</th>
<th>Link</th>
<th>License</th>
<th>Advocate - Why</th>
</tr>
<tr>
<td>aName</td>
<td>aLink</td>
<td>aLicense</td>
<td>Advocate-1 - Use Case
<br/>
Advocate-2 - Use Case</td>
</tr>
</body>
</table>

### Programs, Games, Tools

<table class="plaintable">
<body>
<tr>
<th>Name</th>
<th>Link</th>
<th>License</th>
<th>Advocate - Why</th>
</tr>
<tr>
<td>aName</td>
<td>aLink</td>
<td>aLicense</td>
<td>Advocate-1 - Use Case
<br/>
Advocate-2 - Use Case</td>
</tr>
</body>
</table>

### Also See
[Open Source]

1 change: 1 addition & 0 deletions Recent_Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ title: Recent Changes

New additions and major updates to pages. Listed in reverse chronological order.

* Added: [Open Source Wish List]
* Added: [BlackBerry 10 Stories][bb10_stories], [Contributor Agreement]
* Added: [Porto]
* Staged: [BlackBerry Messenger][bbm], [BlackBerry Analytics Service][bb_analytics], [BlackBerry Advertising Service][bb_advertising]
Expand Down
1 change: 1 addition & 0 deletions _includes/common-defs.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
[openframeworks]: <OpenFrameworks.html> "Open Source Framework for Creative Media Applications"
[opengl]: <OpenGL.html> "Language .."
[open_source]: <Open_Source.html> "Open Source Actvities at RIM"
[open_source_wish_list]: <Open_Source_Wish_List.html> "Wish List for Open Source Components and Applications"
[picturewall]: <PictureWall.html> "PictureWall Sample Application"
[phonegap]: <PhoneGap.html> "Original cross-platform framework from Nitobi"
[python]: <Python.html> "Python"
Expand Down
35 changes: 34 additions & 1 deletion css/github.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,37 @@ h4 {
-moz-column-count: 3;
-webkit-column-count: 3;
padding-top: 10px;
}
}

table.plaintable {
border-width: 0px;
border-spacing: 2px;
border-style: outset;
border-color: gray;
border-collapse: collapse;
background-color: white;
margin-top: 10px;
}
table.plaintable th {
border-width: 1px;
padding: 3px;
padding-right: 6px;
padding-left: 6px;
border-style: inset;
border-color: gray;
background-color: white;
-moz-border-radius: ;
font-weight: bold;
vertical-align: top;
}
table.plaintable td {
border-width: 1px;
padding: 3px;
padding-right: 6px;
padding-left: 6px;
border-style: inset;
border-color: gray;
background-color: white;
-moz-border-radius: ;
vertical-align: top;
}

0 comments on commit e93cd2c

Please sign in to comment.