├── .gitignore
├── LICENSE
├── README.md
├── SoftwareIndex
├── SuperTuxKart
│ ├── 635px-OfficialPoster_091.jpg
│ ├── Tz8fHra.jpeg
│ ├── banner.png
│ ├── cover.jpg
│ ├── icon.jpg
│ ├── logo.png
│ ├── logo_150.png
│ ├── logo_300.png
│ ├── logo_7x.png
│ ├── screenshots
│ │ ├── screen_1.png
│ │ └── screen_2.png
│ ├── supertuxkart-privacy-policy.md
│ └── vert_cover.png
├── antimicro
│ ├── antimicro-privacy-policy.md
│ ├── antimicro.md
│ ├── assets
│ │ ├── original-logo.png
│ │ ├── poster-art-1080p.png
│ │ ├── poster-art-150px.png
│ │ ├── poster-art-300px.png
│ │ ├── poster-art-71px.png
│ │ ├── poster-art-9.16.png
│ │ └── super-hero-banner-16.9.png
│ └── screenshots
│ │ ├── delete.me
│ │ ├── slide1.png
│ │ ├── slide2.png
│ │ ├── slide3.png
│ │ └── slide4.png
├── dia-diagram-editor
│ ├── DiaDiagrameditor.md
│ ├── assets
│ │ ├── 1080p.png
│ │ ├── 150px.png
│ │ ├── 300px.png
│ │ ├── 71px.png
│ │ ├── 916-banners.png
│ │ ├── Dia.svg
│ │ └── banner-superior.png
│ └── screenshots
│ │ └── dia_screenshot.png
├── firefox
│ ├── assets
│ │ ├── 1080p-tile-pt.png
│ │ ├── 1080p-tile.png
│ │ ├── 150px-tile.png
│ │ ├── 300px-tile.png
│ │ ├── 71px-tile.png
│ │ ├── 916-banner-en.png
│ │ ├── 916-banner-pt.png
│ │ ├── Firefox_logo,_2019.svg
│ │ ├── firefox-materials.afdesign
│ │ ├── illustration.svg
│ │ ├── super-banner-en.png
│ │ └── super-banner-pt.png
│ └── firefox.md
├── gimp
│ ├── assets
│ │ ├── 916-gimp.png
│ │ ├── The_GIMP_icon_-_gnome.svg
│ │ ├── cotton.jpg
│ │ ├── gimp-1080p.png
│ │ ├── gimp-150px.png
│ │ ├── gimp-300px.png
│ │ ├── gimp-71px.png
│ │ ├── gimp-materials.afdesign
│ │ └── super-banner.png
│ └── screenshots
│ │ ├── slide0.png
│ │ ├── slide1.png
│ │ └── slide2.png
└── kdenlive
│ ├── assets
│ ├── 1-1-poster-v2.png
│ ├── 9-16-poster-v2.png
│ ├── hero-banner-art-1080p.png
│ ├── icon-150px.png
│ └── icon-71px.png
│ ├── kdenlive.md
│ ├── kdenlive.pt-br.md
│ └── screenshots
│ ├── slide1.png
│ └── slide2.png
└── Templates
└── AppEntryTemplate
├── SoftwareName.Lang.md
├── assets
└── info.md
└── screenshots
└── info.md
/.gitignore:
--------------------------------------------------------------------------------
1 |
2 | *.msix
3 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2021 Renan Mayrinck
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Free and Open-Source Software Repository on Microsoft Store [DISCONTINUED]
2 |
3 | 
4 |
5 | As we all know, one of the main problems with Microsoft Store is their lack of a self-maintained software repository, where they would verify and upload new versions of certain apps regularly, pretty much how the things are with every linux distribution. Also, the extensive burocracy when it comes to publishing and app makes open-source projects a lot more far from this platform. I hope Windows 11 change that, but for Windows 10 and prior, things may remain the same.
6 |
7 | So, thinking of that, I decided to convert my MS Developer account into a "Free and Open-Source Software Repository", where we can upload and keep updated some of the open-source apps we think that deserve to be there the same way they are displayed on their official sources... No "Gimp PRO" or stuff like that, just the vanilla software, properly credited and with all licenses, privacy policy and other information directly related to the original developers.
8 |
9 |
10 | # The project is Discontinued
11 |
12 | Microsoft Store, since the release of Windows 11, has become a lot more accessible to Open Source Software developers to publish and maintain their software, needing no conversions or whatsoever. So, the need to add them manually through this process is no longer useful. This project will be discontinued with no specific return date.
13 |
14 |
15 |
16 |
17 |
18 | # How does the software is converted? Is it safe?
19 |
20 | The process uses the MSIX Packaging Tool, which is available on Microsoft Store too, It does a 100% unmodified and safe conversion of the software from the installer to become a Microsoft Store compatible package. Every converted software is downloaded from the most secure link available from the creators, ensuring the safety of every application. Also, patch notes and other stuff come from the same source.
21 |
22 | Bugs and other issues shouldn't be pointed here, as the conversion don't mess with the source code of the original software. If you have any issues with a software available here, we strongly recommend that you go to the developer's website and try to get some help there.
23 |
24 |
37 |
38 |
39 | # Softwares being maintained at the moment:
40 |
41 |
42 |
43 | - Under Evaluation: Means that we are looking for the info's needed to upload and convert an app, as well as checking if it's not already available on Microsoft Store.
44 |
45 | - Under Conversion: Means we are converting the software to the MS Store format and creating the artworks needed for the package to look good on the store.
46 |
47 | - Under Certification: Means the software was uploaded and it's page is also set-up, but Microsoft is verifying if everything is really ok with the app and the information we gave them.
48 |
49 | - Package Broken: Means the software was uploaded but did not pass Microsoft's testing steps. Might require further investigation.
50 |
51 | - Can't be Converted: Means the software cannot be converted without causing critical problems.
52 |
53 |
54 |
55 |
56 | | Software Name | Maintained Version | Architecture | Status / Download |
57 | | --------------------- | ------------------ | ------------- | ---------------- |
58 | | Antimicro | **2.23** | x64 | [Download](https://www.microsoft.com/store/apps/9n1fcfq6p5lw) |
59 | | Avidemux | --- | N/A | ***Can't be Converted*** |
60 | | Cinelerra | N/A | N/A | ***Installer not found*** |
61 | | DIA - Diagram Editor | **0.97.2** | x64 | [Download](https://www.microsoft.com/store/apps/9npvgp9l96jj) |
62 | | Gedit | --- | x64 | ***Can't be Converted*** |
63 | | HandBrake | --- | x64 | ***Can't be Converted*** |
64 | | LibreOffice | --- | x64 | ***Can't be Converted*** |
65 | | OpenOffice | --- | x86 | ***Can't be Converted*** |
66 | | OpenShot Video Editor | --- | N/A | ***Can't be Converted*** |
67 | | Super Tux Kart | --- | x64 | ***Can't be Converted*** |
68 |
69 |
70 | # Open-Source Softwares officially posted/supported by their original developers:
71 |
72 | | Software Name | Active? | Price | Store Page |
73 | | ----------------------------------------------- | ------- | ----------- | ---------------- |
74 | | Audacity | Yes | FREE | [Official Download](https://apps.microsoft.com/store/detail/audacity/XP8K0J757HHRDW) |
75 | | Blender | Yes | FREE | [Official Download](https://www.microsoft.com/store/apps/9pp3c07gtvrh) |
76 | | GIMP | Yes | FREE | [Official Download](https://apps.microsoft.com/store/detail/gimp/XPDM27W10192Q0) |
77 | | Gedit | No | N/A | [Official Page](https://www.microsoft.com/store/apps/9pl1j21xf0pt) |
78 | | Inkscape | Yes | FREE | [Official Download](https://www.microsoft.com/store/apps/9pd9bhglfc7h) |
79 | | Kate | Yes | FREE | [Official Download](https://www.microsoft.com/store/apps/9nwmw7bb59hw) |
80 | | KDE Connect | Yes | FREE | [Official Download](https://www.microsoft.com/store/apps/9n93mrmsxbf0) |
81 | | [Krita](https://krita.org/) | Yes | USD$14.99 | [Official Download](https://www.microsoft.com/store/apps/9n6x57zgrw96) |
82 | | Kdenlive | Soon | N/A | Soon |
83 | | Mozilla Firefox | Yes | FREE | [Official Download](https://www.microsoft.com/store/apps/9nzvdkpmr9rd) |
84 | | Notepads | Yes | FREE | [Official Download](https://www.microsoft.com/store/apps/9nhl4nsc67wm) |
85 | | PuTTY | Yes | FREE | [Official Download](https://apps.microsoft.com/store/detail/putty/XPFNZKSKLBP7RJ) |
86 | | [ShotCut](https://shotcut.org/) | Yes | USD$9.79 | [Official Download](https://www.microsoft.com/store/apps/9PLNFFL3P6LR) |
87 | | VLC Media Player | Yes | FREE | [Official Download](https://www.microsoft.com/store/apps/9nblggh4vvnh) |
88 |
89 |
90 |
91 | Some of the software available in this list is paid when acquired through Microsoft Store, but they can be acquired for free on their official websites (click the name).
92 |
93 |
94 |
--------------------------------------------------------------------------------
/SoftwareIndex/SuperTuxKart/635px-OfficialPoster_091.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/SuperTuxKart/635px-OfficialPoster_091.jpg
--------------------------------------------------------------------------------
/SoftwareIndex/SuperTuxKart/Tz8fHra.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/SuperTuxKart/Tz8fHra.jpeg
--------------------------------------------------------------------------------
/SoftwareIndex/SuperTuxKart/banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/SuperTuxKart/banner.png
--------------------------------------------------------------------------------
/SoftwareIndex/SuperTuxKart/cover.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/SuperTuxKart/cover.jpg
--------------------------------------------------------------------------------
/SoftwareIndex/SuperTuxKart/icon.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/SuperTuxKart/icon.jpg
--------------------------------------------------------------------------------
/SoftwareIndex/SuperTuxKart/logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/SuperTuxKart/logo.png
--------------------------------------------------------------------------------
/SoftwareIndex/SuperTuxKart/logo_150.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/SuperTuxKart/logo_150.png
--------------------------------------------------------------------------------
/SoftwareIndex/SuperTuxKart/logo_300.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/SuperTuxKart/logo_300.png
--------------------------------------------------------------------------------
/SoftwareIndex/SuperTuxKart/logo_7x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/SuperTuxKart/logo_7x.png
--------------------------------------------------------------------------------
/SoftwareIndex/SuperTuxKart/screenshots/screen_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/SuperTuxKart/screenshots/screen_1.png
--------------------------------------------------------------------------------
/SoftwareIndex/SuperTuxKart/screenshots/screen_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/SuperTuxKart/screenshots/screen_2.png
--------------------------------------------------------------------------------
/SoftwareIndex/SuperTuxKart/supertuxkart-privacy-policy.md:
--------------------------------------------------------------------------------
1 | can be found here: https://supertuxkart.net/Privacy
--------------------------------------------------------------------------------
/SoftwareIndex/SuperTuxKart/vert_cover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/SuperTuxKart/vert_cover.png
--------------------------------------------------------------------------------
/SoftwareIndex/antimicro/antimicro-privacy-policy.md:
--------------------------------------------------------------------------------
1 | # ANTIMICRO PIRVACY POLICY
2 |
3 | Antimicro is a graphical program used to map keyboard keys and mouse controls to a gamepad. This program is useful for playing PC games using a gamepad that do not have any form of built-in gamepad support. However, you can use this program to control any desktop application with a gamepad.
4 |
5 | ## License
6 |
7 | This program is licensed under the GPL v.3. Please read the gpl.txt text document included with the source code if you would like to read the terms of the license. The license can also be found online at http://www.gnu.org/licenses/gpl.txt
8 |
9 | ### Data Collection
10 |
11 | This app don't collect, share or store any data of any kind. The files generated from this app also don't store any personal data from the user.
12 |
--------------------------------------------------------------------------------
/SoftwareIndex/antimicro/antimicro.md:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/SoftwareIndex/antimicro/assets/original-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/antimicro/assets/original-logo.png
--------------------------------------------------------------------------------
/SoftwareIndex/antimicro/assets/poster-art-1080p.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/antimicro/assets/poster-art-1080p.png
--------------------------------------------------------------------------------
/SoftwareIndex/antimicro/assets/poster-art-150px.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/antimicro/assets/poster-art-150px.png
--------------------------------------------------------------------------------
/SoftwareIndex/antimicro/assets/poster-art-300px.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/antimicro/assets/poster-art-300px.png
--------------------------------------------------------------------------------
/SoftwareIndex/antimicro/assets/poster-art-71px.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/antimicro/assets/poster-art-71px.png
--------------------------------------------------------------------------------
/SoftwareIndex/antimicro/assets/poster-art-9.16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/antimicro/assets/poster-art-9.16.png
--------------------------------------------------------------------------------
/SoftwareIndex/antimicro/assets/super-hero-banner-16.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/antimicro/assets/super-hero-banner-16.9.png
--------------------------------------------------------------------------------
/SoftwareIndex/antimicro/screenshots/delete.me:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/SoftwareIndex/antimicro/screenshots/slide1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/antimicro/screenshots/slide1.png
--------------------------------------------------------------------------------
/SoftwareIndex/antimicro/screenshots/slide2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/antimicro/screenshots/slide2.png
--------------------------------------------------------------------------------
/SoftwareIndex/antimicro/screenshots/slide3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/antimicro/screenshots/slide3.png
--------------------------------------------------------------------------------
/SoftwareIndex/antimicro/screenshots/slide4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/antimicro/screenshots/slide4.png
--------------------------------------------------------------------------------
/SoftwareIndex/dia-diagram-editor/DiaDiagrameditor.md:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/SoftwareIndex/dia-diagram-editor/assets/1080p.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/dia-diagram-editor/assets/1080p.png
--------------------------------------------------------------------------------
/SoftwareIndex/dia-diagram-editor/assets/150px.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/dia-diagram-editor/assets/150px.png
--------------------------------------------------------------------------------
/SoftwareIndex/dia-diagram-editor/assets/300px.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/dia-diagram-editor/assets/300px.png
--------------------------------------------------------------------------------
/SoftwareIndex/dia-diagram-editor/assets/71px.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/dia-diagram-editor/assets/71px.png
--------------------------------------------------------------------------------
/SoftwareIndex/dia-diagram-editor/assets/916-banners.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/dia-diagram-editor/assets/916-banners.png
--------------------------------------------------------------------------------
/SoftwareIndex/dia-diagram-editor/assets/Dia.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/SoftwareIndex/dia-diagram-editor/assets/banner-superior.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/dia-diagram-editor/assets/banner-superior.png
--------------------------------------------------------------------------------
/SoftwareIndex/dia-diagram-editor/screenshots/dia_screenshot.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/dia-diagram-editor/screenshots/dia_screenshot.png
--------------------------------------------------------------------------------
/SoftwareIndex/firefox/assets/1080p-tile-pt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/firefox/assets/1080p-tile-pt.png
--------------------------------------------------------------------------------
/SoftwareIndex/firefox/assets/1080p-tile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/firefox/assets/1080p-tile.png
--------------------------------------------------------------------------------
/SoftwareIndex/firefox/assets/150px-tile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/firefox/assets/150px-tile.png
--------------------------------------------------------------------------------
/SoftwareIndex/firefox/assets/300px-tile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/firefox/assets/300px-tile.png
--------------------------------------------------------------------------------
/SoftwareIndex/firefox/assets/71px-tile.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/firefox/assets/71px-tile.png
--------------------------------------------------------------------------------
/SoftwareIndex/firefox/assets/916-banner-en.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/firefox/assets/916-banner-en.png
--------------------------------------------------------------------------------
/SoftwareIndex/firefox/assets/916-banner-pt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/firefox/assets/916-banner-pt.png
--------------------------------------------------------------------------------
/SoftwareIndex/firefox/assets/Firefox_logo,_2019.svg:
--------------------------------------------------------------------------------
1 |
2 |
5 |
112 |
--------------------------------------------------------------------------------
/SoftwareIndex/firefox/assets/firefox-materials.afdesign:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/firefox/assets/firefox-materials.afdesign
--------------------------------------------------------------------------------
/SoftwareIndex/firefox/assets/illustration.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/SoftwareIndex/firefox/assets/super-banner-en.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/firefox/assets/super-banner-en.png
--------------------------------------------------------------------------------
/SoftwareIndex/firefox/assets/super-banner-pt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/firefox/assets/super-banner-pt.png
--------------------------------------------------------------------------------
/SoftwareIndex/firefox/firefox.md:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/SoftwareIndex/gimp/assets/916-gimp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/gimp/assets/916-gimp.png
--------------------------------------------------------------------------------
/SoftwareIndex/gimp/assets/The_GIMP_icon_-_gnome.svg:
--------------------------------------------------------------------------------
1 |
2 |
3 |
--------------------------------------------------------------------------------
/SoftwareIndex/gimp/assets/cotton.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/gimp/assets/cotton.jpg
--------------------------------------------------------------------------------
/SoftwareIndex/gimp/assets/gimp-1080p.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/gimp/assets/gimp-1080p.png
--------------------------------------------------------------------------------
/SoftwareIndex/gimp/assets/gimp-150px.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/gimp/assets/gimp-150px.png
--------------------------------------------------------------------------------
/SoftwareIndex/gimp/assets/gimp-300px.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/gimp/assets/gimp-300px.png
--------------------------------------------------------------------------------
/SoftwareIndex/gimp/assets/gimp-71px.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/gimp/assets/gimp-71px.png
--------------------------------------------------------------------------------
/SoftwareIndex/gimp/assets/gimp-materials.afdesign:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/gimp/assets/gimp-materials.afdesign
--------------------------------------------------------------------------------
/SoftwareIndex/gimp/assets/super-banner.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/gimp/assets/super-banner.png
--------------------------------------------------------------------------------
/SoftwareIndex/gimp/screenshots/slide0.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/gimp/screenshots/slide0.png
--------------------------------------------------------------------------------
/SoftwareIndex/gimp/screenshots/slide1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/gimp/screenshots/slide1.png
--------------------------------------------------------------------------------
/SoftwareIndex/gimp/screenshots/slide2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/gimp/screenshots/slide2.png
--------------------------------------------------------------------------------
/SoftwareIndex/kdenlive/assets/1-1-poster-v2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/kdenlive/assets/1-1-poster-v2.png
--------------------------------------------------------------------------------
/SoftwareIndex/kdenlive/assets/9-16-poster-v2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/kdenlive/assets/9-16-poster-v2.png
--------------------------------------------------------------------------------
/SoftwareIndex/kdenlive/assets/hero-banner-art-1080p.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/kdenlive/assets/hero-banner-art-1080p.png
--------------------------------------------------------------------------------
/SoftwareIndex/kdenlive/assets/icon-150px.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/kdenlive/assets/icon-150px.png
--------------------------------------------------------------------------------
/SoftwareIndex/kdenlive/assets/icon-71px.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/kdenlive/assets/icon-71px.png
--------------------------------------------------------------------------------
/SoftwareIndex/kdenlive/kdenlive.md:
--------------------------------------------------------------------------------
1 | BASIC INFORMATION (EN)
2 | =======================================
3 |
4 |
5 | **Software Name: Kdenlive**
6 |
7 |
8 | **Alternative Names** (separated by comma): Kdenlive Video Editor, Kdenlive Free Video Editor, Kdenlive for Windows, KDE Video Editor, Kdenlive UWP, Kdenlive Video, Kdenlive Editor, Kdenlive FOSS
9 |
10 |
11 | **Software Description:** Kdenlive is an acronym for KDE Non-Linear Video Editor. Through the MLT framework, Kdenlive integrates many plugin effects for video and sound processing or creation. Furthermore Kdenlive brings a powerful titling tool, a DVD authoring (menus) solution, and can then be used as a complete studio for video creation. Video effects are provided by FreiØr while audio effects use LADSPA.
12 |
13 |
14 | **Short Description:** Kdenlive is a nice-looking and easy-to-use free and open-source video editor.
15 |
16 |
17 | **Official Website:** https://kdenlive.org/en/
18 |
19 |
20 | **Downloaded from:** https://kdenlive.org/en/download/
21 |
22 |
23 | **Downloaded Version update/patch notes link:** https://kdenlive.org/en/2021/06/kdenlive-21-04-2-released/
24 |
25 |
26 | **Privacy Policy Link:** https://kde.org/privacypolicy-apps/
27 |
28 |
29 | **Support Link:** https://userbase.kde.org/Kdenlive/Manual
30 |
31 |
32 | **Support Contact Link:** https://community.kde.org/Kdenlive
33 |
34 |
35 | **Copyright and Trademark Info:** Kdenlive is a trademark of "Kdenlive", Copyright 2007-2013. https://kdenlive.org/en/logo/
36 |
37 |
38 | **Developed By:** Jean-Baptiste Mardelle, Vincent Pinon, Nicolas Carion, Simon A. Eugster (Granjow).
39 |
40 |
41 | SOFTWARE CATEGORY
42 | =======================================
43 |
44 | Multimedia design > Photo & video production
45 |
46 |
47 | SOFTWARE CAPABILITIES (ONE PER LINE)
48 | =======================================
49 |
50 |
51 | - Multi-track video editing.
52 | - Use any audio/video format.
53 | - Configurable interface and shortcuts.
54 | - Many built-in effects and transitions.
55 | - Audio and Video colored scopes.
56 | - Proxy editing to improve Performance.
57 | - Automatic backup.
58 | - Keyframeable effects.
59 | - Extensible with online resources.
60 |
61 |
62 | SOFTWARE RESOURCES
63 | =======================================
64 |
65 |
66 | | Resource | Min. Hardware | Rec. Hardware |
67 | | -------------- | ------------- | ------------- |
68 | | Touchscreen | | |
69 | | Keyboard | ✔️ | ✔️ |
70 | | Mouse/Trackpad | ✔️ | ✔️ |
71 | | Camera | | |
72 | | NFC HCE | | |
73 | | NFC Proximity | | |
74 | | Bluetooth LE | | |
75 | | Telephony | | |
76 | | Microphone | | |
77 | | Xbox Controller/Gamepad | | |
78 | | Win. Mixed Reality Motion Controllers | | |
79 | | Win. Mixed Reality Immersive Headset | | |
80 | | Memory | 2GB | 4GB |
81 | | DirectX Ver. | DX11 | DX12 > DX11 |
82 | | Video Memory | 1GB | 4GB |
83 | | Processor | Intel Celeron 847 @ 1,1 GHz or Equivalent | A Modern Quad-Core Processor @ 2.13GHz minimum |
84 | | Video Card | Intel HD Graphics 5500 | Any GDDR3 or above card w/4GB RAM |
85 |
--------------------------------------------------------------------------------
/SoftwareIndex/kdenlive/kdenlive.pt-br.md:
--------------------------------------------------------------------------------
1 | Informações Básicas (PT-BR)
2 | =======================================
3 |
4 | **Nome original do software: Kdenlive**
5 |
6 | **Nomes Alternativos** (Separado por vírgula): Kdenlive Video Editor, Kdenlive Free Video Editor, Kdenlive for Windows, KDE Video Editor, Kdenlive UWP, Kdenlive Video, Kdenlive Editor, Kdenlive FOSS
7 |
8 | **Descrição do Software:** Kdenlive is an acronym for KDE Non-Linear Video Editor. Through the MLT framework, Kdenlive integrates many plugin effects for video and sound processing or creation. Furthermore Kdenlive brings a powerful titling tool, a DVD authoring (menus) solution, and can then be used as a complete studio for video creation. Video effects are provided by FreiØr while audio effects use LADSPA.
9 |
10 | **Descrição Curta:** Kdenlive is a nice-looking and easy-to-use free and open-source video editor.
11 |
12 | **Site oficial:** https://kdenlive.org/en/
13 |
14 | **Software baixado de:** https://kdenlive.org/en/download/
15 |
16 | **Link das notas de atualização de versão** (da versão mencionada acima): https://kdenlive.org/en/2021/06/kdenlive-21-04-2-released/
17 |
18 | **Link da Politica de Privacidade:** https://kde.org/privacypolicy-apps/
19 |
20 | **Link de Suporte/Manual:** https://userbase.kde.org/Kdenlive/Manual
21 |
22 | **Link de contato com o Suporte:** https://community.kde.org/Kdenlive
23 |
24 | **Informações de Marca Registrada e Direitos Autorais:** Kdenlive is a trademark of "Kdenlive", Copyright 2007-2013. https://kdenlive.org/en/logo/
25 |
26 | **Desenvolvido por:** Jean-Baptiste Mardelle, Vincent Pinon, Nicolas Carion, Simon A. Eugster (Granjow).
27 |
28 |
29 | Categoria de Software
30 | =======================================
31 |
32 | Design multimídia > Produção de foto e vídeo
33 |
34 |
35 | Características do Software (Uma por linha)
36 | =======================================
37 |
38 | - Multi-track video editing.
39 | - Use any audio/video format.
40 | - Configurable interface and shortcuts.
41 | - Many built-in effects and transitions.
42 | - Audio and Video colored scopes.
43 | - Proxy editing to improve Performance.
44 | - Automatic backup.
45 | - Keyframeable effects.
46 | - Extensible with online resources.
47 |
48 |
49 | Recursos do Software
50 | =======================================
51 |
52 | | Recurso | Hardware min. | Hardware Rec. |
53 | | -------------- | ------------- | ------------- |
54 | | Touchscreen | | |
55 | | Teclado | ✔️ | ✔️ |
56 | | Mouse/Trackpad | ✔️ | ✔️ |
57 | | Camera | | |
58 | | NFC HCE | | |
59 | | NFC Proximidade | | |
60 | | Bluetooth LE | | |
61 | | Telefonia | | |
62 | | Microfone | | |
63 | | Controle/Gamepad do Xbox | | |
64 | | Win. Mixed Reality Motion Controllers | | |
65 | | Win. Mixed Reality Immersive Headset | | |
66 | | Memoria RAM | 2GB | 4GB |
67 | | DirectX Versão | DX11 | DX12 > DX11 |
68 | | Memória Gráfica (VRAM) | 1GB | 4GB |
69 | | Processador | Intel Celeron 847 @ 1,1GHz ou Equivalente | Um processador Quad-Core moderno de no mínimo @ 2.13GHz |
70 | | Placa de Vídeo | Intel HD Graphics 5500 | Qualquer Placa GDDR3 com pelo menos 4GB de VRAM |
71 |
--------------------------------------------------------------------------------
/SoftwareIndex/kdenlive/screenshots/slide1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/kdenlive/screenshots/slide1.png
--------------------------------------------------------------------------------
/SoftwareIndex/kdenlive/screenshots/slide2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/mayrinck/FOSSonMicrosoftStore/300e3dcc7e311a61b7e4b0fb115729bb74ec696a/SoftwareIndex/kdenlive/screenshots/slide2.png
--------------------------------------------------------------------------------
/Templates/AppEntryTemplate/SoftwareName.Lang.md:
--------------------------------------------------------------------------------
1 | BASIC INFORMATION (EN)
2 | =======================================
3 |
4 |
5 | **Software Name:** SoftwareXYZ
6 |
7 |
8 | **Alternative Names** (separated by comma): SoftwareX, SoftwareY, SoftwareZ.
9 |
10 |
11 | **Software Description:**
12 |
13 |
14 | **Short Description:** SoftwareXYZ is an example software for this file.
15 |
16 |
17 | **Official Website:**
18 |
19 |
20 | **Downloaded from:**
21 |
22 |
23 | **Downloaded Version update/patch notes link:**
24 |
25 |
26 | **Privacy Policy Link:**
27 |
28 |
29 | **Support Link:**
30 |
31 |
32 | **Support Contact Link:**
33 |
34 |
35 | **Copyright and Trademark Info:** SoftwareXYZ is a trademark of "XYZSoft", Copyright 2007-2013.
36 |
37 |
38 | **Developed By:** Name1, Name2, Name3, Name4...
39 |
40 |
41 | SOFTWARE CATEGORY
42 | =======================================
43 |
44 | Multimedia design > Photo & video production
45 |
46 |
47 | SOFTWARE CAPABILITIES (ONE PER LINE)
48 | =======================================
49 |
50 |
51 | - Multi-track video editing.
52 | - Use any audio/video format.
53 | - Configurable interface and shortcuts.
54 | - Many built-in effects and transitions.
55 | - Audio and Video colored scopes.
56 | - Proxy editing to improve Performance.
57 | - Automatic backup.
58 | - Keyframeable effects.
59 | - Extensible with online resources.
60 |
61 |
62 | SOFTWARE RESOURCES
63 | =======================================
64 |
65 |
66 | | Resource | Min. Hardware | Rec. Hardware |
67 | | -------------- | ------------- | ------------- |
68 | | Touchscreen | | |
69 | | Keyboard | ✔️ | ✔️ |
70 | | Mouse/Trackpad | ✔️ | ✔️ |
71 | | Camera | | |
72 | | NFC HCE | | |
73 | | NFC Proximity | | |
74 | | Bluetooth LE | | |
75 | | Telephony | | |
76 | | Microphone | | |
77 | | Xbox Controller/Gamepad | | |
78 | | Win. Mixed Reality Motion Controllers | | |
79 | | Win. Mixed Reality Immersive Headset | | |
80 | | Memory | 0GB | 0GB |
81 | | DirectX Ver. | DX9 | DX12 |
82 | | Video Memory | 512MB | 4GB |
83 | | Processor | *Processor name* | *Processor name* |
84 | | Video Card | *Video Card Name* | *Video Card Name* |
85 |
--------------------------------------------------------------------------------
/Templates/AppEntryTemplate/assets/info.md:
--------------------------------------------------------------------------------
1 | # info
2 |
3 | In this folder, you must add all the assets for the page on Microsoft Store, this includes the following:
4 |
5 |
6 | 1) A 71x71 icon to be used as the small icon on the results of the search bar. Must contain only the software logo and a background color.
7 |
8 | 2) A 150x150 version of the image above, following the same structure.
9 |
10 | 3) A 300x300 version of the image above, following the same structure.
11 |
12 | 4) A 1080x1080 version of the image above, following the same structure, but this one may contain some text, like the software name.
13 |
14 | 5) A 720x1080 version of the logo, pretty much like a game cover. This one can have details and text to cacht the eye's attention, just keep into the visual identity of the app.
15 |
16 | 6) A 1920x1080 banner to go at the top of the page, this one can be an illusration (like [Deepin Store](https://dstore-appstore.deepin.cn/international/index) does) or the app in action.
17 |
--------------------------------------------------------------------------------
/Templates/AppEntryTemplate/screenshots/info.md:
--------------------------------------------------------------------------------
1 | # Info
2 |
3 | In this folder, you must add screenshots of the app, the recommended resolution for the screenshots is 1366x768, but it can be lower if the app does not fit the whole screen.
4 |
--------------------------------------------------------------------------------