diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-20 05:30:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-20 05:30:54 +0800 |
commit | 36d8aa2b16a8720ab0b0e3ad4c65dfb1f14eecf5 (patch) | |
tree | e4f97068ffdd66c9093510faef0eee07163b8784 /www/Makefile | |
parent | 753c8359555c02df0a1141b11af50dcba6a7cac3 (diff) | |
download | freebsd-ports-gnome-36d8aa2b16a8720ab0b0e3ad4c65dfb1f14eecf5.tar.gz freebsd-ports-gnome-36d8aa2b16a8720ab0b0e3ad4c65dfb1f14eecf5.tar.zst freebsd-ports-gnome-36d8aa2b16a8720ab0b0e3ad4c65dfb1f14eecf5.zip |
Adds XHTML Ruby support. Ruby texts will be rendered above the base texts,
as a small text. This supports both simple ruby and complex ruby of W3C spec.
Testcases:
* http://www.w3.org/International/tests/sec-ruby-markup-1
* http://www.aozora.gr.jp/cards/000035/files/1567_14913.html
* http://www.keishicho.metro.tokyo.jp/sikumi/pipo/music/music.htm
WWW: http://piro.sakura.ne.jp/xul/_rubysupport.html.en
PR: ports/123903
Submitted by: Anatoly Borodin <anatoly.borodin at gmail.com>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 3a897b0ed21b..d2abc6140d18 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1532,6 +1532,7 @@ SUBDIR += xpi-vimperator SUBDIR += xpi-web_developer SUBDIR += xpi-wmlbrowser + SUBDIR += xpi-xhtml-ruby-support SUBDIR += xpi-xmpp4moz SUBDIR += xpi-xpcom-component-viewer SUBDIR += xpi-yslow |