]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/users/ivan_shmakov.mdwn
add news item for ikiwiki 3.20100815.9
[git.ikiwiki.info.git] / doc / users / ivan_shmakov.mdwn
1 … To put it short: an Ikiwiki newbie.
3 [Emacs]: http://www.gnu.org/software/emacs/
4 [Lynx]: http://lynx.isc.org/
6 ## Wikis
8 Currently, I run a couple of Ikiwiki instances.  Namely:
10 * <http://lhc.am-1.org/lhc/>
11   &mdash; to hold random stuff written by me, my colleagues,
12   students, etc.
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.
21 ## Preferences
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.)
27 The things I dislike in the wiki engines are:
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;
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.
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.
43 ----
45     Local variables:
46     mode: markdown
47     coding: utf-8
48     fill-column: 64
49     ispell-dictionary: "american"
50     End: