diff --git a/topics/cinnamon/cinnamon.png b/topics/cinnamon/cinnamon.png new file mode 100644 index 00000000000..69bfdf750bc Binary files /dev/null and b/topics/cinnamon/cinnamon.png differ diff --git a/topics/cinnamon/index.md b/topics/cinnamon/index.md new file mode 100644 index 00000000000..7f677118db7 --- /dev/null +++ b/topics/cinnamon/index.md @@ -0,0 +1,14 @@ +--- +aliases: cinnamon-desktop +created_by: Clément Lefèbvre +display_name: Cinnamon +github_url: https://github.com/linuxmint/cinnamon +logo: cinnamon.png +related: gtk, linuxmint, linux +released: December 20, 2011 +short_description: Cinnamon is a desktop environment which combines a traditional desktop layout with modern graphical effects. +topic: cinnamon +url: https://projects.linuxmint.com/cinnamon/ +wikipedia_url: https://en.wikipedia.org/wiki/Cinnamon_(desktop_environment) +--- +Cinnamon is a free and open source desktop environment for Linux and other Unix-like operating systems, which was originally based off of GNOME 3, but follows traditional desktop metaphor conventions. diff --git a/topics/ffmpeg/ffmpeg.png b/topics/ffmpeg/ffmpeg.png new file mode 100644 index 00000000000..f482d0f0a38 Binary files /dev/null and b/topics/ffmpeg/ffmpeg.png differ diff --git a/topics/ffmpeg/index.md b/topics/ffmpeg/index.md new file mode 100644 index 00000000000..b3c503ad3f8 --- /dev/null +++ b/topics/ffmpeg/index.md @@ -0,0 +1,13 @@ +--- +topic: ffmpeg +display_name: FFmpeg (Fast Forward Moving Picture Experts Group) +short_description: FFmpeg is a suite of libraries and programs for handling video, audio, and other multimedia files and streams. +related: ffplay, ffprobe, libav, sdl, libavcodec, libavformat, libavutil, libavfilter, mplayer, mencoder +created_by: Fabrice Bellard, Bobby Bingham, Michael Niedermayer +released: December 20, 2000 +url: https://ffmpeg.org/ +wikipedia_url: https://en.wikipedia.org/wiki/FFmpeg +logo: ffmpeg.png +github_url: https://github.com/FFmpeg +--- +**FFmpeg** is a free and open source software project consisting of a suite of libraries and programs for handling video, audio, and other multimedia files and streams. At its core is the command-line `ffmpeg` tool itself, designed for processing of video and audio files. It is widely used for format transcoding, basic editing (trimming and concatenation), video scaling, video post-production effects and standards compliance (SMPTE, ITU). diff --git a/topics/kokkos/index.md b/topics/kokkos/index.md index eba3532f974..235b5938242 100644 --- a/topics/kokkos/index.md +++ b/topics/kokkos/index.md @@ -5,6 +5,6 @@ logo: kokkos.png related: c-plus-plus, parallel-computing, high-performance-computing short_description: Kokkos C++ Performance Portability Ecosystem. topic: kokkos -url: https://kokkos.github.io/ +url: https://kokkos.org --- The Kokkos C++ Performance Portability Ecosystem is a production level solution for writing modern C++ applications in a hardware agnostic way. The Ecosystem consists of multiple libraries addressing the primary concerns for developing and maintaining applications in a portable way. The three main components are the [Kokkos Core Programming Model](https://github.com/kokkos/kokkos), the [Kokkos Kernels Math Libraries ](https://github.com/kokkos/kokkos-kernels) and the [Kokkos Profiling and Debugging Tools](https://github.com/kokkos/kokkos-tools). diff --git a/topics/linuxmint/index.md b/topics/linuxmint/index.md new file mode 100644 index 00000000000..c4c40604255 --- /dev/null +++ b/topics/linuxmint/index.md @@ -0,0 +1,14 @@ +--- +aliases: mint +created_by: Clément Lefèbvre +display_name: Linux Mint +github_url: https://github.com/linuxmint +logo: linuxmint.png +related: cinnamon, debian, linux, ubuntu +released: August 27, 2006 +short_description: Linux Mint is an operating system for desktop and laptop computers. +topic: linuxmint +url: https://linuxmint.com/ +wikipedia_url: https://en.wikipedia.org/wiki/Linux_Mint +--- +Linux Mint is a community-driven Linux distribution based on Ubuntu (which is in turn based on Debian), bundled with a variety of free and open source applications. diff --git a/topics/linuxmint/linuxmint.png b/topics/linuxmint/linuxmint.png new file mode 100644 index 00000000000..5272563aa8a Binary files /dev/null and b/topics/linuxmint/linuxmint.png differ diff --git a/topics/meteor/index.md b/topics/meteor/index.md new file mode 100644 index 00000000000..051f574c8d5 --- /dev/null +++ b/topics/meteor/index.md @@ -0,0 +1,13 @@ +--- +aliases: meteorjs +topic: meteor +display_name: Meteor +short_description: MeteorJS is a partly proprietary, mostly free and open-source isomorphic JavaScript web framework written using Node.js. +logo: meteor.png +related: mongodb, vulcanjs, pubsub +created_by: Meteor Software, Meteor Development Group +released: January 20, 2012 +wikipedia_url: https://en.wikipedia.org/wiki/Meteor_(web_framework) +github_url: https://github.com/meteor +--- +**Meteor**, or **MeteorJS**, (formerly known as **Skybreak**) is a partly proprietary, mostly free and open source isomorphic JavaScript web framework written using Node.js. Meteor allows for rapid prototyping and produces cross-platform (Android, iOS, Web) code. The server-side MongoDB program is the only proprietary component of Meteor and is part of the Meteor download bundle. It is possible to use Meteor without using the server-side MongoDB. It uses the Distributed Data Protocol and a publish–subscribe pattern to automatically propagate data changes to clients without requiring the developer to write any synchronization code. diff --git a/topics/meteor/meteor.png b/topics/meteor/meteor.png new file mode 100644 index 00000000000..0bdfb7a4fab Binary files /dev/null and b/topics/meteor/meteor.png differ diff --git a/topics/minecraft-mod/index.md b/topics/minecraft-mod/index.md index f94ee26df38..e339fd648bc 100644 --- a/topics/minecraft-mod/index.md +++ b/topics/minecraft-mod/index.md @@ -1,5 +1,5 @@ --- -aliases: minecraft-modding +aliases: minecraft-modding, minecraft-modpack display_name: Minecraft Mod logo: minecraft-mod.png related: minecraft, minecraft-plugin, minecraft-addon @@ -10,4 +10,4 @@ wikipedia_url: https://en.wikipedia.org/wiki/Minecraft_modding --- Published by Mojang, Minecraft is a game that allows its players virtually unlimited creative and building authority in their 3D cube world. -Mods (short for modifications) change Minecraft​'s game content in some way, such as to make minor adjustments to the game's mechanics or implement entirely new features. \ No newline at end of file +Mods (short for modifications) change Minecraft​'s game content in some way, such as to make minor adjustments to the game's mechanics or implement entirely new features. diff --git a/topics/wayland/index.md b/topics/wayland/index.md new file mode 100644 index 00000000000..b8caad057a8 --- /dev/null +++ b/topics/wayland/index.md @@ -0,0 +1,13 @@ +--- +aliases: wayland-client, wayland-compositor, wayland-protocol +created_by: Kristian Høgsberg +display_name: Wayland +logo: wayland.png +related: wlroots +released: September 30, 2008 +short_description: Wayland is a replacement for the X11 window system protocol and architecture. +topic: wayland +url: https://wayland.freedesktop.org/ +wikipedia_url: https://en.wikipedia.org/wiki/Wayland_(protocol) +--- +Wayland is a communication protocol that specifies the communication between a display server and its clients. diff --git a/topics/wayland/wayland.png b/topics/wayland/wayland.png new file mode 100644 index 00000000000..102958d9bac Binary files /dev/null and b/topics/wayland/wayland.png differ