Joplin (note/to-do application, evernote alternative)

This commit is contained in:
2018-02-08 14:48:36 +01:00
parent 4e03874171
commit bcdd5e2114
4 changed files with 60 additions and 0 deletions

20
packages/joplin/joplin.nuspec Executable file
View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>joplin</id>
<version>0.10.60</version>
<title>Joplin</title>
<authors>Laurent Cozic</authors>
<owners>foo.li systeme + software</owners>
<licenseUrl>https://github.com/laurent22/joplin/blob/master/LICENSE</licenseUrl>
<projectUrl>http://joplin.cozic.net</projectUrl>
<iconUrl>https://raw.githubusercontent.com/peterbeck/chocolatey/master/icons/joplin.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS. </description>
<summary>Joplin Notes and To-Do</summary>
<releaseNotes>https://github.com/laurent22/joplin/releases/tag/v0.10.60</releaseNotes>
<copyright>http://joplin.cozic.net</copyright>
<language />
<tags>notes todo admin</tags>
</metadata>
</package>