forked from 3wordchant/capsul-flask
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends 'base.html' %}
 | |
| 
 | |
| {% block title %}FAQ{% endblock %}
 | |
| 
 | |
| {% block content %}
 | |
|   <div class="row full-margin"><h1>Frequently Asked Questions</h1></div>
 | |
| {% endblock %}
 | |
| 
 | |
| {% block subcontent %}
 | |
| <p>
 | |
|  <ul>
 | |
|    <li>
 | |
|      What is this?
 | |
|      <p>
 | |
|       This is a <strong>technical demo</strong> of <a
 | |
|        href="https://giit.cyberia.club/~forest/capsul-flask">Capsul</a>, for the
 | |
|       as-yet-untitled <a href="https://coops.tech">Cotech</a> server hosting
 | |
|       initiative, which you can <a
 | |
|       href="https://community.coops.tech/t/call-for-input-v2-co-op-vps-survey/2802/9">read
 | |
|      about on the Cotech forum</a>.
 | |
|      </p>
 | |
|    </li>
 | |
|    <li>
 | |
|      What do you mean, "technical demo"?
 | |
|      <p>No backups</p>
 | |
|      <p>No service level agreement</p>
 | |
|      <p>"Best effort" support</p>
 | |
|    </li>
 | |
|    <li>
 | |
|      Where can I get this, but, more reliable?
 | |
|      <p>Cyberia, the authors of this platform, run the canonical instance, <a
 | |
|       href="https://capsul.org">Capsul.org</a>, on hardware they own. Please
 | |
|      send them your money! (cash, crypto, or card accepted).</p>
 | |
|    </li>
 | |
|    <li>
 | |
|      How do I use this system?
 | |
|      <p>Please see <a href="https://capsul.org/faq">the official Capsul FAQ
 | |
|        page</a>.</p>
 | |
|    </li>
 | |
|  </ul>
 | |
| </p>
 | |
| 
 | |
| {% endblock %}
 | |
| 
 | |
| {% block pagesource %}/templates/faq.html{% endblock %}
 | |
| 
 |