]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/users/ivan_shmakov.mdwn
git: Attribute reverts to the user doing the revert, not the wiki itself
[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 few 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 * <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.
25 ## Preferences
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.)
31 The things I dislike in the wiki engines are:
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;
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.
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.
47 ----
49     Local variables:
50     mode: markdown
51     coding: utf-8
52     fill-column: 64
53     ispell-local-dictionary: "american"
54     End: