Skip to content

Commit c31eb50

Browse files
committed
Start code migration
1 parent 653847b commit c31eb50

File tree

168 files changed

+695
-695
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+695
-695
lines changed

404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ <h1>
1212
<span class="http-status-description">Not Found</span>
1313
</h1>
1414
<p>This page may have moved or is no longer available.</p>
15-
<p>Please <a href="https://docs.textpattern.io/">return to the documentation index</a>.</p>
15+
<p>Please <a href="https://docs.textpattern.com/">return to the documentation index</a>.</p>

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Textpattern CMS user documentation
22

3-
See the [built website](https://docs.textpattern.io). This is the new user documentation, and it's a work in progress.
3+
See the [built website](https://docs.textpattern.com). This is the new user documentation, and it's a work in progress.
44

55
On this page are guidelines for doc authors:
66

@@ -47,13 +47,13 @@ file-download-description.md
4747
Make doc pages **scannable** with a **consistent structure** across them, as much as possible. These guidelines can help:
4848

4949
1. Start page with an `h1` (`#` in Markdown) header that serves as the document's title.
50-
2. Where it's reasonable to do so, follow the title with a brief introductory paragraph that sums up the page or it's purpose ([intro paragraph example](https://docs.textpattern.io/administration/)).
51-
3. If you have more than three `h2` (`##` in Markdown) sections on the page (or three that are kind of long), follow the `h1` title (or intro paragraph, see previous example) with an in-page ToC ([ToC example without intro paragraph](https://docs.textpattern.io/administration/security)). Do this by:
50+
2. Where it's reasonable to do so, follow the title with a brief introductory paragraph that sums up the page or it's purpose ([intro paragraph example](https://docs.textpattern.com/administration/)).
51+
3. If you have more than three `h2` (`##` in Markdown) sections on the page (or three that are kind of long), follow the `h1` title (or intro paragraph, see previous example) with an in-page ToC ([ToC example without intro paragraph](https://docs.textpattern.com/administration/security)). Do this by:
5252
* adding "On this page:" in normal text, followed by
5353
* an unordered list of links to the `h2` headers only (e.g. `[Header label](#xxx)`), and
5454
* use `#xxx` as the anchors, where `xxx` is the heading text in lowercase with hyphens (i.e. for linking to `## Example heading` the anchor would be `(#example-heading)`).
5555
4. Avoid using `h4`-`h6` header levels, if possible, especially `h5`-`h6`. Deep structuring means the copy is too complex for new-user docs. Try and structure content with `h2`-`h3` only (and `h4` if really necessary).
56-
5. Use [kramdown footnotes](http://kramdown.gettalong.org/syntax.html#footnotes) in a given section for any 'tips' or side details not needing said in the primary paragraph. Use a subsequent number for each new footnote on the page, even if they're not in the same section. ([Footnote examples](https://docs.textpattern.io/administration/security))
56+
5. Use [kramdown footnotes](http://kramdown.gettalong.org/syntax.html#footnotes) in a given section for any 'tips' or side details not needing said in the primary paragraph. Use a subsequent number for each new footnote on the page, even if they're not in the same section. ([Footnote examples](https://docs.textpattern.com/administration/security))
5757

5858
## Concise copywriting tips
5959

@@ -84,7 +84,7 @@ Important rules for consistency, which also has implications for plugin authors.
8484
* When referring to system feedback dialogue (green, yellow, red), format the text exactly as it appears in the UI messages.<sup>2</sup>
8585
* When referring to file names, make them italic and include the extension. e.g. *.htaccess* and *index.php* (do not make them appear as code, unless they are part of a code snippet).
8686

87-
**Note 1:** Plugin authors must follow same editorial rules in their [plugin help files](https://docs.textpattern.io/development/plugin-template-help).</small></p>
87+
**Note 1:** Plugin authors must follow same editorial rules in their [plugin help files](https://docs.textpattern.com/development/plugin-template-help).</small></p>
8888

8989
**Note 2:** There should be three CSS class selectors to use in the Jekyll site that makes this easy, one for each feedback color type, even providing the background colour.</small>
9090

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
url: https://docs.textpattern.io
1+
url: https://docs.textpattern.com
22
timezone: Europe/London
33
permalink: /:categories/:title
44
plugins:

_includes/header.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ <h1 class="masthead" itemprop="name"><a rel="home" itemprop="url" href="https://
1111
<meta itemprop="logo" content="https://textpattern.com/assets/img/branding/textpattern/textpattern.png">
1212
{% if page.layout != "default" and page.layout != "search" %}
1313
<div itemscope itemtype="https://schema.org/WebSite">
14-
<meta itemprop="url" content="https://docs.textpattern.io/">
15-
<form class="search-form" role="search" action="https://docs.textpattern.io/search" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction" data-search-form>
16-
<meta itemprop="target" content="https://docs.textpattern.io/search/?q={q}">
14+
<meta itemprop="url" content="https://docs.textpattern.com/">
15+
<form class="search-form" role="search" action="https://docs.textpattern.com/search" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction" data-search-form>
16+
<meta itemprop="target" content="https://docs.textpattern.com/search/?q={q}">
1717
<label class="accessibility" for="q">Search</label>
1818
<input id="q" name="q" type="search" size="32" placeholder="Search documentation…" itemprop="query-input" data-search-input>
1919
</form>
@@ -25,7 +25,7 @@ <h1 class="masthead" itemprop="name"><a rel="home" itemprop="url" href="https://
2525
<nav id="site-navigation" aria-label="Site navigation" itemscope itemtype="https://schema.org/SiteNavigationElement">
2626
<ul>
2727
<li><a itemprop="url" href="https://textpattern.com/start">Get started</a></li>
28-
<li class="active"><a itemprop="url" href="https://docs.textpattern.io/">Documentation</a></li>
28+
<li class="active"><a itemprop="url" href="https://docs.textpattern.com/">Documentation</a></li>
2929
<li><a itemprop="url" href="https://textpattern.com/themes">Themes</a></li>
3030
<li><a itemprop="url" href="http://textpattern.org/">Plugins</a></li>
3131
<li><a itemprop="url" href="https://forum.textpattern.io/">Forum</a></li>

_layouts/collection.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<meta name="twitter:site" content="@textpattern">
1010
<meta name="twitter:title" content="{{ page.title }}">
1111
<meta name="twitter:description" content="{{ page.description }}">
12-
<meta name="twitter:image:src" content="https://docs.textpattern.io/apple-touch-icon-180x180.png">
13-
<meta name="twitter:url" content="https://docs.textpattern.io{{ page.url }}">
12+
<meta name="twitter:image:src" content="https://docs.textpattern.com/apple-touch-icon-180x180.png">
13+
<meta name="twitter:url" content="https://docs.textpattern.com{{ page.url }}">
1414
<meta property="og:image" content="https://textpattern.com/assets/img/branding/textpattern/textpattern-og.png">
1515
{% seo title=false %}
1616
</head>
@@ -23,7 +23,7 @@
2323
<nav aria-label="Breadcrumb navigation">
2424
<ol class="breadcrumbs" itemscope itemtype="https://schema.org/BreadcrumbList">
2525
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
26-
<a itemprop="item" href="https://docs.textpattern.io/"><span itemprop="name">Documentation</span></a>
26+
<a itemprop="item" href="https://docs.textpattern.com/"><span itemprop="name">Documentation</span></a>
2727
<meta itemprop="position" content="1">
2828
</li>
2929
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">

_layouts/default.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<meta name="twitter:site" content="@textpattern">
1010
<meta name="twitter:title" content="Textpattern CMS user documentation">
1111
<meta name="twitter:description" content="Complete documentation on how to install and use the Textpattern Content Management System.">
12-
<meta name="twitter:image:src" content="https://docs.textpattern.io/apple-touch-icon-180x180.png">
13-
<meta name="twitter:url" content="https://docs.textpattern.io/">
12+
<meta name="twitter:image:src" content="https://docs.textpattern.com/apple-touch-icon-180x180.png">
13+
<meta name="twitter:url" content="https://docs.textpattern.com/">
1414
<meta property="og:image" content="https://textpattern.com/assets/img/branding/textpattern/textpattern-og.png">
1515
{% seo title=false %}
1616
</head>
@@ -21,9 +21,9 @@
2121

2222
<div class="wrapper-inner zebra">
2323
<div class="container" itemscope itemtype="https://schema.org/WebSite">
24-
<meta itemprop="url" content="https://docs.textpattern.io/">
25-
<form class="search-hero" role="search" method="get" action="https://docs.textpattern.io/search" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction" data-search-form>
26-
<meta itemprop="target" content="https://docs.textpattern.io/search/?q={q}">
24+
<meta itemprop="url" content="https://docs.textpattern.com/">
25+
<form class="search-hero" role="search" method="get" action="https://docs.textpattern.com/search" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction" data-search-form>
26+
<meta itemprop="target" content="https://docs.textpattern.com/search/?q={q}">
2727
<input id="q" name="q" type="search" size="28" placeholder="Search documentation…" itemprop="query-input" data-search-input>
2828
<input class="button-primary" type="submit" value="Search">
2929
</form>

_layouts/document.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<meta name="twitter:site" content="@textpattern">
1010
<meta name="twitter:title" content="{{ page.title }}">
1111
<meta name="twitter:description" content="{{ page.description }}">
12-
<meta name="twitter:image:src" content="https://docs.textpattern.io/apple-touch-icon-180x180.png">
13-
<meta name="twitter:url" content="https://docs.textpattern.io{{ page.url }}">
12+
<meta name="twitter:image:src" content="https://docs.textpattern.com/apple-touch-icon-180x180.png">
13+
<meta name="twitter:url" content="https://docs.textpattern.com{{ page.url }}">
1414
<meta property="og:image" content="https://textpattern.com/assets/img/branding/textpattern/textpattern-og.png">
1515
{% seo title=false %}
1616
</head>
@@ -23,7 +23,7 @@
2323
<nav aria-label="Breadcrumb navigation">
2424
<ol class="breadcrumbs" itemscope itemtype="https://schema.org/BreadcrumbList">
2525
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
26-
<a itemprop="item" href="https://docs.textpattern.io/"><span itemprop="name">Documentation</span></a>
26+
<a itemprop="item" href="https://docs.textpattern.com/"><span itemprop="name">Documentation</span></a>
2727
<meta itemprop="position" content="1">
2828
</li>
2929
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">

_layouts/landing.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<meta name="twitter:site" content="@textpattern">
1010
<meta name="twitter:title" content="{{ page.title }}">
1111
<meta name="twitter:description" content="{{ page.description }}">
12-
<meta name="twitter:image:src" content="https://docs.textpattern.io/apple-touch-icon-180x180.png">
13-
<meta name="twitter:url" content="https://docs.textpattern.io{{ page.url }}">
12+
<meta name="twitter:image:src" content="https://docs.textpattern.com/apple-touch-icon-180x180.png">
13+
<meta name="twitter:url" content="https://docs.textpattern.com{{ page.url }}">
1414
<meta property="og:image" content="https://textpattern.com/assets/img/branding/textpattern/textpattern-og.png">
1515
{% seo title=false %}
1616
</head>
@@ -23,7 +23,7 @@
2323
<nav aria-label="Breadcrumb navigation">
2424
<ol class="breadcrumbs" itemscope itemtype="https://schema.org/BreadcrumbList">
2525
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
26-
<a itemprop="item" href="https://docs.textpattern.io/"><span itemprop="name">Documentation</span></a>
26+
<a itemprop="item" href="https://docs.textpattern.com/"><span itemprop="name">Documentation</span></a>
2727
<meta itemprop="position" content="1">
2828
</li>
2929
<li class="current" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">

administration/admin-fast-track.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ description: This is a fast-track orientation to help you build your first publi
1111
This will integrate the FAQ: ive-installed-textpattern-now-what
1212

1313
This is a fast-track orientation to help you build your first publishing architecture in Textpattern. It assumes you've [installed, configured,
14-
and diagnosed a new instance of Textpattern](https://docs.textpattern.io/installation/installing-textpattern)
15-
on your web server and looked over the [administration](https://docs.textpattern.io/administration/)
14+
and diagnosed a new instance of Textpattern](https://docs.textpattern.com/installation/installing-textpattern)
15+
on your web server and looked over the [administration](https://docs.textpattern.com/administration/)
1616
docs. If you've done that but nothing more, you're now in a good place.
1717
This orientation will map out the administration process and associated
1818
locations in the administration side for building a single-author blog
@@ -53,7 +53,7 @@ below this line still needs editing
5353
### System security and troubleshooting {#system-security-and-troubleshooting .sectionedit2#system_security_and_troubleshooting}
5454

5555
The next step is to go the
56-
[Diagnostics panel](https://docs.textpattern.io/administration/diagnostics-panel) where you'll see a few items in red that need clearing up
56+
[Diagnostics panel](https://docs.textpattern.com/administration/diagnostics-panel) where you'll see a few items in red that need clearing up
5757
following a new install. New install errors are standard procedure to
5858
let you know to delete the setup folder (if you haven't already), and to
5959
create write permissions on the *tmp* and *files* folders in the [file
@@ -65,10 +65,10 @@ each case.
6565

6666
Since user accounts are rather important for being able to do anything
6767
at all, it makes sense to go have a look at the
68-
[Users panel](https://docs.textpattern.io/administration/users-panel) next.
68+
[Users panel](https://docs.textpattern.com/administration/users-panel) next.
6969
Here is where you change your password and email address. And if other
7070
users will have access to the admin-side, this is where you'll create
71-
and edit their account details too, including [User roles and privileges](https://docs.textpattern.io/administration/user-roles-and-privileges).
71+
and edit their account details too, including [User roles and privileges](https://docs.textpattern.com/administration/user-roles-and-privileges).
7272

7373
**Recommended reading:**
7474

@@ -88,11 +88,11 @@ and edit their account details too, including [User roles and privileges](https:
8888

8989
### Site identity and default configurations {#site-identity-and-default-configurations .sectionedit4#site_identity_and_default_configurations}
9090

91-
With your installation secure, and your password in place, you should set a few defaults that will influence the website's identity and base-line publishing behaviour. You do this in the [Preferences panel](https://docs.textpattern.io/administration/preferences-panel) and [Languages panel](https://docs.textpattern.io/administration/languages-panel), the latter you've already been to.
91+
With your installation secure, and your password in place, you should set a few defaults that will influence the website's identity and base-line publishing behaviour. You do this in the [Preferences panel](https://docs.textpattern.com/administration/preferences-panel) and [Languages panel](https://docs.textpattern.com/administration/languages-panel), the latter you've already been to.
9292

9393
**Recommended reading:**
9494

95-
* [Preferences panel](https://docs.textpattern.io/administration/preferences-panel)
95+
* [Preferences panel](https://docs.textpattern.com/administration/preferences-panel)
9696

9797
### Establishing site structure and design {#establishing-site-structure-and-design .sectionedit5#establishing_site_structure_and_design}
9898

@@ -126,4 +126,4 @@ smd_bio/smd_user_manager in relation of user accounts)
126126

127127
### Similar reading
128128

129-
* [Textpattern installation quickstart](https://docs.textpattern.io/installation/installing-textpattern)
129+
* [Textpattern installation quickstart](https://docs.textpattern.com/installation/installing-textpattern)

administration/articles-panel.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ On this panel you can do two things:
2525

2626
## Create a new article
2727

28-
This button will take you directly to the [Write panel](https://docs.textpattern.io/administration/write-panel).
28+
This button will take you directly to the [Write panel](https://docs.textpattern.com/administration/write-panel).
2929

3030
## Search function
3131

@@ -62,4 +62,4 @@ For performing changes now you go to the drop-down list 'With selected…' and c
6262

6363
At the very bottom of the list you will find a pagination and links for next and previous pages if there are more pages. You can also change the number of articles listed per page by selecting another value from the number range.
6464

65-
[Next: Images panel](https://docs.textpattern.io/administration/images-panel)
65+
[Next: Images panel](https://docs.textpattern.com/administration/images-panel)

administration/categories-panel.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ Select a category name from the list of existing categories and you get to a new
4343

4444
**Category description:** can be harnessed, for example, as meta data when you display an article category listing page.
4545

46-
These fields exist for all four kinds of content (articles, images, files and links). However, the tags mentioned above (`<txp:category1 />`, `<txp:category2 />` and `<txp:category_list />`) are only for article categories. For images, files and links there are other tags or tag attributes. See the [Tag reference index](https://docs.textpattern.io/tags) for further details on tag usage.
46+
These fields exist for all four kinds of content (articles, images, files and links). However, the tags mentioned above (`<txp:category1 />`, `<txp:category2 />` and `<txp:category_list />`) are only for article categories. For images, files and links there are other tags or tag attributes. See the [Tag reference index](https://docs.textpattern.com/tags) for further details on tag usage.
4747

4848
Once you have finished editng your category details, press 'Save' to store the changes and return to the main Categories panel.
4949

5050
## Delete one or more categories
5151

5252
You can select one or more categories within a context list using the checkbox next to it, and with the widget at the bottom of each context list you can then 'Delete' the category/categories or 'Change parent'.
5353

54-
[Next: Comments panel](https://docs.textpattern.io/administration/comments-panel)
54+
[Next: Comments panel](https://docs.textpattern.com/administration/comments-panel)

0 commit comments

Comments
 (0)