chore(markdown): Removed terminology reference
This commit is contained in:
parent
4b3ceb2995
commit
49579504f7
31 changed files with 0 additions and 214 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Backend
|
||||
---
|
||||
|
||||
[The FreeSewing backend](https://backend.freesewing.org/) handles all user data for freesewing.org.
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: Commit
|
||||
---
|
||||
|
||||
A [commit](https://github.com/git-guides/git-commit) is made every time somebody publishes an update to our source code.
|
||||
|
||||
The word is also used as a verb as in _to commit changes_.
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
title: Contributor call (fscc)
|
||||
---
|
||||
|
||||
The FreeSewing Contributor Call (fscc) is a
|
||||
bi-weekly conference call/zoom meeting with the FreeSewing contributors.
|
||||
|
||||
Anybody is free to join, and the calls take place at https://discord.freesewing.org/
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
title: Contributor
|
||||
---
|
||||
|
||||
Anybody who contributes to FreeSewing in a material way. Either with code contributions,
|
||||
or community building, or pattern design, and so on.
|
||||
|
||||
The [list of contributors](https://freesewing.org/community/who/) is available on freesewing.org.
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
title: Design/Pattern
|
||||
---
|
||||
|
||||
The terms **pattern** and **design** somewhat overlap and their exact meaning
|
||||
depends on the context.
|
||||
|
||||
A **design** is a software package that implements a given design on top of our core library.
|
||||
[Simon](https://freesewing.org/designs/simon/) is a design, [Teagan](https://freesewing.org/designs/teagan/) is a design, and so is [Sandy](https://freesewing.org/designs/sandy/).
|
||||
|
||||
A **pattern** is an instance of a design. A design that's made-to-measure for a user.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Developer
|
||||
---
|
||||
|
||||
Anybody who works with software code or wants to learn to do so.
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: Discord
|
||||
---
|
||||
|
||||
The name of our chat provider that powers our chat at https://discord.freesewing.org/
|
||||
|
||||
When you hear _discord_ just think _chat_.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Editor
|
||||
---
|
||||
|
||||
A person who contributes to/with content. Either by writing blog posts or documentation,
|
||||
or posts for social media. But it can also be video editing or making illustrations.
|
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
title: Terminology
|
||||
icons:
|
||||
- logo
|
||||
- terms
|
||||
for: contributors
|
||||
about: Terms and definitions that will help you navigate the world of FreeSewing
|
||||
---
|
||||
|
||||
Below is a list of terms you may come across when working with FreeSewing with a
|
||||
link to a brief description:
|
||||
|
||||
<ReadMore list />
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: Express
|
||||
---
|
||||
|
||||
[Express](https://expressjs.com/) is a web framework for NodeJS.
|
||||
|
||||
The FreeSewing backend is powered by Express.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: freesewing.dev
|
||||
---
|
||||
|
||||
Our website for developers.
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: freesewing.org
|
||||
---
|
||||
|
||||
Our website for makers.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: FreeSewing
|
||||
---
|
||||
|
||||
FreeSewing refers to the community-driven open source project.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Frontend
|
||||
---
|
||||
|
||||
A user-facing interface. Can refer to one of our websites, or our development environment.
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: Gatsby
|
||||
---
|
||||
|
||||
[Gatsby](https://www.gatsbyjs.com/) is a static-site generator for React.
|
||||
|
||||
Both freesewing.org and freesewing.dev are built on top of Gatsby.
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: i18n
|
||||
---
|
||||
|
||||
Short for _internationalisation_. Within the context of FreeSewing, this mostly
|
||||
means translation, but can also relate to other internationalisation concerns such
|
||||
as the type of units to use, or paper sizes, and so on.
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
title: Issue
|
||||
---
|
||||
|
||||
An issue is a sort of support ticket. It can be a bug report, a feature request, a question
|
||||
or problem report.
|
||||
|
||||
Issues are hosted on Github. Each repository can have its own issues, but most our
|
||||
issue are handled on our monorepo: https://github.com/freesewing/freesewing/issues
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Javascript
|
||||
---
|
||||
|
||||
The programming language in which FreeSewing is written. It can run in your
|
||||
browser, as well as outside of it with Node JS.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Made-to-measure
|
||||
---
|
||||
|
||||
Made to someone's (body) measurements, rather than based on specific sizes.
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
title: Markdown
|
||||
---
|
||||
|
||||
A plain text markup format that is easy to read for computers and humans alike.
|
||||
It's a way to write things in plain text, yet make them look pretty in HTML.
|
||||
|
||||
All our content is written in markdown. Github issues, commit messages, and comments
|
||||
also all support markdown.
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
title: Monorepo
|
||||
---
|
||||
|
||||
A monorepo is an organisational approach to software development where rather than
|
||||
having a multitude of repositories, a number of different software pieces are bundled
|
||||
together in a single repository.
|
||||
|
||||
FreeSewing's monorepo holds all our Javascript packages in such a structure.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Node
|
||||
---
|
||||
|
||||
Node (or NodeJS) is a Javascript runtime that allows to use the language outside the browser.
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
title: Parametric pattern design
|
||||
---
|
||||
|
||||
A design approach whereby sewing patterns are contructed based on parameters,
|
||||
and can adapt automatically when those parameters change.
|
||||
|
||||
Those parameters almost always include body measurements, and user preferences.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Patron
|
||||
---
|
||||
|
||||
A person who supports FreeSewing financially.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Plugin
|
||||
---
|
||||
|
||||
An extension to FreeSewing core that provides an extra feature or functionality.
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
title: Pull request
|
||||
---
|
||||
|
||||
A pull request is a proposal to commit changes to a repository.
|
||||
|
||||
Pull requests can either be made because the person does not have the rights to make
|
||||
changes to the repository directly. Or to discuss or validate the changes prior to
|
||||
accepting them.
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: React
|
||||
---
|
||||
|
||||
[React](https://reactjs.org/) is a Javascript framework to build user interfaces on the web.
|
||||
|
||||
All our frontends are built with React.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Repo
|
||||
---
|
||||
|
||||
Short for [repository](/contributors/terms/repository/).
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
title: Repository
|
||||
---
|
||||
|
||||
We develop our software collaboratively, and all code is available in Github in so-called repositories.
|
||||
|
||||
One repository bundles a bunch of things that belong together. Think of it as a project.
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
title: Tiler
|
||||
---
|
||||
|
||||
The FreeSewing tiler is responsible for taking a pattern and splitting it into different
|
||||
pages so it can be printed.
|
||||
|
||||
The tiler is a backend service that is independent from the main FreeSewing backend.
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Translator
|
||||
---
|
||||
|
||||
Somebody who helps with our internationalisation (i18n) efforts by translating from English to other languages.
|
Loading…
Add table
Add a link
Reference in a new issue