Skip to content

Commit

Permalink
Run the project converter
Browse files Browse the repository at this point in the history
  • Loading branch information
fastcat committed Feb 28, 2017
1 parent 77777a3 commit 2d65986
Show file tree
Hide file tree
Showing 9 changed files with 112 additions and 89 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Makefile
eu.tiliado.NuvolaAppGoogleKeep.appdata.xml
eu.tiliado.NuvolaAppGoogleKeep.data.service
eu.tiliado.NuvolaAppGoogleKeep.desktop
google_keep.tar.gz
icons
metadata.json
nuvola-app-google-keep
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Google Keep Change Log
======================

1.1 - unreleased
----------------
* Ported to use Nuvola SDK.
73 changes: 73 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
Contributing to Google Keep script
==================================

:+1::tada: It seems you would like to contribute to the Google Keep script for Nuvola Player.
Great to have you here. Here are a few ways you can help make this script better! :tada::+1:

Support & Bug Reporting
-----------------------

Whenever you encounter a bug in Nuvola Player, don't hesitate to report it. **First of all, it is
necessary to submit your issue to the right place.**

### Tiliado.eu Website

If you have trouble with with **Tiliado.eu website** (tiliado.eu domain), your Tiliado account and
memberships, contact [Tiliado support](mailto:support@tiliado.eu).

### Tiliado Repositories

If you have trouble with **Tiliado Repositories**, Tiliado Repository Installer and installation of
Nuvola Player from Tiliado Repositories, report your issue at
[Tiliado Repositories bug tracker](https://github.com/tiliado/tiliado-repositories/issues).

### Nuvola Player and Streaming Services

If you have any issue with the **Nuvola Player application** and supported streaming services,

1. Check the
[List of Known Issues](https://github.com/tiliado/nuvolaplayer/wiki/Known-Issues) first.
2. Take a brief look at
[Nuvola Player documentation](http://tiliado.github.io/nuvolaplayer/documentation/3.0.html)
as it might be helpful.
3. Finally, follow
[the Bug Reporting Guidelines](https://github.com/tiliado/nuvolaplayer/wiki/Bug-Reporting-Guidelines)
to create a new bug report.

Development & Hacking
---------------------

If you would like to contribute some code to this repository, welcome aboard and read on! :+1:

### Documentation

* See [Service Integration Development website](http://tiliado.github.io/nuvolaplayer/development/apps.html)
* or ask a question at [the nuvola-player-devel mailing list](https://groups.google.com/d/forum/nuvola-player-devel).

### Developers without commit access to this repository

* Clone/fork the master branch via GitHub or `git clone`.
* Don't work on the master branch directly, but create a feature/topic/devel branch via
`git checkout -b branch-name`. Use meaningful branch name.
* Make your commits and follow
[guidelines for commit messages](http://tiliado.github.io/nuvolaplayer/development/apps/guidelines.html#commit-messages).
* Push your feature branch to GitHub.
* Create a pull request following
[guidelines for pull requests](http://tiliado.github.io/nuvolaplayer/development/apps/guidelines.html#pull-requests).

### Developers with commit access to this repository

* Keep the `master` branch clean and functional, because it's the stable/production/release
branch.
* For one-commit changes without a need of code review, work directly on the master branch.
Follow
[guidelines for commit messages](http://tiliado.github.io/nuvolaplayer/development/apps/guidelines.html#commit-messages).
* For large changes, use feature/topic/devel branches. You can experiment and break things in
these branches, but they must be stable and functional when they are about to be merged back to
master. Follow
[guidelines for commit messages](http://tiliado.github.io/nuvolaplayer/development/apps/guidelines.html#commit-messages).
* Create a GitHub pull request following
[guidelines for pull requests](http://tiliado.github.io/nuvolaplayer/development/apps/guidelines.html#pull-requests)
if you would like to have a code review (preferred). Otherwise, feel free to perform a merge
on your own following
[guidelines for merge commits](http://tiliado.github.io/nuvolaplayer/development/apps/guidelines.html#merge-commits).
77 changes: 0 additions & 77 deletions Makefile

This file was deleted.

3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env python3
import nuvolasdk
nuvolasdk.gen_makefile()
20 changes: 20 additions & 0 deletions metadata.in.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"id": "google_keep",
"name": "Google Keep",
"maintainer_name": "Matthew Gabeler-Lee",
"maintainer_link": "https://github.com/fastcat",
"version_major": 1,
"version_minor": 1,
"api_major": 3,
"api_minor": 0,
"categories": "Office;",
"home_url": "https://keep.google.com/",
"license": "BSD-2-Clause",
"build": {
"icons": [
"src/icon.svg SCALABLE 64 128 256",
"src/icon-xs.svg 16 22 24",
"src/icon-sm.svg 32 48"
]
}
}
12 changes: 0 additions & 12 deletions metadata.json

This file was deleted.

1 change: 1 addition & 0 deletions src/icon-sm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icon-xs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2d65986

Please sign in to comment.