|
4 months ago | |
---|---|---|
nbproject | 2 years ago | |
packaging | 1 year ago | |
res/android | 2 years ago | |
scripts | 4 months ago | |
www | 4 months ago | |
.gitignore | 2 years ago | |
.npmignore | 2 years ago | |
LICENSE.md | 2 years ago | |
README.md | 1 year ago | |
config.xml | 4 months ago | |
index.js | 2 years ago | |
license-credits.md | 4 months ago | |
licenses.txt | 2 years ago | |
logo.png | 2 years ago | |
package-lock.json | 4 months ago | |
package.json | 4 months ago | |
yarn.lock | 4 months ago |
This is a client app for NotePost. It has some offline capabilities and can be built for most platforms by using Apache Cordova for mobile devices or NW.js for PCs.
Tested and should work on:
Not tested but should work on:
There are no official builds for Mac for a few reasons: we don’t own any Mac computers; Mac builds are about 4x the size of the other builds; and the best Mac build we could get working on a Linux build server was a ZIP file. If you want official Mac builds, you’ll need to write a working Jenkins build script for us to use (build server is running Ubuntu Server 18.04).
If you want an iOS build, send us $100 for an Apple Developer account and we’ll make it.
Since this is a webapp, there isn’t really a build process.
./yarninstall.sh
to grab dependencies.~/nw.js
).www
folder in this repository and run ~/nw.js/nw .
This assumes you have Cordova and a working Android SDK installed.
./yarninstall.sh
to grab dependencies../removebloat.sh
to cut the APK size in half.cordova platform add android
.cordova build android --release
.The code in www
(except node_modules
) is licensed under the Mozilla Public
License 2.0. We didn’t write the rest, most of it is autogenerated or third-party.
Consult licenses.txt
or the built-in open source info page for details.
If you’re making custom builds and distributing them, you need to contact us and
get permission to use the app name (“NotePost”) and icon (logo.png
and the files in /res
).
If you’re not customizing anything but simply building the app, you don’t need permission,
but we would love if you contact us and let us know.