mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Require supporter info
This commit is contained in:
parent
be0267956b
commit
96b8453ae8
1 changed files with 33 additions and 24 deletions
|
@ -13,6 +13,12 @@
|
|||
Neocities now supports <strong>WebDAV</strong>, which allows you to mount your Neocities share on your computer. Now you can access and change your files on your own computer's file manager!
|
||||
</p>
|
||||
|
||||
<% if !current_site.supporter? %>
|
||||
<p>
|
||||
This feature requires a supporter account. <a href="/plan">Click here</a> to become a supporter.
|
||||
</p>
|
||||
<% else %>
|
||||
|
||||
<h2>Instructions for Windows 7</h2>
|
||||
|
||||
<p>
|
||||
|
@ -42,6 +48,9 @@
|
|||
|
||||
<h2>Instructions for Linux (command line)</h2>
|
||||
|
||||
<p>For command line, use the <a href="http://johnreid.it/2009/09/26/mount-a-webdav-folder-in-ubuntu-linux/">davfs2</a> package.
|
||||
<p>
|
||||
For command line, use the <a href="http://johnreid.it/2009/09/26/mount-a-webdav-folder-in-ubuntu-linux/">davfs2</a> package.
|
||||
</p>
|
||||
<% end %>
|
||||
</article>
|
||||
</div>
|
Loading…
Add table
Reference in a new issue