Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. [setup]
  3. encoding=MS-ANSI
  4.  
  5. ;where to save this (empty or not existing = ask user)
  6. folder=
  7.  
  8. ;the default filename
  9. filename=UltraSpun - %prj%
  10.  
  11. ;the file extention
  12. extention=txt
  13.  
  14. ;ask for filename (deafult = 1)
  15. ask for filename=1
  16.  
  17. ;do not ask for folder
  18. ask for folder=0
  19.  
  20. ;append of overwrite (empty = ask user)
  21. append=1
  22.  
  23. ;the format of each article to save
  24. format article=%body%
  25.  
  26. ;by default, a new line in article is not replaced
  27. ;format new line=\n
  28.  
  29. ;how to modify the paragraph!? where %s% is the paragraph
  30. ;format paragraph=%s%\n\n
  31. ;format paragraph=<p>%s%</p>
  32.  
  33. ;set it to save multiple articles into one file, else we will create a new one for each
  34. seperator=|
  35.  
  36. header={
  37. footer=}
  38.  
  39. ;unspin the data to a readable text without spin syntax
  40. unspin=0
  41.  
  42. replace=á;a|é;e|í;i|ó;o|ú;u|á;a|é;e|í;i|ó;o|ú;u
  43.  
  44. remove html=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement