File: a.rb

package info (click to toggle)
tdiary 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,088 kB
  • sloc: ruby: 23,031; javascript: 1,029; xml: 325; makefile: 26; sh: 4
file content (10 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
def a_conf_label; "Edit the dictionary file for the anchor plugin(a.rb)"; end
def a_conf_explain; "<p>A row is an anchor. The format is: key URL name. name is omittable. If you omit name, the key used as name.</p><p>e.g.) tdiary http://www.tdiary.org/ tDiary Official Website</p>"; end


# Local Variables:
# mode: ruby
# indent-tabs-mode: t
# tab-width: 3
# ruby-indent-level: 3
# End: