This is a new Artemus milestone release. The Artemus language has been completely rewritten to be a LISP-like, compiled machine. No backward compatibility is provided (other than including the old 4.x module in the distribution). The new 5.x language is faster, more flexible, less cumbersome (for example, there's no need for escaping inner blocks that should execute only conditionally) and include support for translateable strings.
All Ann Hell things on the net seems to be happening on Youtube these days.
A new version of the Minimum Profit text editor has been released, including the following features:
keep_eol, to keep the original end of line sequence each document had.
mp-5.exe.
Version 2.2.1 of the Gruta CMS, codenamed "Montecatini", has been released. The following changes were made:
set_date, to force a date to be assumed as today, to be used to take a look at how would a page be shown in the given date. Only usable by a logged-in admin user.
gruta_mksite, to help in the creation of a new site.
set_story_date, has been added to bin/gruta.
mod_rewrite keywords to be used if static_urls is set has been expanded.
RewriteRule ^/([0-9]+)\.html$ /?t=INDEX&offset=$1 [PT,L] RewriteRule ^/([0-9]+)-([0-9]+)\.html$ /?t=SEARCH_BY_DATE&from=$1&to=$2 [PT,L] RewriteRule ^/tag/(.+)\.html$ /?t=SEARCH_BY_TAG&tag=$1 [PT,L] RewriteRule ^/tag/$ /?t=TAGS [PT,L] RewriteRule ^/top/$ /?t=TOP_TEN [PT,L] RewriteRule ^/(.+)/$ /?t=TOPIC&topic=$1 [PT,L] RewriteRule ^/(.+)/index\.html$ /?t=TOPIC&topic=$1 [PT,L] RewriteRule ^/(.+)/([0-9]+)\.html$ /?t=TOPIC&topic=$1&offset=$2 [PT,L] RewriteRule ^/(.+)/(.+)\.html$ /?t=STORY&topic=$1&id=$2 [PT,L] RewriteRule ^/rss\.xml$ /?t=RSS [PT,L] RewriteRule ^/sitemap\.xml$ /?t=SITEMAP [PT,L] RewriteRule ^/style\.css$ /?t=CSS [PT,L]
I'm in the process of releasing version 5.1.3, that will include significant changes to the way character encodings are autodetected. I would like to know if there are any regressions for locales and encodings I could overlooked.
The downloadable tarball is the following:
http://triptico.com/download/mp-5.1.3-dev.tar.gz
I plan to release a Windows binary version really soon, probably this evening. This is specially important as Windows has its own set of potential problems regarding character encodings.
I've also written a document describing the new behaviour regarding encodings (the document is also included in the tarball):
Minimum Profit character encoding support
If you find any issue, please mail me to angel@triptico.com or subscribe to the Minimum Profit mailing list by writing to mp-subscribe@lists.triptico.com and say it there.
Update: Here it's the MS Windows binary:
Mi libro Terra Incognita ya se vende en Amazon.com.
Actualización: Este libro ya no se vende en papel, sólo como eBook.
A new version of the Minimum Profit text editor has been released. It includes the following features:
grep action can now be recursive.
section_list, that shows a list of sections in the current document to jump to. Sections are usually function definitions and special marks in programming languages.
seek_misspelled, to search the next misspelled word. It has been assigned to keycode f5.
ignore_last_misspell, to add the last misspelled word found by seek_misspelled to a whitelist so it won't be found again.
seek_repeated_word, to search for words starting or ending with the same number of letters up to a maximum distance. It's controlled by the new configuration directives mp.config.rw_num_chars and mp.config.rw_max_dist. It has been assigned to keycode f6 (this keycode was previously assigned to join_paragraph, which has no keybinding now).
open_templates_file has been fixed.
-d, to change the working directory.
dump() function now dumps its argument as MPSL code.
Igual que hice en enero y febrero con Las Tijeras del Viajero, hoy queda inaugurada la semana monstruosa: desde hoy hasta el sábado publicaré diariamente un minirelato del libro Las Tijeras del Viajero. Monstruos.
Basta con suscribirse al siguiente RSS:
http://triptico.com/?t=RSS;tag=las%20tijeras%20del%20viajero.%20monstruos
Version 2.2.0 of the Gruta CMS, codenamed "Osmannoro", has been released. This release needs Artemus version 4.1.2. The following changes were made:
stories_by_date has changed the order of their output values; now they are topic_id, id and date.
tag, to get feeds on stories by tag.
sources argument is still supported (only the first one is used, though), but the scalar source is preferred now.
.META extension has been changed to .M, and .TAGS to .T. Also, new files appear in the stories directory with the .A and .B extensions, holding the rendered abstract and story body, respectively. The transition is made automatically on the first run, no manual operation is needed.
hard_top_ten_limit to Gruta::Source::FS, to set the maximum number of stories to be tested when generating the top read stories index (previously hardcoded to 100).
min_size_for_gzip to Gruta::CGI, to set the minimum size for the output body to be Gzip compressed (previously hardcoded to 10000).
CSS, RSS and SITEMAP pages. The following mod_rewrite rule must be added to the ones suggested in the previous version:
RewriteRule ^/style\.css$ /?t=CSS [PT]
Version 4.1.2 of the Artemus template toolkit has been released. The following changes were made:
sort.
reverse.
loader_func argument to new().
La segunda edición en papel de mi libro Terra Incognita está lista para comprarla en la tienda Lulu.com).
El texto incluye algunas correcciones de fallos tipográficos y estilo. Pero lo más interesante es la nueva presentación y diseño hecho por Marisa Ortega, gran profesional que además es mi hermana.
Una vez más, se demuestra que el aspecto es fundamental y lo que antes parecía un panfleto sin el menor interés ahora parece un libro de verdad.
Actualización: No más Lulu.com.
Version 2.0.15 of the Grutatxt text conversion package has been released. The following changes were made:
url-label-max to the HTML driver to set a maximum size for URLs.
pod2grutatxt, to convert Perl documentation in POD format to Grutatxt.
pre mode is really verbatim, so bold / italic markup is not processed.
Desde hoy hasta mediados de febrero de 2009, y sin ninguna razón en especial, he decidido publicar cada día uno de los relatos o poemas de mi libro Las Tijeras del Viajero.
La forma más cómoda de leerlos es mediante un lector RSS. Están por todas partes: Mozilla Firefox, Google Reader ó KDE Akregator. Tan sólo hay que usar el siguiente URL:
http://triptico.com/?t=RSS;tag=las%20tijeras%20del%20viajero
It seems that Minimum Profit has been orphaned in Debian due to its maintainer (Roberto Suarez Soto) being missing in action:
MP's package (called mped there) was certainly very abandoned and outdated.
So, if you are a Debian developer and have any interest in having the best text editor in the universe working in the best Linux distribution of the world, please adopt it.
Version 2.1.0 of the Gruta CMS, codenamed "Calenzano", has been released. Bad story 'docs/gruta_release_notes'.
The Space Plumber win32 install package was somehow corrupted and has been rebuilt again.
A new version of Minimum Profit has been released. It fixes some important bugs and adds some minor features:
Version 1.2.2 of mp_doccer has been released. Changes are:
--abstract, to set the abstract for the generated document.
A new version of the Artemus template toolkit has been released, featuring the following:
case.
env, to get values from the environment.
size, to return the number of elements in a colon-separated list.
seq, to generate a sequence between two numbers as a colon-separated list.