summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-06-03 00:20:47 +0200
committerGravatar Tom Willemse2013-06-03 00:20:47 +0200
commita5153041f73bd516a14df6a5b71341c06038e27d (patch)
treed24899d4df8b8566961fc75388b134712f6d9320
parent18369d76bd479182465618cc1d719cc1b1a615ea (diff)
downloadorgweb-a5153041f73bd516a14df6a5b71341c06038e27d.tar.gz
orgweb-a5153041f73bd516a14df6a5b71341c06038e27d.zip
Update mode-icons page
-rw-r--r--site/projects/mode-icons.org69
1 files changed, 21 insertions, 48 deletions
diff --git a/site/projects/mode-icons.org b/site/projects/mode-icons.org
index 44bc7ff..6fa42a5 100644
--- a/site/projects/mode-icons.org
+++ b/site/projects/mode-icons.org
@@ -1,61 +1,34 @@
#+TITLE: mode-icons
-#+LINK: src http://code.ryuslash.org/cgit.cgi/emacs/mode-icons/
-#+LINK: tar_gz http://code.ryuslash.org/cgit.cgi/emacs/mode-icons/snapshot/mode-icons-master.tar.gz
-#+LINK: zip http://code.ryuslash.org/cgit.cgi/emacs/mode-icons/snapshot/mode-icons-master.zip
-#+LINK: readme http://code.ryuslash.org/cgit.cgi/emacs/mode-icons/about/
-#+LINK: manual http://ryuslash.org/projects/mode-icons/manual/
#+STARTUP: showall
-#+begin_html
-<script src="/keyjs.js" type="text/javascript"></script>
-<script type="text/javascript">
-keyjs_initialize({ "u": [ "keyjs_goto", "../index.html" ],
-"h": [ "keyjs_goto", "http://ryuslash.org" ] });
-</script>
-#+end_html
+Mode-icons is a package for emacs that, when enabled, replaces certain
+major mode names with icons. This reduces their size in the mode-line.
-#+INCLUDE: "dlmenu.inc"
+Currently it provides icons for:
-* About
+- Common Lisp
+- Emacs Lisp
+- HTML
+- PHP
+- Python
+- Scheme
- Mode-icons is a package for emacs that, when enabled, replaces
- certain major mode names with icons of their logo. This reduces
- the size of their position in the mode-line.
+* License
- | Language | |
- | License | GPLv3 |
+ Mode-icons is released under the GNU General Public License version
+ 3 or newer.
-* Why was it written?
+* Installation
- Because I sometimes have a great deal of trouble with the amount of
- room my mode-line takes up and also because I like some graphical
- elements, when they're useful.
+ - Make sure you have [[http://gnu.org/software/emacs][GNU Emacs]] installed and [[http://marmalade-repo.org/][Marmalade]] set-up.
+ - =M-x package-install <RET> mode-icons <RET>=
+ - Add =(mode-icons-mode)= to your init file.
-* Who is it for?
+* Bugs / Contributions
- Anyone who likes to have a more visual que of their major mode.
+ If you find bugs or have contributions, you can email me:
+ [[mailto:tom@ryuslash.org][tom@ryuslash.org]], or add an issue [[https://github.com/ryuslash/mode-icons/issues][here]].
-* Data
+* See also
- | Version | 0 (development only) |
- | Language | Emacs Lisp |
- | License | GPLv3 |
-
-** Features
-
- - Show icons for major modes:
- - Common Lisp
- - Emacs Lisp
- - HTML
- - PHP
- - Python
- - Scheme
-
-** Dependencies
-
- - [[http://gnu.org/software/emacs/][GNU Emacs]] :: Probably version 24 or higher, since that is what
- it has been developed with.
-
-* More...
-
- For further instructions I would refer you to the [[readme][README]] and [[manual][manual]].
+ [[http://code.ryuslash.org/cgit.cgi/mode-icons/about/][README]], [[http://code.ryuslash.org/cgit.cgi/mode-icons/][cgit]]