TobyInkster.co.uk

16/06/2007: You’re Not Allowed to Take Pictures of the US Embassy in Rome

So I only managed to take two…

Front of building

Front of building — full size

Side of building

Side of building — full size

Comments

Comment 001

You’re not allowed to take pictures of it? Now how the hell do they think they’re gonna manage to enforce that?

Obviously they can’t. Bloomin’ Merkins!

Author: Anonymous Coward [85.211.159.125]
Date: Sunday, 17th June 2007, 10:34pm (BST)

Comment 002

Actually, after I’d taken the second picture a carabiniere (Italian military policeman) asked me to stop taking pictures!

Author: Toby Inkster
Date: Monday, 18th June 2007, 10:04am (BST)

Comment 004

How did you know that taking pix was not allowed? Was there a sign in front of the Embassy, or after taking the 2nd pic, was it the carabiniere that made you realize it? I’m really curious, because I used to stay at the Savoy almost every week for years, and used to walk by the embassy all the time…it’s so beautiful, no?

Author (Unverified): Valerie Cantone [4.237.53.53]
Date: Monday, 18th June 2007, 7:15pm (BST)

Comment 005

No, no sign. One is just expected to know, I suppose.

It is a nice building, but Rome is full of nice buildings.

Author: Toby Inkster
Date: Monday, 18th June 2007, 10:46pm (BST)

Comments are moderated and may take one or two days to show up on the site. You can bypass comment moderation by signing up as a registered user.

Google Search

Article Details

Author:Toby Inkster
Licence:All rights reserved
Created:Fri, 1 Jun 2007
Status:Standard
Permalink:Permalink

June 2007

M T W T F S S
28 29 30 31 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 1

Blogroll

Here are some other sites. Some might be good; some might be rubbish. You decide.

