mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
show entire list of allowed file extensions
This commit is contained in:
parent
00f79c8019
commit
9f7bbe16e7
1 changed files with 9 additions and 1 deletions
|
@ -6,6 +6,9 @@
|
|||
|
||||
<div class="content single-Col misc-page">
|
||||
<h2>Currently Allowed File Types</h2>
|
||||
|
||||
<p>Neocities is best with files that are used for making static HTML web sites, such as:</p>
|
||||
|
||||
<p>
|
||||
<ul style="font-size: 16pt; margin-bottom: 20px">
|
||||
<li>HTML (.html, .htm)</li>
|
||||
|
@ -16,10 +19,15 @@
|
|||
<li>Text (.txt, .text, .csv, .tsv)</li>
|
||||
<li>XML (.xml)</li>
|
||||
<li>Web Fonts (.eot, .ttf, .woff, .woff2, .svg)</li>
|
||||
<li>MIDI Files (.mid, .midi)</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
<p>This is not a complete list of the file types we support, but it is still recommended that you focus on files used for making web sites. The full list of supported file extensions is:</p>
|
||||
|
||||
<p>
|
||||
<strong><%= Site::VALID_EXTENSIONS.sort.join("\n") %></strong>
|
||||
</p>
|
||||
|
||||
<p>In addition, we have measures in place to prevent <a href="/site_files/hotlinking">hotlinking</a> of content from non-Neocities sites.
|
||||
|
||||
<h2>Why are there restricted file types?</h2>
|
||||
|
|
Loading…
Add table
Reference in a new issue