Hijacked for other uses
Use for file icons
cat _filetypes.txt | sed -e 's/\([a-z0-9]*\) \([a-z0-9]*\)/| <nop>:\1: | %ATTACHURL%\/..\/TWikiDocGraphics\/\2.gif | "\1 file" |/'
cat icons.txt | tr '\r' '\n' | sed -e 's/^\| \<img src=\"%ATTACHURLPATH%\//\| <nop>:/' -e 's/\.gif[^:]*" \/\>/:/' -e 's/ =%\<nop\>ICON{.*$//' -e 's/=<.*$//' -e 's/\.gif= /.gif /' -e 's/ \| =/ | %ATTACHURL%\/..\/TWikiDocGraphics\//' -e 's/ \*Write\.\.\..*$//' -e 's/\|[^\|]*$/|/' -e 's/\| *\([^"|]*\) *\|$/| "\1" |/' -e 's/^\| \* .*$/| *You type* | *You see* | *Suggested use* |/' -e 's/ %ICON{/ :/g' -e 's/\([a-z0-9A-Z]\)}%/\1: /g'
Also available from that directory (but not listed in _filetypes.txt):
Use for Work Flow
You type |
You see |
Status |
:draft: |
|
"document draft" |
:review: |
|
"document for review" |
:final: |
|
"document final" |
:sent: |
|
"document sent" |
:dat: |
|
"data file" |
:announce: |
|
"announcement" |
You type |
You see |
Document Type |
:help: |
|
"Help" |
:idea: |
|
"Idea" |
:tip: |
|
"Tip" |
:movedto: |
|
"Moved To..." |
:rarr: |
|
"Right-Arrow" |
:new: |
|
"NEW" |
:refactor: |
|
"Refactor" |
:pencil: |
|
"Pencil" |
:question: |
|
"Question" |
:pick: |
|
"Pick" |
:star: |
|
"Star" |
:updated: |
|
"Updated" |
:warning: |
|
"Warning!" |
:alert: |
|
"Alert!" |
:check: |
|
"Check" |
:done: |
|
"Done" |
:doc: |
|
"doc icon" |
:dot_ud: |
|
"dot_ud icon" |
:dot_udr: |
|
"dot_udr icon" |
:dot_ur: |
|
"dot_ur icon" |
:email: |
|
"email icon" |
:empty: |
|
"empty icon" |
:file: |
|
"file icon" |
:files: |
|
"files icon" |
:folder: |
|
"folder icon" |
:folders: |
|
"folders icon" |
:globe: |
|
"globe icon" |
:group: |
|
"group icon" |
:home: |
|
"home icon" |
:image: |
|
"image icon" |
:pdf: |
|
"pdf icon" |
:person: |
|
"person icon" |
:persons: |
|
"persons icon" |
:ppt: |
|
"ppt icon" |
:see: |
|
"see icon" |
:sound: |
|
"sound icon" |
:trend: |
|
"trend icon" |
:virtualhome: |
|
"virtualhome icon" |
:virtualperson: |
|
"virtualperson icon" |
:virtualpersons: |
|
"virtualpersons icon" |
:xls: |
|
"xls icon" |
:zip: |
|
"zip icon" |
generated from within directory: /twiki/pub/TWiki/RenderListPlugin/ using:
ls *.gif | sed -e 's/\([_a-z0-9]*\).gif/| <nop>:\1: | %ATTACHURL%\/..\/..\/TWiki\/RenderListPlugin\/\1.gif | "\1 icon" |/'
|