links
300 Images From 1800 Sites
Punctuated Productivity
ascii table
brainjar.com: css positioning
Catman's Reference Guide to XHTML 1.1
Catman's XHTML 1.1 Elements and Attributes Reference Guide
citeseer
Color Scheme Generator
common errors in english
cool images
Copying music between authorized computers with iTunes for Windows
css layout-o-matic
daypop
del.icio.us
elegant hack
emacs wiki
floatutorial
imho...
keystroke shortcuts for windows xp
mozilla keyboard shortcuts
NameVoyager
perldoc.com
programming language popularity
regular expression tester
selectoracle
short url services
simple urls for search engines
the unix acronym list
yahoo dictionary
most read last 60 days: audiotron to audioscrobbler: atronscrobbler (96)
hard disk failure (89)
home network performance (72)
installing ruby and rails on debian (67)
lessons learned in electronic media (66)
categories
cygwin / linux / unix
emacs
entertainment
government
health
restlater
ruby on rails
software development
system administration
textpattern
web technologies
sections
about
article
photos
portfolio
recently
Citizen’s Briefing Book
Tbone walking in the Park
rav this!
I'll rest later...
please don't feed the rails programmers
replication in rails
apache / fcgi / debian / rails
miguel's hell of gratuitous rewriting
favorite sig lines
listening reimplemented in ruby on rails
hard disk failure
maxloss
got backups?
installing ruby and rails on debian
hëävy mëtäl ümläüt
the lighter side: japanese error messages
home network performance
installing atronscrobbler on windows using cygwin
audiotron to audioscrobbler: atronscrobbler
lessons learned in electronic media
I’m interested in systems that convert simple text with optionally simple markup to html. I’ve used 2 such systems now:
Two main reasons:
I guess #1 is important to me as the primary author of my documents—simply put, I want to create these documents quickly and easily and have the output be valid html.
#2 becomes important when others must maintain the document. This is a key motivation for the twiki markup language—the system is a group collaboration system, and targeted to people that may not be skilled in html.
Textile extends #1 above to include translation of simple quotes and other punctuation to, um, the “more proper characters”. Matching double quotes become the paired, directional quotes, as in the previous sentence.
"before textile" —“after textile”
Here are some other systems (in no particular order):
These are great for creating documents with simple markup, but you soon want to do something that goes beyond the scope of the tool. As an example, I often want lists in tables. In twiki, tables and lists rely on lines for information about layout. A new line indicates a new list item (or the end of the list). A new line indicates a new row in the table, or the end of the table. Fortunately, twiki allows you to drop in regular html markup as needed, so if you really want a list in a table, you can just put the list tags right in, or code the whole table and list in html.
Another technique is to use a wysiwyg editor in a web form. There are a few of these available, too:
* * *