distribusi-verse: medium-tech web app content management system for the web
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<div id="launch" class="workflow">
|
|
|
|
<h2>Step 4: Distribusi</h2>
|
|
|
|
<p class="tooltip">Run distribusi on your files. This will generate your website and make
|
|
|
|
your content public. <span class="tooltiptext">Distribusi will unpack your zip file and turn it into a website!
|
|
|
|
</span></p>
|
|
|
|
<form method="POST" enctype="multipart/form-data" action="{{ url_for('distribusi') }}">
|
|
|
|
{{ distribusiform.csrf_token }}
|
|
|
|
{% if files_uploaded or distribusi_live %}
|
|
|
|
<fieldset class="button required">
|
|
|
|
{{ distribusiform.submit }}
|
|
|
|
</fieldset>
|
|
|
|
{% else %}
|
|
|
|
<p class="tooltip">
|
|
|
|
You need to upload your files first before you can run distribusi
|
|
|
|
on your files.
|
|
|
|
<span class="tooltiptext">Go back to step 1 and upload a zipfile with
|
|
|
|
your files</span>
|
|
|
|
</p>
|
|
|
|
<a href="#upload">Go to Step 1</a>
|
|
|
|
{% endif %}
|
|
|
|
</form>
|
|
|
|
</div>
|