Download
The download page is here only for historical reasons. The prefered way of downloading soxer is installation through gem.
You can download the latest version of soxer by issuing the following command:
$ sudo gem install soxer rdiscount thin
Please, note, that rdiscount and thin are not dependancies, but the first enables you to run markdown inside haml templates, while the later is a production worthy wab server, which works wonders even in developement mode (as opposed to webrick, which is a standard ruby web server, which - is a wonder in it self). Pun intended.
Obsolete version
(2010-06-08T09:25:20+02:00)
History
link_to soxer_alpha_0.6.1.tar.bz2
(Current, 2010-06-08T09:25:20+02:00)
- A typo in to link_to method has been fixed. This was a result of a sentitive touchpad on my laptop. This was a severe bug.
link_to soxer_alpha_0.6.tar.bz2
(2010-06-07T22:58:12+02:00)
- Internal structure has changed with addition of new methods for Atom, Sitemap, Google Ads, Google Analytics and Disqus partials
- Partials are now written in HAML and include in the distribution
- HAML is now a dependency
- Code is documented slightly better. Rdoc documentation is provided, but still largely incomplete.
link_to soxer_alpha_0.5.tar.bz2
(Current, 2010-05-28T11:15:38+02:00)
- Internal structure has changed, new classes added, functionality and code usage is preserved
- Sitemap.xml uses nokogiri (introduces nokogiri dependancy - http://nokogiri.org/).
- Builder templating dependancy is removed
link_to soxer_alpha_0.4.tar.bz2
(2010-05-27T09:46:57+02:00)
- Addded documentation to the actual code (not finished yet)
- Added sitemap.xml generating function (introduces builder dependancy)
link_to soxer_alpha_0.3.tar.bz2
(2010-05-25T13:57:23+02:00)
- Changed the get_list function completely. Code not yed documented.
link_to soxer_alpha_0.2.tar.bz2
(2010-05-17T23:37:56+02:00)
- Added "obfuscate" function to hide mail from harvesters.
link_to soxer_alpha_0.1.tar.bz2
(2010-05-05T23:12:25+02:00)
- Fixed page['url'] generation, removal of /index component of url.
link_to soxer_pre_alpha.tar.bz2
(2010-05-01T16:00:00+02:00)
This is the initial Soxer release.