미디어위키

지각생 연습장
60번째 줄: 60번째 줄:
 
* http://www.bad-behavior.ioerror.us/category/mediawiki/
 
* http://www.bad-behavior.ioerror.us/category/mediawiki/
  
=== 멀티미디어 ===
+
=== 멀티미디어 ===
* [http://www.mediawiki.org/wiki/Extension:VPIPPlugin VPIPPlugin] : vPIP 를 미디어위키에서 쓸 수 있게 하는 것. 좋다.  
+
 
** 플러그인과 vPIP 다운로드하고,
+
*[http://www.mediawiki.org/wiki/Extension:VPIPPlugin VPIPPlugin] : vPIP 를 미디어위키에서 쓸 수 있게 하는 것. 좋다.  
** 플러그인의 vPIP.php 를 수정해서 PlayButton.gif 와 DownloadButton.gif 의 경로를 수정한다.
+
**플러그인과 vPIP 다운로드하고,  
** vPIP를 위한 코드를 미디어위키 스킨 </head> 바로 앞에 넣고
+
**플러그인의 vPIP.php 를 수정해서 PlayButton.gif 와 DownloadButton.gif 의 경로를 수정한다.  
**:<pre>
+
**vPIP를 위한 코드를 미디어위키 스킨 &lt;/head&gt; 바로 앞에 넣고 <br>
<script src="http://[url where vPIP was uploaded to]/vpip.js" type="text/javascript"></script>
+
**<pre>&lt;script src="http://[url where vPIP was uploaded to]/vpip.js" type="text/javascript"&gt;&lt;/script&gt;
<style type="text/css" media="all">@import "http://[url where vPIP was uploaded to]/vPIPBox.css";</style>
+
&lt;style type="text/css" media="all"&gt;@import "http://[url where vPIP was uploaded to]/vPIPBox.css";&lt;/style&gt;
<script src="http://[url where vPIP was uploaded to]/jquery.js" type="text/javascript"></script>
+
&lt;script src="http://[url where vPIP was uploaded to]/jquery.js" type="text/javascript"&gt;&lt;/script&gt;
<script src="http://[url where vPIP was uploaded to]/vpipit.js" type="text/javascript"></script>
+
&lt;script src="http://[url where vPIP was uploaded to]/vpipit.js" type="text/javascript"&gt;&lt;/script&gt;
</pre>
+
</pre>일반적 방법으로 플러그인(확장기능)을 활성화한다.  
** 일반적 방법으로 플러그인(확장기능)을 활성화한다.  
+
*사용법은 <video>~</video> 태그 안에 url, image, width, caption 등의 인수를 지정해서 쓴다.
** 사용법은 <video>~</video> 태그 안에 url, image, width, caption 등의 인수를 지정해서 쓴다.
+
 
 
<video>
 
<video>
 
caption=test
 
caption=test
78번째 줄: 78번째 줄:
 
url=http://kuchu-camp.net/movie/way_to_camp.wmv
 
url=http://kuchu-camp.net/movie/way_to_camp.wmv
 
</video>  
 
</video>  
* [http://www.mediawiki.org/wiki/Extension:EmbedVideo EmbedVideo] - embedding video clips from popular video sharing services
+
 
** 미문동 위키에서 사용중 (2007/10)
+
*[http://www.mediawiki.org/wiki/Extension:EmbedVideo EmbedVideo] - embedding video clips from popular video sharing services  
** 설치방법은 같음 - extensions/ 아래에 파일 업로드. LocalSettings.php 에서 require_once 로 불러옴
+
**미문동 위키에서 사용중 (2007/10)  
** 사용법  
+
**설치방법은 같음 - extensions/ 아래에 파일 업로드. LocalSettings.php 에서 require_once 로 불러옴  
*** {{#ev:service|id}} -or-
+
**사용법  
*** {{#ev:service|id|width}}
+
***{{#ev:service|id}} -or-  
* http://www.mediawiki.org/wiki/Extension:VideoFlash
+
***{{#ev:service|id|width}}  
* [http://www.mediawiki.org/wiki/Extension:FlashMP3 FlashMP3] embeds a simple Flash-player for playback of mp3-files. It is based on the great Audio Player Wordpress plugin by 1pixelout.
+
*http://www.mediawiki.org/wiki/Extension:VideoFlash  
* [http://www.mediawiki.org/wiki/Extension:EmbeddedVideo#Code Embdedded Video] 확장기능. 알기 쉽게 임베드 시킬 수 있을 것 같긴 한데 아직 뭔가가 잘 안된다. 이미지도 잘 안뜨고. vPIP 를 쓰는 다른 방법 혹은 뭔가 해야할 작업이 있는건가. 어쨌든 이런 류의 확장기능을 더 자세히 살펴봐야겠다. 그리고 제길 이 페이지좀 정리하자 -_-
+
*[http://www.mediawiki.org/wiki/Extension:FlashMP3 FlashMP3] embeds a simple Flash-player for playback of mp3-files. It is based on the great Audio Player Wordpress plugin by 1pixelout.  
* [http://www.mediawiki.org/wiki/Extension:EmbedURL EmbedURL]
+
*[http://www.mediawiki.org/wiki/Extension:EmbeddedVideo#Code Embdedded Video] 확장기능. 알기 쉽게 임베드 시킬 수 있을 것 같긴 한데 아직 뭔가가 잘 안된다. 이미지도 잘 안뜨고. vPIP 를 쓰는 다른 방법 혹은 뭔가 해야할 작업이 있는건가. 어쨌든 이런 류의 확장기능을 더 자세히 살펴봐야겠다. 그리고 제길 이 페이지좀 정리하자 -_-  
*# <pre><embedurl>http://www.my-url.com/</embedurl></pre>
+
*[http://www.mediawiki.org/wiki/Extension:EmbedURL EmbedURL]  
*# <pre><embedurl>http://www.my-url.com/{width=640}{height=480}</embedurl></pre>
+
*#<pre>&lt;embedurl&gt;http://www.my-url.com/&lt;/embedurl&gt;</pre>  
 +
*#<pre>&lt;embedurl&gt;http://www.my-url.com/{width=640}{height=480}&lt;/embedurl&gt;</pre>
 +
 
 +
<br>
  
 
=== Some fun extensions  ===
 
=== Some fun extensions  ===

2008년 8월 8일 (금) 23:04 판

개인 도구