Browse Source

Revert "multiple pages: add homepages"

This reverts commit 347e5573036e13b360b81a3f9f1bad75cf2c2b03.
Starbeamrainbowlabs 6 years ago
parent
commit
45ec3033c0

+ 0 - 1
pages/common/7z.md

@@ -1,7 +1,6 @@
 # 7z
 
 > A file archiver with high compression ratio.
-> Homepage: <https://www.7-zip.org/>.
 
 - Archive a file or folder:
 

+ 0 - 1
pages/common/7za.md

@@ -2,7 +2,6 @@
 
 > A file archiver with high compression ratio.
 > A standalone version of `7z` with support for fewer archive types.
-> Homepage: <https://www.7-zip.org/>.
 
 - Archive a file or folder:
 

+ 0 - 1
pages/common/7zr.md

@@ -2,7 +2,6 @@
 
 > A file archiver with high compression ratio.
 > A standalone version of `7z` that only supports .7z files.
-> Homepage: <https://www.7-zip.org/>.
 
 - Archive a file or folder:
 

+ 0 - 1
pages/common/ansible-galaxy.md

@@ -1,7 +1,6 @@
 # ansible-galaxy
 
 > Create and manage Ansible roles.
-> Homepage: <https://www.ansible.com/>.
 
 - Install a role:
 

+ 0 - 1
pages/common/ansible-playbook.md

@@ -1,7 +1,6 @@
 # ansible-playbook
 
 > Execute tasks defined in playbook on remote machines over SSH.
-> Homepage: <https://www.ansible.com/>.
 
 - Run tasks in playbook:
 

+ 0 - 1
pages/common/ansible.md

@@ -2,7 +2,6 @@
 
 > Manage groups of computers remotely over SSH.
 > Use the /etc/ansible/hosts file to add new groups/hosts.
-> Homepage: <https://www.ansible.com/>.
 
 - List hosts belonging to a group:
 

+ 0 - 1
pages/common/git.md

@@ -1,7 +1,6 @@
 # git
 
 > Distributed version control system.
-> Homepage: <https://git-scm.com/>.
 
 - Check the Git version:
 

+ 0 - 1
pages/common/hyperfine.md

@@ -1,7 +1,6 @@
 # hyperfine
 
 > A command-line benchmarking tool.
-> Homepage: <https://github.com/sharkdp/hyperfine>.
 
 - Run a basic benchmark, performing at least 10 runs:
 

+ 0 - 1
pages/common/mysql.md

@@ -1,7 +1,6 @@
 # mysql
 
 > The MySQL command-line tool.
-> Homepage: <https://www.mysql.com/>.
 
 - Connect to a database:
 

+ 0 - 1
pages/common/mysqldump.md

@@ -1,7 +1,6 @@
 # mysqldump
 
 > Backups MySQL databases.
-> Homepage: <https://dev.mysql.com/doc/refman/en/mysqldump.html>.
 
 - Create a backup, user will be prompted for a password:
 

+ 0 - 1
pages/common/nginx.md

@@ -1,7 +1,6 @@
 # nginx
 
 > Nginx web server.
-> Homepage: <https://nginx.org/en/>.
 
 - Start server with the default config file:
 

+ 0 - 1
pages/common/npm-check.md

@@ -1,7 +1,6 @@
 # npm-check
 
 > Check for outdated, incorrect, and unused npm package dependencies.
-> Homepage: <https://www.npmjs.com/package/npm-check>.
 
 - Display a report of outdated, incorrect, and unused dependencies:
 

+ 0 - 1
pages/common/npm.md

@@ -2,7 +2,6 @@
 
 > JavaScript and Node.js package manager.
 > Manage Node.js projects and their module dependencies.
-> Homepage: <http://npm.org/>.
 
 - Download and install a module globally:
 

+ 0 - 1
pages/common/prosodyctl.md

@@ -1,7 +1,6 @@
 # prosodyctl
 
 > The control tool for the Prosody XMPP server.
-> Homepage: <http://prosody.im/>.
 
 - Show the status of the Prosody server:
 

+ 0 - 1
pages/common/serverless.md

@@ -2,7 +2,6 @@
 
 > Toolkit for deploying and operating serverless architectures on AWS, Google Cloud, Azure and IBM OpenWhisk.
 > Commands can be run either using the `serverless` command or it's alias, `sls`.
-> Homepage: <https://serverless.com/>.
 
 - Create a serverless project:
 

+ 0 - 1
pages/common/shellcheck.md

@@ -1,7 +1,6 @@
 # shellcheck
 
 > Shell script static analysis tool.
-> Homepage: <https://www.shellcheck.net/>.
 
 - Check a shell script:
 

+ 0 - 1
pages/common/terraform.md

@@ -1,7 +1,6 @@
 # terraform
 
 > Create and deploy infrastructure as code to cloud providers.
-> Homepage: <https://www.terraform.io/>.
 
 - Initialize a new or existing Terraform configuration:
 

+ 0 - 1
pages/common/virtualenv.md

@@ -1,7 +1,6 @@
 # virtualenv
 
 > Create virtual isolated Python environments.
-> Homepage: <https://virtualenv.pypa.io/en/latest/>.
 
 - Create a new environment:
 

+ 0 - 1
pages/common/weasyprint.md

@@ -1,7 +1,6 @@
 # weasyprint
 
 > Render HTML to PDF or PNG.
-> Homepage: <https://weasyprint.org/>.
 
 - Render a HTML file to PDF: