contents/h3rald.html
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 |
----- title: "H3RALD Web Site" content-type: project subtitle: "The site you're looking at" github: h3rald active: true home: /h3rald/ summary: "This very web site, in its 9th incarnation. H3RALD.com has been operative since 2004 and through the years its backend changed from being pure vanilla HTML, to server-side PHP (Prado and CakePHP) to Ruby (Rails, Nanoc), and finally Nim (HastySite)." version: 9.2.2 ----- <p>The H3RALD.com domain was bought in March 2004 and since than has always been my home on the Internet. Through the years, a total of 9 major versions of this web site has been released, each featuring some change in the backend.</p> <p>Currently, this site is fully static (minus a few AJAX calls) and is powered by my very own static site generator, HastySite (soon to be released) and by <a href="/litestore/">LiteStore</a> (for the archive search functionality).</p> <h3>Major Releases</h3> <h4>Version 9 (October 2017 – present)</h4> <ul> <li>Web Server: <a href="http://wiki.nginx.org/Main">Nginx</a></li> <li>Database: n/a</li> <li>Framework/<span class="caps">CMS</span>/Other: <a href="https://hastysite.h3rald.com">HastySite</a>> (static site generator)</li> <li>Programming Language: <a href="https://nim-lang.org">Nim</a>, <a href="https://min-lang-org">min</a></li> </ul> <h4>Version 8 (September 2009 – October 2017)</h4> <ul> <li>Web Server: <a href="http://www.apache.org">Apache</a>, <a href="http://wiki.nginx.org/Main">Nginx</a> (from version 8.3 onwards)</li> <li>Database: n/a</li> <li>Framework/<span class="caps">CMS</span>/Other: <a href="https://nanoc.ws/">Nanoc</a> (static site generator)</li> <li>Programming Language: <a href="http://www.ruby-lang.org">Ruby</a></li> </ul> <h4>Version 7 (July 2007 – September 2009)</h4> <ul> <li>Web Server: <a href="http://www.apache.org">Apache</a></li> <li>Database: <a href="http://www.mysql.com">MySQL</a></li> <li>Framework/<span class="caps">CMS</span>/Other: <a href="http://www.rubyonrails.org">Ruby on Rails</a> + <a href="http://www.typosphere.org">Typo</a></li> <li>Programming Language: <a href="http://www.ruby-lang.org">Ruby</a></li> </ul> <h4>Version 6 (December 2005 – July 2007)</h4> <ul> <li>Web Server: <a href="http://www.apache.org">Apache</a></li> <li>Database: <a href="http://www.mysql.com">MySQL</a></li> <li>Framework/<span class="caps">CMS</span>/Other: <a href="http://www.cakephp.com">CakePHP</a></li> <li>Programming Language: <a href="http://www.php.net"><span class="caps">PHP</span></a></li> </ul> <h4>Version 5 (April 2005 – December 2005)</h4> <ul> <li>Web Server: <a href="http://www.apache.org">Apache</a></li> <li>Database: <a href="http://www.sqlite.org">SQLite</a></li> <li>Framework/<span class="caps">CMS</span>/Other: <a href="http://www.xisc.com/">Prado</a></li> <li>Programming Language: <a href="http://www.php.net"><span class="caps">PHP</span></a></li> </ul> <h4>Version 4 (February 2005 – April 2005)</h4> <ul> <li>Web Server: <a href="http://www.apache.org">Apache</a></li> <li>Database: <a href="http://www.mysql.com">MySQL</a></li> <li>Framework/<span class="caps">CMS</span>/Other: n/a</li> <li>Programming Language: <a href="http://www.php.net"><span class="caps">PHP</span></a></li> </ul> <h4>Version 3 (November 2005 – February 2005)</h4> <ul> <li>Web Server: <a href="http://www.apache.org">Apache</a></li> <li>Database: <a href="http://www.mysql.com">MySQL</a></li> <li>Framework/<span class="caps">CMS</span>/Other: <a href="http://www.xoops.org/"><span class="caps">XOOPS</span></a></li> <li>Programming Language: <a href="http://www.php.net"><span class="caps">PHP</span></a></li> </ul> <h4>Version 2 (May 2004 – November 2004)</h4> <ul> <li>Web Server: <a href="http://www.apache.org">Apache</a></li> <li>Database: n/a</li> <li>Framework/<span class="caps">CMS</span>/Other: n/a</li> <li>Programming Language: <a href="http://www.php.net"><span class="caps">PHP</span></a></li> </ul> <h4>Version 1 (March 2004 – May 2004)</h4> <ul> <li>Web Server: <a href="http://www.apache.org">Apache</a></li> <li>Database: n/a</li> <li>Framework/<span class="caps">CMS</span>/Other: n/a</li> <li>Programming Language: n/a</li> </ul> <h3>Latest Updates</h3> <ul> <li><a href="/articles/hastysite/">Building yet another static site generator</a></li> <li><a href="/articles/h3rald-83/">H3RALD.com v8.3 Released</a></li> <li><a href="/articles/h3rald-81/">H3RALD.com v8.1 Released</a></li> <li><a href="/articles/take-back-your-site-with-nanoc/">Take back your site, with nanoc!</a></li> <li><a href="/articles/h3rald-71/">Introducing H3RALD.com v7.1</a></li> <li><a href="/articles/h3rald-v7-overview/">Back on Track…</a></li> <li><a href="/articles/37/">Some updates</a></li> <li><a href="/articles/8/">New site operative</a></li> </ul> |