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