author | zecke <zecke> | 2003-08-21 07:53:54 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-08-21 07:53:54 (UTC) |
commit | f4ad258aff432a4b6aff84190d053bbd6e87c490 (patch) (side-by-side diff) | |
tree | 916cecb00ec49e6602f5f25bff026675df7ce9ea /development/host-tools | |
parent | fb3e8cda0d2c929278c7ecbf829475f8b1c92956 (diff) | |
download | opie-f4ad258aff432a4b6aff84190d053bbd6e87c490.zip opie-f4ad258aff432a4b6aff84190d053bbd6e87c490.tar.gz opie-f4ad258aff432a4b6aff84190d053bbd6e87c490.tar.bz2 |
Add host tool section and clean up readmes
-rw-r--r-- | development/host-tools/README | 22 | ||||
-rw-r--r-- | development/host-tools/opielangchecker.tar.gz | bin | 0 -> 755852 bytes |
2 files changed, 22 insertions, 0 deletions
diff --git a/development/host-tools/README b/development/host-tools/README new file mode 100644 index 0000000..c9901e6 --- a/dev/null +++ b/development/host-tools/README @@ -0,0 +1,22 @@ +A collection of useful Opie related software running with Qt/X11 +version 3.0 and sometimes KDE as well + +opie-langchecker.tar.gz - with make messages and make all-messages + you generate for each application two + .po files. One file with all strings + included in your program and one file + with strings from tr() and the NOOP. + Langchecker is a KParts KDE application + which lets you first spell check the strings + and seconldy shows you on a per file/line + basis which strings are not available as tr. + This helps you to find application + +opie-featurelist.tar.gz - Is currently just a small hack application + to create feature lists conforming to + Cornelius Schumachers XML features file. + Maybe it'll turn into a full blown + Project management tool with Opie clients... + ( kmaschru ) or one simply writes a new + TODO view + backend or changes the file + format... diff --git a/development/host-tools/opielangchecker.tar.gz b/development/host-tools/opielangchecker.tar.gz Binary files differnew file mode 100644 index 0000000..d895347 --- a/dev/null +++ b/development/host-tools/opielangchecker.tar.gz |