summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2009-09-13 15:20:14 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:15 -0600
commit3e100e9de3cec5ec5e9a641e782ae47ca095233d (patch)
tree4419164e75c32490a96307335a9fd2c80d8161b4 /HACKING
parent3f829bcc56a0dff2ba4ed6e1a1c081b6262fbed9 (diff)
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.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING21
1 files changed, 14 insertions, 7 deletions
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 <LukeShu@sbcglobal.net>
Happy Hacking!