aboutsummaryrefslogtreecommitdiff
path: root/wiki-engine.el
diff options
context:
space:
mode:
Diffstat (limited to 'wiki-engine.el')
-rw-r--r--wiki-engine.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/wiki-engine.el b/wiki-engine.el
index da4dfb3..a201c72 100644
--- a/wiki-engine.el
+++ b/wiki-engine.el
@@ -89,5 +89,15 @@ The site name is passed as a symbol WIKI-SITE."
(defun-wiki-fetchers)
+(defun wiki-open-url (url)
+ "Open the wiki corresponding to URL.
+
+If URL points to html title, open the corresponding raw title.
+If URL points to a raw title, open directly.
+If URL points to a host, assume it is mediawiki try to open main page."
+ (interactive "sURL: ")
+
+ )
+
(provide 'wiki-engine)
;;; wiki-engine.el ends here