From 70297842239706a335527b022fd97ec35d185b64 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 09 Sep 2013 18:23:22 -0400 Subject: HACKING: New file. --- (limited to 'HACKING') diff --git a/HACKING b/HACKING new file mode 100644 index 0000000..f626e5a --- /dev/null +++ b/HACKING @@ -0,0 +1,42 @@ +Hacking the ProteanOS Archive Manager +===================================== + +Version Control +--------------- + +pro-archman is maintained in a Git repository: + + http://git.proteanos.com/pro-archman/pro-archman.git/ + +The repository can be cloned from the following URI: + + git://git.proteanos.com/pro-archman/pro-archman.git + +Running Without Installing +-------------------------- + +pro-archman can be run without being installed on the system. After configuring +and building, run pro-archman as follows from the top-level source directory: + + $ ARCHMAN_LIBDIR=lib ARCHMAN_LOCALEDIR=locale src/pro-archman + +`ARCHMAN_LIBDIR` and `ARCHMAN_LOCALEDIR` override the configured `libdir` and +`localedir`, respectively. + +Mailing List +------------ + +Bug reports, feature requests, and patches for pro-archman are welcome on the +ProteanOS development mailing list: + + http://lists.proteanos.com/proteanos-dev/ + +Copyright Information +--------------------- + +Copyright (C) 2013 Patrick "P. J." McDermott + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without any warranty. -- cgit v0.9.1