File: sample_config.xml

package info (click to toggle)
kedpm 1.0
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 536 kB
  • sloc: python: 2,885; xml: 11; makefile: 9
file content (11 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<config version="0.1">
	<options>
		<option name="save-mode">ask</option>
	</options>
	<patterns>
		<pattern name="sample1">Username/Password: {user}/{password}</pattern>
		<pattern name="sample2">Username: {user}
Password: {password}</pattern>
	</patterns>
</config>