-- mode:org; coding: utf-8 --

#+TITLE: task for GNUN #+AUTHOR: Wensheng Xie #+EMAIL: wxie@member.fsf.org #+LANGUAGE: en #+OPTIONS: H:2 num:nil toc:nil \n:nil @:t ::t |:t ^:{} _:{} *:t TeX:t LaTeX:t #+STYLE: #+LATEX_CLASS: article #+LATEX_CLASS_OPTIONS: [a4paper] #+ATTR_LATEX: width=0.38\textwidth wrap placement={r}{0.4\textwidth} #+ATTR_LATEX: :float multicolumn #+REVEAL_TRANS: None #+REVEAL_THEME: Black #+TAGS: @work(w) @home(h) @road(r) laptop(l) pc(p) { @read : @read_book @read_ebook } #+ATTR_ORG: :width 30 #+ATTR_HTML: width=”100px” #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+STARTUP: fold

  • tasks for GNUN (GNU Nations) ** [2021] * [2021-01] ** [2021-01-08 五] ***** DONE read introduction of GNUN [5/5] CLOSED: [2021-01-22 五 16:32] - CLOSING NOTE [2021-01-22 五 16:32]
    compile is ok - [X] [[https://www.gnu.org/software/trans-coord/manual/gnun/gnun.html][manual of GNUN]] - [X] files to be handled by GNUN - ~Original ARTICLE.html~ (can be edited by human: authors) - ~ARTICLE.LANG.po~ (can be edited by human: translators, created from ~ARTICLE.pot~ ) - ~ARTICLE.pot~ (generated by GNUN from ~Original ARTICLE.html~ ) - ~Translated ARTICLE.LANG.html~ (generated by GNUN from ~ARTICLE.LANG.po~) All the changes can be applied by command: #+BEGIN_SRC shell make -C server/gnun #+END_SRC - [X] makefiles to have in ~server/gnun~ - config.mk - GNUmakefile
  • update www CVS respository #+BEGIN_SRC shell cvs update -dPAC #+END_SRC ** [2021-01-19 二] *** DONE install GNUN [4/4] CLOSED: [2021-01-20 三 11:32]
    • CLOSING NOTE [2021-01-20 三 11:32]
      downloaded 1.0
    • get the gnun software GNUN can be found on http://ftp.gnu.org/gnu/gnun/ [via http] and ftp://ftp.gnu.org/gnu/gnun/ [via FTP]. Or checkout development GNUN sources from CVS: #+BEGIN_SRC shell cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/trans-coord co trans-coord/gnun #+END_SRC
    • install process #+BEGIN_SRC shell tar -xzvf gnun-1.0.tar.gz cd gnun-1.0 make distclean #optional autoconf #optional with –prefix=$HOME/gnun mkdir build cd build ../configure make make check #optional sudo make install sudo make installcheck #optional #+END_SRC
  • default install path prefix = ~/usr/local/share/gnun~
  • after installation, setup #+BEGIN_SRC shell ln -s /usr/local/share/gnun/config.mk /path/to/www/server/gnun/ ln -s /usr/local/share/gnun/GNUmakefile /path/to/www/server/gnun/ #+END_SRC