From 2eca1ae3d6ff74704e5c086f8cf02dd140bf9fee Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Sun, 15 Apr 2018 18:41:40 -0400 Subject: [PATCH 1/5] README.md improvement It seems that it can be confusing that macOS is not mentioned in the build requirements. (closes #71) The link to the local server address is wrong. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 354ef76d3..5b58cbe77 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ to the `dependencies` in your `component.json`. - Ruby Development Headers - **Ubuntu:** `sudo apt-get install ruby-dev` *(Only if you're __NOT__ using `rbenv` or `rvm`)* - **Windows:** [DevKit](http://rubyinstaller.org/) + - **macOS:** no extra step required - [Bundler](http://bundler.io/) (Run `gem install bundler` to install). - [Node Package Manager (aka. `npm`)](https://docs.npmjs.com/getting-started/installing-node) @@ -83,7 +84,7 @@ Build the web documentation: $ npm run build -Or serve it on a local server on http://localhost:7998/Fork-Awesome/: +Or serve it on a local server (http://localhost:7998): $ npm run dev From 0cb81365affe4c9f1478411c9c0beb796af865b0 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Mon, 16 Apr 2018 22:50:43 -0400 Subject: [PATCH 2/5] add GnuPG icon: fa-gnupg closes #72 --- src/icons/icons.yml | 10 +++++++++- src/icons/svg/gnupg.svg | 3 +++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 src/icons/svg/gnupg.svg diff --git a/src/icons/icons.yml b/src/icons/icons.yml index 66f4f78eb..b97da80fc 100644 --- a/src/icons/icons.yml +++ b/src/icons/icons.yml @@ -1856,7 +1856,7 @@ icons: - eastern categories: - Web Application Icons - + - name: Globe id: globe-w unicode: f305 @@ -6962,3 +6962,11 @@ icons: url: nextcloud.com categories: - Brand Icons + + - name: GnuPG + id: gnupg + unicode: f308 + created: 1.0 + url: gnupg.org + categories: + - Brand Icons diff --git a/src/icons/svg/gnupg.svg b/src/icons/svg/gnupg.svg new file mode 100644 index 000000000..da4571f08 --- /dev/null +++ b/src/icons/svg/gnupg.svg @@ -0,0 +1,3 @@ + + + From 8802a7ced01821dfc2d5c9ed8cb0e22ebdc983d0 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Mon, 16 Apr 2018 23:15:09 -0400 Subject: [PATCH 3/5] changes to .fontcustom-manifest.json --- src/icons/.fontcustom-manifest.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json index 496284259..283a57e36 100644 --- a/src/icons/.fontcustom-manifest.json +++ b/src/icons/.fontcustom-manifest.json @@ -1,7 +1,7 @@ { "checksum": { - "previous": "ac00bab72106d29e87bd4611b91a455e3646ae11d2d2899e6c601fdffe47f047", - "current": "ac00bab72106d29e87bd4611b91a455e3646ae11d2d2899e6c601fdffe47f047" + "previous": "4ae398d1da6d80035f9993cce5f2f7edbb9d5037ed22db7b17656a98c082f2a9", + "current": "4ae398d1da6d80035f9993cce5f2f7edbb9d5037ed22db7b17656a98c082f2a9" }, "fonts": [ "forkawesome/forkawesome.ttf", @@ -1207,6 +1207,10 @@ "codepoint": 62183, "source": "svg/gnu-social.svg" }, + "gnupg": { + "codepoint": 62221, + "source": "svg/gnupg.svg" + }, "google": { "codepoint": 61856, "source": "svg/google.svg" From 8ddd753228f9f248b843cbe9a1a2db09716f9dcd Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Tue, 17 Apr 2018 02:32:11 -0400 Subject: [PATCH 4/5] add PHP icon: fa-php closes #69 --- src/icons/.fontcustom-manifest.json | 8 ++++++-- src/icons/icons.yml | 8 ++++++++ src/icons/svg/php.svg | 3 +++ 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 src/icons/svg/php.svg diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json index 283a57e36..fb43a0e64 100644 --- a/src/icons/.fontcustom-manifest.json +++ b/src/icons/.fontcustom-manifest.json @@ -1,7 +1,7 @@ { "checksum": { - "previous": "4ae398d1da6d80035f9993cce5f2f7edbb9d5037ed22db7b17656a98c082f2a9", - "current": "4ae398d1da6d80035f9993cce5f2f7edbb9d5037ed22db7b17656a98c082f2a9" + "previous": "9d20b64ede505c7e22d1b337079af516ba6e5a3876388182ebbe4cf4b549a1a4", + "current": "9d20b64ede505c7e22d1b337079af516ba6e5a3876388182ebbe4cf4b549a1a4" }, "fonts": [ "forkawesome/forkawesome.ttf", @@ -1883,6 +1883,10 @@ "codepoint": 61592, "source": "svg/phone-square.svg" }, + "php": { + "codepoint": 62222, + "source": "svg/php.svg" + }, "picture-o": { "codepoint": 61502, "source": "svg/picture-o.svg" diff --git a/src/icons/icons.yml b/src/icons/icons.yml index f5b7d5359..aad1e87c3 100644 --- a/src/icons/icons.yml +++ b/src/icons/icons.yml @@ -7010,3 +7010,11 @@ icons: url: gnupg.org categories: - Brand Icons + + - name: PHP + id: php + unicode: f30e + created: 1.0 + url: php.net + categories: + - Brand Icons diff --git a/src/icons/svg/php.svg b/src/icons/svg/php.svg new file mode 100644 index 000000000..6a31870b2 --- /dev/null +++ b/src/icons/svg/php.svg @@ -0,0 +1,3 @@ + + + From 7a433d089319652f8c164fb7355d2b3ee5c4eec4 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Tue, 17 Apr 2018 19:10:27 -0400 Subject: [PATCH 5/5] add icon: FFmpeg fa-ffmpeg closes #74 --- src/icons/.fontcustom-manifest.json | 8 ++++++-- src/icons/icons.yml | 9 ++++++++- src/icons/svg/ffmpeg.svg | 3 +++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 src/icons/svg/ffmpeg.svg diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json index fb43a0e64..459076b2e 100644 --- a/src/icons/.fontcustom-manifest.json +++ b/src/icons/.fontcustom-manifest.json @@ -1,7 +1,7 @@ { "checksum": { - "previous": "9d20b64ede505c7e22d1b337079af516ba6e5a3876388182ebbe4cf4b549a1a4", - "current": "9d20b64ede505c7e22d1b337079af516ba6e5a3876388182ebbe4cf4b549a1a4" + "previous": "5ba8f7738f5ba72f24cefb1362ac0a1ac22cccd5d7054192255cd1d3c3e32d5c", + "current": "5ba8f7738f5ba72f24cefb1362ac0a1ac22cccd5d7054192255cd1d3c3e32d5c" }, "fonts": [ "forkawesome/forkawesome.ttf", @@ -947,6 +947,10 @@ "codepoint": 61826, "source": "svg/female.svg" }, + "ffmpeg": { + "codepoint": 62223, + "source": "svg/ffmpeg.svg" + }, "fighter-jet": { "codepoint": 61691, "source": "svg/fighter-jet.svg" diff --git a/src/icons/icons.yml b/src/icons/icons.yml index aad1e87c3..f337df894 100644 --- a/src/icons/icons.yml +++ b/src/icons/icons.yml @@ -6977,7 +6977,6 @@ icons: categories: - Brand Icons -<<<<<<< HEAD - name: Hackaday id: hackaday unicode: f30a @@ -7018,3 +7017,11 @@ icons: url: php.net categories: - Brand Icons + + - name: FFmpeg + id: ffmpeg + unicode: f30f + created: 1.0 + url: ffmpeg.org + categories: + - Brand Icons diff --git a/src/icons/svg/ffmpeg.svg b/src/icons/svg/ffmpeg.svg new file mode 100644 index 000000000..2a1621bae --- /dev/null +++ b/src/icons/svg/ffmpeg.svg @@ -0,0 +1,3 @@ + + +