Skip to content

Commit d6e372c

Browse files
author
Mert Gör
committed
initial commit for ubuntu
0 parents  commit d6e372c

20 files changed

+2469
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
build
2+
.clickable

LICENSE

Lines changed: 660 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# hwpplayers
2+
3+
hwpplayers hackerspace web site
4+
5+
## License
6+
7+
hwpplayers hackerspace web site
8+
9+
Copyright (C) 2020 Masscollabs Services, Masscollaboration Labs, amassivus, procyberian, hwpplayers
10+
11+
This program is free software: you can redistribute it and/or modify
12+
it under the terms of the GNU Affero General Public License as
13+
published by the Free Software Foundation, either version 3 of the
14+
License, or (at your option) any later version.
15+
16+
This program is distributed in the hope that it will be useful,
17+
but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
GNU Affero General Public License for more details.
20+
21+
You should have received a copy of the GNU Affero General Public License
22+
along with this program. If not, see <https://www.gnu.org/licenses/>.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
https://commons.wikimedia.org/wiki/File:Rainbow_Circle.svg
2+
3+
https://creativecommons.org/publicdomain/zero/1.0/deed.en

assets/logo.svg

Lines changed: 116 additions & 0 deletions
Loading

clickable.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"clickable_minimum_required": "6.12.2",
3+
"builder": "pure",
4+
"kill": "webapp-container*"
5+
}

hwpplayers.apparmor

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"template": "ubuntu-webapp",
3+
"policy_groups": [
4+
"webview",
5+
"audio",
6+
"networking"
7+
],
8+
"policy_version": 16.04
9+
}

hwpplayers.desktop

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[Desktop Entry]
2+
Name=hwpplayers
3+
Exec=webapp-container --app-id="hwpplayers.hwpplayers" $@ www/index.html
4+
Icon=assets/logo.svg
5+
Terminal=false
6+
Type=Application
7+
X-Ubuntu-Touch=true

manifest.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "hwpplayers.hwpplayers",
3+
"description": "hwpplayers hackerspace web site",
4+
"architecture": "@CLICK_ARCH@",
5+
"title": "hwpplayers",
6+
"hooks": {
7+
"hwpplayers": {
8+
"apparmor": "hwpplayers.apparmor",
9+
"desktop": "hwpplayers.desktop"
10+
}
11+
},
12+
"version": "1.0.0",
13+
"maintainer": "Mert Gör <mertgor@masscollabs.com>",
14+
"framework" : "ubuntu-sdk-16.04"
15+
}

www/AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# This is the list of hwpplayers.github.io's significant contributors.
2+
3+
https://github.com/hwpplayer1
4+
https://github.com/neox95

0 commit comments

Comments
 (0)