summaryrefslogtreecommitdiff
path: root/doc/manual/main.txt
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-03 02:12:44 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-06-03 02:12:44 +0000
commit003318b911af8efa7a664cb50a2327f1c44e56b2 (patch)
tree66eca40bc1ce04e9dba5c2ce24af44e0485d8629 /doc/manual/main.txt
parentc41db358a0100ab85a55915ec8083ddcc9505933 (diff)
downloadopenocd+libswd-003318b911af8efa7a664cb50a2327f1c44e56b2.tar.gz
openocd+libswd-003318b911af8efa7a664cb50a2327f1c44e56b2.tar.bz2
openocd+libswd-003318b911af8efa7a664cb50a2327f1c44e56b2.tar.xz
openocd+libswd-003318b911af8efa7a664cb50a2327f1c44e56b2.zip
Add draft of Patching Primer in The Manual; update primer page.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2021 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc/manual/main.txt')
-rw-r--r--doc/manual/main.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/manual/main.txt b/doc/manual/main.txt
index e25cae67..4c7a9d9d 100644
--- a/doc/manual/main.txt
+++ b/doc/manual/main.txt
@@ -35,11 +35,23 @@ This pages lists Technical Primers available for OpenOCD Developers.
They seek to provide information to pull novices up the learning curves
associated with the fundamental technologies used by OpenOCD.
+- @subpage primerpatches
- @subpage primerdocs
- @subpage primerautotools
- @subpage primertcl
- @subpage primerjtag
+These documents should bridge any "ancillary" gaps in contributor
+knowledge, without having to learn the complete languages or technology.
+They should provide enough information for experienced developers to
+learn how to make "correct" changes when creating patches.
+
+In all cases, these Primers should use idiomatic conventions that the
+community has agreed are the "right way of doing things". In this
+respect, these documents typically assume some familiarity with the
+information contained in one or more @ref styleguide, or they will
+directly refer to specific style guides as supplemental reading.
+
Contributions or suggestions for new Technical Primers are welcome.
*/