From 655e5aa5d4a7df849078fb3e0f2344d2f040110b Mon Sep 17 00:00:00 2001
From: Phil Wareham
Date: Thu, 2 Aug 2018 14:55:23 +0100
Subject: [PATCH 01/29] Initial structure for localised content
Liable to change. Setup will be broken in this branch until we hook this all up.
---
.../en-gb}/articles/articles.welcome.xml | 1 -
.../en-gb}/data/core.prefs | 0
.../en-gb}/data/txp_category.xml | 8 ++--
.../en-gb}/data/txp_link.xml | 16 ++++----
.../en-gb}/data/txp_section.xml | 2 +-
.../en-us/articles/articles.welcome.xml | 41 +++++++++++++++++++
.../initial-content/en-us/data/core.prefs | 23 +++++++++++
.../en-us/data/txp_category.xml | 33 +++++++++++++++
.../initial-content/en-us/data/txp_link.xml | 41 +++++++++++++++++++
.../en-us/data/txp_section.xml | 15 +++++++
.../en/articles/articles.welcome.xml | 41 +++++++++++++++++++
.../setup/initial-content/en/data/core.prefs | 23 +++++++++++
.../initial-content/en/data/txp_category.xml | 33 +++++++++++++++
.../initial-content/en/data/txp_link.xml | 41 +++++++++++++++++++
.../initial-content/en/data/txp_section.xml | 15 +++++++
.../fi/articles/articles.welcome.xml | 41 +++++++++++++++++++
.../setup/initial-content/fi/data/core.prefs | 23 +++++++++++
.../initial-content/fi/data/txp_category.xml | 33 +++++++++++++++
.../initial-content/fi/data/txp_link.xml | 41 +++++++++++++++++++
.../initial-content/fi/data/txp_section.xml | 15 +++++++
.../sv/articles/articles.welcome.xml | 41 +++++++++++++++++++
.../setup/initial-content/sv/data/core.prefs | 23 +++++++++++
.../initial-content/sv/data/txp_category.xml | 33 +++++++++++++++
.../initial-content/sv/data/txp_link.xml | 41 +++++++++++++++++++
.../initial-content/sv/data/txp_section.xml | 15 +++++++
.../Textpattern/DB/Data/txp_category.xml | 8 ++--
.../Textpattern/DB/Data/txp_section.xml | 2 +-
27 files changed, 630 insertions(+), 19 deletions(-)
rename textpattern/setup/{ => initial-content/en-gb}/articles/articles.welcome.xml (99%)
rename textpattern/setup/{ => initial-content/en-gb}/data/core.prefs (100%)
rename textpattern/setup/{ => initial-content/en-gb}/data/txp_category.xml (84%)
rename textpattern/setup/{ => initial-content/en-gb}/data/txp_link.xml (79%)
rename textpattern/setup/{ => initial-content/en-gb}/data/txp_section.xml (90%)
create mode 100644 textpattern/setup/initial-content/en-us/articles/articles.welcome.xml
create mode 100644 textpattern/setup/initial-content/en-us/data/core.prefs
create mode 100644 textpattern/setup/initial-content/en-us/data/txp_category.xml
create mode 100644 textpattern/setup/initial-content/en-us/data/txp_link.xml
create mode 100644 textpattern/setup/initial-content/en-us/data/txp_section.xml
create mode 100644 textpattern/setup/initial-content/en/articles/articles.welcome.xml
create mode 100644 textpattern/setup/initial-content/en/data/core.prefs
create mode 100644 textpattern/setup/initial-content/en/data/txp_category.xml
create mode 100644 textpattern/setup/initial-content/en/data/txp_link.xml
create mode 100644 textpattern/setup/initial-content/en/data/txp_section.xml
create mode 100644 textpattern/setup/initial-content/fi/articles/articles.welcome.xml
create mode 100644 textpattern/setup/initial-content/fi/data/core.prefs
create mode 100644 textpattern/setup/initial-content/fi/data/txp_category.xml
create mode 100644 textpattern/setup/initial-content/fi/data/txp_link.xml
create mode 100644 textpattern/setup/initial-content/fi/data/txp_section.xml
create mode 100644 textpattern/setup/initial-content/sv/articles/articles.welcome.xml
create mode 100644 textpattern/setup/initial-content/sv/data/core.prefs
create mode 100644 textpattern/setup/initial-content/sv/data/txp_category.xml
create mode 100644 textpattern/setup/initial-content/sv/data/txp_link.xml
create mode 100644 textpattern/setup/initial-content/sv/data/txp_section.xml
diff --git a/textpattern/setup/articles/articles.welcome.xml b/textpattern/setup/initial-content/en-gb/articles/articles.welcome.xml
similarity index 99%
rename from textpattern/setup/articles/articles.welcome.xml
rename to textpattern/setup/initial-content/en-gb/articles/articles.welcome.xml
index 2f204c2d61..f620a24d85 100644
--- a/textpattern/setup/articles/articles.welcome.xml
+++ b/textpattern/setup/initial-content/en-gb/articles/articles.welcome.xml
@@ -38,5 +38,4 @@ This is a Textpattern article excerpt. Article excerpts are optional but can be
-
diff --git a/textpattern/setup/data/core.prefs b/textpattern/setup/initial-content/en-gb/data/core.prefs
similarity index 100%
rename from textpattern/setup/data/core.prefs
rename to textpattern/setup/initial-content/en-gb/data/core.prefs
diff --git a/textpattern/setup/data/txp_category.xml b/textpattern/setup/initial-content/en-gb/data/txp_category.xml
similarity index 84%
rename from textpattern/setup/data/txp_category.xml
rename to textpattern/setup/initial-content/en-gb/data/txp_category.xml
index 31d8b4f7cf..2df24dc8d2 100644
--- a/textpattern/setup/data/txp_category.xml
+++ b/textpattern/setup/initial-content/en-gb/data/txp_category.xml
@@ -6,28 +6,28 @@
article
root
Everything is going to be alright
-
+
-
hope-for-the-future
article
root
Hope for the future
-
+
-
meaningful-labor
article
root
Meaningful labor
-
+
-
textpattern
link
root
Textpattern
-
+
diff --git a/textpattern/setup/data/txp_link.xml b/textpattern/setup/initial-content/en-gb/data/txp_link.xml
similarity index 79%
rename from textpattern/setup/data/txp_link.xml
rename to textpattern/setup/initial-content/en-gb/data/txp_link.xml
index 0e035af0c7..ca6e58c077 100644
--- a/textpattern/setup/data/txp_link.xml
+++ b/textpattern/setup/initial-content/en-gb/data/txp_link.xml
@@ -7,8 +7,8 @@
https://textpattern.com/
Textpattern website
10
-
-
+
+
-
NOW()
@@ -16,8 +16,8 @@
https://docs.textpattern.io/
Textpattern user documentation
20
-
-
+
+
-
NOW()
@@ -25,8 +25,8 @@
https://textpattern.com/github
Textpattern on GitHub
30
-
-
+
+
-
NOW()
@@ -34,8 +34,8 @@
https://textpattern.com/@textpattern
Textpattern on Twitter
40
-
-
+
+
diff --git a/textpattern/setup/data/txp_section.xml b/textpattern/setup/initial-content/en-gb/data/txp_section.xml
similarity index 90%
rename from textpattern/setup/data/txp_section.xml
rename to textpattern/setup/initial-content/en-gb/data/txp_section.xml
index 60f3cfb843..c37d02b4e3 100644
--- a/textpattern/setup/data/txp_section.xml
+++ b/textpattern/setup/initial-content/en-gb/data/txp_section.xml
@@ -5,7 +5,7 @@
articles
archive
default
-
+
1
1
1
diff --git a/textpattern/setup/initial-content/en-us/articles/articles.welcome.xml b/textpattern/setup/initial-content/en-us/articles/articles.welcome.xml
new file mode 100644
index 0000000000..f620a24d85
--- /dev/null
+++ b/textpattern/setup/initial-content/en-us/articles/articles.welcome.xml
@@ -0,0 +1,41 @@
+
+
+
+
+ Welcome to your site
+
+ hope-for-the-future
+ meaningful-labor
+ @) to build the markup.
+** Some Textpattern tags use "forms":adminurl/index.php?event=form, which are building blocks for reusable snippets of code and markup you may build and use at your discretion.
+
+"Textpattern tags":https://docs.textpattern.io/tags/, their attributes and values are explained and sampled within the "Textpattern User Documentation":https://docs.textpattern.io/, where you will also find valuable tips and tutorials.
+
+There's also a crowd of friendly, helpful people over at the "Textpattern support forum":https://forum.textpattern.io/. Come and pay a visit!
+
+We welcome additional language translations (and corrections to current translations). Please visit "Textpattern language translations":https://textpattern.com/languages for further details.
+]]>
+ @ tag.
+]]>
+
+ Donald Swain
+ donald-swain@example.com
+ https://docs.textpattern.io/brand/donald-swain
+ I enjoy your site very much.
]]>
+
+
+
+
diff --git a/textpattern/setup/initial-content/en-us/data/core.prefs b/textpattern/setup/initial-content/en-us/data/core.prefs
new file mode 100644
index 0000000000..0fce2b23a9
--- /dev/null
+++ b/textpattern/setup/initial-content/en-us/data/core.prefs
@@ -0,0 +1,23 @@
+{
+ "default_section": {
+ "val": "articles",
+ "type": "2",
+ "event": "section",
+ "html": "text_input",
+ "position": "0"
+ },
+ "custom_1_set": {
+ "val": "custom1",
+ "type": "0",
+ "event": "custom",
+ "html": "custom_set",
+ "position": "1"
+ },
+ "custom_2_set": {
+ "val": "custom2",
+ "type": "0",
+ "event": "custom",
+ "html": "custom_set",
+ "position": "2"
+ }
+}
diff --git a/textpattern/setup/initial-content/en-us/data/txp_category.xml b/textpattern/setup/initial-content/en-us/data/txp_category.xml
new file mode 100644
index 0000000000..2df24dc8d2
--- /dev/null
+++ b/textpattern/setup/initial-content/en-us/data/txp_category.xml
@@ -0,0 +1,33 @@
+
+
+
+ -
+ everything-is-going-to-be-alright
+ article
+ root
+ Everything is going to be alright
+
+
+ -
+ hope-for-the-future
+ article
+ root
+ Hope for the future
+
+
+ -
+ meaningful-labor
+ article
+ root
+ Meaningful labor
+
+
+ -
+ textpattern
+ link
+ root
+ Textpattern
+
+
+
+
diff --git a/textpattern/setup/initial-content/en-us/data/txp_link.xml b/textpattern/setup/initial-content/en-us/data/txp_link.xml
new file mode 100644
index 0000000000..ca6e58c077
--- /dev/null
+++ b/textpattern/setup/initial-content/en-us/data/txp_link.xml
@@ -0,0 +1,41 @@
+
+
+
+ -
+ NOW()
+ textpattern
+ https://textpattern.com/
+ Textpattern website
+ 10
+
+
+
+ -
+ NOW()
+ textpattern
+ https://docs.textpattern.io/
+ Textpattern user documentation
+ 20
+
+
+
+ -
+ NOW()
+ textpattern
+ https://textpattern.com/github
+ Textpattern on GitHub
+ 30
+
+
+
+ -
+ NOW()
+ textpattern
+ https://textpattern.com/@textpattern
+ Textpattern on Twitter
+ 40
+
+
+
+
+
diff --git a/textpattern/setup/initial-content/en-us/data/txp_section.xml b/textpattern/setup/initial-content/en-us/data/txp_section.xml
new file mode 100644
index 0000000000..c37d02b4e3
--- /dev/null
+++ b/textpattern/setup/initial-content/en-us/data/txp_section.xml
@@ -0,0 +1,15 @@
+
+
+
+ -
+ articles
+ archive
+ default
+
+ 1
+ 1
+ 1
+ Articles
+
+
+
diff --git a/textpattern/setup/initial-content/en/articles/articles.welcome.xml b/textpattern/setup/initial-content/en/articles/articles.welcome.xml
new file mode 100644
index 0000000000..f620a24d85
--- /dev/null
+++ b/textpattern/setup/initial-content/en/articles/articles.welcome.xml
@@ -0,0 +1,41 @@
+
+
+
+
+ Welcome to your site
+
+ hope-for-the-future
+ meaningful-labor
+ @) to build the markup.
+** Some Textpattern tags use "forms":adminurl/index.php?event=form, which are building blocks for reusable snippets of code and markup you may build and use at your discretion.
+
+"Textpattern tags":https://docs.textpattern.io/tags/, their attributes and values are explained and sampled within the "Textpattern User Documentation":https://docs.textpattern.io/, where you will also find valuable tips and tutorials.
+
+There's also a crowd of friendly, helpful people over at the "Textpattern support forum":https://forum.textpattern.io/. Come and pay a visit!
+
+We welcome additional language translations (and corrections to current translations). Please visit "Textpattern language translations":https://textpattern.com/languages for further details.
+]]>
+ @ tag.
+]]>
+
+ Donald Swain
+ donald-swain@example.com
+ https://docs.textpattern.io/brand/donald-swain
+ I enjoy your site very much.]]>
+
+
+
+
diff --git a/textpattern/setup/initial-content/en/data/core.prefs b/textpattern/setup/initial-content/en/data/core.prefs
new file mode 100644
index 0000000000..0fce2b23a9
--- /dev/null
+++ b/textpattern/setup/initial-content/en/data/core.prefs
@@ -0,0 +1,23 @@
+{
+ "default_section": {
+ "val": "articles",
+ "type": "2",
+ "event": "section",
+ "html": "text_input",
+ "position": "0"
+ },
+ "custom_1_set": {
+ "val": "custom1",
+ "type": "0",
+ "event": "custom",
+ "html": "custom_set",
+ "position": "1"
+ },
+ "custom_2_set": {
+ "val": "custom2",
+ "type": "0",
+ "event": "custom",
+ "html": "custom_set",
+ "position": "2"
+ }
+}
diff --git a/textpattern/setup/initial-content/en/data/txp_category.xml b/textpattern/setup/initial-content/en/data/txp_category.xml
new file mode 100644
index 0000000000..2df24dc8d2
--- /dev/null
+++ b/textpattern/setup/initial-content/en/data/txp_category.xml
@@ -0,0 +1,33 @@
+
+
+
+ -
+ everything-is-going-to-be-alright
+ article
+ root
+ Everything is going to be alright
+
+
+ -
+ hope-for-the-future
+ article
+ root
+ Hope for the future
+
+
+ -
+ meaningful-labor
+ article
+ root
+ Meaningful labor
+
+
+ -
+ textpattern
+ link
+ root
+ Textpattern
+
+
+
+
diff --git a/textpattern/setup/initial-content/en/data/txp_link.xml b/textpattern/setup/initial-content/en/data/txp_link.xml
new file mode 100644
index 0000000000..ca6e58c077
--- /dev/null
+++ b/textpattern/setup/initial-content/en/data/txp_link.xml
@@ -0,0 +1,41 @@
+
+
+
+ -
+ NOW()
+ textpattern
+ https://textpattern.com/
+ Textpattern website
+ 10
+
+
+
+ -
+ NOW()
+ textpattern
+ https://docs.textpattern.io/
+ Textpattern user documentation
+ 20
+
+
+
+ -
+ NOW()
+ textpattern
+ https://textpattern.com/github
+ Textpattern on GitHub
+ 30
+
+
+
+ -
+ NOW()
+ textpattern
+ https://textpattern.com/@textpattern
+ Textpattern on Twitter
+ 40
+
+
+
+
+
diff --git a/textpattern/setup/initial-content/en/data/txp_section.xml b/textpattern/setup/initial-content/en/data/txp_section.xml
new file mode 100644
index 0000000000..c37d02b4e3
--- /dev/null
+++ b/textpattern/setup/initial-content/en/data/txp_section.xml
@@ -0,0 +1,15 @@
+
+
+
+ -
+ articles
+ archive
+ default
+
+ 1
+ 1
+ 1
+ Articles
+
+
+
diff --git a/textpattern/setup/initial-content/fi/articles/articles.welcome.xml b/textpattern/setup/initial-content/fi/articles/articles.welcome.xml
new file mode 100644
index 0000000000..2cc63d54de
--- /dev/null
+++ b/textpattern/setup/initial-content/fi/articles/articles.welcome.xml
@@ -0,0 +1,41 @@
+
+
+
+
+ Tervetuloa sivustollesi
+
+ hope-for-the-future
+ meaningful-labor
+ @) rakentaakseen "lopputuotteen".
+** Jotkut Textpatternin tageista käyttävät "lomakkeita":adminurl/index.php?event=form. Ne ovat rakennuspalikoita, jotka sisältävät tekemääsi koodia ja merkkausta, ja joita voi käyttää uudelleen ja haluamissasi yhteyksissä.
+
+"Textpatternin tagit":https://docs.textpattern.io/tags/, niiden attribuutit ja arvot selitetään, ja niistä näytetään esimerkkejä, "Textpatternin käsikirjassa":https://docs.textpattern.io/. Löydät sieltä myös arvokkaita niksejä ja ohjeita.
+
+Lisäksi ryhmä ystävällisiä, avuliaita ihmisiä on "Textpatternin tukifoorumilla":https://forum.textpattern.io/. Tule vierailulle!
+
+Toivotamme tervetulleeksi uudet kielikäännökset (ja korjaukset nykyisiin käännöksiin). Ole hyvä ja vieraile "Textpatternin käännössivulla":https://textpattern.com/languages saadaksesi lisätietoja.
+]]>
+ @ -tagia.
+]]>
+
+ Donald Swain
+ donald-swain@example.com
+ https://docs.textpattern.io/brand/donald-swain
+ Pidän kovasti sivustostasi.]]>
+
+
+
+
diff --git a/textpattern/setup/initial-content/fi/data/core.prefs b/textpattern/setup/initial-content/fi/data/core.prefs
new file mode 100644
index 0000000000..0fce2b23a9
--- /dev/null
+++ b/textpattern/setup/initial-content/fi/data/core.prefs
@@ -0,0 +1,23 @@
+{
+ "default_section": {
+ "val": "articles",
+ "type": "2",
+ "event": "section",
+ "html": "text_input",
+ "position": "0"
+ },
+ "custom_1_set": {
+ "val": "custom1",
+ "type": "0",
+ "event": "custom",
+ "html": "custom_set",
+ "position": "1"
+ },
+ "custom_2_set": {
+ "val": "custom2",
+ "type": "0",
+ "event": "custom",
+ "html": "custom_set",
+ "position": "2"
+ }
+}
diff --git a/textpattern/setup/initial-content/fi/data/txp_category.xml b/textpattern/setup/initial-content/fi/data/txp_category.xml
new file mode 100644
index 0000000000..1715ff3cc4
--- /dev/null
+++ b/textpattern/setup/initial-content/fi/data/txp_category.xml
@@ -0,0 +1,33 @@
+
+
+
+ -
+ everything-is-going-to-be-alright
+ article
+ root
+ Kaikki tulee olemaan hyvin
+
+
+ -
+ hope-for-the-future
+ article
+ root
+ Toivoa tulevaan
+
+
+ -
+ meaningful-labor
+ article
+ root
+ Merkityksellistä työtä
+
+
+ -
+ textpattern
+ link
+ root
+ Textpattern
+
+
+
+
diff --git a/textpattern/setup/initial-content/fi/data/txp_link.xml b/textpattern/setup/initial-content/fi/data/txp_link.xml
new file mode 100644
index 0000000000..7f47149d76
--- /dev/null
+++ b/textpattern/setup/initial-content/fi/data/txp_link.xml
@@ -0,0 +1,41 @@
+
+
+
+ -
+ NOW()
+ textpattern
+ https://textpattern.com/
+ Textpatternin sivusto
+ 10
+
+
+
+ -
+ NOW()
+ textpattern
+ https://docs.textpattern.io/
+ Textpatternin käyttöohjeet
+ 20
+
+
+
+ -
+ NOW()
+ textpattern
+ https://textpattern.com/github
+ Textpattern GitHubissa
+ 30
+
+
+
+ -
+ NOW()
+ textpattern
+ https://textpattern.com/@textpattern
+ Textpattern Twitterissä
+ 40
+
+
+
+
+
diff --git a/textpattern/setup/initial-content/fi/data/txp_section.xml b/textpattern/setup/initial-content/fi/data/txp_section.xml
new file mode 100644
index 0000000000..d2203c802d
--- /dev/null
+++ b/textpattern/setup/initial-content/fi/data/txp_section.xml
@@ -0,0 +1,15 @@
+
+
+
+ -
+ articles
+ archive
+ default
+
+ 1
+ 1
+ 1
+ Artikkelit
+
+
+
diff --git a/textpattern/setup/initial-content/sv/articles/articles.welcome.xml b/textpattern/setup/initial-content/sv/articles/articles.welcome.xml
new file mode 100644
index 0000000000..a7764d73b0
--- /dev/null
+++ b/textpattern/setup/initial-content/sv/articles/articles.welcome.xml
@@ -0,0 +1,41 @@
+
+
+
+
+ Välkommen till din webbplats
+
+ hope-for-the-future
+ meaningful-labor
+ @) att bygga upp markeringen.
+** Några Textpattern-taggar använder "formen":adminurl/index.php?event=form, vilka är byggstenar för återanvändbara utdrag av kod och markeringar du kan bygga och använda efter eget gottfinnande.
+
+"Textpattern taggar":https://docs.textpattern.io/tags/, deras attribut och värden förklaras och ges exempel på i "Textpattern användardokumentation":https://docs.textpattern.io/, där du också hittar värdefulla tips och handledningar.
+
+Det finns också en massa vänliga och hjälpsamma människor på "Textpattern supportforum":https://forum.textpattern.io/. Du är välkommen in!
+
+Vi välkomnar ytterligare språköversättningar (och korrigeringar till befintliga översättningar). Besök "Textpattern språköversättningar":https://textpattern.com/languages för mer information.
+]]>
+ @.
+]]>
+
+ Donald Swain
+ donald-swain@example.com
+ https://docs.textpattern.io/brand/donald-swain
+ Jag gillar din webbplats väldigt mycket.]]>
+
+
+
+
diff --git a/textpattern/setup/initial-content/sv/data/core.prefs b/textpattern/setup/initial-content/sv/data/core.prefs
new file mode 100644
index 0000000000..0fce2b23a9
--- /dev/null
+++ b/textpattern/setup/initial-content/sv/data/core.prefs
@@ -0,0 +1,23 @@
+{
+ "default_section": {
+ "val": "articles",
+ "type": "2",
+ "event": "section",
+ "html": "text_input",
+ "position": "0"
+ },
+ "custom_1_set": {
+ "val": "custom1",
+ "type": "0",
+ "event": "custom",
+ "html": "custom_set",
+ "position": "1"
+ },
+ "custom_2_set": {
+ "val": "custom2",
+ "type": "0",
+ "event": "custom",
+ "html": "custom_set",
+ "position": "2"
+ }
+}
diff --git a/textpattern/setup/initial-content/sv/data/txp_category.xml b/textpattern/setup/initial-content/sv/data/txp_category.xml
new file mode 100644
index 0000000000..e480e6aa2e
--- /dev/null
+++ b/textpattern/setup/initial-content/sv/data/txp_category.xml
@@ -0,0 +1,33 @@
+
+
+
+ -
+ everything-is-going-to-be-alright
+ article
+ root
+ Allt kommer att bli bra
+
+
+ -
+ hope-for-the-future
+ article
+ root
+ Framtidshopp
+
+
+ -
+ meaningful-labor
+ article
+ root
+ Meningsfullt arbete
+
+
+ -
+ textpattern
+ link
+ root
+ Textpattern
+
+
+
+
diff --git a/textpattern/setup/initial-content/sv/data/txp_link.xml b/textpattern/setup/initial-content/sv/data/txp_link.xml
new file mode 100644
index 0000000000..e5321a310a
--- /dev/null
+++ b/textpattern/setup/initial-content/sv/data/txp_link.xml
@@ -0,0 +1,41 @@
+
+
+
+ -
+ NOW()
+ textpattern
+ https://textpattern.com/
+ Textpattern webbplats
+ 10
+
+
+
+ -
+ NOW()
+ textpattern
+ https://docs.textpattern.io/
+ Textpattern användarmanual
+ 20
+
+
+
+ -
+ NOW()
+ textpattern
+ https://textpattern.com/github
+ Textpattern på GitHub
+ 30
+
+
+
+ -
+ NOW()
+ textpattern
+ https://textpattern.com/@textpattern
+ Textpattern på Twitter
+ 40
+
+
+
+
+
diff --git a/textpattern/setup/initial-content/sv/data/txp_section.xml b/textpattern/setup/initial-content/sv/data/txp_section.xml
new file mode 100644
index 0000000000..d8d620cdd6
--- /dev/null
+++ b/textpattern/setup/initial-content/sv/data/txp_section.xml
@@ -0,0 +1,15 @@
+
+
+
+ -
+ articles
+ archive
+ default
+
+ 1
+ 1
+ 1
+ Artiklar
+
+
+
diff --git a/textpattern/vendors/Textpattern/DB/Data/txp_category.xml b/textpattern/vendors/Textpattern/DB/Data/txp_category.xml
index d616846cde..241ed42183 100644
--- a/textpattern/vendors/Textpattern/DB/Data/txp_category.xml
+++ b/textpattern/vendors/Textpattern/DB/Data/txp_category.xml
@@ -6,28 +6,28 @@
article
root
-
+
-
root
link
root
-
+
-
root
image
root
-
+
-
root
file
root
-
+
diff --git a/textpattern/vendors/Textpattern/DB/Data/txp_section.xml b/textpattern/vendors/Textpattern/DB/Data/txp_section.xml
index b54355692b..ab5a2d9195 100644
--- a/textpattern/vendors/Textpattern/DB/Data/txp_section.xml
+++ b/textpattern/vendors/Textpattern/DB/Data/txp_section.xml
@@ -5,7 +5,7 @@
default
default
default
-
+
1
1
1
From 0144e46791782d271d6a13cff7d81e639755d4e1 Mon Sep 17 00:00:00 2001
From: Phil Wareham
Date: Thu, 2 Aug 2018 15:12:20 +0100
Subject: [PATCH 02/29] Match how Crowdin outputs XML files
---
.../en-gb/articles/articles.welcome.xml | 10 +++-------
.../en-us/articles/articles.welcome.xml | 10 +++-------
.../initial-content/en/articles/articles.welcome.xml | 10 +++-------
.../initial-content/fi/articles/articles.welcome.xml | 10 +++-------
.../initial-content/sv/articles/articles.welcome.xml | 10 +++-------
5 files changed, 15 insertions(+), 35 deletions(-)
diff --git a/textpattern/setup/initial-content/en-gb/articles/articles.welcome.xml b/textpattern/setup/initial-content/en-gb/articles/articles.welcome.xml
index f620a24d85..b0c5149c80 100644
--- a/textpattern/setup/initial-content/en-gb/articles/articles.welcome.xml
+++ b/textpattern/setup/initial-content/en-gb/articles/articles.welcome.xml
@@ -6,8 +6,7 @@
hope-for-the-future
meaningful-labor
-
- @ tag.
-]]>
+We welcome additional language translations (and corrections to current translations). Please visit "Textpattern language translations":https://textpattern.com/languages for further details.]]>@) to build the output code.
-** Some Textpattern tags use "forms":adminurl/index.php?event=form, which are building blocks for reusable code and markup.
+** Sections use a "page":adminurl/index.php?event=page template and a "style":adminurl/index.php?event=css to define how site content appears in a browser.
+** Page templates typically use HTML(HyperText Markup Language) and "Textpattern tags":https://docs.textpattern.com/tags/ (like this: @@) to build the output code.
+** Some Textpattern tags use "forms":adminurl/index.php?event=form, reusable building blocks that provide extensive control and customization over your site construction.
** Pages, styles and forms can be packaged into "themes":adminurl/index.php?event=skin and assigned to one or more sections.
-Textpattern tags, their attributes and values are explained within the "Textpattern User Documentation":https://docs.textpattern.io/, where you will also find valuable examples, advice and tutorials.
+Textpattern tags, their attributes and values are explained within the "Textpattern User Documentation":https://docs.textpattern.com/, where you will also find valuable examples, advice and tutorials.
-There's also a group of friendly, helpful Textpattern users and administrators at the "Textpattern support forum":https://forum.textpattern.io/.
+There's also a group of friendly, helpful Textpattern users and administrators at the "Textpattern support forum":https://forum.textpattern.com/.
Additional language translations and corrections are welcomed. Please visit "Textpattern language translations":https://textpattern.com/languages for further details.
-This is an example article included with Textpattern CMS to demonstrate some of the first steps you can undertake. It can be safely deleted.]]>