Merge pull request #3488 from Likeyn/update-tools-category

[Global] Update tools category
This commit is contained in:
Adam Bard 2019-03-12 13:43:57 -07:00 committed by GitHub
commit cb5aa51477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 30 additions and 14 deletions

View File

@ -52,6 +52,8 @@ languages:
Other fields:
- **category**: The category of the article. So far, can be one of *language*,
*tool* or *Algorithms & Data Structures*. Defaults to *language* if omitted.
- **filename**: The filename for this article's code. It will be fetched, mashed
together, and made downloadable.
+ For non-English articles, *filename* should have a language-specific

View File

@ -1,5 +1,6 @@
---
language: awk
category: tool
tool: awk
filename: learnawk.awk
contributors:
- ["Marshall Mason", "http://github.com/marshallmason"]

View File

@ -1,5 +1,6 @@
---
language: cmake
category: tool
tool: cmake
contributors:
- ["Bruno Alano", "https://github.com/brunoalano"]
filename: CMake

View File

@ -1,5 +1,6 @@
---
language: make
category: tool
tool: make
contributors:
- ["Robert Steed", "https://github.com/robochat"]
- ["Stephan Fuhrmann", "https://github.com/sfuhrm"]

View File

@ -1,5 +1,6 @@
---
language: awk
category: tool
tool: awk
filename: learnawk-es.awk
contributors:
- ["Marshall Mason", "http://github.com/marshallmason"]

View File

@ -1,5 +1,6 @@
---
language: Statistical computing with Python
category: tool
tool: Statistical Computing with Python
contributors:
- ["e99n09", "https://github.com/e99n09"]
filename: pythonstatcomp-es.py

View File

@ -1,5 +1,6 @@
---
language: awk
category: tool
tool: awk
filename: learnawk-fr.awk
contributors:
- ["Marshall Mason", "http://github.com/marshallmason"]

View File

@ -1,5 +1,6 @@
---
language: make
category: tool
tool: make
contributors:
- ["Robert Steed", "https://github.com/robochat"]
translators:

View File

@ -1,5 +1,6 @@
---
language: make
category: tool
tool: make
contributors:
- ["Robert Steed", "https://github.com/robochat"]
- ["Stephan Fuhrmann", "https://github.com/sfuhrm"]

View File

@ -1,5 +1,6 @@
---
language: awk
category: tool
tool: awk
filename: learnawk-pt.awk
contributors:
- ["Marshall Mason", "http://github.com/marshallmason"]

View File

@ -1,5 +1,6 @@
---
language: cmake
category: tool
tool: cmake
contributors:
- ["Bruno Alano", "https://github.com/brunoalano"]
filename: CMake-br

View File

@ -1,5 +1,6 @@
---
language: make
category: tool
tool: make
contributors:
- ["Robert Steed", "https://github.com/robochat"]
- ["Stephan Fuhrmann", "https://github.com/sfuhrm"]

View File

@ -1,5 +1,6 @@
---
language: tcsh
category: tool
tool: tcsh
filename: LearnTCSH.csh
contributors:
- ["Nicholas Christopoulos", "https://github.com/nereusx"]

View File

@ -1,5 +1,6 @@
---
language: awk
category: tool
tool: awk
contributors:
- ["Marshall Mason", "http://github.com/marshallmason"]
translators:

View File

@ -1,5 +1,6 @@
---
language: make
category: tool
tool: make
contributors:
- ["Robert Steed", "https://github.com/robochat"]
- ["Jichao Ouyang", "https://github.com/jcouyang"]