diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/customising/states.md (renamed from docs/running/states.md) | 4 | ||||
-rw-r--r-- | docs/customising/states_informatazyrtare.md (renamed from docs/running/states_informatazyrtare.md) | 14 | ||||
-rw-r--r-- | docs/customising/themes.md | 2 | ||||
-rw-r--r-- | docs/glossary.md | 6 | ||||
-rw-r--r-- | docs/running/index.md | 1 |
5 files changed, 13 insertions, 14 deletions
diff --git a/docs/running/states.md b/docs/customising/states.md index 40e8a1a5b..7b89ef45d 100644 --- a/docs/running/states.md +++ b/docs/customising/states.md @@ -15,7 +15,7 @@ The request states are defined in the Alaveteli code, and we recommend you use them (provided they match the <a href="{{ site.baseurl }}docs/glossary/#foi" class="glossary__link">FOI law</a> in your own jurisdiction). But if you do need to customise them, you can — see -<a href="{{ site.baseurl }}docs/customising/themes/">Customising the request states</a> for details. +<a href="{{ site.baseurl }}docs/customising/themes/#customising-the-request-states">Customising the request states</a> for details. ## WhatDoTheyKnow example @@ -24,7 +24,7 @@ may be in any of the states described below. Note that your site doesn't need to use the same states as WhatDoTheyKnow does. For example, Kosovo's instance uses slightly different states: see -[this comparison of their differences]({{ site.baseurl }}docs/running/states_informatazyrtare/). +[this comparison of their differences]({{ site.baseurl }}docs/customising/states_informatazyrtare/). ### States diff --git a/docs/running/states_informatazyrtare.md b/docs/customising/states_informatazyrtare.md index 28711643b..e94f96588 100644 --- a/docs/running/states_informatazyrtare.md +++ b/docs/customising/states_informatazyrtare.md @@ -39,13 +39,13 @@ states]({{ site.baseurl }}docs/customising/themes/) for details on how to do thi ### States used by WDTK but not InformataZyrtare - * <a href="{{ site.baseurl }}docs/running/states/#awaiting_description">awaiting_description</a> - * <a href="{{ site.baseurl }}docs/running/states/#gone_postal">gone_postal</a> - * <a href="{{ site.baseurl }}docs/running/states/#internal_review">internal_review</a> - * <a href="{{ site.baseurl }}docs/running/states/#user_withdrawn">user_withdrawn</a> - * <a href="{{ site.baseurl }}docs/running/states/#waiting_response_very_overdue">waiting_response_very_overdue</a> + * <a href="{{ site.baseurl }}docs/customising/states/#awaiting_description">awaiting_description</a> + * <a href="{{ site.baseurl }}docs/customising/states/#gone_postal">gone_postal</a> + * <a href="{{ site.baseurl }}docs/customising/states/#internal_review">internal_review</a> + * <a href="{{ site.baseurl }}docs/customising/states/#user_withdrawn">user_withdrawn</a> + * <a href="{{ site.baseurl }}docs/customising/states/#waiting_response_very_overdue">waiting_response_very_overdue</a> -For more details, see all the [states used by WhatDoTheyKnow]({{site.baseurl}}docs/running/states/)) for details. +For more details, see all the [states used by WhatDoTheyKnow]({{site.baseurl}}docs/customising/states/) for details. --- @@ -54,7 +54,7 @@ For more details, see all the [states used by WhatDoTheyKnow]({{site.baseurl}}do ### Details of InformataZytare states -The states which aren't represented on [WDTK's states]({{ site.baseurl }}docs/running/states/) are described +The states which aren't represented on [WDTK's states]({{ site.baseurl }}docs/customising/states/) are described in a little more detail here: <ul class="definitions"> diff --git a/docs/customising/themes.md b/docs/customising/themes.md index 154cc0dca..cc0ca3b29 100644 --- a/docs/customising/themes.md +++ b/docs/customising/themes.md @@ -137,7 +137,7 @@ locale you support. ## Customising the request states As mentioned above, if you can possibly live with the -[default Alaveteli request statuses]({{ site.baseurl }}docs/running/states/), +[default Alaveteli request statuses]({{ site.baseurl }}docs/customising/states/), it would be good to do so. Note that you can set how many days counts as "overdue" in the main site config file — see [`REPLY_LATE_AFTER_DAYS`]({{ site.baseurl }}docs/customising/config/#reply_late_after_days). diff --git a/docs/glossary.md b/docs/glossary.md index 989bf4ce6..0029cdc24 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -671,15 +671,15 @@ Definitions <p>More information:</p> <ul> <li> - <a href="{{ site.baseurl }}docs/running/states/">example states for WhatDoTheyKnow</a> + <a href="{{ site.baseurl }}docs/customising/states/">example states for WhatDoTheyKnow</a> (Alaveteli site running in the UK) </li> <li> - for comparison, <a href="{{ site.baseurl }}docs/running/states_informatazyrtare/">example states for InformataZyrtare</a> + for comparison, <a href="{{ site.baseurl }}docs/customising/states_informatazyrtare/">example states for InformataZyrtare</a> (Alaveteli site running in Kosovo) </li> <li> - to customise or add your own states, see <a href="{{ site.baseurl }}docs/customising/themes/">Customising the request states</a> + to customise or add your own states, see <a href="{{ site.baseurl }}docs/customising/themes/#customising-the-request-states">Customising the request states</a> </li> </ul> </div> diff --git a/docs/running/index.md b/docs/running/index.md index d6225ac61..7257417ce 100644 --- a/docs/running/index.md +++ b/docs/running/index.md @@ -23,6 +23,5 @@ the project up to date. [things to consider]({{ site.baseurl }}docs/running/server/) when setting up your production server -* see the [different states a request can be in]({{ site.baseurl }}docs/running/states/) |