diff --git a/docs/source/conf.py b/docs/source/conf.py index 2ab0c34d0..aec078faf 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -72,7 +72,7 @@ # for source files. # Deprecated since version 1.0 of sphinx .. use exclude_patterns instead # exclude_trees = ['buildout', 'build'] -exclude_patterns = ['build'] +exclude_patterns = ['build'] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None @@ -173,7 +173,9 @@ # Additional templates that should be rendered to pages, maps page names to # template names. -html_additional_pages = {'index': 'index.html'} +html_additional_pages = { + 'index': 'index.html', + 'irchat': 'irchat.html'} # If false, no module index is generated. #html_use_modindex = True diff --git a/docs/templates/irchat-en.html b/docs/templates/irchat-en.html new file mode 100644 index 000000000..e553ee392 --- /dev/null +++ b/docs/templates/irchat-en.html @@ -0,0 +1,71 @@ +{% extends "inasafe-base.html" %} +{% set title = 'Live Chat' %} + +{% block hero %} + +{% endblock %} +{% block body %} +
+ Ganti ke Bahasa Indonesia! +
+
+

Help using InaSAFE IRC-Chat

+
+
+
+ {# We put the admonition inside the span because adding border #} + {# to the span will mess up the layout #} +
+
Login:
+
+
    +
  • Enter a Nickname in the Nickname Field. +
  • +
  • Read the CAPTCHA and enter it in the Field below. +
  • +
  • Click on Connect. +
  • +
  • The Chat-window will open. +
  • +
  • If you cannot read the CAPTCHA click the Reload + button. Another CAPTCHA will appear which you + might be able to read. +
  • +
+
+
+
+
+
+
Rules:
+
+
    +
  • Ask your question without asking to ask. +
  • +
  • Be patient. There is not always someone around at + the very same second answering your question. +
  • +
  • Wait for some time. Your message is readable for + other users that are inside the chat. It might + take a bit to answer you question too. +
  • +
+
+
+
+
+
+
Logout:
+ Just click on a menu item to go to another page or close + the browser window. No need to logout. +
+
+
+ +
+ Disclaimer: Neither AIFDR and AusAID, nor the World Bank-GFDRR take + any responsibility for the correctness of outputs from InaSAFE or + decisions derived as a consequence. +
+{% endblock %} diff --git a/docs/templates/irchat-id.html b/docs/templates/irchat-id.html new file mode 100644 index 000000000..e553ee392 --- /dev/null +++ b/docs/templates/irchat-id.html @@ -0,0 +1,71 @@ +{% extends "inasafe-base.html" %} +{% set title = 'Live Chat' %} + +{% block hero %} + +{% endblock %} +{% block body %} +
+ Ganti ke Bahasa Indonesia! +
+
+

Help using InaSAFE IRC-Chat

+
+
+
+ {# We put the admonition inside the span because adding border #} + {# to the span will mess up the layout #} +
+
Login:
+
+
    +
  • Enter a Nickname in the Nickname Field. +
  • +
  • Read the CAPTCHA and enter it in the Field below. +
  • +
  • Click on Connect. +
  • +
  • The Chat-window will open. +
  • +
  • If you cannot read the CAPTCHA click the Reload + button. Another CAPTCHA will appear which you + might be able to read. +
  • +
+
+
+
+
+
+
Rules:
+
+
    +
  • Ask your question without asking to ask. +
  • +
  • Be patient. There is not always someone around at + the very same second answering your question. +
  • +
  • Wait for some time. Your message is readable for + other users that are inside the chat. It might + take a bit to answer you question too. +
  • +
+
+
+
+
+
+
Logout:
+ Just click on a menu item to go to another page or close + the browser window. No need to logout. +
+
+
+ +
+ Disclaimer: Neither AIFDR and AusAID, nor the World Bank-GFDRR take + any responsibility for the correctness of outputs from InaSAFE or + decisions derived as a consequence. +
+{% endblock %} diff --git a/docs/themes/inasafe-theme/inasafe-base.html b/docs/themes/inasafe-theme/inasafe-base.html index 5669a6c2a..7591db3f3 100644 --- a/docs/themes/inasafe-theme/inasafe-base.html +++ b/docs/themes/inasafe-theme/inasafe-base.html @@ -106,6 +106,8 @@
  • Get the code
  • +
  • Chat live! +