developers!
Documentation
Documentation for the ljArchive core class library is now available.
Writing Plugins
If you're interested in writing plugins for ljArchive, all you have to do is this:
-
You'll need the .NET framework, and an IDE is recommended (such as
Visual Studio or #develop).
-
Download the ljArchive source code, which contains a library called
Common.
-
Link to the Common library in your project, and write a class that implements either
the
Common.IPlugin interface, or the Common.IEventWriter interface. Download
the ljArchive source code for examples on how to do this.
-
Drop your library into ljArchive's plugins directory.
-
You're done! And if you make something cool, let me know.