Dotclear

source: locales/en/help/media.html @ 1195:41ac22df9335

Revision 1195:41ac22df9335, 3.4 KB checked in by amalgame <philippe@…>, 12 years ago (diff)

Added first help for multiple file uploader

Line 
1<html>
2<head>
3  <title>Media manager</title>
4</head>
5
6<body>
7
8<h3>Media list</h3>
9<p>The media manager's main page displays a list of available files (medias)
10for the currently selected blog.</p>
11
12<p>You can click the icons or names of the medias in the folder or any
13subfolder to display them.</p>
14
15<p>Selecting a MP3 sound file displays a player to immediately play
16the file. The Flash plugin must be installed on your browser for
17this player to operate.</p>
18
19<p>The images are displayed with a thumbnail when possible.</p>
20
21<h3>Add files</h3>
22<dl>
23  <dt>Choose a file</dt>
24  <dd>Here you can select one of your local files to send it on your
25  blog. Should the file be bigger than the maximum size, it will not be sent.</dd>
26 
27  <dt>Title</dt>
28  <dd>Optional title for the file you want to send.</dd>
29 
30  <dt>Private</dt>
31  <dd>Check this if you want the file to be private, i.e. accessible only by
32  its owner and not accessible from the blog.</dd>
33</dl>
34
35<dl>
36  <dt>Enhanced uploader</dt>
37  <dd>Allows to select one or several of your local files to send them on your
38  blog. Should any file be bigger than the maximum size, it will not be sent.</dd>
39</dl>
40
41<h3>New folder</h3>
42<p>This form allows you to create an new subfolder in the currently displayed
43folder. Just choose a name for it as you would do on your own computer.</p>
44
45<h3>Media details</h3>
46<p>This page displays a set of informations about the currently selected
47file and allows you to perform a few operations.</p>
48
49<dl>
50  <dt>File name</dt>
51  <dd>Change the file name of the current file.</dd>
52 
53  <dt>File title</dt>
54  <dd>Give a title to the file, or change the current one.</dd>
55 
56  <dt>File date</dt>
57  <dd>Change the file date.</dd>
58 
59  <dt>Private</dt>
60  <dd>Specify that the file will be hidden to anyone but its owner in the media manager.</dd>
61 
62  <dt>New directory</dt>
63  <dd>Allows you to move the file in another folder.</dd>
64 
65  <dt>Change file</dt>
66  <dd>With this form, you can replace the file while keeping all the attributes
67  (name, title...). As always, you have to respect the maximum file size.</dd>
68</dl>
69
70<h3>A specific treatment for images</h3>
71<p>When you add an image, depending of its size, up to four versions will be made available:</p>
72<ul>
73  <li><strong>square</strong>: a 48x48 pixels square thumbnail,</li>
74  <li><strong>thumbnail</strong>: the image reduced to 100 pixels on its longest side.</li>
75  <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li>
76  <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li>
77  <li><strong>original</strong>: the original, unchanged image.</li>
78</ul>
79<p>Default size for the versions thumbnail, small and medium can be modified in your blog's parameters.</p>
80
81<h3>Add a file to an entry</h3>
82<p>You can easily attach a file to one of your posts. First, create a new post
83and save it. Then click on "Add files to this entry" to open the media manager.</p>
84
85<p>Just click on the [+] icon (Attach this file to entry). The file will then
86be attached to the post.</p>
87
88<p>The attached files will be shown on the post page, as a list beside the post content.
89The MP3 files will be made available through the Flash player, so that they can easily by read by visitors.</p>
90
91<h3>Podcast and broadcasting of music files</h3>
92<p>All attached files will be included in your RSS feeds, allowing for easy
93podcasting of any type of file.</p>
94
95</body>
96</html>
Note: See TracBrowser for help on using the repository browser.

Sites map