Skip to content

Commit

Permalink
feat(awesome): added Italian Linux Society and projects (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 authored Jan 29, 2024
1 parent 4efb395 commit 98f9599
Show file tree
Hide file tree
Showing 11 changed files with 126 additions and 0 deletions.
15 changes: 15 additions & 0 deletions awesome/communities/data/italian-linux-society.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "Italian Linux Society",
"url": "https://www.ils.org/",
"type": "Channel",
"platform": "Other",
"description": "L'associazione italiana per la promozione e la divulgazione di Linux e del Software Libero e Open Source in Italia",
"tags": [
"dev", "talks", "networking", "tech", "linuz", "opensource", "job offers"
],
"events_type": [
"Conference",
"Meetup",
"Other"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Contribute to opensource: the right way",
"repository_platform": "github",
"repository_url": "https://github.com/Mte90/Contribute-to-opensource-the-right-way",
"type": "learning",
"license": "GPL-3.0",
"tags": [
"opensource", "book"
],
"description": "An open source book about how to contribute to open source."
}
11 changes: 11 additions & 0 deletions awesome/opensource/data/espanso-typofixer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "espanso typofixer ",
"repository_platform": "github",
"repository_url": "https://github.com/Mte90/espanso-typofixer",
"type": "tool",
"license": "GPL-3.0",
"tags": [
"typo"
],
"description": "Various Espanso packages to fix typos automatically for you on Italian, English, Spanish and French"
}
11 changes: 11 additions & 0 deletions awesome/opensource/data/gbaatm-rebirth.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "GBAATM Rebirth",
"repository_platform": "github",
"repository_url": "https://github.com/Mte90/GBAATM-Rebirth",
"type": "tool",
"license": "GPL-3.0",
"tags": [
"retrogaming", "gameboy"
],
"description": "From the original source code a new rebirth, to add a Trainer in your GBA roms!"
}
11 changes: 11 additions & 0 deletions awesome/opensource/data/gggg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Game Genie Good Guy",
"repository_platform": "github",
"repository_url": "https://github.com/Mte90/Game-Genie-Good-Guy",
"type": "tool",
"license": "GPL-3.0",
"tags": [
"retrogaming", "gameboy", "genesis"
],
"description": "Patch your rom with Game Genie codes"
}
11 changes: 11 additions & 0 deletions awesome/opensource/data/gh-license.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "GH License",
"repository_platform": "github",
"repository_url": "https://github.com/Mte90/GH-License",
"type": "tool",
"license": "GPL-3.0",
"tags": [
"python", "git", "license"
],
"description": "Scan your online repo, check if it is missing the license (or install the Git Hooks in your machine)"
}
11 changes: 11 additions & 0 deletions awesome/opensource/data/gitapper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Gitapper",
"repository_platform": "github",
"repository_url": "https://github.com/Mte90/gitapper",
"type": "tool",
"license": "GPL-3.0",
"tags": [
"git"
],
"description": "Remap Git with your custom scripts or new commands"
}
11 changes: 11 additions & 0 deletions awesome/opensource/data/glotdict.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "GlotDict",
"repository_platform": "github",
"repository_url": "https://github.com/Mte90/GlotDict",
"type": "tool",
"license": "GPL-2.0",
"tags": [
"javascript", "firefox", "browser-extension"
],
"description": "This extension for WordPress polyglots implements new features to improve the quality of translation/reviews!"
}
11 changes: 11 additions & 0 deletions awesome/opensource/data/pydal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Pydal",
"repository_platform": "github",
"repository_url": "https://github.com/Mte90/pydal",
"type": "scripts",
"license": "GPL-3.0",
"tags": [
"python"
],
"description": "Remap your specific keyboard to execute custom scripts!"
}
11 changes: 11 additions & 0 deletions awesome/opensource/data/share-backported.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "Share Backported",
"repository_platform": "github",
"repository_url": "https://github.com/Mte90/Share-Backported",
"type": "tool",
"license": "GPL-3.0",
"tags": [
"javascript", "firefox", "browser-extension"
],
"description": "Extension to get back the Firefox Share modal"
}
12 changes: 12 additions & 0 deletions awesome/opensource/data/wordpress-plugin-boilerplate-powered.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "WordPress Plugin Boilerplate Powered",
"repository_platform": "github",
"repository_url": "https://github.com/WPBP/WordPress-Plugin-Boilerplate-Powered",
"site_url": "https://wpbp.github.io/",
"type": "tool",
"license": "GPL-3.0",
"tags": [
"wordpress", "boilerplate"
],
"description": "Wordpress Plugin Boilerplate but Powered with examples and a generator!"
}

0 comments on commit 98f9599

Please sign in to comment.