]> sipb.mit.edu Git - ikiwiki.git/blob - doc/users/ivan_shmakov.mdwn
removed
[ikiwiki.git] / doc / users / ivan_shmakov.mdwn
1 … To put it short: an Ikiwiki newbie.
2
3 [Emacs]: http://www.gnu.org/software/emacs/
4 [Lynx]: http://lynx.isc.org/
5
6 ## Wikis
7
8 Currently, I run a couple of Ikiwiki instances.  Namely:
9
10 * <http://lhc.am-1.org/lhc/>
11   &mdash; to hold random stuff written by me, my colleagues,
12   students, etc.
13
14 * <http://rsdesne.am-1.org/rsdesne-2010/>
15   &mdash; for some of the materials related to the
16   &ldquo;Remote Sensing in Education, Science and National
17   Economy&rdquo; (2010-03-29 &hellip; 2010-04-10, Altai State
18   University) program I've recently participated in as
19   an instructor.
20
21 ## Preferences
22
23 I prefer to use [Lynx][] along with [Emacs][] (via
24 `emacsclient`) to work with the wikis.  (Note the &ldquo;Local
25 variables&rdquo; section below.)
26
27 The things I dislike in the wiki engines are:
28
29 * the use of home-brew specialized version control systems
30   &mdash; while there're a lot of much more developed general
31   purpose ones;
32
33 * oversimplified syntax
34   &mdash; which (to some extent) precludes more sophisticated
35   forms of automated processing; in particular, this forces one
36   to reformat the material, once complete, to, say, prepare a
37   book, or an article, or slides.
38
39 Out of all the wiki engines I'm familiar with, only Ikiwiki is
40 free of the first of these.  I hope that it will support more
41 elaborate syntaxes eventually.
42
43 ----
44
45     Local variables:
46     mode: markdown
47     coding: utf-8
48     fill-column: 64
49     ispell-dictionary: "american"
50     End: