May 03, 2007
We're having an outage to upgrade our server hardware; this will be taking place between 8 AM and 10 AM GMT (2 AM to 4 AM CDT) on Thursday May 3rd - which is today! (At least for me.)
We'll be moving from those slow old Core 2 Duo chips* to shiny new Core 2 Quads.**
Yay!
Update: This server has been upgraded. The production servers are still being worked on, but the beta test is back in action.
* Xeon 3060's to be precise, and they're actually very fast.
** Xeon 3220's, and they're very very fast.
Posted by: Pixy Misa at
04:03 AM
| Comments (7)
| Add Comment
Post contains 113 words, total size 1 kb.
April 23, 2007
more...
Posted by: Pixy Misa at
04:11 PM
| No Comments
| Add Comment
Post contains 163 words, total size 2 kb.
Code: [pullquote left strip scheme=orange]The pullquote tag|makes for|easy and attractive|magazine-style|pullquotes.[/pullquote]
Usage: [pullquote {left|right} {strip} {nobody} {scheme=scheme_name}]
- The quote can be placed either left or rightplaced either left or right (the default) of the body text.
- Markup in the body text may cause problems in the pullquote. The strip option removes any markup from the pullquote, leaving it in the body.
- This text appears only in the pullquote.When needed, the pullquote text can be different to the body text. To specify that the contents are to appear in the pullquote only, specify the nobody option.
- Schemes
can be user-defined in your CSS. The standard schemes include red, orange, green, blue, and purplered, orange, green, blue, and purple. The default scheme (if no scheme is specified) is black and grey. The CSS code for the blue scheme, for example, is simply:
.pullquote-blue-1,.pullquote-blue-5 { color: #55D; }
.pullquote-blue-2,.pullquote-blue-4 { color: #339; }
.pullquote-blue-3 { color: #004; } - Pullquotes are automatically split into five sections, unless you specify the break points using pipes | as shown in this example.
Posted by: Pixy Misa at
02:50 PM
| Comments (4)
| Add Comment
Post contains 204 words, total size 2 kb.
New Features
Configurable Editor: mee.nu supports a variety of optional fields on posts, in addition to the standard text and more. If you want to add notes, tags, keywords, extracts, blurbs and other information to your posts, you now can select exactly which fields you want to appear on your edit page
Enhanced Edit Screen: Now you can view comments within the post edit screen, adjust the posting date and path of your posts, and as access new features like pages and sticky posts. Click on the Options link on the edit screen to access these new features.
Pages: Pages are similar to posts, except that they don't appear in the main flow of your blog. Ideal for one-off items like an "about" page.
Stickies: Posts can be flagged as announcements or sticky, which makes them appear at the top of your blog. You can also mark posts as unsticky, which makes them appear at the very end of your blog. You can manage how this is handled using the sticky, unsticky, nosticky and stickyonly options on the [posts] tag.
Prev/Next: The [post:prev] and [post:next] tags can be used in your individual entry pages to access data from the previous and next items (within the current folder, and ordered by posting date). The [post:first] and [post:last] tags similarly provide access to the first and last posts. By adding the mode=category option, you can restrict the selection to the present post's category.
Cache Control: In some cases, you may not want a page to be cached, for example, when you are working with dynamic CSS that is customised for the user's browser. You can now select whether pages are cached on a per-folder basis.
Enhanced Performance: Pages are now generated up to 40% faster, with the greatest gains on pages with lots of comments.
Video: New BBCode tags for Eyespot, iFilm, Guba and Veoh.
BBCode: New image tag [img]...[/img] is compatible with many web forums, and with (for example) Photobucket.
Enhanced Include: When including a sub-template, you can now specify any number of parameters. These are substituted into the new template as specified by place-markers of the form {1}, {2}, {3}...
Variables As Parameters: You can now use template variables as parameters to template tags. To indicate that a parameter should be read from a variable, prefix the variable name with $. (Note that you can't do this for parameter values, yet; the variable must contain the entire parameter.)
mee.fm: mee.fm is our forthcoming podcasting and internet raido sister-site. Every mee.nu blog comes with a free companion mee.fm site. Your mee.fm site currently resolves to your existing mee.nu blog; in the future you will have the ability to create it as a separate site. Right now, you can see which site a user is accessing via the [page.domain] tag, which will return either mee.nu or mee.fm.
Bug Fixes
- Fixed bug from 17th April update which broke search function. (200)
- Added nospace, underscore formatting options. (190)
- Fixed default RSS template. (188)
- Completed update of post selection. (164)
- Images and videos allowed in comments for registered users. (141)
- Hotlink prevention. (110)
Posted by: Pixy Misa at
02:24 AM
| Comments (17)
| Add Comment
Post contains 565 words, total size 7 kb.
April 22, 2007
One of the features didn't quite make it in time, so there will be another update Tuesday April 24th at 6AM GMT.
Posted by: Pixy Misa at
10:28 PM
| No Comments
| Add Comment
Post contains 40 words, total size 1 kb.
April 18, 2007
Usage [include {args}]
[include:once {args}]
Type control tag
Data Fields n/a
more...
Posted by: Pixy Misa at
04:50 PM
| Comments (2)
| Add Comment
Post contains 148 words, total size 2 kb.
Date and Time
Dates and times use a format string as described below. You can use any combination of formatting options and text in the format string. If the format string contains spaces, you will need to enclose it in either single or double quotes.Date Formatting Options
Code | Meaning | Examples |
%a | Abbreviated weekday name. | Tue, Thu |
%A | Full weekday name. | Tuesday, Thursday |
%b | Abbreviated month name | Jan, Aug |
%B | Full month name. | January, August |
%c | Date and time. | Tue Apr 3 14:53:38 2007 |
%d | Day of month. | 3 |
%j | Day of year. | 093 |
%m | Month. | 1, 8 |
%U | Week of year (weeks starting Sunday). | 13 |
%W | Week of year (weeks starting Monday). | 13 |
%x | Date (mm/dd/yy). | 04/03/07 |
%y | Year. | 07 |
%Y | Year with century. | 2007 |
Time Formatting Options
Code | Meaning | Examples |
%H | Hour (24-hour clock). | 11, 23 |
%I | Hour (12-hour clock). | 11, 11 |
%M | Minute. | 03, 29 |
%p | AM or PM. | AM, PM |
%S | Second. | 15, 59 |
%X | Time. | 14:53:38 |
Some Examples
Code | Result |
%A, %B %d | Monday, April 09 |
%I:%M %p | 08:57 PM |
%A, %B %d %Y %I:%M %p | Monday, April 09 2007 08:57 PM |
%Y-%m-%d | 2007-04-09 |
Example: [post.date format="%I:%M %p"]
Text
Multiple text formatting options can be applied by separating the commands with commas. The formatting commands are applied in the order they are listed. Example: [post.text format="first=100,underscore,lower"].Option | Description |
left=n | Returns the first n characters of the text. |
right=n | Returns the last n characters of the text. |
first=n | Returns the first n words of the text. |
last=n | Returns the last n words of the text. |
trim | Removes any leading and trailing spaces. |
trim=s | Removes any leading or trailing instances of string s. |
lower | Converts text to lower case. |
upper | Converts text to upper case. |
words | Returns the number of words in the text. |
letters | Returns the number of letters in the text. |
nospace | Removes any spaces from the text. |
underscore | Convert any spaces in the text to underscores. |
Numbers
Number formatting works by placing the formatted value into a string containing both formatting options and text.Option | Description |
%d | Signed integer decimal. |
%i | Signed integer decimal. |
%o | Unsigned octal. |
%u | Unsigned decimal. |
%x | Unsigned hexadecimal (lower case). |
%X | Unsigned hexadecimal (upper case). |
%e | Floating point exponential (lower case). |
%E | Floating point exponential (lower case). |
%f | Floating point decimal format. |
%F | Floating point decimal format. |
%g | Variable floating point format. |
%G | Variable floating point format. |
%s | Default representation. |
%% | % symbol. |
As an example, you could have [post.words format="There are %d words in this post."]
Each of the numeric formatting options can take a number of flags:
Flag | Description | Example |
0 | Zero fill the result. | %0d |
- | Left-adjust the result | %-d |
(Space) Leave a space before a positive result. | % d | |
+ | Always show a leading + or -. | %+d |
Posted by: Pixy Misa at
09:34 AM
| No Comments
| Add Comment
Post contains 430 words, total size 13 kb.
April 17, 2007
Currently, you can only have two automatic feeds per folder, RSS and Atom. Some other systems support RSS 0.92 and RSS 1.0; I've decided to concentrate on the more modern (and simpler) feed formats. It is possible to create additional feeds by setting up your own parallel linked folder structure, but I'm not sure that there's a lot of requirement for that.
more...
Posted by: Pixy Misa at
05:04 AM
| Comments (10)
| Add Comment
Post contains 131 words, total size 2 kb.
more...
Posted by: Pixy Misa at
04:57 AM
| No Comments
| Add Comment
Post contains 50 words, total size 1 kb.
<base>
[page.base] is the base directory for your current folder. This is used so that relative paths for links and images will still work for archives, where additional "directory" levels are appended to the URL. This may need some tweaking to accommodate your own multiple directory levels.
The target option here controls how links are opened: _self makes them open in the current window; _blank will make each new link open in a new window (or tab, if your browser is set up that way).
Feeds
Both Atom and RSS feeds should be working now (sorry about that!) The two links here should provide autodiscovery for your feeds in most browsers. This works perfectly in Opera and IE7. In Firefox, it does work, but automatically chooses the Atom feed without giving you an option. This is odd, because if I add a third feed to the list, Firefox presents a menu for all three.
Both feeds validate, with some warnings in some cases; I'll be working on tidying that up so that they validate perfectly in all cases. (Using the validator at feedvalidator.org.)
Doctype
The doctype is given as XHTML1 Transitional. There's no way for me to guarantee that Minx generates valid XHTML1, short of running it through something like Tidy, which would double the load on the server. I will work on cleaning up the standard templates, so that at least a freshly created blog will validate cleanly.
more...
Posted by: Pixy Misa at
04:54 AM
| No Comments
| Add Comment
Post contains 290 words, total size 3 kb.
31 queries taking 2.5271 seconds, 83 records returned.
Powered by Minx 1.1.6c-pink.