[redirects-web/proxy] Land an entry for the HIG + a rewrite for JHBuild
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [redirects-web/proxy] Land an entry for the HIG + a rewrite for JHBuild
- Date: Fri, 30 Jul 2021 12:19:21 +0000 (UTC)
commit 53bbeb041033bf245a3b0a996e84819d22520706
Author: Andrea Veri <averi redhat com>
Date: Fri Jul 30 14:19:02 2021 +0200
Land an entry for the HIG + a rewrite for JHBuild
conf.d/developer.gnome.org.conf | 64 ++++++++++++++++++++++++-----------------
1 file changed, 37 insertions(+), 27 deletions(-)
---
diff --git a/conf.d/developer.gnome.org.conf b/conf.d/developer.gnome.org.conf
index 5d58e95..d2e8deb 100644
--- a/conf.d/developer.gnome.org.conf
+++ b/conf.d/developer.gnome.org.conf
@@ -9,7 +9,7 @@ server {
proxy_redirect //teams.pages.gitlab.gnome.org/documentation/developer-www/
https://developer.gnome.org/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www/;
- }
+ }
location /platform-overview/unstable/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -17,7 +17,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/introduction.html
https://developer.gnome.org/platform-overview/unstable/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /guides/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -25,7 +25,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/guidelines.html
https://developer.gnome.org/guides/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /AlternateMenubarLayout/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -33,7 +33,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/AlternateMenubarLayout/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /AppFolders/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -41,7 +41,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/AppFolders/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /ChooseApplicationID/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -49,7 +49,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/application-id.html
https://developer.gnome.org/ChooseApplicationID/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /Buttons/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -57,7 +57,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/Buttons/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /CustomStyle/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -65,7 +65,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/CustomStyle/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /Deprecations/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -73,7 +73,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/deprecations.html
https://developer.gnome.org/Deprecations/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /DragAndDrop/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -81,7 +81,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/DragAndDrop/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /Dialogs/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -89,7 +89,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/Dialogs/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /ExtractShell/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -97,7 +97,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/ExtractShell/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /GAction/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -105,7 +105,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/actions.html
https://developer.gnome.org/GAction/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /GNotification/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -113,7 +113,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/notifications.html
https://developer.gnome.org/GNotification/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /Gestures/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -121,7 +121,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/Gestures/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /CommandLine/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -129,7 +129,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/CommandLine/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /ClutterGstGirPython/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -137,7 +137,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/ClutterGstGirPython/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /Labels/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -145,7 +145,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/Labels/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /ApplicationMenu/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -153,7 +153,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/ApplicationMenu/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /SaveWindowState/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -161,7 +161,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/save-state.html
https://developer.gnome.org/SaveWindowState/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /SearchProvider/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -169,7 +169,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/search-provider.html
https://developer.gnome.org/SearchProvider/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /DBusApplicationLaunching/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -177,7 +177,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/DBusApplicationLaunching/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /SubclassGObject/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -185,7 +185,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/SubclassGObject/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /ThemedIcons/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -193,7 +193,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/themed-icons.html
https://developer.gnome.org/ThemedIcons/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /GMenu/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -201,7 +201,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/menus.html
https://developer.gnome.org/GMenu/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /GSettings/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -209,7 +209,7 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials.html
https://developer.gnome.org/GSettings/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
location /GtkApplication/ {
proxy_set_header Host teams.pages.gitlab.gnome.org;
@@ -217,5 +217,15 @@ server {
proxy_redirect
//teams.pages.gitlab.gnome.org/documentation/developer-www/documentation/tutorials/application.html
https://developer.gnome.org/GtkApplication/;
proxy_pass https://teams.pages.gitlab.gnome.org/documentation/developer-www;
- }
+ }
+
+ location /hig/stable/ {
+ proxy_set_header Host teams.pages.gitlab.gnome.org;
+ proxy_set_header X-Forwarded-Host "";
+
+ proxy_redirect //teams.pages.gitlab.gnome.org/Design/hig-www/
https://developer.gnome.org/hig/stable/;
+ proxy_pass https://teams.pages.gitlab.gnome.org/Design/hig-www/;
+ }
+
+ rewrite https://developer.gnome.org/Jhbuild/ https://wiki.gnome.org/Projects/Jhbuild/Introduction last;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]