Changeset 31072
- Timestamp:
- 03/11/09 21:45:24 (4 years ago)
- Location:
- docs/ray_aero/2009-03-04-doclist
- Files:
-
- 6 modified
-
coderepos_docs.html (modified) (1 diff)
-
coderepos_lang.html (modified) (1 diff)
-
coderepos_platform.html (modified) (1 diff)
-
desclist2index.rb (modified) (2 diffs)
-
indexautogen.rb (modified) (2 diffs)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docs/ray_aero/2009-03-04-doclist/coderepos_docs.html
r30960 r31072 12 12 <li>ray_aero<dl class="inner"> 13 13 <div class="odd"><dt><a href="http://svn.coderepos.org/share/docs/ray_aero/2009-03-04-boost_library_list/">2009-03-04-boost_library_list</a></dt><dd>Boost library list japanese</dd></div> 14 <div class="even"><dt><a href="http://svn.coderepos.org/share/docs/ray_aero/2009-03-04-doclist/">2009-03-04-doclist</a></dt><dd>coderepos 中のコンテンツ一覧</dd></div> 14 <div class="even"><dt><a href="http://svn.coderepos.org/share/docs/ray_aero/2009-03-04-doclist/">2009-03-04-doclist</a></dt><dd>coderepos 中のコンテンツ一覧<dl> 15 <div class="odd"><dt>indexautogen.rb</dt><dd>DESCRIPTIONファイルを探して内容から中間データを生成する</dd></div> 16 <div class="even"><dt>desclist2index.rb</dt><dd>中間データからHTMLを生成するスクリプト</dd></div> 17 </dl></dd></div> 15 18 </dl></li><br /> 16 19 </ul> -
docs/ray_aero/2009-03-04-doclist/coderepos_lang.html
r31051 r31072 12 12 <li>vb2008<dl class="inner"> 13 13 <div class="odd"><dt><a href="http://svn.coderepos.org/share/lang/vb2008/RegexTestTool/">RegexTestTool</a></dt><dd>正規表現テストツール(要.NET Framework 2.0以降)</dd></div> 14 <div class="even"><dt><a href="http://svn.coderepos.org/share/lang/vb2008/TweenUp/">TweenUp</a></dt><dd> Twitterクライアント Tween用アップデータ(要.NET Framework 2.0以降)</dd></div>14 <div class="even"><dt><a href="http://svn.coderepos.org/share/lang/vb2008/TweenUp/">TweenUp</a></dt><dd>Twitterクライアント Tween用アップデータ(要.NET Framework 2.0以降)</dd></div> 15 15 </dl></li><br /> 16 16 </ul> -
docs/ray_aero/2009-03-04-doclist/coderepos_platform.html
r31051 r31072 11 11 <ul class="outer"> 12 12 <li>limechat<dl class="inner"> 13 <div class="odd"><dt> scripts</dt><dd>LimeChat2用スクリプト<dl>13 <div class="odd"><dt><a href="http://svn.coderepos.org/share/platform/limechat/scripts/">scripts</a></dt><dd>LimeChat2用スクリプト<dl> 14 14 <div class="odd"><dt>sendOutputz.js</dt><dd>LimeChatで送信した文字数をOutputzへ記録するスクリプト</dd></div> 15 15 </dl></dd></div> -
docs/ray_aero/2009-03-04-doclist/desclist2index.rb
r31070 r31072 100 100 klass = isOdd ? "odd" : "even" 101 101 txt = datas.shift.strip 102 link = make_link( url, m[-1] ) 102 103 if datas.size > 0 103 file.puts "<div class=\"#{klass}\"><dt>#{ m[-1]}</dt><dd>#{txt}<dl>"104 file.puts "<div class=\"#{klass}\"><dt>#{link}</dt><dd>#{txt}<dl>" 104 105 isOdd2 = true 105 106 while( d = datas.shift ) … … 111 112 file.puts "</dl></dd></div>" 112 113 else 113 link = make_link( url, m[-1] )114 114 file.puts "<div class=\"#{klass}\"><dt>#{link}</dt><dd>#{txt}</dd></div>" 115 115 end -
docs/ray_aero/2009-03-04-doclist/indexautogen.rb
r31070 r31072 171 171 while( line = f.gets ) 172 172 k, v = *line.split(Sep, 2) 173 data[k] = v 173 data[k] = v.strip 174 174 end 175 175 end … … 182 182 # modify 183 183 hashes[2].each do |i| 184 data[i] = sanitize( get_data(i, CMD) ).split( "\n").delete_if{|l| l =~ /^$/ || l =~ /^#/}.join('<br />').toutf8184 data[i] = sanitize( get_data(i, CMD) ).split(/\r?\n/).delete_if{|l| l =~ /^$/ || l =~ /^#/}.join('<br />').toutf8 185 185 end 186 186 187 187 # add 188 188 hashes[0].each do |i| 189 data[i] = sanitize( get_data(i, CMD) ).split( "\n").delete_if{|l| l =~ /^$/ || l =~ /^#/}.join('<br />').toutf8189 data[i] = sanitize( get_data(i, CMD) ).split(/\r?\n/).delete_if{|l| l =~ /^$/ || l =~ /^#/}.join('<br />').toutf8 190 190 end 191 191 -
docs/ray_aero/2009-03-04-doclist/style.css
r31048 r31072 41 41 42 42 ul.outer div.even { 43 background: lightsteelblue;43 background: aqua; 44 44 } 45 45
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)