Difference between revisions of "Topic diff"

From Makers Local 256
Jump to: navigation, search
Line 1: Line 1:
 +
== Outline ==
 +
 
# split the topics into files (arrays) (COMPLETED)
 
# split the topics into files (arrays) (COMPLETED)
 
# diff the files (COMPLETED)
 
# diff the files (COMPLETED)
Line 4: Line 6:
 
## red means removed
 
## red means removed
 
## green means added
 
## green means added
 +
 +
== Status ==
 +
Have to think through the algorithm to parse and add in the old topic bits, all while coloring

Revision as of 08:58, 1 August 2006

Outline

  1. split the topics into files (arrays) (COMPLETED)
  2. diff the files (COMPLETED)
  3. parse the diff output and rebuild the topic with colors
    1. red means removed
    2. green means added

Status

Have to think through the algorithm to parse and add in the old topic bits, all while coloring