Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions feed.json.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ permalink: feed.json
],
"topics": [
{% for topic in topics %}
{% assign related = topic.related | split: ', ' %}
{% assign aliases = topic.aliases | split: ', ' %}
{% assign related = topic.related | split: ',' %}
{% assign aliases = topic.aliases | split: ',' %}
{
"topic_name": {{ topic.topic | jsonify }},
"created_by": {{ topic.created_by | jsonify }},
Expand All @@ -50,12 +50,12 @@ permalink: feed.json
"wikipedia_url": {{ topic.wikipedia_url | jsonify }},
"related": [
{% for related_topic in related %}
"{{ related_topic }}"{% unless forloop.last == true %},{% endunless %}
"{{ related_topic | strip }}"{% unless forloop.last == true %},{% endunless %}
{% endfor %}
],
"aliases": [
{% for alias in aliases %}
"{{ alias }}"{% unless forloop.last == true %},{% endunless %}
"{{ alias | strip }}"{% unless forloop.last == true %},{% endunless %}
{% endfor %}
],
"content": {{ topic.content | jsonify }}
Expand Down
2 changes: 1 addition & 1 deletion topics/apollo-server/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display_name: apollo-server
github_url: https://github.com/apollographql/apollo-server
logo: apollo-server.png
related: graphql,api,graphql-server,apollo
related: graphql, api, graphql-server, apollo
released: August 15, 2025
short_description: apollo-server is a Node.js library that allows you to quickly build a GraphQL API server to handle structured client requests.
topic: apollo-server
Expand Down
4 changes: 2 additions & 2 deletions topics/autohotkey/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
display_name: Autohotkey
short_description: autohotkey is custom script for macro-commands creation.
aliases: auto-hotkey,ahk-script,autohotkeys
aliases: auto-hotkey, ahk-script, autohotkeys
topic: autohotkey
related: hotkey,macro,script
related: hotkey, macro, script
logo: autohotkey.png
github_url: https://github.com/AutoHotkey/AutoHotkey
---
Expand Down
4 changes: 2 additions & 2 deletions topics/build-engine/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
display_name: Build Engine
short_description: The Build Engine is game engine created by Ken Silverman, best known for powering Duke Nukem 3D.
aliases: build1,build2,duke-nukem-3d-engine,con-script,con-files
aliases: build1, build2, duke-nukem-3d-engine, con-script, con-files
wikipedia_url: https://en.wikipedia.org/wiki/Build_(game_engine)
related: duke-nukem,blood,shadow-warrior
related: duke-nukem, blood, shadow-warrior
topic: build-engine
---
4 changes: 2 additions & 2 deletions topics/corruptor/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
display_name: Corruptor
short_description: a corruptor is a type of software to test errors and glitches.
aliases: data-corruptor,rom-corruptor,game-corruptor
aliases: data-corruptor, rom-corruptor, game-corruptor
logo: corruptor.png
related: glitch,generator,data
related: glitch, generator, data
topic: corruptor
---
a corruptor is a type of software to test errors and glitches with commands.
2 changes: 1 addition & 1 deletion topics/data-recovery/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
display_name: Data Recovery
aliases: data-carving,digital-forensic,recovery-tool,photo-recovery
aliases: data-carving, digital-forensic, recovery-tool, photo-recovery
short_description: Data recovery is a method of recovering using software to undone file deletion or corruption.
Comment on lines 1 to 4
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is using CRLF line endings (visible as \r at the end of lines). Since this PR already touches the front matter, please consider normalizing the file to LF line endings to match the rest of the repo and avoid noisy diffs / tooling inconsistencies.

Copilot uses AI. Check for mistakes.
topic: data-recovery
wikipedia_url: https://en.wikipedia.org/wiki/data_recovery
Expand Down
2 changes: 1 addition & 1 deletion topics/hammer/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
display_name: Hammer
short_description: Hammer editor is a tool created by valve software for source 1 games.
aliases: valve-hammer,worldcraft,hammer-editor
aliases: valve-hammer, worldcraft, hammer-editor
topic: hammer
---
Hammer editor is a tool created by valve software in 2004 to creating custom levels for the source 1 games.
2 changes: 1 addition & 1 deletion topics/io/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
display_name: IO
short_description: io is a input and output for computer programs.
aliases: io-domain,io-game,io-website
aliases: io-domain, io-game, io-website
topic: io
---
io is a input and output for computer programs for web domains.
4 changes: 2 additions & 2 deletions topics/irc/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
display_name: IRC
aliases: irc-network,irc-website,irc-chat,internet-relay-chat
aliases: irc-network, irc-website, irc-chat, internet-relay-chat
short_description: irc is a chat software to real-time talk on the internet.
related: chat,website
related: chat, website
topic: irc
wikipedia_url: https://en.wikipedia.org/wiki/IRC
---
Expand Down
2 changes: 1 addition & 1 deletion topics/machinima/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
aliases: machine-cinema, quake-movie
display_name: Machinima
short_description: Machinima is a creation method of using real-time software or video games to make movies.
related: tool,games,internet,modding
related: tool, games, internet, modding
topic: machinima
wikipedia_url: https://en.wikipedia.org/wiki/Machinima
---
Expand Down
4 changes: 2 additions & 2 deletions topics/randomizer/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
display_name: Randomizer
short_description: Randomizer is a type of tool that uses stochastic inputs.
aliases: video-game-randomizer,randomizer-tool,randomizer-mod
related: modding,rom-hacking
aliases: video-game-randomizer, randomizer-tool, randomizer-mod
related: modding, rom-hacking
logo: randomizer.png
topic: randomizer
---
Expand Down
4 changes: 2 additions & 2 deletions topics/serious-engine/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
display_name: Serious Engine
aliases: croteam-engine,serious-editor,serious-sam-engine
aliases: croteam-engine, serious-editor, serious-sam-engine
short_description: Serious Engine is a game engine created by croteam for serious sam games.
related: serious-sam,the-talos-principle
related: serious-sam, the-talos-principle
topic: serious-engine
---
Serious Engine is a 2001 game engine created by croteam and published by devolver digital used for serious sam games.
4 changes: 2 additions & 2 deletions topics/source-2-engine/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
display_name: Source 2 Engine
short_description: Source 2 is a 2015 engine created by valve.
aliases: source-2,source2
related: half-life-alyx,dota-2,steamvr
aliases: source-2, source2
related: half-life-alyx, dota-2, steamvr
topic: source-2-engine
logo: source-2-engine.png
---
Expand Down
4 changes: 2 additions & 2 deletions topics/source-engine/index.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
aliases: source-2013,source-sdk,source-1
aliases: source-2013, source-sdk, source-1
display_name: Source
short_description: Source is game engine developed by valve software for half-life 2.
topic: source-engine
logo: source-engine.png
wikipedia_url: https://en.wikipedia.org/wiki/Source_(game_engine)
related: half-life-2,source-filmmaker,team-fortress-2,portal
related: half-life-2, source-filmmaker, team-fortress-2, portal
---
Source engine is a game engine published by valve software in 2004 and used for games like half-life 2.

Expand Down
2 changes: 1 addition & 1 deletion topics/southpaw-engine/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
display_name: Southpaw Engine
short_description: The southpaw is a game engine created by torus games.
aliases: doom-advance,duke-nukem-advance
aliases: doom-advance, duke-nukem-advance
related: doom-gba, dukenukem-gba
topic: southpaw-engine
---
Expand Down
Loading