From d5c86d9d7fb4347d6d2c28b602f9f4cc5204186b Mon Sep 17 00:00:00 2001 From: Quentin Rouland Date: Fri, 6 Sep 2019 15:08:36 +0200 Subject: [PATCH] Initial Commit --- .gitignore | 14 ++++++++++++++ README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9ecc5a3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Builds dirs +build* + +# IDE & Devs tools +.clickable +.idea +*.project +*.workspace +.codelite +*.kdev4 +*swp + +# Third parties ouput dir +third/local diff --git a/README.md b/README.md new file mode 100644 index 0000000..14bee40 --- /dev/null +++ b/README.md @@ -0,0 +1,42 @@ +# UTPass + +A Ubuntu Touch password management app aiming to be compatible with [ZX2C4’s pass command line application](https://www.passwordstore.org/) the standard unix password manager. + +# Build & Tests + +See [Build & Tests wiki page](https://taiga.rdrive.ovh/project/qrouland-test/wiki/build-tests) + +# Contributing & Issues + +See [Contributing wiki page](https://taiga.rdrive.ovh/project/qrouland-test/wiki/contributing) + +# Features + +The goal is to be closest possible of the features offer by [ZX2C4’s pass command line application](https://www.passwordstore.org/). +See [Features wiki page](https://taiga.rdrive.ovh/project/qrouland-test/wiki/contributing) for details. + +# License + + Copyright (C) 2007 Free Software Foundation, Inc. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + + +# Useful Links + +Some useful links related to UTpass development : +* [Ubports](https://ubports.com/) : Ubuntu Touch Community +* [ZX2C4’s pass command line application](https://www.passwordstore.org/) : the standard unix password manager. +* [Clickable](https://github.com/bhdouglass/clickable) : Compile, build, and deploy Ubuntu Touch click packages +* [Gpgme](https://www.gnupg.org/software/gpgme/index.html) : GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications