]> sipb.mit.edu Git - ikiwiki.git/blob - doc/users/ivan_shmakov.mdwn
Merge branch 'master' of ssh://git.ikiwiki.info
[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 few 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 * <http://nets.asu591.ru/networks-2011/>
22   &mdash; for bits &amp; pieces related to the course on computer
23   networks I've read in 2011.
24
25 ## Preferences
26
27 I prefer to use [Lynx][] along with [Emacs][] (via
28 `emacsclient`) to work with the wikis.  (Note the &ldquo;Local
29 variables&rdquo; section below.)
30
31 The things I dislike in the wiki engines are:
32
33 * the use of home-brew specialized version control systems
34   &mdash; while there're a lot of much more developed general
35   purpose ones;
36
37 * oversimplified syntax
38   &mdash; which (to some extent) precludes more sophisticated
39   forms of automated processing; in particular, this forces one
40   to reformat the material, once complete, to, say, prepare a
41   book, or an article, or slides.
42
43 Out of all the wiki engines I'm familiar with, only Ikiwiki is
44 free of the first of these.  I hope that it will support more
45 elaborate syntaxes eventually.
46
47 ----
48
49     Local variables:
50     mode: markdown
51     coding: utf-8
52     fill-column: 64
53     ispell-local-dictionary: "american"
54     End: