Publish project to TextGrid-Testinstance
{% set tg_session_id = project.main_config.get_tg_session_id('test')%}
Session ID
{% if tg_session_id %}
Select from existing projects
{% for tg_project in project.get_tgp('test').get_tg_projects() %}
{{ tg_project.name }} {{ tg_project.contents }} Elements | ID: {{ tg_project.id }}
Delete
{% endfor %}
Create new project
Publish project
{% if project.main_config.get_tg_project_id('test') %} {% endif %}
{% if project.main_config.get_tg_project_id('test') %}
What's next?
  1. Go to Testinstance
  2. Display 'Unpublished projects' My TextGrid/Unpublished Data
  3. Check if everything looks as favored
{% else %}
Attention

You need to select a TextGrid project to publish!

{% endif %}
{% else %}
Attention Required

You need to provide a "TgAuth Session ID" to publish your project:

  1. Visit the authentication page
  2. Click on "More Details" and copy the "TgAuth Session ID"
  3. Paste the ID into the input field above and save
{% endif %}