-
-
Notifications
You must be signed in to change notification settings - Fork 568
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add automatically parsed data (2007)
[ci skip]
- Loading branch information
Travis CI
committed
Feb 16, 2018
1 parent
a79f6b9
commit 2728f63
Showing
4 changed files
with
96 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.