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) |
---|
10 | for the currently selected blog.</p> |
---|
11 | |
---|
12 | <p>You can click the icons or names of the medias in the folder or any |
---|
13 | subfolder to display them.</p> |
---|
14 | |
---|
15 | <p>Selecting a MP3 sound file displays a player to immediately play |
---|
16 | the file. The Flash plugin must be installed on your browser for |
---|
17 | this 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 | <h3>New folder</h3> |
---|
36 | <p>This form allows you to create an new subfolder in the currently displayed |
---|
37 | folder. Just choose a name for it as you would do on your own computer.</p> |
---|
38 | |
---|
39 | <h3>Media details</h3> |
---|
40 | <p>This page displays a set of informations about the currently selected |
---|
41 | file and allows you to perform a few operations.</p> |
---|
42 | |
---|
43 | <dl> |
---|
44 | <dt>File name</dt> |
---|
45 | <dd>Change the file name of the current file.</dd> |
---|
46 | |
---|
47 | <dt>File title</dt> |
---|
48 | <dd>Give a title to the file, or change the current one.</dd> |
---|
49 | |
---|
50 | <dt>File date</dt> |
---|
51 | <dd>Change the file date.</dd> |
---|
52 | |
---|
53 | <dt>Private</dt> |
---|
54 | <dd>Specify that the file will be hidden to anyone but its owner in the media manager.</dd> |
---|
55 | |
---|
56 | <dt>New directory</dt> |
---|
57 | <dd>Allows you to move the file in another folder.</dd> |
---|
58 | |
---|
59 | <dt>Change file</dt> |
---|
60 | <dd>With this form, you can replace the file while keeping all the attributes |
---|
61 | (name, title...). As always, you have to respect the maximum file size.</dd> |
---|
62 | </dl> |
---|
63 | |
---|
64 | <h3>A specific treatment for images</h3> |
---|
65 | <p>When you add an image, depending of its size, up to four versions will be made available:</p> |
---|
66 | <ul> |
---|
67 | <li><strong>square</strong>: a 48x48 pixels square thumbnail,</li> |
---|
68 | <li><strong>thumbnail</strong>: the image reduced to 100 pixels on its longest side.</li> |
---|
69 | <li><strong>small</strong>: the longuest side is reduced to 240 pixels.</li> |
---|
70 | <li><strong>medium</strong>: the longuest side is reduced to 500 pixels.</li> |
---|
71 | <li><strong>original</strong>: the original, unchanged image.</li> |
---|
72 | </ul> |
---|
73 | |
---|
74 | <h3>Add a file to an entry</h3> |
---|
75 | <p>You can easily attach a file to one of your posts. First, create a new post |
---|
76 | and save it. Then click on "Add files to this entry" to open the media manager.</p> |
---|
77 | |
---|
78 | <p>Just click on the [+] icon (Attach this file to entry). The file will then |
---|
79 | be attached to the post.</p> |
---|
80 | |
---|
81 | <p>The attached files will be shown on the post page, as a list beside the post content. |
---|
82 | The MP3 files will be made available through the Flash player, so that they can easily by read by visitors.</p> |
---|
83 | |
---|
84 | <h3>Podcast and broadcasting of music files</h3> |
---|
85 | <p>All attached files will be included in your RSS feeds, allowing for easy |
---|
86 | podcasting of any type of file.</p> |
---|
87 | |
---|
88 | </body> |
---|
89 | </html> |
---|