scratch – Blame information for rev 137

Subversion Repositories:
Rev:
Rev Author Line No. Line
137 office 1 <h2>About</h2>
2 <p><strong>scratch copy</strong> is a platform for small-sized asset sharing developed by <a href="http://grimore.org">Wizardry and Steamworks</a> and published under the <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons CC 1.0 Universal (CC0 1.0)</a> license. The sharing platform covers images, text snippets, movie clips and any sort of media that can be conveniently shared by generating short, public and obfuscated URLs that are easily accessible.</p>
3 </div>
4  
5 <div class="row">
6 <h2>Source</h2>
7 Scratch is managed by Wizardy and Steamworks and can be cloned from the official Subersion repository:
8 <br/>
9 <ul>
10 <li><code>
11 svn co http://svn.grimore.org/scratch
12 </code>
13 </ul>
14 <h2>Configuration</h2>
15 <div class="panel panel-default">
16 <!-- Default panel contents -->
17 <div class="panel-heading">Current Configuration Settings</div>
18 <div class="panel-body">
19 <!-- Table -->
20 <table class="table table-striped table-hover table-condensed table-responsive">
21 <thead>
22 <tr>
23 <th>
24 Description
25 </th>
26 <th>
27 Limit
28 </th>
29 </tr>
30 </thead>
31 <tbody>
32 <tr>
33 <td>
34 File extensions accepted for upload.
35 </td>
36 <td>
37 <span ng-repeat="extension in extensions" id="box">{{extension}} </span>
38 </td>
39 </tr>
40 <tr>
41 <td>
42 Allowed file size upload limit.
43 </td>
44 <td>
45 <p>{{uploadlimit}}MiB</p>
46 </td>
47 </tr>
48 </tbody>
49 </table>
50 </div>
51 </div>