Fossil SCM
Add a link to the /intermap page for Interwiki Map keywords on the setup menu.
Commit
bb189a15fd30d762bd789ab976580a01de07c46d2bef8caee3ed66136fb1f224
Parent
0f30113b3b20049…
2 files changed
+1
-1
+2
+1
-1
| --- src/interwiki.c | ||
| +++ src/interwiki.c | ||
| @@ -294,11 +294,11 @@ | ||
| 294 | 294 | blob_appendf(out,"<i>None</i></blockquote>\n"); |
| 295 | 295 | } |
| 296 | 296 | } |
| 297 | 297 | |
| 298 | 298 | /* |
| 299 | -** WEBPAGE: /intermap | |
| 299 | +** WEBPAGE: intermap | |
| 300 | 300 | ** |
| 301 | 301 | ** View and modify the interwiki tag map or "intermap". |
| 302 | 302 | ** This page is visible to administrators only. |
| 303 | 303 | */ |
| 304 | 304 | void interwiki_page(void){ |
| 305 | 305 |
| --- src/interwiki.c | |
| +++ src/interwiki.c | |
| @@ -294,11 +294,11 @@ | |
| 294 | blob_appendf(out,"<i>None</i></blockquote>\n"); |
| 295 | } |
| 296 | } |
| 297 | |
| 298 | /* |
| 299 | ** WEBPAGE: /intermap |
| 300 | ** |
| 301 | ** View and modify the interwiki tag map or "intermap". |
| 302 | ** This page is visible to administrators only. |
| 303 | */ |
| 304 | void interwiki_page(void){ |
| 305 |
| --- src/interwiki.c | |
| +++ src/interwiki.c | |
| @@ -294,11 +294,11 @@ | |
| 294 | blob_appendf(out,"<i>None</i></blockquote>\n"); |
| 295 | } |
| 296 | } |
| 297 | |
| 298 | /* |
| 299 | ** WEBPAGE: intermap |
| 300 | ** |
| 301 | ** View and modify the interwiki tag map or "intermap". |
| 302 | ** This page is visible to administrators only. |
| 303 | */ |
| 304 | void interwiki_page(void){ |
| 305 |
+2
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -126,10 +126,12 @@ | ||
| 126 | 126 | " on the same server"); |
| 127 | 127 | setup_menu_entry("Tickets", "tktsetup", |
| 128 | 128 | "Configure the trouble-ticketing system for this repository"); |
| 129 | 129 | setup_menu_entry("Wiki", "setup_wiki", |
| 130 | 130 | "Configure the wiki for this repository"); |
| 131 | + setup_menu_entry("Interwiki Map", "intermap", | |
| 132 | + "Mapping keywords for interwiki links"); | |
| 131 | 133 | setup_menu_entry("Chat", "setup_chat", |
| 132 | 134 | "Configure the chatroom"); |
| 133 | 135 | } |
| 134 | 136 | setup_menu_entry("Search","srchsetup", |
| 135 | 137 | "Configure the built-in search engine"); |
| 136 | 138 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -126,10 +126,12 @@ | |
| 126 | " on the same server"); |
| 127 | setup_menu_entry("Tickets", "tktsetup", |
| 128 | "Configure the trouble-ticketing system for this repository"); |
| 129 | setup_menu_entry("Wiki", "setup_wiki", |
| 130 | "Configure the wiki for this repository"); |
| 131 | setup_menu_entry("Chat", "setup_chat", |
| 132 | "Configure the chatroom"); |
| 133 | } |
| 134 | setup_menu_entry("Search","srchsetup", |
| 135 | "Configure the built-in search engine"); |
| 136 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -126,10 +126,12 @@ | |
| 126 | " on the same server"); |
| 127 | setup_menu_entry("Tickets", "tktsetup", |
| 128 | "Configure the trouble-ticketing system for this repository"); |
| 129 | setup_menu_entry("Wiki", "setup_wiki", |
| 130 | "Configure the wiki for this repository"); |
| 131 | setup_menu_entry("Interwiki Map", "intermap", |
| 132 | "Mapping keywords for interwiki links"); |
| 133 | setup_menu_entry("Chat", "setup_chat", |
| 134 | "Configure the chatroom"); |
| 135 | } |
| 136 | setup_menu_entry("Search","srchsetup", |
| 137 | "Configure the built-in search engine"); |
| 138 |