diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | e9ae80694875f869892f13f4fcaf1170a00dea41 (patch) | |
tree | aa2f8d8a217e2d376224c8d46b7397b68d35de2d /klinkstatus/FEATURES | |
download | tdewebdev-e9ae80694875f869892f13f4fcaf1170a00dea41.tar.gz tdewebdev-e9ae80694875f869892f13f4fcaf1170a00dea41.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'klinkstatus/FEATURES')
-rw-r--r-- | klinkstatus/FEATURES | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/klinkstatus/FEATURES b/klinkstatus/FEATURES new file mode 100644 index 00000000..33a328e4 --- /dev/null +++ b/klinkstatus/FEATURES @@ -0,0 +1,18 @@ +- Support several protocols (allowing fast checking of local documents): http, ftp, ssh (fish or sftp) and file. +- Proxy support +- Allows authentication when checking restricted documents +- Supports the latest Web standards-- HTML 4.0, HTTP 1.1 +- Server-Side Includes (SSI, aka SHTML) are supported and checked +- Regular expressions to restrict which URLs are searched +- Show link results as they are checked +- Tree like view (that reflects the file structure of the documents) or flat view +- Limit the search depth +- Fragment identifiers ("#" anchor links that point to a specific section in a document) are supported and checked +- Find and respect the charset of the documents +- Pause/Resume of checking session +- History of checked URLs +- Tabbed checking (allow multiple sessions at the same time) +- Filter checked links (good, broken, malformed and undetermined) +- Configurable number of simultaneous connections (performance tunning) +- Other configurable options like "check external links", "check parent folders", "timeout" +- Good integration with Quanta+
\ No newline at end of file |