/extras/README

http://txt2tags.googlecode.com/ · #! · 148 lines · 85 code · 63 blank · 0 comment · 0 complexity · 052d034dbdbd7a2825440713b6cf163c MD5 · raw file

  1. ========================================================================
  2. +-----------------+
  3. | Txt2tags EXTRAS |
  4. +-----------------+
  5. +---------------------+
  6. | http://txt2tags.org |
  7. +---------------------+
  8. ========================================================================
  9. This directory contains some extra files distributed with the
  10. txt2tags program. All of them share the same license as the
  11. program: GPL, unless specified on its headers.
  12. See even more extras at the txt2tags website.
  13. css-reference.txt
  14. A short and quick document showing the CSS attributes and
  15. its parameters. One per line, "grep" friendly.
  16. ctags
  17. The ctags definition file for txt2tags markup.
  18. dokuwiki
  19. txt2tags syntax for the dokuwiki CMS and wiki engine
  20. dotclear
  21. txt2tags syntax for the dotclear CMS and blog engine
  22. drupal
  23. txt2tags syntax for the drupal CMS
  24. gensite
  25. A Python script to generate a site with txt2tags. It
  26. copies all files over, except those with txt2tags extension,
  27. which are automatically converted.
  28. html-update.sh
  29. A simple Shell script to automate the conversion of
  30. files in a directory. It scans and convert only the .t2t
  31. that has changed since the last conversion. There some
  32. options to use, as an interactive mode.
  33. markitup
  34. A Txt2tags markup set for markItUp!, the jQuery universal
  35. markup editor.
  36. Demo : http://etxt2tags.appspot.com/
  37. nanorc
  38. The nano editor syntax highlight rules for txt2tags
  39. marks.
  40. t2tmake.rb
  41. A powerful Ruby script that automate the conversion of
  42. txt2tags files. It scans directories, convert needed
  43. files and generate logs. It also has a nice batch
  44. feature, to store different sets of configurations.
  45. txt2tags-gedit.lang
  46. The Gedit editor syntax highlight rules for txt2tags
  47. marks.
  48. txt2tags-kate.xml
  49. The Kate editor syntax highlight rules for txt2tags
  50. marks.
  51. txt2tags-mode.el
  52. The Emacs editor syntax highlight rules for txt2tags
  53. marks.
  54. txt2tags.jsf
  55. The JOE and "ne" editor syntax highlight rules for txt2tags
  56. txt2tags.le
  57. The "le" editor syntax highlight rules for txt2tags
  58. txt2tags.php
  59. The txt2tags web interface, written in the PHP language.
  60. Useful for intranet use and quick tests.
  61. txt2tagsrc
  62. A sample user config file for txt2tags
  63. vim
  64. Various stuff for using with vim:
  65. plugin
  66. gvim-menu.vim
  67. The gVim editor menu file. It adds the "txt2tags" menu
  68. to the editor, making easy for the user to insert the t2t
  69. marks on the source file. Very useful for beginners.
  70. pagemaker.vim
  71. The Vim editor syntax highlight rules for PageMaker tagged
  72. files.
  73. txt2tags-compiler.vim
  74. The Vim editor config file for using the single command
  75. ':make' to convert the opened document.
  76. voom
  77. A plugin that turns Vim into a two-pane outliner, with
  78. txt2tags support for headings. Install it
  79. from http://www.vim.org/scripts/script.php?script_id=2657
  80. syntax
  81. txt2tags.vim
  82. The Vim editor syntax highlight rules for txt2tags marks.
  83. unhtml.vim
  84. A handy Vim editor script to convert an HTML file to a
  85. txt2tags marked file. See instructions on the file header.