From 3e100e9de3cec5ec5e9a641e782ae47ca095233d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 13 Sep 2009 15:20:14 -0400 Subject: bichun! fixed makefiles, moved around files The wrapper is now a hybrid shell-C program. A shell script does the integrated commands, but it calls the C program (`$(libexecdir)/rvs/runcom') to launch plugins Note that right now, it does EVERYTHING BUT launch plugins. --- HACKING | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) (limited to 'HACKING') diff --git a/HACKING b/HACKING index 3b8b891..a198138 100644 --- a/HACKING +++ b/HACKING @@ -1,10 +1,9 @@ #!/bin/more -////////////////////////////////////////////////////////////////////// - rvs 0.7.0 - retroactive versioning system - a versioning system that allows you to check - in commit 2 before commit 1 -////////////////////////////////////////////////////////////////////// + + Version 0.8c reimplements the wrapper in C, to allow better + cooperation betweem plugins via dependancies. This probably makes + a lot of this document out-dated, but a lot of it is still good, it + describes the workings of the plugins, and the repo structure. I know this file is long* and boring. I try to keep it preened and informative, but would rather spend my time actually hacking. If @@ -12,6 +11,14 @@ * at 200+ lines, it's longer than any rvs source file +- - -cut-here- - 8< - - - - - - - - - - - - - - - - - - - - - - - - - +////////////////////////////////////////////////////////////////////// + rvs 0.7.0 + retroactive versioning system + a versioning system that allows you to check + in commit 2 before commit 1 +////////////////////////////////////////////////////////////////////// + hacking build basics @@ -282,7 +289,7 @@ Only until rvs becomes self-hosting. If anyone needs any help, let me know, either via email, or via - Launchpad, I'll be happy to help! + Launchpad, I'll be happy to help/would love to have your help! ~ Luke Shumaker Happy Hacking! -- cgit v1.2.3-2-g168b