# paths and commands. used by wordmaps # where is latex command latexcommand="/usr/bin/latex" # where is dvips command pscommand="/usr/bin/dvips" # where is gs command gscommand="/usr/bin/gs" # where are netpbm commands netpbmdir="/usr/bin/" # First three are commands and if your system has these you can find them with 'which' command. # netpbmdir is a place where netpbm binaries are located. In most cases it's /usr/bin/ if you cannot # find it, try to locate some binaries eg. ppmtogif, pngtopnm, pnmtogif or giftopnm. # You can use which or find command here. Note that directory is needed here, with trailing slash. # HTML tags allowed to use in memo normal_entry_tags = ['p','br','i','b','ul','ol','li'] normal_entry_tags_and_link = normal_entry_tags + ['a'] # END