Skip to content

Commit

Permalink
Add automatically parsed data (976)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Travis CI committed Oct 27, 2017
1 parent 09b2049 commit 4703434
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 0 deletions.
59 changes: 59 additions & 0 deletions apps/DeDop-studio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
layout: app

permalink: /DeDop-studio/
description: DeDop Studio

screenshots:
- DeDop-studio/screenshot.png

authors:
- name: DeDop
url: https://github.com/DeDop

links:
- type: GitHub
url: DeDop/dedop-studio
- type: Install
url: https://github.com/DeDop/dedop-studio/releases

desktop:
Desktop Entry:
Name: DeDop-studio
Comment: DeDop Studio
Exec: AppRun
Terminal: false
Type: Application
Icon: dedop-studio
X-AppImage-Version: 1.2.0.61
X-AppImage-BuildId: 77b50370-b985-11a7-0071-2f16bd94bf60
Categories: Science
AppImageHub:
X-AppImage-UpdateInformation:
X-AppImage-Type: 1
X-AppImage-Architecture: x86_64

electron:
description: DeDop Studio
main: main.js
author: Brockmann Consult GmbH
license: MIT
private: true
dependencies:
"@blueprintjs/core": "~1.13.0"
"@blueprintjs/table": "~1.10.0"
cesium: "~1.27.0"
codemirror: "~5.21.0"
electron-devtools-installer: "~2.1.0"
moment: "~2.17.1"
react-addons-css-transition-group: "~15.4.0"
react: "~15.4.0"
react-ace: "~5.2.0"
react-codemirror: "~0.3.0"
react-dom: "~15.4.0"
react-redux: "~4.4.5"
redux: "~3.6.0"
redux-logger: "~2.7.4"
redux-thunk: "~2.1.0"
reselect: "~2.5.4"
---
21 changes: 21 additions & 0 deletions database/DeDop-studio/dedop-studio.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[Desktop Entry]
Name=DeDop-studio
Comment=DeDop Studio
Exec=AppRun
Terminal=false
Type=Application
Icon=dedop-studio
X-AppImage-Version=1.2.0.61
X-AppImage-BuildId=77b50370-b985-11a7-0071-2f16bd94bf60
Categories=Science;

[AppImageHub]
X-AppImage-UpdateInformation=
# Dear upstream developer, please include a digital signature in your AppImage
# (e.g., with appimagetool -s) so that users can easily verify the authenticity the AppImage
X-AppImage-Type=1
# Dear upstream developer, please consider to switch to type 2
# so that users can benefit from the additional features like digital embedded signatures
# see https://github.com/AppImage/AppImageSpec/blob/master/draft.md#type-2-image-format
# or use linuxdeployqt or appimagetool which produce type 2 automatically
X-AppImage-Architecture=x86_64
28 changes: 28 additions & 0 deletions database/DeDop-studio/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "DeDop-studio",
"productName": "DeDop-studio",
"version": "1.2.0",
"description": "DeDop Studio",
"main": "main.js",
"author": "Brockmann Consult GmbH",
"license": "MIT",
"private": true,
"dependencies": {
"@blueprintjs/core": "~1.13.0",
"@blueprintjs/table": "~1.10.0",
"cesium": "~1.27.0",
"codemirror": "~5.21.0",
"electron-devtools-installer": "~2.1.0",
"moment": "~2.17.1",
"react-addons-css-transition-group": "~15.4.0",
"react": "~15.4.0",
"react-ace": "~5.2.0",
"react-codemirror": "~0.3.0",
"react-dom": "~15.4.0",
"react-redux": "~4.4.5",
"redux": "~3.6.0",
"redux-logger": "~2.7.4",
"redux-thunk": "~2.1.0",
"reselect": "~2.5.4"
}
}
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 4703434

Please sign in to comment.