浏览代码

Instructions for feed app request

deadmoon 4 年之前
父节点
当前提交
f9317d9343
共有 3 个文件被更改,包括 72 次插入44 次删除
  1. 25 0
      FEED.md
  2. 3 0
      README.md
  3. 44 44
      feed.json

+ 25 - 0
FEED.md

@@ -0,0 +1,25 @@
+## How to include an app in Common Apps using feed.json: ##
+
+* You will need direct links for both x64 and x86 variants (if x64 or x86 is unavailable, just use other one)
+* Official app title
+* A tag, usually the app title - without spaces - preceded by a 'c'
+* A PNG image - needs to be up to 256x256 and should not exceed 50kb in size
+* The group in which the app will be included to
+
+## Available groups: ##
+
+* SystemTools
+* Internet
+* Coding
+* GraphicsSound
+
+## Example: ##
+
+{
+  "Title": "Google Chrome",
+  "Link": "<link_x86>",
+  "Link64": "<link_x64>"
+  "Tag":"cChrome",
+  "Image": "<link_to_png>",
+  "Group": "Internet"
+}

+ 3 - 0
README.md

@@ -58,6 +58,9 @@ https://github.com/hellzerg/optimizer/blob/master/LEGACY.md
 * https://github.com/mrkaban - mrkaban for Russian translation
 * https://github.com/mrkaban - mrkaban for Russian translation
 * https://github.com/Kheasyque - Kheasyque for Turkish translation
 * https://github.com/Kheasyque - Kheasyque for Turkish translation
 
 
+## How to include an app in Common Apps - Pull Request
+https://github.com/hellzerg/optimizer/blob/master/FEED.md
+
 ## Details: ##
 ## Details: ##
 
 
 * Latest version: 9.1
 * Latest version: 9.1

+ 44 - 44
feed.json

@@ -602,49 +602,49 @@
       "Group": "Internet"
       "Group": "Internet"
    },
    },
    {
    {
-   	  "Title": "Java 8 JDK",
-   	  "Link": "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244582_d7fc238d0cbf4b0dac67be84580cfb4b",
-   	  "Link64": "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244584_d7fc238d0cbf4b0dac67be84580cfb4b",
-   	  "Tag": "cJava",
-        "Image": "https://raw.githubusercontent.com/hellzerg/optimizer/master/images/feed/java.png",
-        "Group": "Coding"
-   },
-   {
-   	  "Title": "Python 3",
-   	  "Link": "https://www.python.org/ftp/python/3.9.5/python-3.9.5.exe",
-   	  "Link64": "https://www.python.org/ftp/python/3.9.5/python-3.9.5-amd64.exe",
-   	  "Tag": "cPython3",
-        "Image": "https://raw.githubusercontent.com/hellzerg/optimizer/master/images/feed/python.png",
-        "Group": "Coding"
-   },
-   {
-   	  "Title": "Python 2",
-   	  "Link": "https://www.python.org/ftp/python/2.7.18/python-2.7.18.msi",
-   	  "Link64": "https://www.python.org/ftp/python/2.7.18/python-2.7.18.amd64.msi",
-   	  "Tag": "cPython2",
-        "Image": "https://raw.githubusercontent.com/hellzerg/optimizer/master/images/feed/python.png",
-        "Group": "Coding"
-   },
-   {
-   	  "Title": "K-Lite Codec Pack",
-   	  "Link": "https://files2.codecguide.com/K-Lite_Codec_Pack_1630_Mega.exe",
-   	  "Tag": "cCodecs",
-        "Image": "https://raw.githubusercontent.com/hellzerg/optimizer/master/images/feed/klite.png",
-        "Group": "GraphicsSound"
-   },
-   {
-   	  "Title": "Balena Etcher",
-   	  "Link": "https://github.com/balena-io/etcher/releases/download/v1.5.120/balenaEtcher-Setup-1.5.120.exe",
-   	  "Tag": "cBalena",
-        "Image": "https://raw.githubusercontent.com/hellzerg/optimizer/master/images/feed/balena.png",
-        "Group": "SystemTools"
-   },
-   {
-   	  "Title": "VS Codium",
-   	  "Link": "https://github.com/VSCodium/vscodium/releases/download/1.57.1/VSCodiumUserSetup-ia32-1.57.1.exe",
-   	  "Link64": "https://github.com/VSCodium/vscodium/releases/download/1.57.1/VSCodiumUserSetup-x64-1.57.1.exe",
-   	  "Tag": "cCodium",
-        "Image": "https://raw.githubusercontent.com/hellzerg/optimizer/master/images/feed/vscodium.png",
-        "Group": "Coding"
+	   "Title": "Java 8 JDK",
+	   "Link": "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244582_d7fc238d0cbf4b0dac67be84580cfb4b",
+	   "Link64": "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=244584_d7fc238d0cbf4b0dac67be84580cfb4b",
+	   "Tag": "cJava",
+      "Image": "https://raw.githubusercontent.com/hellzerg/optimizer/master/images/feed/java.png",
+      "Group": "Coding"
+   },
+   {
+   	"Title": "Python 3",
+   	"Link": "https://www.python.org/ftp/python/3.9.5/python-3.9.5.exe",
+   	"Link64": "https://www.python.org/ftp/python/3.9.5/python-3.9.5-amd64.exe",
+   	"Tag": "cPython3",
+      "Image": "https://raw.githubusercontent.com/hellzerg/optimizer/master/images/feed/python.png",
+      "Group": "Coding"
+   },
+   {
+   	"Title": "Python 2",
+   	"Link": "https://www.python.org/ftp/python/2.7.18/python-2.7.18.msi",
+   	"Link64": "https://www.python.org/ftp/python/2.7.18/python-2.7.18.amd64.msi",
+   	"Tag": "cPython2",
+      "Image": "https://raw.githubusercontent.com/hellzerg/optimizer/master/images/feed/python.png",
+      "Group": "Coding"
+   },
+   {
+   	"Title": "K-Lite Codec Pack",
+   	"Link": "https://files2.codecguide.com/K-Lite_Codec_Pack_1630_Mega.exe",
+   	"Tag": "cCodecs",
+      "Image": "https://raw.githubusercontent.com/hellzerg/optimizer/master/images/feed/klite.png",
+      "Group": "GraphicsSound"
+   },
+   {
+   	"Title": "Balena Etcher",
+   	"Link": "https://github.com/balena-io/etcher/releases/download/v1.5.120/balenaEtcher-Setup-1.5.120.exe",
+   	"Tag": "cBalena",
+      "Image": "https://raw.githubusercontent.com/hellzerg/optimizer/master/images/feed/balena.png",
+      "Group": "SystemTools"
+   },
+   {
+   	"Title": "VS Codium",
+   	"Link": "https://github.com/VSCodium/vscodium/releases/download/1.57.1/VSCodiumUserSetup-ia32-1.57.1.exe",
+   	"Link64": "https://github.com/VSCodium/vscodium/releases/download/1.57.1/VSCodiumUserSetup-x64-1.57.1.exe",
+   	"Tag": "cCodium",
+      "Image": "https://raw.githubusercontent.com/hellzerg/optimizer/master/images/feed/vscodium.png",
+      "Group": "Coding"
    }
    }
 ]
 ]