Aegisub/aegisub/automation/demos/auto3
Amar Takhar 91d73ec8ea SVN Transition Step 3/7
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.
2009-03-08 08:30:39 +00:00
..
1-minimal.lua SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
2-dump.lua SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
3-include.lua SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
4-text_extents.lua SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
5-configuration.lua SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
6-simple-effect.lua SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
7-advanced-effect.lua SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
8-skeleton.lua SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
9-advanced-skeleton.lua SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
10-furigana.ass SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
10-furigana.lua SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00
readme.txt SVN Transition Step 3/7 2009-03-08 08:30:39 +00:00

readme.txt

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.