tmexpand-0.1.2-0/ 0040755 0026574 0026574 00000000000 10233756413 012523 5 ustar davis davis tmexpand-0.1.2-0/macros/ 0040755 0026574 0026574 00000000000 10233756413 014007 5 ustar davis davis tmexpand-0.1.2-0/macros/htmlmacros.sl 0100644 0026574 0026574 00000000356 10221320562 016506 0 ustar davis davis static define despamify_email (email) { (email, ) = strreplace (email, ".", " ", strlen (email)); (email, ) = strreplace (email, "@", " at ", strlen(email)); insert (email); } tm_add_macro ("spamproof", &despamify_email, 1, 1); tmexpand-0.1.2-0/macros/Makefile.in 0100644 0026574 0026574 00000003003 10233753156 016046 0 ustar davis davis TM_FILES = docbook.tm docbook_man.tm linuxdoc.tm mathsym.tm slhlp.tm \ tmutil.tm userinfo.tm html.tm jdweb.tm jdweb_end.tm \ jdwebstyle.tm html_extra.tm html_form.tm SL_FILES = faqmacros.sl htmlmacros.sl jdweb_funs.sl mathsym.sl #--------------------------------------------------------------------------- # Directory where macros and sl files are to be installed #--------------------------------------------------------------------------- install_dir = @prefix@/share/tmexpand/macros INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ MKINSDIR = ../autoconf/mkinsdir.sh #--------------------------------------------------------------------------- # DESTDIR is designed to facilitate making packages. Normally it is empty #--------------------------------------------------------------------------- DESTDIR = DEST_INSTALL_DIR = $(DESTDIR)$(install_dir) #--------------------------------------------------------------------------- all: clean: /bin/rm -rf *~ #* distclean: clean $(DEST_INSTALL_DIR): $(MKINSDIR) $(DEST_INSTALL_DIR) install_slfiles: $(DEST_INSTALL_DIR) @for X in $(SL_FILES); \ do \ echo $(INSTALL_DATA) $$X $(DEST_INSTALL_DIR); \ $(INSTALL_DATA) $$X $(DEST_INSTALL_DIR); \ if [ "$$?" != "0" ]; then \ exit 1; \ fi; \ done install_tmfiles: $(DEST_INSTALL_DIR) @for X in $(TM_FILES); \ do \ echo $(INSTALL_DATA) $$X $(DEST_INSTALL_DIR); \ $(INSTALL_DATA) $$X $(DEST_INSTALL_DIR); \ if [ "$$?" != "0" ]; then \ exit 1; \ fi; \ done install: install_tmfiles install_slfiles # tmexpand-0.1.2-0/macros/html.tm 0100644 0026574 0026574 00000005051 10221320562 015300 0 ustar davis davis #% HTML Text-Macros #i tmutil.tm #% --------------------------------------------------------------------------- #% Control Variables #% --------------------------------------------------------------------------- #d __verbatim_begin
#d __verbatim_end#d __passthru_begin #d __passthru_end #d __remove_empty_lines 1 #% --------------------------------------------------------------------------- #% Macros #% --------------------------------------------------------------------------- #d html-start #d html-end