Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
e2b3c7046e | |||
75689556dc | |||
c55d49431b | |||
09d65ff192 | |||
e6798f44cf |
@ -15,7 +15,7 @@
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>app.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.netsyms.BusinessStation</string>
|
||||
<string>com.netsyms.NotePostApp</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
@ -23,7 +23,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>Version 1.2.1</string>
|
||||
<string>Version 1.2.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>NWJS</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
@ -55,7 +55,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.2.1</string>
|
||||
<string>1.2.0</string>
|
||||
<key>DTCompiler</key>
|
||||
<string>com.apple.compilers.llvm.clang.1_0</string>
|
||||
<key>DTSDKBuild</key>
|
||||
|
5
appimage/NotePost.AppDir/AppRun
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
HERE="$(dirname "$(readlink -f "${0}")")"
|
||||
|
||||
cd $HERE/usr/lib/notepost
|
||||
./notepost
|
@ -1,11 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=NickelBridge
|
||||
Name=NotePost
|
||||
Version=1.0
|
||||
Exec=nickelbridge
|
||||
Comment=Launch NickelBridge
|
||||
Icon=nickelbridge
|
||||
Exec=notepost
|
||||
Comment=Launch NotePost
|
||||
Icon=notepost
|
||||
Type=Application
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Categories=Office;Network;
|
||||
Name[en_US]=Station
|
||||
Name[en_US]=NotePost
|
BIN
appimage/NotePost.AppDir/notepost.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
3
appimage/NotePost.AppDir/usr/bin/notepost
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
cd /usr/lib/notepost
|
||||
./notepost
|
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>notepostapp</id>
|
||||
<metadata_license>MPL-2.0</metadata_license>
|
||||
<project_license>MPL-2.0</project_license>
|
||||
<name>NotePost</name>
|
||||
<summary>Desktop client for NotePost</summary>
|
||||
<description>
|
||||
|
||||
</description>
|
||||
<launchable type="desktop-id">notepost.desktop</launchable>
|
||||
<url type="homepage">https://netsyms.com/apps/notepost</url>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://netsyms.com/data/uploads/apps/notepost/app/home.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<provides>
|
||||
<id>notepost.desktop</id>
|
||||
</provides>
|
||||
</component>
|
@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
HERE="$(dirname "$(readlink -f "${0}")")"
|
||||
|
||||
cd $HERE/usr/lib/netsyms-business-station
|
||||
./netsyms-business-station
|
Before Width: | Height: | Size: 11 KiB |
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
cd /usr/lib/netsyms-business-station
|
||||
./netsyms-business-station
|
@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>netsyms-business-station</id>
|
||||
<metadata_license>MPL-2.0</metadata_license>
|
||||
<project_license>MPL-2.0</project_license>
|
||||
<name>Station</name>
|
||||
<summary>Simple kiosk application, giving employees fast access to an overview of their work day</summary>
|
||||
<description>
|
||||
|
||||
</description>
|
||||
<launchable type="desktop-id">netsyms-business-station.desktop</launchable>
|
||||
<url type="homepage">https://netsyms.biz/apps/station</url>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://netsyms.biz/data/uploads/apps/station/home.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<provides>
|
||||
<id>netsyms-business-station.desktop</id>
|
||||
</provides>
|
||||
</component>
|
13
debian/DEBIAN/control
vendored
@ -1,8 +1,9 @@
|
||||
Package: netsyms-business-station
|
||||
Version: 1.2.1
|
||||
Maintainer: Netsyms Technologies <admin@netsyms.com>
|
||||
Package: notepost
|
||||
Version: 1.2.0-1
|
||||
Maintainer: Netsyms Technologies <opensource@netsyms.com>
|
||||
Section: web
|
||||
Homepage: https://netsyms.biz/apps/station
|
||||
Homepage: https://netsyms.com/apps/notepost
|
||||
Priority: optional
|
||||
Description: Simple kiosk application, giving employees fast access to an overview of their work day.
|
||||
Architecture: i386
|
||||
Depends: nw.js-normal | nw.js
|
||||
Description: Desktop client for the NotePost notetaking webapp.
|
||||
Architecture: all
|
||||
|
17
debian/DEBIAN/copyright
vendored
@ -1,19 +1,4 @@
|
||||
Copyright (c) 2018 Netsyms Technologies.
|
||||
|
||||
If you modify and redistribute this project, you must replace the branding
|
||||
assets with your own.
|
||||
|
||||
The branding assets include:
|
||||
* the application icon
|
||||
* the Netsyms N punchcard logo
|
||||
* the Netsyms for Business graph logo
|
||||
|
||||
If you are unsure if your usage is allowed, please contact us:
|
||||
https://netsyms.com/contact
|
||||
legal@netsyms.com
|
||||
|
||||
All other portions of this application,
|
||||
unless otherwise noted (in comments, headers, etc), are licensed as follows:
|
||||
Copyright (c) 2018-2019 Netsyms Technologies.
|
||||
|
||||
Mozilla Public License Version 2.0
|
||||
==================================
|
||||
|
3
debian/usr/bin/netsyms-business-station
vendored
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
cd /usr/lib/netsyms-business-station
|
||||
./netsyms-business-station
|
2
debian/usr/bin/notepost
vendored
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
nwjs /usr/share/notepost
|
@ -1,11 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=Station
|
||||
Version=1.0
|
||||
Exec=/usr/bin/netsyms-business-station
|
||||
Comment=Launch the Netsyms Business Station kiosk
|
||||
Icon=/usr/lib/netsyms-business-station/logo.svg
|
||||
Type=Application
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Encoding=UTF-8
|
||||
Categories=Office;
|
11
debian/usr/share/applications/notepost.desktop
vendored
Executable file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Name=NotePost
|
||||
Version=1.0
|
||||
Exec=/usr/bin/notepost
|
||||
Comment=Launch the NotePost client
|
||||
Icon=/usr/share/notepost/logo.svg
|
||||
Type=Application
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Encoding=UTF-8
|
||||
Categories=Office;
|
@ -1,19 +1,4 @@
|
||||
Copyright (c) 2018 Netsyms Technologies.
|
||||
|
||||
If you modify and redistribute this project, you must replace the branding
|
||||
assets with your own.
|
||||
|
||||
The branding assets include:
|
||||
* the application icon
|
||||
* the Netsyms N punchcard logo
|
||||
* the Netsyms for Business graph logo
|
||||
|
||||
If you are unsure if your usage is allowed, please contact us:
|
||||
https://netsyms.com/contact
|
||||
legal@netsyms.com
|
||||
|
||||
All other portions of this application,
|
||||
unless otherwise noted (in comments, headers, etc), are licensed as follows:
|
||||
Copyright (c) 2018-2019 Netsyms Technologies.
|
||||
|
||||
Mozilla Public License Version 2.0
|
||||
==================================
|
@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>netsyms-business-station</id>
|
||||
<metadata_license>MPL-2.0</metadata_license>
|
||||
<project_license>MPL-2.0</project_license>
|
||||
<name>Station</name>
|
||||
<summary>Simple kiosk application, giving employees fast access to an overview of their work day</summary>
|
||||
<description>
|
||||
|
||||
</description>
|
||||
<launchable type="desktop-id">netsyms-business-station.desktop</launchable>
|
||||
<url type="homepage">https://netsyms.biz/apps/station</url>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://netsyms.biz/data/uploads/apps/station/home.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<provides>
|
||||
<id>netsyms-business-station.desktop</id>
|
||||
</provides>
|
||||
</component>
|
21
debian/usr/share/metainfo/notepost.appdata.xml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop-application">
|
||||
<id>notepostapp</id>
|
||||
<metadata_license>MPL-2.0</metadata_license>
|
||||
<project_license>MPL-2.0</project_license>
|
||||
<name>NotePost</name>
|
||||
<summary>Desktop client for NotePost</summary>
|
||||
<description>
|
||||
|
||||
</description>
|
||||
<launchable type="desktop-id">notepost.desktop</launchable>
|
||||
<url type="homepage">https://netsyms.com/apps/notepost</url>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://netsyms.com/data/uploads/apps/notepost/app/home.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<provides>
|
||||
<id>notepost.desktop</id>
|
||||
</provides>
|
||||
</component>
|
BIN
icons/logo.icns
BIN
icons/logo.ico
Before Width: | Height: | Size: 361 KiB After Width: | Height: | Size: 101 KiB |
BIN
icons/logo.png
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 7.4 KiB |
125
icons/logo.svg
@ -1,6 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
@ -11,78 +9,85 @@
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="512"
|
||||
height="512"
|
||||
viewBox="0 0 512.00001 512.00001"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.91 r13725"
|
||||
viewBox="0 0 135.47 135.47"
|
||||
id="svg926"
|
||||
sodipodi:docname="logo.svg"
|
||||
inkscape:export-filename="/home/skylar/Documents/Projects/Assets/Station/logo_512.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<defs
|
||||
id="defs4" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.9899495"
|
||||
inkscape:cx="218.47311"
|
||||
inkscape:cy="251.31087"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
units="px"
|
||||
inkscape:window-width="1440"
|
||||
inkscape:window-height="842"
|
||||
inkscape:window-x="1024"
|
||||
inkscape:window-y="1024"
|
||||
inkscape:window-maximized="1" />
|
||||
inkscape:version="0.92.3 (2405546, 2018-03-11)"
|
||||
inkscape:export-filename="/home/skylar/Documents/Projects/Assets/NotePost/App/logo.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96">
|
||||
<metadata
|
||||
id="metadata7">
|
||||
id="metadata932">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<defs
|
||||
id="defs930" />
|
||||
<sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1011"
|
||||
id="namedview928"
|
||||
showgrid="false"
|
||||
inkscape:zoom="1.0413252"
|
||||
inkscape:cx="229.93784"
|
||||
inkscape:cy="198.05844"
|
||||
inkscape:window-x="1920"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg926" />
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.26458984;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
|
||||
id="rect963"
|
||||
width="135.47"
|
||||
height="135.47"
|
||||
x="-6.1035155e-07"
|
||||
y="-6.1035155e-07"
|
||||
rx="26.458984"
|
||||
ry="26.458984" />
|
||||
<g
|
||||
inkscape:label="Layer 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-540.36216)">
|
||||
<rect
|
||||
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:20;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:0.74509804"
|
||||
id="rect4726"
|
||||
width="512"
|
||||
height="512"
|
||||
x="0"
|
||||
y="540.36218"
|
||||
rx="50"
|
||||
ry="50" />
|
||||
transform="translate(259.75 23.221)"
|
||||
id="g924">
|
||||
<g
|
||||
id="g4256"
|
||||
transform="translate(0,-3.3388183)">
|
||||
<rect
|
||||
ry="20"
|
||||
rx="20"
|
||||
y="634.159"
|
||||
x="79.223312"
|
||||
height="228.29446"
|
||||
width="353.55338"
|
||||
id="rect4237"
|
||||
style="opacity:1;fill:#00bcd4;fill-opacity:1;stroke:#000000;stroke-width:20;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="rect4249"
|
||||
d="m 243.68478,873.64335 a 88.967017,109.99883 0 0 1 -87.61718,91.59961 l 199.85546,0 a 88.967017,109.99883 0 0 1 -87.4707,-91.59961 l -24.76758,0 z"
|
||||
style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:20;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
|
||||
transform="matrix(.26458 0 0 .26458 -259.75 -166.19)"
|
||||
id="g922">
|
||||
<g
|
||||
transform="translate(9.006 -6.5066)"
|
||||
id="g920">
|
||||
<path
|
||||
d="m60.228 615.52c-8.1253 0-14.666 6.5426-14.666 14.668v190.67c0 8.1253 6.5407 14.666 14.666 14.666h37.861v-59.871c0-8.1253 6.5426-14.666 14.668-14.666h105.37l0.1313-9.0918v-94.41c0-8.1253 6.5426-14.666 14.668-14.666h32.637v-12.627c0-8.1253-6.5407-14.668-14.666-14.668z"
|
||||
fill="#e57373"
|
||||
id="path914" />
|
||||
<path
|
||||
transform="translate(0 540.36)"
|
||||
d="m243.09 111.68c-8.1253 0-14.668 6.5407-14.668 14.666v94.41h96.258c8.1253 0 14.666 6.5407 14.666 14.666v96.258h94.41c8.1253 0 14.666-6.5407 14.666-14.666v-190.67c0-8.1253-6.5407-14.666-14.666-14.666z"
|
||||
fill="#81c784"
|
||||
id="path916" />
|
||||
<rect
|
||||
x="108.26"
|
||||
y="770.21"
|
||||
width="220"
|
||||
height="220"
|
||||
rx="14.667"
|
||||
ry="14.667"
|
||||
fill="#ffee58"
|
||||
id="rect918" />
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 3.0 KiB |
@ -1,10 +1,11 @@
|
||||
#!/bin/bash
|
||||
# $1 is the binary location, $2 is the arch
|
||||
mkdir out
|
||||
mkdir -p appimage/Station.AppDir/usr/lib/netsyms-business-station
|
||||
rm -rf appimage/Station.AppDir/usr/lib/netsyms-business-station
|
||||
rsync -rv "$1" appimage/Station.AppDir/usr/lib/netsyms-business-station
|
||||
chmod +x appimage/Station.AppDir/AppRun
|
||||
mkdir -p appimage/NotePost.AppDir/usr/lib/notepost
|
||||
rm -rf appimage/NotePost.AppDir/usr/lib/notepost
|
||||
mv "$1com.netsyms.NotePostApp" "$1notepost"
|
||||
rsync -rv "$1" appimage/NotePost.AppDir/usr/lib/notepost
|
||||
chmod +x appimage/NotePost.AppDir/AppRun
|
||||
wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O appimagetool
|
||||
chmod +x appimagetool
|
||||
./appimagetool appimage/Station.AppDir "out/station_$2.AppImage"
|
||||
./appimagetool appimage/NotePost.AppDir "out/NotePost_$2.AppImage"
|
||||
|
@ -1,11 +1,10 @@
|
||||
#!/bin/bash
|
||||
# $1 is the binary location, $2 is the arch, $3 is the svg icon
|
||||
mkdir tmp
|
||||
mkdir out
|
||||
dpkg-deb -R template.deb tmp
|
||||
sed -i '/Architecture:/d' tmp/DEBIAN/control
|
||||
echo "Architecture: $2" >> tmp/DEBIAN/control
|
||||
rm -rf tmp/usr/lib/netsyms-business-station
|
||||
rsync -rv "$1" tmp/usr/lib/netsyms-business-station
|
||||
cp "$3" tmp/usr/lib/netsyms-business-station/logo.svg
|
||||
dpkg-deb -b tmp "out/station_$2.deb"
|
||||
# $1 is the app source location, $2 is the svg icon
|
||||
mkdir -p out
|
||||
rm -rf debian/usr/share/notepost
|
||||
mkdir -p debian/usr/share/notepost
|
||||
mkdir -p debian/usr/share/doc/notepost
|
||||
rsync -rv "$1" debian/usr/share/notepost
|
||||
cp debian/DEBIAN/copyright debian/usr/share/doc/notepost/
|
||||
cp "$2" debian/usr/share/notepost/logo.svg
|
||||
dpkg-deb -b debian "out/notepost_1.2.0-1_all.deb"
|
||||
|