forked from orta/tumblrclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTumblor.sdef
28 lines (21 loc) · 1.03 KB
/
Tumblor.sdef
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd">
<dictionary title="Tumblette Terminology">
<suite name="Tumblette Suite" code="????" description="Tumblette Specific script stuff.">
<command name="post" code="tumbpost" description="make text based post.">
<direct-parameter description="the post text">
<type type="text"/>
</direct-parameter>
<parameter name="as type" code="ptyp" type="text" description="The post type (text/quote/chat/link/)">
</parameter>
</command>
<command name="post file" code="tumbposi" description="post and image, audio or video.">
<direct-parameter description="the file path">
<type type="file"/>
</direct-parameter>
<parameter name="with description" code="pidc" type="text" description="The post description">
</parameter>
</command>
<command name="send" code="tumbsend" description="send input."></command>
</suite>
</dictionary>