author | kergoth <kergoth> | 2002-01-25 22:14:26 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-01-25 22:14:26 (UTC) |
commit | 15318cad33835e4e2dc620d033e43cd930676cdd (patch) (unidiff) | |
tree | c2fa0399a2c47fda8e2cd0092c73a809d17f68eb /scripts/README | |
download | opie-15318cad33835e4e2dc620d033e43cd930676cdd.zip opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.gz opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.bz2 |
Initial revision
-rw-r--r-- | scripts/README | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/scripts/README b/scripts/README new file mode 100644 index 0000000..54295bb --- a/dev/null +++ b/scripts/README | |||
@@ -0,0 +1,26 @@ | |||
1 | |||
2 | These scripts are for convienence only. | ||
3 | |||
4 | Use them at your own risk. | ||
5 | |||
6 | Especially q_add_variable and q_add_function, | ||
7 | however when used they should leave behind a backup copy of the | ||
8 | header file it has tried to modify. Sometimes those two scripts | ||
9 | find headers that it decides it can't parse and leaves it up to | ||
10 | the user to edit them manually. | ||
11 | |||
12 | But even still I would highly recommend backing up your files | ||
13 | or using this in conjuction with some kind of CVS like system. | ||
14 | |||
15 | The script to add a new application is the most useful script | ||
16 | and creates a very basic QPE app from a template with most of | ||
17 | the files you need. | ||
18 | |||
19 | Currently these scripts don't integrate with a CVS system and | ||
20 | add or edit the created/modified files with the repository, you | ||
21 | have to do that manually, however I have started to make a few | ||
22 | scripts that are generic repository accessing scripts that | ||
23 | could be made to work with either p4 or cvs or something else. | ||
24 | |||
25 | John | ||
26 | |||