author | zecke <zecke> | 2003-08-21 07:53:54 (UTC) |
---|---|---|
committer | zecke <zecke> | 2003-08-21 07:53:54 (UTC) |
commit | f4ad258aff432a4b6aff84190d053bbd6e87c490 (patch) (unidiff) | |
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 @@ | |||
1 | A collection of useful Opie related software running with Qt/X11 | ||
2 | version 3.0 and sometimes KDE as well | ||
3 | |||
4 | opie-langchecker.tar.gz -with make messages and make all-messages | ||
5 | you generate for each application two | ||
6 | .po files. One file with all strings | ||
7 | included in your program and one file | ||
8 | with strings from tr() and the NOOP. | ||
9 | Langchecker is a KParts KDE application | ||
10 | which lets you first spell check the strings | ||
11 | and seconldy shows you on a per file/line | ||
12 | basis which strings are not available as tr. | ||
13 | This helps you to find application | ||
14 | |||
15 | opie-featurelist.tar.gz -Is currently just a small hack application | ||
16 | to create feature lists conforming to | ||
17 | Cornelius Schumachers XML features file. | ||
18 | Maybe it'll turn into a full blown | ||
19 | Project management tool with Opie clients... | ||
20 | ( kmaschru ) or one simply writes a new | ||
21 | TODO view + backend or changes the file | ||
22 | format... | ||
diff --git a/development/host-tools/opielangchecker.tar.gz b/development/host-tools/opielangchecker.tar.gz new file mode 100644 index 0000000..d895347 --- a/dev/null +++ b/development/host-tools/opielangchecker.tar.gz | |||
Binary files differ | |||