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 | f4fae92b6768541e2952173c3d4b09040f95bf7e (patch) | |
tree | d8c5d93232235cd635f3310b4d95490df181ba2d /kpilot/Mainpage.dox | |
parent | 125c0a08265b75a133644d3b55f47e37c919f45d (diff) | |
download | tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.tar.gz tdepim-f4fae92b6768541e2952173c3d4b09040f95bf7e.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/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kpilot/Mainpage.dox')
-rw-r--r-- | kpilot/Mainpage.dox | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/kpilot/Mainpage.dox b/kpilot/Mainpage.dox deleted file mode 100644 index 7e0b086c..00000000 --- a/kpilot/Mainpage.dox +++ /dev/null @@ -1,31 +0,0 @@ -/** \mainpage %KPilot API Overview - -\section Architecture - -%KPilot consists of a core library of utility and communications -classes which are used by two applications: KPilot itself -(which is little more than a clumsy data viewer and -configuration shell) and the KPilot daemon which does -the actual communications with the hadheld. -The daemon loads plugins (called conduits) on demand -which are used for syncing specific data on the PC -with the handheld. - -The lib/ directory holds the base library for KPilot. -This boils down to a bunch of wrappers for pilot-link -classes (not using p-l's C++ code because that isn't -Qt-ish) and a few classes that do interesting things: -KPilotDeviceLink for managing the device connection, -and SyncAction for doing stuff during a sync. - -The kpilot/ directory houses several applications: -kpilot and kpilotDaemon are installed, and kpilotTest -which is not installed but which can function as a demon -under closely-controlled circumstances from the command-line. - -Under conduits/ a bunch of directories hold the individual -conduits; the "four button" apps are in vcalconduit/ (ToDo and -Datebook), abbrowserconduit/ (Addresses, not the newer Contacts) -and knotes/ or memofileconduit/ (Memos). - -*/ |