I decided to help some people by re-designing the Tarpri.com website because the joomla's ez-store component stopped working. Thanks to the ruby-powered, website generator Webgen and websites with open web designs, the process of creating the website went somewhat smooth. If you want to use Webgen to generate your website, you should download the example personal website to learn how to use Webgen. I had a small problem with generating php files; when following the example in the website for outputNameStyle which is the custom page name output format, I got an "invalid URI" message when running webgen. I solved it by using: outputNameStyle: [:name, [”.”, :lang], .php] in the meta info section of the .page file for the English version of the page. outputNameStyle: [:name, ., :lang, .php] in the meta info section of the .page file for the spanish version of the page.
A blog about real-world software engineering and development problems and solutions.