Project

General

Profile

How to use the wiki » History » Version 1

Redmine Admin, 08/12/2016 01:37 PM

1 1 Redmine Admin
h1. How to use the Wiki
2 1 Redmine Admin
3 1 Redmine Admin
h2. New Wiki pages
4 1 Redmine Admin
5 1 Redmine Admin
You are allowed to create pages about all W2W related topics. To do so, do the following:
6 1 Redmine Admin
# find a page where a link to your new page should appear. If there is no such page, ask to "Administrator":mailto:robert.redl@lmu.de to create a new link in the sidebar. 
7 1 Redmine Admin
# click on "edit" on this page and insert the link: <pre>[[my_new_page]]</pre>
8 1 Redmine Admin
# find out how the formatting works: "Redmine Documentaion":http://www.redmine.org/projects/redmine/wiki/RedmineTextFormattingTextile
9 1 Redmine Admin
# some features like embedding videos are not part of the standard Redmine distribution. Find out more below!
10 1 Redmine Admin
11 1 Redmine Admin
h2. Features implemented for W2W
12 1 Redmine Admin
13 1 Redmine Admin
# Display a text instead of the file name in a link to an attachment: <pre>{{attachment(filename, Text of the link)}}</pre>
14 1 Redmine Admin
# Include a video file. So far mp4 and webm files are supported: <pre>{{video(filename.mp4)}}</pre> or <pre>{{video(filename.mp4,filename.webm,width=WIDTH,height=HEIGHT)}}</pre> WIDTH and HEIGHT are integer values in pixels or auto to preserve the aspect ratio. The video file itself has to be an external link (Safari is not able to display attached videos: Issue #1). You can place up to 50GB of video files in your LRZ sync and share account: https://syncandshare.lrz.de. To convert the video into an format playable by most web browsers use the video4web script located in our code repository (https://gitlab.physik.uni-muenchen.de/w2w/video4web): <pre>git clone git@gitlab.physik.uni-muenchen.de:w2w/video4web.git</pre>
15 1 Redmine Admin
# Mark a page as not yet ready: <pre>{{construction}}</pre> The result looks like this: {{construction}}