OSDN Git Service

Fix: cannot jump on uri click
[fukui-no-namari/fukui-no-namari.git] / README
diff --git a/README b/README
index 276d4f4..412c0df 100644 (file)
--- a/README
+++ b/README
@@ -50,11 +50,20 @@ is in one window using tab and window is split into two or three panes, but
 this browser is "one window, one document." Therefore, you open ten documents,
 then ten windows appear. Another difference is that the registration of a
 board is not necessary. So simply supply urls for open. However, you can not
-open all boards. At present, boards under 2ch.net are supported.
+open all boards. At version 0.1, 2ch.net, yy kakiko and jbbs are supported.
+Other 2ch-like bbs is also supported by another way. Specify a board url to
+~/.whitelist file per line, then you can open the board.
 
 
 System Requirements
 ===================
 
 Python 2.4, PyGTK (2.6), gnome-python, gtk+, glib, libgnome, libgnomeui,
-libglade, dbus.
+libglade, dbus, gconf.
+
+
+Board Plugin
+============
+
+You can use your own scripts written in Python for extending board window.
+See http://www.fukui-no-namari.tetteke.tk/doc/ for details.