Skip to content

Commit

Permalink
Add automatically parsed data (2007)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Travis CI committed Feb 16, 2018
1 parent a79f6b9 commit 2728f63
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 0 deletions.
57 changes: 57 additions & 0 deletions apps/Infinitex.md
Original file line number Diff line number Diff line change
@@ -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: [email protected]
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
---
18 changes: 18 additions & 0 deletions database/Infinitex/infinitex.desktop
Original file line number Diff line number Diff line change
@@ -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
21 changes: 21 additions & 0 deletions database/Infinitex/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"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"
}
Binary file added database/Infinitex/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2728f63

Please sign in to comment.