File: conf.xml

package info (click to toggle)
pytrainer 2.2.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,924 kB
  • sloc: python: 15,677; perl: 8,361; xml: 195; makefile: 87; sh: 54
file content (16 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" ?>
<pytrainer-extension 
	name="Wordpress Export" 
	description="Publish your record as post in your weblog"
	extensionbutton="Post it in wordpress" 
	extensioncode="wordpress"
	type="record" 
	helpfile="README.txt"
	executable="wordpress"
>
<conf-values variable="googlekey" value=""/>
<conf-values variable="wordpressuser" value=""/>
<conf-values variable="wordpresspass" value=""/>
<conf-values variable="wordpressurl" value=""/>
<conf-values variable="wordpresscategory" value=""/>
</pytrainer-extension>