Wikipedia 10K Redux

Reconstructed by Reagle from Starling archive; see blog post for context.

WikiShouldOfferSimplifiedUseOfTables

The title in itself is a whole program.

I will try to sketch a proposal for a simple syntax

for entering tables.


Having just painstakingly worked on Las Vegas/Climate, I can say that I second the proposal for a simplified

use of tables.

The HTML syntax is not too bad, and people can't really do very much evil with it.

<table border=1>

<tr>

<td>Item one</td>

<td>Item two</td>

</tr>

<tr>

<td>Item three</td>

<td>Item four</td>

</tr>

</table>