I'm actually working on answering this question (from an examination):
Show in tabular form the first five epochs of the training of a perceptron to perform the Boolean OR operation; using initial weights of 0.3 and -0.2; a threshold value of 0.2; and the learning rate of 0.1
I've produced an answer here: https://docs.google.com/spreadsheet/pub?key=0AqDm6Izoam4OdF9sWXNQT0FqOF90UWpTeC1LdTd4VUE&output=html
But unlike the example in Wikipedia, I haven't included a bias. Is it necessary?