cwe-admin@cim3.com/nopurple-readme.txt/2004.11.15 The win32 utility to help remove purple numbers from a CWE-wiki page edit text. * This solution handles one wiki page at a time: o To use: + user to setup a temporary working directory on his windows machine + copy "sed-3.59.exe" and "nopurple.bat" into that working directory + goto "edit" mode on the wiki, save the whole page as "temp-wp.txt" (temporary text file with purple numbers) into this working directory # in the edit window, do: copy all (ctrl-A | ctrl-C); paste (ctrl-V) to a notepad new page, file | save-as "temp-wp.txt" into the working directory + then run: > nopurple + take what comes out in "temp-np.txt" (temporary text file with no purple numbers) + and paste that onto the new wiki page (of the corresponding wiki-page-name). o For those who are curious how this works + a win32 version of the popular unix command "sed" is used (super-sed v3.59, to be exact) + the one-line "nopurple.bat" file actually reads reads: sed-3.59 "s/{[^{]*}//g" temp-wp.txt > temp-np.txt + the input and output file names are hard-coded in the batch file as "temp-wp.txt" & "temp-np.txt" respectively, to simplify the process E-mail if there is any question. --