summaryrefslogtreecommitdiffstats
path: root/site/projects/clever-mode.org
diff options
context:
space:
mode:
Diffstat (limited to 'site/projects/clever-mode.org')
-rw-r--r--site/projects/clever-mode.org31
1 files changed, 31 insertions, 0 deletions
diff --git a/site/projects/clever-mode.org b/site/projects/clever-mode.org
new file mode 100644
index 0000000..f773ac2
--- /dev/null
+++ b/site/projects/clever-mode.org
@@ -0,0 +1,31 @@
+#+TITLE: clever-mode
+#+STYLE: <link rel="stylesheet" type="text/css" href="../../stylesheet.css" />
+#+LINK_UP: ../index.html
+#+LINK_HOME: ../index.html
+
+#+INCLUDE: "../header.org" :lines "1-4"
+
+* About
+
+ ~clever-mode~ is a GNU Emacs[fn:emacs:http://gnu.org/software/emacs/]
+ major mode for editing Smarty[fn:smarty:http://www.smarty.net] templates.
+
+** Why
+
+ The only modes for editing Smarty[fn:smarty] templates are either
+ outdated or need MuMaMo, and I seriously dislike MuMaMo.
+
+ Also, I have some Emacs[fn:emacs] projects now, but no major mode
+ yet, and I want to learn.
+
+** Features
+
+ ~clever-mode~ is based on HTML mode, although Smarty[fn:smarty] is
+ not limited to HTML, that is what it is used for most (at least by me).
+
+* Usage
+
+ Since it only has some syntax highlighting at the moment usage only
+ consists of getting it, installing it and enabling it.
+
+#+INCLUDE: "../header.org" :lines "5-8"