LifeType 中文開發論壇

開發 => 外掛程式 => 主題作者是: jase 於 十二月 01, 2005, 10:32:08 上午



主題: [plugin] Astronomy Picture of the Day (APOD)
作者: jase十二月 01, 2005, 10:32:08 上午
之前在網路上逛到 Astronomy Picture of the Day (http://antwrp.gsfc.nasa.gov/apod/astropix.html),想說跟衛星雲圖外掛一樣抓圖就好,所以就幫 LifeType 寫了個外掛去抓圖了。

現在還在觀察中,或許會有不同步的問題,要請各位回報了。

DOWNLOAD (http://www.jctalk.net/apod.zip)

不過在 Resnick (http://phys.idv.tw/plog/post/1/196) 那看到,已經有人寫出 RSS 了。


主題: Re: [plugin] Astronomy Picture of the Day (APOD)
作者: resnick十二月 01, 2005, 01:42:43 下午
順便介紹一下,APOD這個網站是附屬於NASA下面的一個天文網站,有專業的天文學家每天對一個天文圖片作解說的網站。國內也有鏡像站,是由成大物理系的天文實驗室的幾位成員共同維護翻譯的,推薦給各位看看。

如果你想要使用這個plugin,然後點圖片後可以看到中文說明的話,那麼請你將把連結改為http://www.phys.ncku.edu.tw/~astrolab/mirrors/apod/apod.html就OK了。

要改的地方如下:這些是你要貼進模版的程式碼

引用

/* CODE BEGIN */
 {if $apod->isEnabled()}
<div class="Sidetitle">
 <h4> {$locale->tr("apod")} </h4>
</div> 
<p> <center>
<a target='_blank' href='http://antwrp.gsfc.nasa.gov/apod/astropix.html'>
<script language="javascript">
document.write("<img src='{$apod->getPic('http://antwrp.gsfc.nasa.gov/apod/astropix.html')}' width='{$apod->width()}' height='{$apod->height()}' border='0'><br>{$apod->getTitle('http://antwrp.gsfc.nasa.gov/apod/astropix.html')}");
</script>
</a>
</center>
</p>
 {/if}
/* CODE END */

改為

引用
....

<a target='_blank' href=http://www.phys.ncku.edu.tw/~astrolab/mirrors/apod/apod.html'>

...

其他的部分都不用改沒關係。 :-D


主題: Re: [plugin] Astronomy Picture of the Day (APOD)
作者: jase十二月 01, 2005, 03:46:50 下午
剛剛 resnick 跟我反應解壓縮上傳到 plugins 後,到後台外掛中心按 refresh 會造成整個畫面「爆掉」,但是我這邊測試是沒問題的。

由於他那邊還有裝其他的 plugin,初步推測有可能跟其他 plugin 衝到。
請有問題的人也回報一下,順便說一下還有裝哪些 plugin。

謝謝

Jase Chen


主題: Re: [plugin] Astronomy Picture of the Day (APOD)
作者: markwu十二月 15, 2005, 03:22:17 下午
已經 commit 到 SVN 2693 了。近期應該會 release 到 source forge.

Mark