Difference between revisions of "Topic diff"

From Makers Local 256
Jump to: navigation, search
m (Protected "Topic diff" [edit=sysop:move=sysop])
m (missed a char)
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
== Outline ==
+
= Status =
 +
<onlyinclude>{{{status|Completed}}}</onlyinclude>
 +
 
 +
= Outline =
  
 
# split the topics into files (arrays) (COMPLETED)
 
# split the topics into files (arrays) (COMPLETED)
 
# diff the files (COMPLETED)
 
# diff the files (COMPLETED)
# parse the diff output and rebuild the topic with colors
+
# parse the diff output and rebuild the topic with colors (COMPLETED)
 
## 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
 

Latest revision as of 23:48, 23 May 2007

Status

Completed

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 (COMPLETED)
    1. red means removed
    2. green means added