[logaling-commit] logaling/logalimacs [master] apply README for github

Back to archive index

null+****@clear***** null+****@clear*****
Fri Feb 10 17:01:51 JST 2012


yuta yamada	2012-02-10 17:01:51 +0900 (Fri, 10 Feb 2012)

  New Revision: 7eb5610faab62b39fd84c3cb35873a5f2f4f1a34

  Log:
    apply README for github

  Added files:
    README.md

  Added: README.md (+27 -0) 100644
===================================================================
--- /dev/null
+++ README.md    2012-02-10 17:01:51 +0900 (93a98c7)
@@ -0,0 +1,27 @@
+# Description
+Logalimacs is frontend of logaling-command for Ruby gem.
+
+## Usage
+put below configuration to your .emacs.
+Note that see requirements.
+
+    (add-to-list 'load-path "~/path/to/logalimacs_clone_directory")
+    (autoload 'loga-lookup-in-popup "logalimacs" nil t)
+    (global-set-key (kbd "C-:") 'loga-lookup-in-popup)
+
+If possible Emacs24, types M-x list-packages, and it can install from items.
+If it is only be as where global-set-key~ to be autoloaded.
+
+## Requirements
+Logalimacs is require logaling-command.
+To install, see below.(gene95:English-Japanese,edict:Japanese-English)
+
+    % gem install logaling-command
+    % loga import gene95
+    % loga import edict
+
+put your ~/.logaling/config, if translate from English to Japanese.
+
+    --glossary your-glossary-name
+    --source-language en
+    --target-language ja




More information about the logaling-commit mailing list
Back to archive index