spolu
spolu

Reputation: 660

What are the best tools to maintain HTML pages in multiple languages?

I would love to find alternatives to using MySQL + PHP. Currently thinking of using sed to replace placeholders using a dictionary per language to support during release? Any better alternative?

Upvotes: 0

Views: 202

Answers (1)

Christophe Eblé
Christophe Eblé

Reputation: 8161

Use logic-less templates

Mustache is a great tool for that!!

http://mustache.github.com/

Of course you should RTFM xD

http://mustache.github.com/mustache.5.html

Upvotes: 1

Related Questions