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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 |
----- 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.0.0 ----- <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> <div class="timeline"> <div class="timeline-item"> <div class="timeline-left"> <div class="timeline-icon icon-lg"> <i class="ent ent-flag"></i> </div> </div> <div class="timeline-content"> <div class="tile"> <div class="tile-content"> <p class="tile-subtitle"> Version 9 (October 2017 – present) </p> <ul> <li>Web Server: <a href="http://wiki.nginx.org/Main">Nginx</a></li> <li>Database: <a href="/litestore/">LiteStore</a> (for the archive search functionality only)</li> <li>Framework/<span class="caps">CMS</span>/Other: HastySite (static site generator)</li> <li>Programming Language: <a href="https://nim-lang.org">Nim</a></li> </ul> </div> </div> </div> </div> <div class="timeline-item"> <div class="timeline-left"> <div class="timeline-icon icon-lg"> <i class="ent ent-flag"></i> </div> </div> <div class="timeline-content"> <div class="tile"> <div class="tile-content"> <p class="tile-subtitle"> Version 8 (September 2009 – October 2017) </p> <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="http://www.h3rald.com">Nanoc</a> (static site generator)</li> <li>Programming Language: <a href="http://www.ruby-lang.org">Ruby</a></li> </ul> </div> </div> </div> </div> <div class="timeline-item"> <div class="timeline-left"> <div class="timeline-icon icon-lg"> <i class="ent ent-flag"></i> </div> </div> <div class="timeline-content"> <div class="tile"> <div class="tile-content"> <p class="tile-subtitle"> Version 7 (July 2007 – September 2009) </p> <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> </div> </div> </div> </div> <div class="timeline-item"> <div class="timeline-left"> <div class="timeline-icon icon-lg"> <i class="ent ent-flag"></i> </div> </div> <div class="timeline-content"> <div class="tile"> <div class="tile-content"> <p class="tile-subtitle"> Version 6 (December 2005 – July 2007) </p> <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> </div> </div> </div> </div> <div class="timeline-item"> <div class="timeline-left"> <div class="timeline-icon icon-lg"> <i class="ent ent-flag"></i> </div> </div> <div class="timeline-content"> <div class="tile"> <div class="tile-content"> <p class="tile-subtitle"> Version 5 (April 2005 – December 2005) </p> <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> </div> </div> </div> </div> <div class="timeline-item"> <div class="timeline-left"> <div class="timeline-icon icon-lg"> <i class="ent ent-flag"></i> </div> </div> <div class="timeline-content"> <div class="tile"> <div class="tile-content"> <p class="tile-subtitle"> Version 4 (February 2005 – April 2005) </p> <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> </div> </div> </div> </div> <div class="timeline-item"> <div class="timeline-left"> <div class="timeline-icon icon-lg"> <i class="ent ent-flag"></i> </div> </div> <div class="timeline-content"> <div class="tile"> <div class="tile-content"> <p class="tile-subtitle"> Version 3 (November 2005 – February 2005) </p> <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> </div> </div> </div> </div> <div class="timeline-item"> <div class="timeline-left"> <div class="timeline-icon icon-lg"> <i class="ent ent-flag"></i> </div> </div> <div class="timeline-content"> <div class="tile"> <div class="tile-content"> <p class="tile-subtitle"> Version 2 (May 2004 – November 2004) </p> <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> </div> </div> </div> </div> <div class="timeline-item"> <div class="timeline-left"> <div class="timeline-icon icon-lg"> <i class="ent ent-flag"></i> </div> </div> <div class="timeline-content"> <div class="tile"> <div class="tile-content"> <p class="tile-subtitle"> Version 1 (March 2004 – May 2004) </p> <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> </div> </div> </div> </div> </div> <h3>Latest Updates</h3> <ul><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> |