2021-02-18 14:34:08 +01:00
|
|
|
# grafica-hangar-org
|
|
|
|
|
2021-02-18 14:47:29 +01:00
|
|
|
elementos gráficos aplicables a Hangar mostrados en https://grafica.hangar.org# using the static templates maintenance mode.
|
|
|
|
|
|
|
|
## instructions as 2020 04 20 by jorge
|
|
|
|
|
|
|
|
to use the static page for Hangar:
|
|
|
|
|
|
|
|
copy/move the content into the main site directory
|
2021-02-18 14:51:53 +01:00
|
|
|
- css-static-template (directory as is)
|
|
|
|
- index-template.html
|
|
|
|
- index-offline.html
|
2021-02-18 14:47:29 +01:00
|
|
|
|
2021-02-18 14:51:53 +01:00
|
|
|
for **Hangar** case: the page is ready,
|
2021-02-18 14:47:29 +01:00
|
|
|
|
2021-02-18 14:51:53 +01:00
|
|
|
for other edit the `index-template.html` with desidered content
|
2021-02-18 14:47:29 +01:00
|
|
|
|
|
|
|
then:
|
2021-02-18 14:51:53 +01:00
|
|
|
- rename the original `index.html` or `index.php` to `index.html.YYYYMMDD` or `index.php.YYYYMMDD` (ex index.html.20200414)
|
|
|
|
- rename `index-offline.html` to `index.html`
|
2021-02-18 14:47:29 +01:00
|
|
|
|
2021-02-18 14:51:53 +01:00
|
|
|
step back / roll back:
|
|
|
|
- rename index.html to index-offline.html
|
|
|
|
- rename index.html.YYYYMMDD to index.html or index.php.YYYYMMDD to index.php
|
2021-02-18 14:47:29 +01:00
|
|
|
|
|
|
|
|