diff --git a/apps/Infinitex.md b/apps/Infinitex.md new file mode 100644 index 0000000000..a278dde682 --- /dev/null +++ b/apps/Infinitex.md @@ -0,0 +1,57 @@ +--- +layout: app + +permalink: /Infinitex/ +description: A new age editor for academics who seek freedom and people with cryptography needs in rich text environments. +license: GPL-3.0 + +screenshots: + - Infinitex/screenshot.png + +authors: + - name: fetacore + url: https://github.com/fetacore + +links: + - type: GitHub + url: fetacore/Infinitex + - type: Download + url: https://github.com/fetacore/Infinitex/releases + +desktop: + Desktop Entry: + Name: InfiniTex + Comment: A new age editor for academics who seek freedom and people with cryptography + needs in rich text environments. + Exec: AppRun + Terminal: false + Type: Application + Icon: infinitex + X-AppImage-Version: 0.7.0 + X-AppImage-BuildId: 520de380-1330-11a8-1025-e54d8138372d + Categories: Science + AppImageHub: + X-AppImage-Signature: no valid OpenPGP data found. the signature could not be verified. + Please remember that the signature file (.sig or .asc) should be the first file + given on the command line. + X-AppImage-Type: 2 + X-AppImage-Architecture: x86_64 + X-AppImage-Payload-License: GPL-3.0 + +electron: + description: A new age editor for academics who seek freedom and people with cryptography + needs in rich text environments. + main: __shim.js + author: + name: fetacore + email: fetacore@protonmail.com + url: https://github.com/fetacore + homepage: https://github.com/fetacore/Infinitex + repository: https://github.com/fetacore/Infinitex + license: GPL-3.0 + dependencies: + electron-compile: "^6.4.2" + katex: "^0.9.0-beta1" + shelljs: "^0.8.1" + originalMain: src/index.js +--- diff --git a/database/Infinitex/infinitex.desktop b/database/Infinitex/infinitex.desktop new file mode 100644 index 0000000000..4a353bcf0a --- /dev/null +++ b/database/Infinitex/infinitex.desktop @@ -0,0 +1,18 @@ +[Desktop Entry] +Name=InfiniTex +Comment=A new age editor for academics who seek freedom and people with cryptography needs in rich text environments. +Exec=AppRun +Terminal=false +Type=Application +Icon=infinitex +X-AppImage-Version=0.7.0 +X-AppImage-BuildId=520de380-1330-11a8-1025-e54d8138372d +Categories=Science; + +[AppImageHub] +# Dear upstream developer, please include update information in your AppImage +# (e.g., with appimagetool -u) so that users can easily update the AppImage +X-AppImage-Signature=no valid OpenPGP data found. the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line. +X-AppImage-Type=2 +X-AppImage-Architecture=x86_64 +X-AppImage-Payload-License=GPL-3.0 diff --git a/database/Infinitex/package.json b/database/Infinitex/package.json new file mode 100644 index 0000000000..befbb9a055 --- /dev/null +++ b/database/Infinitex/package.json @@ -0,0 +1,21 @@ +{ + "name": "InfiniTex", + "productName": "InfiniTex", + "version": "0.7.0", + "description": "A new age editor for academics who seek freedom and people with cryptography needs in rich text environments.", + "main": "__shim.js", + "author": { + "name": "fetacore", + "email": "fetacore@protonmail.com", + "url": "https://github.com/fetacore" + }, + "homepage": "https://github.com/fetacore/Infinitex", + "repository": "https://github.com/fetacore/Infinitex", + "license": "GPL-3.0", + "dependencies": { + "electron-compile": "^6.4.2", + "katex": "^0.9.0-beta1", + "shelljs": "^0.8.1" + }, + "originalMain": "src/index.js" +} \ No newline at end of file diff --git a/database/Infinitex/screenshot.png b/database/Infinitex/screenshot.png new file mode 100644 index 0000000000..68977fbc67 Binary files /dev/null and b/database/Infinitex/screenshot.png differ