Array ( [this] => BlogArticle Object ( [nextitem:protected] => BlogArticle Object ( [nextitem:protected] => [previtem:protected] => [bound_code] => B [tags:protected] => [comments:protected] => [attachments:protected] => [url] => http://tobyinkster.co.uk/blog/2007/06/18/dict-thes-ency/ [data:protected] => Array ( [article_id] => 161 [uri_part] => dict-thes-ency [article_type] => B [article_status] => S [article_date] => 1182179758 [date_created] => 1182179758 [date_modified] => 1182179758 [by] => tobyink [ip] => 127.0.0.1 [ua] => dbvis/5.1.1 [moderated_state] => A [moderated_date] => 1182179758 [moderated_by] => tobyink [locale] => en_GB [title] => dict, thes & ency [summary] => "dict":http://www.dict.org is a command that is supplied with most Linux and BSD distributions. If you enter dict foo at the command-line, you get back the dictionary definition of "foo". Normally several different dictionaries are supplied, including some dictionaries of translation, and it's possible to look up the word on various online dictionaries too. As counterparts to dict I've created thes for looking stuff up in _Moby's Thesaurus_ and ency for online encyclopaedia "_Wikipedia_":http://en.wikipedia.org... [body] => "dict":http://www.dict.org is a command that is supplied with most Linux and BSD distributions. If you enter dict foo at the command-line, you get back the dictionary definition of "foo". Normally several different dictionaries are supplied, including some dictionaries of translation, and it's possible to look up the word on various online dictionaries too. As counterparts to dict I've created thes for looking stuff up in _Moby's Thesaurus_ and ency for online encyclopaedia "_Wikipedia_":http://en.wikipedia.org. h1. thes thes requires dict to be installed and working correctly. ====|code::bash| #!/bin/sh /usr/bin/dict -d moby-thes -h dict.org "$1" ==== OK -- maybe it's a little over-simplistic, but it does the job. h1. ency ency requires Lynx, Perl and a working Internet connection. ====|code::perl| #!/usr/bin/perl $_ = shift @ARGV || die "Need to supply an argument.\n"; s/\s+/_/g; $_ = URLEncode(ucfirst($_)); s/\'/\\\'/g; # Fix syntax highlighting: ' $url = 'http://en.wikipedia.org/wiki/'.$_; $page = `lynx -nolist -dump -justify=0 '$url'`; if ($page =~ /Wikipedia does not have an article with this exact name\./) { print "Article not found.\n"; exit; } ($page, $dummy) = split /\nViews\n/, $page; @lines = split /\n/, $page; shift @lines; shift @lines; foreach (@lines) { s/^\[edit\]\s+?//; print "$_\n"; } sub URLEncode { $_ = shift; s/([\W])/"%" . uc(sprintf("%2.2x",ord($1)))/eg; return $_; } ==== I hope someone finds these useful. [body_split] => N [tags] => wikipedia command-line linux perl [extra_styles] => [extra_metadata] => [extra_links] => [licence] => C [copyright] => [source_uri] => [view_level] => 0 [view_password] => [trackback_allow] => Y [comments_level_allow] => 1 [comments_level_autoapprove] => 100 [php_obj] => BlogArticle [moderation_shown] => Y [status_shown] => Y [status_listed] => Y ) [metadata:protected] => Array ( [article_id] => BlogArticle object [uri_part] => BlogArticle object [article_type] => BlogArticle object [article_status] => BlogArticle object [article_date] => BlogArticle object [date_created] => BlogArticle object [date_modified] => BlogArticle object [by] => BlogArticle object [ip] => BlogArticle object [ua] => BlogArticle object [moderated_state] => BlogArticle object [moderated_date] => BlogArticle object [moderated_by] => BlogArticle object [locale] => BlogArticle object [title] => BlogArticle object [summary] => BlogArticle object [body] => BlogArticle object [body_split] => BlogArticle object [tags] => BlogArticle object [extra_styles] => BlogArticle object [extra_metadata] => BlogArticle object [extra_links] => BlogArticle object [licence] => BlogArticle object [copyright] => BlogArticle object [source_uri] => BlogArticle object [view_level] => BlogArticle object [view_password] => BlogArticle object [trackback_allow] => BlogArticle object [comments_level_allow] => BlogArticle object [comments_level_autoapprove] => BlogArticle object [php_obj] => BlogArticle object [moderation_shown] => BlogArticle object [status_shown] => BlogArticle object [status_listed] => BlogArticle object ) [extra_links:protected] => Array ( ) [extra_metadata:protected] => Array ( ) [pants:protected] => [linkbacks:protected] => Array ( ) [site:protected] => [author:protected] => ) [previtem:protected] => BlogArticle Object ( [nextitem:protected] => [previtem:protected] => [bound_code] => B [tags:protected] => [comments:protected] => [attachments:protected] => [url] => http://tobyinkster.co.uk/blog/2007/06/16/typography/ [data:protected] => Array ( [article_id] => 159 [uri_part] => typography [article_type] => B [article_status] => S [article_date] => 1181999127 [date_created] => 1181999127 [date_modified] => 1181999127 [by] => tobyink [ip] => 127.0.0.1 [ua] => dbvis/5.1.1 [moderated_state] => A [moderated_date] => 1181999127 [moderated_by] => tobyink [locale] => en_GB [title] => Typography Links [summary] => [body] => Most of the really pleasant web designs I see seem to display more than a little evidence of classical typographic knowledge. Here's my collection of typography-related resources, including links to some classic (and some common) fonts. h1. Tips and Tricks * "Mark Boulton: Five Simple Steps to Better Typography":http://markboulton.co.uk/articles/detail/five_simple_steps_to_better_typography/ * "Richard Rutter & Mark Boulton: Web Typography Sucks":http://webtypography.net/sxsw2007/webtypography-sxsw2007.pdf h1. Particular Characters * "Mark Boulton: The Right Glyph for the Job":http://www.markboulton.co.uk/journal/comments/five_simple_steps_to_typesetting_on_the_web_the_right_glyph_for_the_job/ (ellipsis, quotes, ligatures) * "Mark Boulton: Dashes":http://www.markboulton.co.uk/journal/comments/five_simple_steps_to_typesetting_on_the_web_dashes/ * "A List Apart: The Trouble with EM 'n EN":http://alistapart.com/articles/emen/ (dashes, hyphens, spaces, quotes, primes, ellipsis) * "Jukka Korpela: Dashes and Hyphens":http://www.cs.tut.fi/~jkorpela/dashes.html * "Jukka Korpela: Unicode Spaces":http://www.cs.tut.fi/~jkorpela/chars/spaces.html * "Jukka Korpela: The Euro Sign in HTML (and in some other contexts)":http://www.cs.tut.fi/~jkorpela/html/euro.html * "Jukka Korpela: Characters in SI Notations":http://www.cs.tut.fi/~jkorpela/chars/si.html * "Wikipedia: Asterisk":http://en.wikipedia.org/wiki/Asterisk * "Wikipedia: Asterism":http://en.wikipedia.org/wiki/Asterism_%28typography%29 * "Wikipedia: Dagger":http://en.wikipedia.org/wiki/Dagger_%28typography%29 * "Wikipedia: Guillemets":http://en.wikipedia.org/wiki/Guillemets * "Wikipedia: Pilcrow":http://en.wikipedia.org/wiki/Pilcrow * "Wikipedia: Prime":http://en.wikipedia.org/wiki/Prime_%28symbol%29 * "Wikipedia: Section Sign":http://en.wikipedia.org/wiki/Section_sign * "Wikipedia: Tilde":http://en.wikipedia.org/wiki/Tilde h1. Fonts * "Code Style: Font Sampler":http://www.codestyle.org/css/font-family/ * "Buzzword.org.uk: Common Fonts":http://buzzword.org.uk/fonts/ * *Sans Serif / Gothic* ** Grotesque *** "Wikipedia: Franklin Gothic":http://en.wikipedia.org/wiki/Franklin_Gothic *** "Wikipedia: Geneva":http://en.wikipedia.org/wiki/Geneva_%28typeface%29 *** "Wikipedia: Haettenschweiler":http://en.wikipedia.org/wiki/Haettenschweiler *** "Wikipedia: Helvetica":http://en.wikipedia.org/wiki/Helvetica *** "Wikipedia: Impact":http://en.wikipedia.org/wiki/Impact_%28typeface%29 *** "Wikipedia: Univers":http://en.wikipedia.org/wiki/Univers ** Geometric *** "Wikipedia: Century Gothic":http://en.wikipedia.org/wiki/Century_Gothic *** "Wikipedia: Futura":http://en.wikipedia.org/wiki/Futura_%28typeface%29 ** Humanist *** "Wikipedia: Frutiger":http://en.wikipedia.org/wiki/Frutiger *** "Wikipedia: Gill Sans":http://en.wikipedia.org/wiki/Gill_Sans *** "Wikipedia: Lucida Grande":http://en.wikipedia.org/wiki/Lucida_Grande *** "Wikipedia: Myriad":http://en.wikipedia.org/wiki/Myriad_%28typeface%29 *** "Wikipedia: Optima":http://en.wikipedia.org/wiki/Optima *** "Wikipedia: Tahoma":http://en.wikipedia.org/wiki/Tahoma_%28typeface%29 *** "Wikipedia: Trebuchet MS":http://en.wikipedia.org/wiki/Trebuchet_MS *** "Wikipedia: Verdana":http://en.wikipedia.org/wiki/Verdana * *Serif* ** Old Style *** "Wikipedia: Aldus":http://en.wikipedia.org/wiki/Aldus_%28typeface%29 *** "Wikipedia: Caslon":http://en.wikipedia.org/wiki/Caslon *** "Wikipedia: Garamond":http://en.wikipedia.org/wiki/Garamond *** "Wikipedia: Hoefler Text":http://en.wikipedia.org/wiki/Hoefler_Text *** "Wikipedia: Palatino":http://en.wikipedia.org/wiki/Palatino *** "Wikipedia: Trajan":http://en.wikipedia.org/wiki/Trajan_%28typeface%29 ** Transitional *** "Wikipedia: Baskerville":http://en.wikipedia.org/wiki/Baskerville *** "Wikipedia: Berhard Modern":http://en.wikipedia.org/wiki/Bernhard_Modern *** "Wikipedia: Bookman":http://en.wikipedia.org/wiki/Bookman_%28typeface%29 *** "Wikipedia: Georgia":http://en.wikipedia.org/wiki/Georgia_%28typeface%29 *** "Wikipedia: Mrs Eaves":http://en.wikipedia.org/wiki/Mrs_Eaves *** "Wikipedia: Times Roman":http://en.wikipedia.org/wiki/Times_Roman ** Modern *** "Wikipedia: Bodoni":http://en.wikipedia.org/wiki/Bodoni *** "Wikipedia: Century Schoolbook":http://en.wikipedia.org/wiki/Century_Schoolbook *** "Wikipedia: Didot":http://en.wikipedia.org/wiki/Didot_%28typeface%29 ** Slab Serif *** "Wikipedia: Courier":http://en.wikipedia.org/wiki/Courier_%28typeface%29 *** "Wikipedia: Rockwell":http://en.wikipedia.org/wiki/Rockwell_%28typeface%29 * *Script* ** Casual *** "Wikipedia: Brush Script":http://en.wikipedia.org/wiki/Brush_Script *** "Wikipedia: Comic Sans MS":http://en.wikipedia.org/wiki/Comic_Sans *** "Wikipedia: Dom Casual":http://en.wikipedia.org/wiki/Dom_Casual *** "Wikipedia: Mistral":http://en.wikipedia.org/wiki/Mistral_%28typeface%29 ** Caligraphic *** "Adobe: ITC Zapf Chancery":http://www.adobe.com/type/browser/P/P_165.html *** "Wikipedia: Kuenstler Script":http://en.wikipedia.org/wiki/Kuenstler_Script *** "Wikipedia: Zapfino":http://en.wikipedia.org/wiki/Zapfino * *Black Letter* ** "Wikipedia: Fette Fraktur":http://en.wikipedia.org/wiki/Fette_Fraktur *** I won't give any links to grid-based layout information because I just don't think grid-based layout gels well with web design -- it doesn't work with liquid layouts and resizable fonts. [body_split] => N [tags] => typography fonts web links [extra_styles] => [extra_metadata] => [extra_links] => [licence] => C [copyright] => [source_uri] => [view_level] => 0 [view_password] => [trackback_allow] => Y [comments_level_allow] => 1 [comments_level_autoapprove] => 100 [php_obj] => BlogArticle [moderation_shown] => Y [status_shown] => Y [status_listed] => Y ) [metadata:protected] => Array ( [article_id] => BlogArticle object [uri_part] => BlogArticle object [article_type] => BlogArticle object [article_status] => BlogArticle object [article_date] => BlogArticle object [date_created] => BlogArticle object [date_modified] => BlogArticle object [by] => BlogArticle object [ip] => BlogArticle object [ua] => BlogArticle object [moderated_state] => BlogArticle object [moderated_date] => BlogArticle object [moderated_by] => BlogArticle object [locale] => BlogArticle object [title] => BlogArticle object [summary] => BlogArticle object [body] => BlogArticle object [body_split] => BlogArticle object [tags] => BlogArticle object [extra_styles] => BlogArticle object [extra_metadata] => BlogArticle object [extra_links] => BlogArticle object [licence] => BlogArticle object [copyright] => BlogArticle object [source_uri] => BlogArticle object [view_level] => BlogArticle object [view_password] => BlogArticle object [trackback_allow] => BlogArticle object [comments_level_allow] => BlogArticle object [comments_level_autoapprove] => BlogArticle object [php_obj] => BlogArticle object [moderation_shown] => BlogArticle object [status_shown] => BlogArticle object [status_listed] => BlogArticle object ) [extra_links:protected] => Array ( ) [extra_metadata:protected] => Array ( ) [pants:protected] => [linkbacks:protected] => Array ( ) [site:protected] => [author:protected] => ) [bound_code] => B [tags:protected] => Array ( [Rome] => Gallery Object ( [site] => Site Object ( [flavour] => html_401 [db] => SiteDBObject Object ( [connection] => PDO Object ( ) [connection_ro:private] => PDO Object ( ) [connection_rw:private] => PDO Object ( ) [rw_login:private] => [is_naked_flag:private] => [prefix] => demiblog_ [engine:private] => pgsql [dbsyntax:private] => Array ( [default] => Array ( [T_BEGIN] => [T_COMMIT] => [T_CANCEL] => [LIMIT] => [NOW] => CURRENT_TIMESTAMP(0) [EXTRACT_YEAR] => EXTRACT(YEAR FROM %s) [EXTRACT_MONTH] => EXTRACT(MONTH FROM %s) [EXTRACT_DAY] => EXTRACT(DAY FROM %s) [LOWER] => LOWER [UPPER] => UPPER [Identifier Quote] => " [Datetime Format] => Y-m-d H:i:s ) [pgsql] => Array ( [T_BEGIN] => BEGIN [T_COMMIT] => COMMIT [T_CANCEL] => ROLLBACK [LIMIT] => Array ( [0] => LIMIT %2$s OFFSET %1$s [1] => end ) ) [mysql] => Array ( [T_BEGIN] => BEGIN [T_COMMIT] => COMMIT [T_CANCEL] => ROLLBACK [LIMIT] => Array ( [0] => LIMIT %2$s OFFSET %1$s [1] => end ) [Identifier Quote] => ` ) [firebird] => Array ( [LIMIT] => Array ( [0] => FIRST %2$s SKIP %1$s [1] => after select ) ) [mssql] => Array ( [T_BEGIN] => BEGIN [T_COMMIT] => COMMIT [T_CANCEL] => ROLLBACK [LIMIT] => [NOW] => GETDATE() ) ) ) [url] => SiteURLSpace Object ( [domain] => tobyinkster.co.uk [prefix] => / [doubletrim] => [formats] => Array ( [Admin] => Array ( [0] => /admin/^^adminpage^^/ ) [User] => Array ( [0] => /~^^user_id^^/ [1] => /user/^^user_id^^/ ) [C] => Array ( [0] => ^^ARTICLE_URL^^comments#comment^^comment_id^^ [1] => /comment/^^article_id|spf|%06d^^-^^comment_id|spf|%04d^^/ ) [TB] => Array ( [0] => ^^ARTICLE_URL^^comments#comment^^comment_id^^ ) [NEWS] => Array ( [0] => ^^ARTICLE_URL^^comments#comment^^comment_id^^ ) [A] => Array ( [0] => /article/^^uri_part^^/ ) [B] => Array ( [0] => /blog/^^article_date|date|Y/m/d^^/^^uri_part^^/ ) [EV] => Array ( [0] => /event/^^article_date|date|Y/m/d^^/^^uri_part^^/ ) [P] => Array ( [0] => /photo/^^article_date|date|Y/m/d^^/^^uri_part^^/ ) [T] => Array ( [0] => /tag/^^tag^^/ ) [CAL] => Array ( [0] => /event/^^tag^^/ ) [GAL] => Array ( [0] => /gallery/^^tag^^/ ) [Lister_Blog] => Array ( [0] => /blog/^^article_date.year|spf|%04d^^/^^article_date.month|spf|%02d^^/^^article_date.day|spf|%02d^^/ [1] => /blog/^^article_date.year|spf|%04d^^/^^article_date.month|spf|%02d^^/ [2] => /blog/^^article_date.year|spf|%04d^^/ [3] => /blog/ ) [User Signup] => Array ( [0] => /user/signup ) ) ) [sitetitle] => TobyInkster.co.uk [pagetitle] => %s [locale] => en_GB [encoding] => utf-8 [domain] => tobyinkster.co.uk [urlprefix] => [settings] => Array ( [template.page_title_template] => %s (TobyInkster.co.uk) [template.title] => TobyInkster.co.uk [template.class] => StdTemplate [template.page_split_message] => This article has been split into multiple pages. [locale.locale] => en_GB [locale.encoding] => utf-8 [db.dsn] => pgsql:host=localhost port=5432 dbname=tobyinkster [db.username] => tai [db.password] => When6box [db.tableprefix] => demiblog_ [db.persist] => [db.rw.dsn] => [db.rw.username] => [db.rw.password] => [html.flavour] => html_401 [html.prolog] => auto [html.mimetype] => text/html [server.urlprefix] => / [pages.statuses] => /article/about-status/ [pages.comment_help] => /article/about-comments/ [navigation.links] => 5 [navigation.link1title] => Home [navigation.link1uri] => / [navigation.link2title] => Blog [navigation.link2uri] => /blog/ [navigation.link3title] => Popular [navigation.link3uri] => /tag/popular/ [navigation.link4title] => Colophon [navigation.link4uri] => /article/about/ [navigation.link5title] => Contact [navigation.link5uri] => /~tobyink/ [comments.locale] => en [comments.title_template] => Comment %3$03d [comments.help_text] => Comments are moderated and may take one or two days to show up on the site. You can bypass comment moderation by signing up as a registered user. [legal.copyright.meta] => 2 [legal.copyright.body] => 1 [locale.week_start] => 1 [calendar.shadow_dates] => 1 [homepage.title] => 'Home' [homepage.mode] => 2 [homepage.article_id] => 111 [homepage.tag] => homepage [plugin.org_demiblog_Panels_Debugging_Plugins.show_hidden] => [plugin.org_demiblog_Panels_Debugging_Plugins.show_author] => [plugin.org_demiblog_Panels_Debugging_Plugins.disabled] => 1 [plugin.org_demiblog_Panels_Debugging_Plugins.order] => 200 [plugin.uk_co_tobyinkster_theme1_heading.order] => 1 [plugin.com_google_search_trivial.order] => 1 [plugin.org_demiblog_Panels_LoginForm.order] => 4 [plugin.org_demiblog_Panels_LoginForm.placement] => 1 [plugin.org_demiblog_Panels_Blogroll.order] => 100 [plugin.org_demiblog_Panels_Blogroll.links] => 11 [plugin.org_demiblog_Panels_Blogroll.message] => Here are some other sites. Some might be good; some might be rubbish. You decide. [plugin.org_demiblog_Panels_Blogroll.link1title] => Daring Fireball [plugin.org_demiblog_Panels_Blogroll.link1uri] => http://www.daringfireball.net/ [plugin.org_demiblog_Panels_Blogroll.link1rel] => contact [plugin.org_demiblog_Panels_Blogroll.link2title] => Daily WTF?! [plugin.org_demiblog_Panels_Blogroll.link2uri] => http://thedailywtf.com/ [plugin.org_demiblog_Panels_Blogroll.link3title] => Rijk van Geijtenbeek [plugin.org_demiblog_Panels_Blogroll.link3uri] => http://my.opera.com/Rijk/blog/ [plugin.org_demiblog_Panels_Blogroll.link3rel] => contact [plugin.org_demiblog_Panels_Blogroll.link4title] => Look! Shiny! [plugin.org_demiblog_Panels_Blogroll.link4uri] => http://www.lookshiny.com/ [plugin.org_demiblog_Panels_Blogroll.link5title] => GreyWyvern [plugin.org_demiblog_Panels_Blogroll.link5uri] => http://my.opera.com/GreyWyvern/blog/ [plugin.org_demiblog_Panels_Blogroll.link5rel] => friend [plugin.org_demiblog_Panels_Blogroll.link6title] => Els van Bloois [plugin.org_demiblog_Panels_Blogroll.link6uri] => http://blog.locusmeus.com/ [plugin.org_demiblog_Panels_Blogroll.link6rel] => friend [plugin.org_demiblog_Panels_Blogroll.link7title] => Roy Schestowitz [plugin.org_demiblog_Panels_Blogroll.link7uri] => http://www.schestowitz.com/Weblog/ [plugin.org_demiblog_Panels_Blogroll.link7rel] => friend [plugin.org_demiblog_Panels_Blogroll.link8title] => Hixie's Natural Log [plugin.org_demiblog_Panels_Blogroll.link8uri] => http://ln.hixie.ch/ [plugin.org_demiblog_Panels_Blogroll.link9title] => John Bokma [plugin.org_demiblog_Panels_Blogroll.link9uri] => http://johnbokma.com/mexit/ [plugin.org_demiblog_Panels_Blogroll.link10title] => xkcd [plugin.org_demiblog_Panels_Blogroll.link10uri] => http://xkcd.com [plugin.org_demiblog_Panels_Blogroll.link11title] => Paul Graham [plugin.org_demiblog_Panels_Blogroll.link11uri] => http://paulgraham.com [textile.three_asterisks] =>

[org_demiblog_Filters_Footnotes.style] => i [db.table_prefix] => [server.domain] => [server.urltrim] => [template.title_template] => [plugin.dir] => [plugin.uk_co_tobyinkster_theme1_css.order] => [plugin.uk_co_tobyinkster_theme1_navtop.order] => [plugin.uk_co_tobyinkster_theme1.order] => [plugin.org_demiblog_Filters_Footnotes.order] => [plugin.uk_co_tobyinkster_antispam1.order] => [plugin.org_demiblog_Panels_Standard_Footer.order] => [plugin.org_demiblog_DBF_css.order] => [plugin.org_demiblog_DBF_js.order] => [plugin.org_demiblog_DBF.order] => [blog.showmore] => [plugin.uk_co_tobyinkster_theme1_heading.heading_level] => [plugin.com_google_search_trivial.heading_level] => [plugin.org_demiblog_Panels_LoginForm.heading_level] => [users.anonymous] => [plugin.org_demiblog_Panels_Blogroll.heading_level] => [plugin.uk_co_tobyinkster_theme1_navtop.heading_level] => [plugin.org_demiblog_Panels_Standard_Footer.heading_level] => [metadata.profile] => [template.clearer] => ) [user] => [textile:private] => DemiTextile Object ( [safe_mode] => [pants:protected] => SmartyPants Object ( [mode] => 355 ) [list_filters] => Array ( [raw] => Array ( [0] => _demi_fmt_raw [1] => 1 [2] => Allows raw HTML. [3] => ) [text] => Array ( [0] => _demi_fmt_text [1] => 99 [2] => Plain text. [3] => ) [comments] => Array ( [0] => _demi_fmt_ignore [1] => 3 [2] => DemiTextile comments -- do not pass to browser [3] => ) [keywords] => Array ( [0] => _demi_fmt_ignore [1] => 3 [2] => Used by internal search engine only -- do not pass to browser [3] => ) [code::ada] => Array ( [0] => _demi_fmt_ada [1] => 10 [2] => [3] => ADA ) [code::apache_conf] => Array ( [0] => _demi_fmt_apache_conf [1] => 10 [2] => [3] => Apache Configuration File ) [code::applescript] => Array ( [0] => _demi_fmt_applescript [1] => 10 [2] => [3] => AppleScript ) [code::bash] => Array ( [0] => _demi_fmt_bash [1] => 10 [2] => [3] => bash ) [code::basic] => Array ( [0] => _demi_fmt_qbasic [1] => 10 [2] => Currently an alias for code::qbasic. [3] => BASIC ) [code::bnf] => Array ( [0] => _demi_fmt_bnf [1] => 10 [2] => [3] => Backus-Naur Form ) [code::c] => Array ( [0] => _demi_fmt_cpp [1] => 10 [2] => Currently an alias for code::cpp. [3] => C ) [code::coldfusion] => Array ( [0] => _demi_fmt_coldfusion [1] => 10 [2] => [3] => ColdFusion ) [code::cpp] => Array ( [0] => _demi_fmt_cpp [1] => 10 [2] => [3] => C++ ) [code::csharp] => Array ( [0] => _demi_fmt_csharp [1] => 10 [2] => [3] => C# ) [code::css] => Array ( [0] => _demi_fmt_css [1] => 10 [2] => [3] => Cascading Style Sheet ) [code::delphi] => Array ( [0] => _demi_fmt_pascal_object [1] => 10 [2] => Shorthand for code::pascal::object. [3] => Delphi ) [code::diff] => Array ( [0] => _demi_fmt_diff [1] => 10 [2] => [3] => Patch File ) [code::dos] => Array ( [0] => _demi_fmt_dos [1] => 10 [2] => [3] => MS-DOS/PC-DOS Batch File ) [code::dtd] => Array ( [0] => _demi_fmt_dtd [1] => 10 [2] => [3] => Document Type Definition ) [code::ecmascript] => Array ( [0] => _demi_fmt_javascript [1] => 10 [2] => Currently an alias for code::javascript. [3] => ECMA Script ) [code::fortran] => Array ( [0] => _demi_fmt_fortran [1] => 10 [2] => [3] => FORTRAN ) [code::foxpro] => Array ( [0] => _demi_fmt_foxpro [1] => 10 [2] => [3] => Microsoft Visual FoxPro ) [code::html] => Array ( [0] => _demi_fmt_html [1] => 10 [2] => [3] => Hypertext Markup Language ) [code::ini] => Array ( [0] => _demi_fmt_ini [1] => 10 [2] => [3] => INI Settings File ) [code::java] => Array ( [0] => _demi_fmt_java [1] => 10 [2] => [3] => Java ) [code::javascript] => Array ( [0] => _demi_fmt_javascript [1] => 10 [2] => [3] => Javascipt ) [code::jscript] => Array ( [0] => _demi_fmt_javascript [1] => 10 [2] => Currently an alias for code::javascript. [3] => Microsoft JScript ) [code::latex] => Array ( [0] => _demi_fmt_latex [1] => 10 [2] => [3] => LaTeX ) [code::lisp] => Array ( [0] => _demi_fmt_lisp [1] => 10 [2] => [3] => Lisp ) [code::lua] => Array ( [0] => _demi_fmt_lua [1] => 10 [2] => [3] => Lua ) [code::msdos] => Array ( [0] => _demi_fmt_dos [1] => 10 [2] => Alias for code::dos. [3] => MS-DOS Batch File ) [code::pascal] => Array ( [0] => _demi_fmt_pascal [1] => 10 [2] => [3] => Pascal ) [code::pascal::object] => Array ( [0] => _demi_fmt_pascal_object [1] => 10 [2] => [3] => Object Pascal ) [code::perl] => Array ( [0] => _demi_fmt_perl [1] => 10 [2] => [3] => Perl ) [code::php] => Array ( [0] => _demi_fmt_php [1] => 10 [2] => [3] => PHP ) [code::python] => Array ( [0] => _demi_fmt_python [1] => 10 [2] => [3] => Python ) [code::qbasic] => Array ( [0] => _demi_fmt_qbasic [1] => 10 [2] => [3] => QuickBASIC ) [code::ruby] => Array ( [0] => _demi_fmt_ruby [1] => 10 [2] => [3] => Ruby ) [code::robots_txt] => Array ( [0] => _demi_fmt_robots_txt [1] => 10 [2] => [3] => Robots Exclusion Protocol ) [code::scheme] => Array ( [0] => _demi_fmt_scheme [1] => 10 [2] => [3] => Scheme ) [code::smalltalk] => Array ( [0] => _demi_fmt_smalltalk [1] => 10 [2] => [3] => Smalltalk ) [code::sql] => Array ( [0] => _demi_fmt_sql [1] => 10 [2] => [3] => Structured Query Language ) [code::tcl] => Array ( [0] => _demi_fmt_tcl [1] => 10 [2] => [3] => TCL ) [code::vb] => Array ( [0] => _demi_fmt_visualbasic [1] => 10 [2] => Shorthand for code::visualbasic. [3] => VisualBasic ) [code::vb::asp] => Array ( [0] => _demi_fmt_visualbasic_asp [1] => 10 [2] => Shorthand for code::visualbasic::asp [3] => ASP/VBScript ) [code::vb::net] => Array ( [0] => _demi_fmt_visualbasic_net [1] => 10 [2] => Shorthand for code::visualbasic::net [3] => VB.NET ) [code::visualbasic] => Array ( [0] => _demi_fmt_visualbasic [1] => 10 [2] => [3] => VisualBasic ) [code::visualbasic::asp] => Array ( [0] => _demi_fmt_visualbasic_asp [1] => 10 [2] => [3] => ASP/VBScript ) [code::visualbasic::net] => Array ( [0] => _demi_fmt_visualbasic_net [1] => 10 [2] => [3] => VB.NET ) [code::x86] => Array ( [0] => _demi_fmt_x86asm [1] => 10 [2] => Shorthand for code::x86asm. [3] => Intel x86 Assembly Language ) [code::x86asm] => Array ( [0] => _demi_fmt_x86asm [1] => 10 [2] => [3] => Intel x86 Assembly Language ) [code::xml] => Array ( [0] => _demi_fmt_html [1] => 10 [2] => Uses the same engine as code::html, so some oddities may occur. [3] => eXtensible Markup Language ) [exec] => Array ( [0] => _demi_exec [1] => 2 [2] => Executes contents as PHP. [3] => ) [exec::textile] => Array ( [0] => _demi_exec_textile [1] => 2 [2] => Executes contents as PHP, and treats output as Textile markup. [3] => ) [exec::text] => Array ( [0] => _demi_exec_text [1] => 2 [2] => Executes contents as PHP, and passes output through htmlspecialchars(). [3] => ) ) [options] => Array ( [charset] => utf-8 [filters] => Array ( ) [char_encoding] => 1 [do_quotes] => 1 [trim_spaces] => 1 [smarty_mode] => 1 [preserve_spaces] => 0 [head_offset] => 1 [macros] => Array ( [c|] => ¢ [|c] => ¢ [L-] => £ [-L] => £ [Y=] => ¥ [=Y] => ¥ [(c)] => © [<<] => « [(r)] => ® [+_] => ± [_+] => ± [>>] => » [1/4] => ¼ [1/2] => ½ [3/4] => ¾ [A`] => À [`A] => À [A'] => Á ['A] => Á [A^] =>  [^A] =>  [A~] => à [~A] => à [A"] => Ä ["A] => Ä [Ao] => Å [oA] => Å [AE] => Æ [C,] => Ç [,C] => Ç [E`] => È [`E] => È [E'] => É ['E] => É [E^] => Ê [^E] => Ê [E"] => Ë ["E] => Ë [I`] => Ì [`I] => Ì [I'] => Í ['I] => Í [I^] => Î [^I] => Î [I"] => Ï ["I] => Ï [D-] => Ð [-D] => Ð [N~] => Ñ [~N] => Ñ [O`] => Ò [`O] => Ò [O'] => Ó ['O] => Ó [O^] => Ô [^O] => Ô [O~] => Õ [~O] => Õ [O"] => Ö ["O] => Ö [O/] => Ø [/O] => Ø [U`] => Ù [`U] => Ù [U'] => Ú ['U] => Ú [U^] => Û [^U] => Û [U"] => Ü ["U] => Ü [Y'] => Ý ['Y] => Ý [a`] => à [`a] => à [a'] => á ['a] => á [a^] => â [^a] => â [a~] => ã [~a] => ã [a"] => ä ["a] => ä [ao] => å [oa] => å [ae] => æ [c,] => ç [,c] => ç [e`] => è [`e] => è [e'] => é ['e] => é [e^] => ê [^e] => ê [e"] => ë ["e] => ë [i`] => ì [`i] => ì [i'] => í ['i] => í [i^] => î [^i] => î [i"] => ï ["i] => ï [n~] => ñ [~n] => ñ [o`] => ò [`o] => ò [o'] => ó ['o] => ó [o^] => ô [^o] => ô [o~] => õ [~o] => õ [o"] => ö ["o] => ö [:-] => ÷ [-:] => ÷ [o/] => ø [/o] => ø [u`] => ù [`u] => ù [u'] => ú ['u] => ú [u^] => û [^u] => û [u"] => ü ["u] => ü [y'] => ý ['y] => ý [y"] => ÿ ["y] => ÿ [OE] => Œ [oe] => œ [*] => • [Fr] => ₣ [L=] => ₤ [=L] => ₤ [Rs] => ₨ [C=] => € [=C] => € [tm] => ™ [<-] => ← [->] => → [<=] => ⇐ [=>] => ⇒ [=/] => ≠ [/=] => ≠ [<_] => ≤ [_<] => ≤ [>_] => ≥ [_>] => ≥ [:(] => ☹ [:)] => ☺ [spade] => ♠ [club] => ♣ [heart] => ♥ [diamond] => ♦ ) [flavor] => html/css [_line_open] => [_line_close] =>
[_blockcode_open] =>

                                                    [_blockcode_close] => 
[css_mode] => 1 [css] => Array ( [class_align_right] => right [class_align_left] => left [class_align_center] => center [class_align_top] => top [class_align_bottom] => bottom [class_align_middle] => middle [class_align_justify] => justify [class_caps] => caps [class_footnote] => footnote [id_footnote_prefix] => fn ) ) [urlre] => (?: # Must start out right... (?=[a-zA-Z0-9./#]) # Match the leading part (proto://hostname, or just hostname) (?: # ftp://, http://, or https:// leading part (?:ftp|https?|telnet|nntp)://(?:\w+(?::\w+)?@)?[-\w]+(?:\.\w[-\w]*)+ | (?:mailto:)?[-\+\w]+@[-\w]+(?:\.\w[-\w]*)+ | # or, try to find a hostname with our more specific sub-expression (?i: [a-z0-9] (?:[-a-z0-9]*[a-z0-9])? \. )+ # sub domains # Now ending .com, etc. For these, require lowercase (?-i: com\b | edu\b | biz\b | gov\b | in(?:t|fo)\b # .int or .info | mil\b | net\b | org\b | museum\b | aero\b | coop\b | name\b | pro\b | [a-z][a-z]\b # two-letter country codes ) )? # Allow an optional port number (?: : \d+ )? # The rest of the URL is optional, and begins with / . . . (?: /? # The rest are heuristics for what seems to work well [^.!,?;:"'<>()\[\]{}\s\x7F-\xFF]* (?: [.!,?;:]+ [^.!,?;:"'<>()\[\]{}\s\x7F-\xFF]+ #'" )* )? ) [punct] => [\!"\#\$%&'()\*\+,\-\./:;<=>\?@\[\\\]\^_`{\|}\~] [valignre] => [\-^~] [tblalignre] => [<>=] [halignre] => (?:<>|[<>=]) [alignre] => (?:(?:[\-^~]|<>[\-^~]?|[\-^~]?<>|[\-^~]?(?:<>|[<>=])?|(?:<>|[<>=])?[\-^~]?)(?!\w)) [imgalignre] => (?:(?:[<>]|[\-^~]){1,2}) [clstypadre] => (?: (?:\([A-Za-z0-9_\- \#]+\)) | (?:{ (?: \( [^)]+ \) | [^\}] )+ }) | (?:\(+? (?![A-Za-z0-9_\-\#]) ) | (?:\)+?) | (?: \[ [a-zA-Z\-]+? \] ) ) [clstyre] => (?: (?:\([A-Za-z0-9_\- \#]+\)) | (?:{ [A-Za-z0-9_\-](?: \( [^)]+ \) | [^\}] )+ }) | (?: \[ [a-zA-Z\-]+? \] ) ) [clstyfiltre] => (?: (?:\([A-Za-z0-9_\- \#]+\)) | (?:{ [A-Za-z0-9_\-](?: \( [^)]+ \) | [^\}] )+ }) | (?:\|[^\|]+\|) | (?:\(+?(?![A-Za-z0-9_\-\#])) | (?:\)+) | (?: \[ [a-zA-Z]+? \] ) ) [codere] => (?: (?: [\[{] @ # opening (?:\[([A-Za-z0-9]+)\])? # $1: language id (.+?) # $2: code @ # closing [\]}] ) | (?: (?:^|(?<=[\s\(])) @ # opening (?:\[([A-Za-z0-9]+)\])? # $3: language id ([^\s].+?[^\s]) # $4: code itself @ # closing (?:$|(?=[\!"\#\$%&'()\*\+,\-\./:;<=>\?@\[\\\]\^_`{\|}\~]{1,2}|\s)) ) ) [blocktags] => < (( /? ( h[1-6] | p | pre | div | table | t[rdh] | [ou]l | li | block(?:quote|code) | form | input | select | option | textarea ) [ >] ) | !-- ) [links] => Array ( ) [repl] => Array ( ) [tmp] => Array ( [caps] => Array ( ) [r] => Array ( ) [f] => Array ( ) ) [Have_Entities] => 1 ) [plugins:private] => Array ( [com_google_search_trivial] => Array ( [Type] => 9 [Name] => Google Search [Author] => Toby Inkster [Version] => 0.1 [Build] => 20070303 [Conflicts] => Array ( ) [Extends] => Array ( ) [Embraces] => Array ( ) [Requires] => Array ( [0] => demiblog/0.1 ) [is_Embraced] => [Order] => 1 ) [demiblog] => Array ( [Type] => 0 [Name] => demiblog [Version] => 0.2.3 [Build] => 20070813 [Author] => Toby Inkster [Requires] => Array ( ) [Extends] => Array ( ) [Embraces] => Array ( ) [Conflicts] => Array ( ) ) [org_demiblog_DBF] => Array ( [Type] => 0 [Name] => DBF Style and Behaviour [Author] => Toby Inkster [Version] => 0.1 [Build] => 20070424 [Conflicts] => Array ( ) [Extends] => Array ( ) [Embraces] => Array ( [0] => org_demiblog_DBF_css [1] => org_demiblog_DBF_js ) [Requires] => Array ( [0] => demiblog/0.1 ) [is_Embraced] => [Order] => 1000000 ) [org_demiblog_DBF_css] => Array ( [Type] => 32 [Name] => Demiblog Forms (CSS) [Author] => Toby Inkster [Version] => 0.1 [Build] => 20070424 [Conflicts] => Array ( ) [Extends] => Array ( ) [Embraces] => Array ( ) [Requires] => Array ( [0] => demiblog/0.1 ) [is_Embraced] => 1 [Order] => 1000000 ) [org_demiblog_DBF_js] => Array ( [Type] => 64 [Name] => Demiblog Forms (JS) [Author] => Toby Inkster [Version] => 0.1 [Build] => 20070424 [Conflicts] => Array ( ) [Extends] => Array ( ) [Embraces] => Array ( ) [Requires] => Array ( [0] => demiblog/0.1 ) [is_Embraced] => 1 [Order] => 1000000 ) [org_demiblog_Filters_Footnotes] => Array ( [Type] => 2 [Name] => Footnote Formatting Filter [Author] => Toby Inkster [Version] => 0.1 [Build] => 20070406 [Conflicts] => Array ( ) [Extends] => Array ( ) [Embraces] => Array ( ) [Requires] => Array ( [0] => demiblog/0.1 ) [is_Embraced] => [Order] => 1000000 ) [org_demiblog_Panels_Blogroll] => Array ( [Type] => 1 [Name] => Blogroll [Author] => Toby Inkster [Version] => 0.1 [Build] => 20070303 [Conflicts] => Array ( ) [Extends] => Array ( ) [Embraces] => Array ( ) [Requires] => Array ( [0] => demiblog/0.1 ) [is_Embraced] => [Order] => 100 ) [org_demiblog_Panels_LoginForm] => Array ( [Type] => 1 [Name] => Blogroll [Author] => Toby Inkster [Version] => 0.1 [Build] => 20070303 [Conflicts] => Array ( ) [Extends] => Array ( ) [Embraces] => Array ( ) [Requires] => Array ( [0] => demiblog/0.1 ) [is_Embraced] => [Order] => 4 ) [org_demiblog_Panels_Standard_Footer] => Array ( [Type] => 1 [Name] => Standard Footer [Author] => Toby Inkster [Version] => 0.1 [Build] => 20070303 [Conflicts] => Array ( ) [Extends] => Array ( ) [Embraces] => Array ( ) [Requires] => Array ( [0] => demiblog/0.1 ) [is_Embraced] => [Order] => 1000000 ) [uk_co_tobyinkster_antispam1] => Array ( [Type] => 4 [Name] => Spam Blacklists [Author] => Toby Inkster [Version] => 0.1 [Build] => 20071121 [Conflicts] => Array ( ) [Extends] => Array ( ) [Embraces] => Array ( ) [Requires] => Array ( [0] => demiblog/0.2.0 ) [is_Embraced] => [Order] => 1000000 ) [uk_co_tobyinkster_theme1] => Array ( [Type] => 0 [Name] => Toby Inkster Theme 1 [Author] => Toby Inkster [Version] => 0.2 [Build] => 20070412 [Conflicts] => Array ( ) [Extends] => Array ( ) [Embraces] => Array ( [0] => uk_co_tobyinkster_theme1_css [1] => uk_co_tobyinkster_theme1_navtop [2] => uk_co_tobyinkster_theme1_heading ) [Requires] => Array ( [0] => demiblog/0.1 ) [is_Embraced] => [Order] => 1000000 ) [uk_co_tobyinkster_theme1_css] => Array ( [Type] => 32 [Name] => Toby Inkster Theme 1 (CSS) [Author] => Toby Inkster [Version] => 0.2 [Build] => 20070412 [Conflicts] => Array ( ) [Extends] => Array ( ) [Embraces] => Array ( ) [Requires] => Array ( [0] => demiblog/0.1 ) [is_Embraced] => 1 [Order] => 1000000 ) [uk_co_tobyinkster_theme1_heading] => Array ( [Type] => 1 [Name] => Toby Inkster Theme 1 (Heading) [Author] => Toby Inkster [Version] => 0.2 [Build] => 20070412 [Conflicts] => Array ( ) [Extends] => Array ( ) [Embraces] => Array ( ) [Requires] => Array ( [0] => demiblog/0.1 ) [is_Embraced] => 1 [Order] => 1 ) [uk_co_tobyinkster_theme1_navtop] => Array ( [Type] => 1 [Name] => Toby Inkster Theme 1 (Main Navigation) [Author] => Toby Inkster [Version] => 0.2 [Build] => 20070412 [Conflicts] => Array ( ) [Extends] => Array ( ) [Embraces] => Array ( ) [Requires] => Array ( [0] => demiblog/0.1 ) [is_Embraced] => 1 [Order] => 1000000 ) ) [plugins_by_type] => Array ( [1] => Array ( [uk_co_tobyinkster_theme1_heading] => Array ( [Type] => 1 [Name] => Toby Inkster Theme 1 (Heading) [Author] => Toby Inkster [Version] => 0.2 [Build] => 20070412 [Conflicts] => Array ( ) [Extends] => Array ( ) [Embraces] => Array ( ) [Requires] => Array ( [0] => demiblog/0.1 ) [is_Embraced] => 1 [Order] => 1 ) [com_google_search_trivial] => Array ( [Type] => 9 [Name] => Google Search [Author] => Toby Inkster [Version] => 0.1 [Build] => 20070303 [Conflicts] => Array ( ) [Extends] => Array ( ) [Embraces] => Array ( ) [Requires] => Array ( [0] => demiblog/0.1 ) [is_Embraced] => [Order] => 1 ) [org_demiblog_Panels_LoginForm] => Array ( [Type] => 1 [Name] => Blogroll [Author] => Toby Inkster [Version] => 0.1 [Build] => 20070303 [Conflicts] => Array ( ) [Extends] => Array ( ) [Embraces] => Array (