diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-02-16 20:17:18 +0000 |
commit | cb7eddb91455a69cf66fcd717e91a51ca5e2cfef (patch) | |
tree | cf5546e4d7c44370fbe9ca2be937bd254f30ebaa /conduits/sysinfoconduit/Template.txt | |
download | kpilot-cb7eddb91455a69cf66fcd717e91a51ca5e2cfef.tar.gz kpilot-cb7eddb91455a69cf66fcd717e91a51ca5e2cfef.zip |
Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpilot@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'conduits/sysinfoconduit/Template.txt')
-rw-r--r-- | conduits/sysinfoconduit/Template.txt | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/conduits/sysinfoconduit/Template.txt b/conduits/sysinfoconduit/Template.txt new file mode 100644 index 0000000..8796e44 --- /dev/null +++ b/conduits/sysinfoconduit/Template.txt @@ -0,0 +1,76 @@ +KPilot System Information Page +============================== + +<!--#ifhardware# +-) Hardware Information + DeviceID: #deviceid# + Device name: #devicename# + Device model: #devicemodel# + Manufacturer: #manufacturer# + Connected via: #devicetype# +#endifhardware#--> + +<!--#ifuser# +-) User Information + Handheld User Name: #username# + Handheld Password: #pw# + Handheld User ID: #uid# + Viewer ID: #viewerid# +#endifuser#--> + +<!--#ifmemory# +-) Memory Information + ROM: #rom# kB total + Total RAM: #totalmem# kB total + Free RAM: #freemem# kB fre +#endifmemory#--> + +<!--#ifstorage# +-) Storage Information + Cards: #cards# +#endifstorage#--> + +<!--#ifdblist# +-) List of Databases on Handheld + Available Databases: #dblist[ + %0 (%1, %2)]# +#endifdblist#--> + +<!--#ifrecords# +-) Number of addresses, todos, events, and memos + Addresses: #addresses# entries in Addressbook + Events: #events# entries in Calendar + Todos: #todos# entries in ToDo list + Memos: #memos# memos +#endifrecords#--> + +<!--#ifsync# +-) Synchronization Information + Last sync attempt: #lastsync# + Last successful sync: #lastsuccsync# + Last sync with PC (ID): #lastsyncpc# +#endifsync#--> + +<!--#ifpcversion# +-) Version Information (Desktop) + Operating System: #os# + Hostname: #hostname# + Qt Version: #qt# + KDE Version: #kde# + KPilot Version: #kpilot# + Pilot-Link Version: #pilotlink# +#endifpcversion#--> + +<!--#ifpalmversion# +-) Version Information (Handheld) + PalmOS: #palmos# +#endifpalmversion#--> + +<!--#ifdebug# +-) Debug Information + #debug# +#endifdebug#--> + + +------------------------------------------------------------ +Page created #date# by the SysInfo conduit of KPilot. |