Skip to content

Commit

Permalink
Change all project link occurrences to product
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed May 10, 2024
1 parent 6bba3f1 commit 40446b3
Show file tree
Hide file tree
Showing 1,888 changed files with 120 additions and 119 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ to see if it is suitable for publication on our site.
./fetch_feeds.py --flickr=yes
```

Flickr parsing creates new files and md pages with param `draft: true`. It can be changed to `false` after manual verification. The script will not overwrite the changes. Pictures with `draft: false` will appear on /product/overview/maps/ and /product/overview/screenshots/.
Flickr parsing creates new files and md pages with param `draft: true`. It can be changed to `false` after manual verification. The script will not overwrite the changes. Pictures with `draft: false` will appear on /project/overview/maps/ and /project/overview/screenshots/.

This script is run nightly as a github action (see .github/workflows/update-feeds.yml).

Expand Down Expand Up @@ -288,8 +288,8 @@ Bulk redirects can be done like
```
map $url $new_url {
...
^/[A-Za-z-]+/site/about/case_studies/(.*).html /product/case-studies/$1/;
^/[A-Za-z-]+/site/forusers/visualchangelog(.*)/index.html /product/visual-changelogs/visualchangelog$1/;
^/[A-Za-z-]+/site/about/case_studies/(.*).html /project/case-studies/$1/;
^/[A-Za-z-]+/site/forusers/visualchangelog(.*)/index.html /project/visual-changelogs/visualchangelog$1/;
^/[A-Za-z-]+/site/forusers/usergroups.html /community/organisation/groups/;
...
}
Expand Down
22 changes: 11 additions & 11 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,47 +121,47 @@ sectionPagesMenu = 'main'
# See https://gohugo.io/content-management/menus/
[menu]
[[menu.main]]
name = "Product"
url = "/product/overview"
name = "Project"
url = "/project/overview"
weight = 10
#pre = "<i class='fa-solid fa-clipboard-question mr-1'></i>"

[[menu.main]]
parent = "Product"
parent = "Project"
name = "Overview"
url = "/product/overview/"
url = "/project/overview/"
weight = 10



[[menu.main]]
parent = "Product"
parent = "Project"
name = "Case studies"
url = "/product/case-studies/"
url = "/project/case-studies/"
weight = 20

[[menu.main]]
parent = "Overview"
name = "Maps"
url = "/product/overview/maps/"
url = "/project/overview/maps/"
weight = 30

[[menu.main]]
parent = "Overview"
name = "Screenshots"
url = "/product/overview/screenshots/"
url = "/project/overview/screenshots/"
weight = 30

[[menu.main]]
parent = "Product"
parent = "Project"
name = "Plugins"
url = "https://plugins.qgis.org"
weight = 30

[[menu.main]]
parent = "Product"
parent = "Project"
name = "Visual Changelogs"
url = "/product/visual-changelogs"
url = "/project/visual-changelogs"
weight = 40


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
10 changes: 5 additions & 5 deletions content/product/overview.md → content/project/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ title: "QGIS overview"
subtitle: "Giving the power of spatial visualization and decision making tools to everyone"
draft: false
HasBanner: true
heroImage: "img/product.jpg"
heroImage: "img/project.jpg"
sidebar: true
ButtonText: "Download"
ButtonLink: "download/"
SupportedOS: "Available on Windows, Mac, Linux"
LabelText: "Free and open source"
og_image: "img/product.jpg"
og_image: "img/project.jpg"
---
{{< content-start >}}
## Key features
Expand Down Expand Up @@ -195,7 +195,7 @@ The QGIS experience does not stop on the desktop. Various third-party touch opti

We gather inspiring stories from actual users that showcase the versatility and power of the QGIS solution

[Find out more]({{< ref "product/case-studies.md" >}})
[Find out more]({{< ref "project/case-studies.md" >}})
{{< rich-content-end >}}
{{< rich-right-start >}}
{{< usecase >}}
Expand All @@ -210,7 +210,7 @@ We gather inspiring stories from actual users that showcase the versatility and
## Maps showcase
QGIS users demonstrate their creativity, showcasing the app's powerful map creation capabilities.

[Go to maps showcase]({{< ref "product/overview/maps.md" >}})
[Go to maps showcase]({{< ref "project/overview/maps.md" >}})

{{< column-end >}}

Expand All @@ -225,7 +225,7 @@ QGIS users demonstrate their creativity, showcasing the app's powerful map creat
## Application screenshots
Below are some screenshots from QGIS itself and a selection of Maps which are created with QGIS.

[Go to screenshots]({{< ref "product/overview/screenshots.md" >}})
[Go to screenshots]({{< ref "project/overview/screenshots.md" >}})
{{< column-end >}}

{{< column-start class="is-flex-direction-column is-two-thirds">}}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 40446b3

Please sign in to comment.