Version 2.2

2018-08-16

      2.226 2018-08-16

      2.225 2018-07-29

      2.224 2018-07-28

      2.223 2018-07-20

      2.222 2018-07-04

      2.221 2018-06-10

      2.220 2018-05-13

      2.210 2018-05-03

      2.203 2018-04-23

      2.202 2018-03-31

      2.201 2018-03-27

      2.200 2018-03-20

2.226 2018-08-16

2.225 2018-07-29

2.224 2018-07-28

2.223 2018-07-20

2.222 2018-07-04

2.221 2018-06-10

2.220 2018-05-13

2.210 2018-05-03

2.203 2018-04-23

2.202 2018-03-31

2.201 2018-03-27

With Text::Amuse::Compile 1.03, a relatively recent bigfoot.sty version is needed for the LaTeX compiler. If your installation is missing it (notably jessie, stretch is fine), you can install it as the user running the amusewiki instance with the following commands:

   $ cd /tmp/
   $ mkdir -p `kpsewhich -var-value TEXMFHOME`/tex/latex/bigfoot
   $ wget http://mirrors.ctan.org/macros/latex/contrib/bigfoot.zip
   $ unzip bigfoot.zip
   $ cd bigfoot
   $ make
   $ mv *.sty `kpsewhich -var-value TEXMFHOME`/tex/latex/bigfoot
   $ texhash `kpsewhich -var-value TEXMFHOME`

2.200 2018-03-20

This version brings a refactored, faceted search page. To get the facets working, you need a Search::Xapian module newer then 1.2.22.0. Notably, Debian jessie has a 1.2.19.0. Another problem is that the current 1.2.25.0 version on CPAN fails to install using Xapian system libraries in the 1.2 branch (I believe the issue, a single test failing, will be addressed in the next Search::Xapian release).

Please note that without satisfying this dependency, Amusewiki will still work without problems. You are just going to miss a nice feature.

There are 4 cases here:

   # apt-get install libdevel-leak-perl libtest-pod-perl devscripts \
                     build-essential fakeroot libxapian-dev
   $ git clone https://github.com/melmothx/amusewiki-debian-packages.git
   $ cd amusewiki-debian-packages/libsearch-xapian-perl-1.2.24.0/
   $ debuild -i -us -uc -b