forked from mia/Aegisub
a067bd560d
1. cd aegisub/ 2. svn mv *cpp *h src/ 3. svn mv Makefile.am MatroskaParser.c auto4_perldata.inc bitmaps boost \ changelog.txt config gl include libosxutil libresrc md5.c msvc mythes.cxx \ mythes.hxx res.rc src/ 4. cd .. 5. svn mv FFmpegSource2/ INSTALL Makefile.am README acinclude.m4 \ autogen.sh automation/ bin build configure.in desktop dummy.txt lib \ libass/ m4macros/ packages/ po/ scripts/ universalchardet/ aegisub/ 6. mkdir -p docs/wiki_convert 7. svn add docs/wiki_convert 8. cd docs 9. svn mv aegisub_convert_docs.pl convert.bat output wiki_convert/ * See r2749 for full description. Originally committed to SVN as r2752.
22 lines
1 KiB
Text
22 lines
1 KiB
Text
This directory contains various Aegisub Automation scripts provided for demonstration
|
|
purposes. Most of these were originally written for testing the various functions
|
|
in Automation durings its development, but they hopefully can also serve as good
|
|
places to learn how to do things.
|
|
All of these scripts are written by Niels Martin Hansen.
|
|
|
|
They are given into the public domain, but if you use a substantial part of any of
|
|
the more advanced ones, I'd really like a bit of credit where it's due.
|
|
|
|
And remember, it's cheap to use someone else's advanced karaoke effect, especially
|
|
without any changes at all. It also gives bad karma. Like, *really* bad :)
|
|
|
|
Apart from just the .lua files, there's also a few .ass files, used for eg. showing
|
|
how some special feature is implemented in the ASS itself. It should be obvious
|
|
what .lua and .ass files are related.
|
|
|
|
|
|
WARNING!
|
|
DO NOT ADD YOUR OWN FILES TO THIS DIRECTORY,
|
|
they will be deleted when you uninstall/upgrade Aegisub.
|
|
This also means it's unwise to modify these files, if you want to keep your
|
|
changes to them.
|