bulkitem Diary

TOPぺーじはこちら。
«前の日記(2007/03/27 Tue) 最新 次の日記(2007/03/29 Thu)»

2007/03/28 Wed [長年日記]

google-code-prettifyのテスト

google-code-prettifyでシンタックスハイライトをやってみる。

まずは、Ruby

class Ruby
  def test
    "google-code-prettify"
  end
end
puts Ruby.new.test

JavaScript

function ECMAScript() {this.init()}
ECMAScript.prototype.init = function() {
  window.alert('google-code-prettify');
}
new ECMAScript();

とりあえずは、マトモに色分けしてる感じ。

今のtDiaryのプラグインのソースは以下。

add_header_proc do
  out = ""
  out.concat %Q(<script type="text/javascript" src="/js/prettify.js"></script>?n)
  out.concat %Q(<script type="text/javascript">window.onload = function() {prettyPrint()}</script>?n)
  out.concat %Q(<link rel="stylesheet" href="/theme/prettify.css" type="text/css" media="all"></link>?n)
  out
end

tDiaryではcssとかjsとか、何処に置くべきなんだろう。そういう話がMLで出ていた様な気がするので、後で漁って見る。

cssファイルとjsファイルはhttp://code.google.com/p/google-code-prettify/から入手。

具体的にはsvnリポジトリのWEB公開から取得する見たいです。

Tags: tdiary | Bookmark:

Subscribe with Fastladder Subscribe with livedoor Reader Bloglinesで閲読登録 add to google add to HATENA::RSS
2005|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|07|
日記検索
コンテンツ
作ったもの
ツール
最近のエントリー
タグクラウド
連絡先