kopia lustrzana https://github.com/inkstitch/inkstitch
add news
rodzic
afb8aa6d6c
commit
ac4a197394
|
@ -52,6 +52,13 @@ docs:
|
|||
url: "/docs/bugs/"
|
||||
- title: Get involved
|
||||
url: /docs/get-involved/
|
||||
children:
|
||||
- title: "Bug Reports"
|
||||
- title: "Documentation"
|
||||
- title: "Localization"
|
||||
url: /docs/help/localize/
|
||||
- title: "Developing Ink/Stitch"
|
||||
|
||||
|
||||
|
||||
tutorials:
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
title: "Ink/Stitch Localization"
|
||||
permalink: /docs/help/localize/
|
||||
excerpt: ""
|
||||
last_modified_at: 2018-04-14
|
||||
toc: false
|
||||
---
|
||||
The goal of the ink/stitch project is to put free, high-quality embroidery design tools in the hands of folks that might normally not have access to such tools. To further that goal, we seek to support as many languages and locales as possible.
|
||||
|
||||
Ink/stitch supports displaying text in the user's preferred language in the Params dialog and in error messages displayed by the Embroider extension. Future work will add translations for the extension settings window (displayed by Inkscape) and project documentation (such as this file).
|
||||
|
||||
## Help wanted!
|
||||
|
||||
Want to help translate? We'd really appreciate your contributions! Ink/stitch uses a the collaborative translation platform <a href="http://crowdin.com">CrowdIn</a> to facilitate community translations. Through their generous open source program, we're able to use their platform free of charge, and we greatly appreciate their support.
|
||||
|
||||
To start translating, visit our <a href="https://crowdin.com/project/inkstitch">project page on CrowdIn</a>. It's easy to sign in using your GitHub account. Pick a language and start suggesting translations!
|
||||
|
||||
Approved contributors can accept your translations, which causes them to be submitted to this GitHub repository as a pull request. If you'd like to become an approver, please ping [**@lexelby**](https://github.com/lexelby) or another approved contributor, or email **inkstitch-l10n** at **lex** dot **gd**.
|
||||
|
||||
**Please note that our [code of conduct](CODE_OF_CONDUCT.md) also covers contributions and interactions on our CrowdIn page.**
|
||||
|
||||
## Continuous Translation
|
||||
|
||||
When new code is added to ink/stitch, user-facing text can change and new messages can be added. CrowdIn picks these changes up automatically and makes the new messages available to translators.
|
||||
|
||||
When CrowdIn creates a pull request, our [Travis-CI](http://travis-ci.org) integration (also generously provided for free!) picks up the new translations and builds a new version of ink/stitch as a development release. Once Travis-CI finishes building, the new version is posted to our releases page [here](https://github.com/lexelby/inkstitch/releases/tag/dev-build-l10n), and you can install it and make sure everything looks right before we merge.
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "Posts by Category"
|
||||
layout: categories
|
||||
permalink: /categories/
|
||||
author_profile: true
|
||||
---
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: "News"
|
||||
permalink: /news/
|
||||
layout: posts
|
||||
---
|
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
layout: archive
|
||||
title: "Sitemap"
|
||||
permalink: /sitemap/
|
||||
author_profile: false
|
||||
---
|
||||
|
||||
A list of all the posts and pages found on the site. For you robots out there is an [XML version]({{ "sitemap.xml" | relative_url }}) available for digesting as well.
|
||||
|
||||
<h2>Pages</h2>
|
||||
{% for post in site.pages %}
|
||||
{% include archive-single.html %}
|
||||
{% endfor %}
|
||||
|
||||
<h2>Posts</h2>
|
||||
{% for post in site.posts %}
|
||||
{% include archive-single.html %}
|
||||
{% endfor %}
|
||||
|
||||
{% capture written_label %}'None'{% endcapture %}
|
||||
|
||||
{% for collection in site.collections %}
|
||||
{% unless collection.output == false or collection.label == "posts" %}
|
||||
{% capture label %}{{ collection.label }}{% endcapture %}
|
||||
{% if label != written_label %}
|
||||
<h2>{{ label }}</h2>
|
||||
{% capture written_label %}{{ label }}{% endcapture %}
|
||||
{% endif %}
|
||||
{% endunless %}
|
||||
{% for post in collection.docs %}
|
||||
{% unless collection.output == false or collection.label == "posts" %}
|
||||
{% include archive-single.html %}
|
||||
{% endunless %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: single
|
||||
title: "Video Demo on how to use the extension"
|
||||
date: 2017-12-06 06:00:00 -0600
|
||||
categories: tutorial
|
||||
---
|
||||
|
||||
{% include video id="qXntE1X1RIw" provider="youtube" %}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
layout: single
|
||||
title: "Video Demo of the New Live Stitch Preview Feature"
|
||||
date: 2018-01-01 06:00:00 -0600
|
||||
categories: tutorial
|
||||
---
|
||||
|
||||
{% include video id="QY9NcLN3oJM" provider="youtube" %}
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: single
|
||||
title: "Default DPI changed to 96, to match Inkscape."
|
||||
date: 2018-01-05 00:00:00 -0600
|
||||
categories: information
|
||||
---
|
||||
|
||||
Default DPI changed to 96, to match Inkscape.
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
layout: single
|
||||
title: "Portuguese (pt_PT) translation added! Want to help translate?"
|
||||
date: 2018-02-05 06:00:00 -0600
|
||||
categories: help
|
||||
---
|
||||
|
||||
February 5, 2018: Portuguese (pt_PT) translation added! [Want to help translate](/docs/help/localize/)?
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: single
|
||||
title: "Windows Support Added"
|
||||
date: 2018-02-22 00:00:00 -0600
|
||||
categories: information
|
||||
---
|
||||
|
||||
Get the [latest release](https://github.com/lexelby/inkstitch/releases/latest).
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
layout: single
|
||||
title: "Website for Documentation"
|
||||
date: 2018-04-15 00:00:00 -0600
|
||||
categories: information
|
||||
---
|
||||
|
||||
We created a new website to help you understand Ink/Stitch.
|
||||
If you already have an understanding of it, you are welcome to help us. More information: [#121](https://github.com/lexelby/inkstitch/issues/121)
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: "Tutorials"
|
||||
permalink: /tutorials/
|
||||
excerpt: ""
|
||||
last_modified_at: 2018-04-14
|
||||
---
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "Machine Embroidery Tutorials"
|
||||
permalink: /tutorials/embroidery-tutorials/
|
||||
excerpt: "How to quickly install Ink/Stitch."
|
||||
excerpt: ""
|
||||
last_modified_at: 2018-04-14
|
||||
toc: true
|
||||
---
|
||||
|
|
|
@ -43,6 +43,15 @@ div.highlighter-rouge, figure.highlight {
|
|||
font-size: .6rem;
|
||||
}
|
||||
|
||||
a:hover, a:active, .page__taxonomy-item:hover {
|
||||
color: #ffd555;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
p a:visited {
|
||||
color: #f74004;
|
||||
}
|
||||
|
||||
/* Table of Contents */
|
||||
.toc .nav__title {
|
||||
background: #808080;
|
||||
|
@ -142,3 +151,8 @@ div.highlighter-rouge, figure.highlight {
|
|||
.pagination--pager.disabled {
|
||||
background: #cccccc;
|
||||
}
|
||||
|
||||
/* Archive */
|
||||
.archive__item-title {
|
||||
overflow: inherit;
|
||||
}
|
||||
|
|
26
index.html
26
index.html
|
@ -2,15 +2,7 @@
|
|||
title: "Ink/Stitch"
|
||||
layout: splash
|
||||
permalink: /
|
||||
header:
|
||||
overlay_color: "#000"
|
||||
overlay_filter: "0.5"
|
||||
overlay_image: /assets/images/home.jpg
|
||||
cta_label: "Download"
|
||||
cta_url: "https://github.com/lexelby/inkstitch/releases/latest"
|
||||
excerpt: "An Inkscape extension for designing machine embroidery patterns<br><span style='color: red;'>!!! There is a lot to do here, if you have the skills the will and the time to contribute some documentation on inkStitch please tell us how you can help in this issue > [#121](https://github.com/lexelby/inkstitch/issues/121)</span>"
|
||||
intro:
|
||||
- excerpt: 'This is the main page. The design is not quiet finished. Images are example images of the minimal mistakes theme.'
|
||||
excerpt: "Ink/Stitch - an Inkscape extension for designing machine embroidery patterns."
|
||||
feature_row:
|
||||
- image_path: assets/images/unsplash-gallery-image-1-th.jpg
|
||||
alt: "Quick Setup"
|
||||
|
@ -33,7 +25,21 @@ feature_row:
|
|||
btn_label: "Read More"
|
||||
btn_class: "btn--primary"
|
||||
---
|
||||
<!-- <div>
|
||||
<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=lexelby&repo=inkstitch&type=star&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
|
||||
<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=lexelby&repo=inkstitch&type=watch&count=true&v=2" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
|
||||
</div> -->
|
||||
|
||||
{% include feature_row id="intro" type="center" %}
|
||||
<h2 style="border-bottom: none;">Ink/Stitch</h2>
|
||||
<p>An Inkscape extension for designing machine embroidery patterns.</p>
|
||||
<p><button class="btn btn--primary btn--large">Download Ink/Stitch</button></p>
|
||||
|
||||
<hr></hr>
|
||||
|
||||
{% include feature_row %}
|
||||
|
||||
<h2>News</h2>
|
||||
<ul>{% for post in site.posts offset: 0 limit: 10 %}<li>{{ post.date | date: "%B %-d, %Y" }}: <a href="{{ post.url }}">{{ post.title }}</a></li>{% endfor %}</ul>
|
||||
<p><a href="{{ site.url }}/news/">Show more</a></p>
|
||||
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue