Beagle
view release on metacpan or search on metacpan
lib/Beagle/Cmd/Command/spread.pm view on Meta::CPAN
Data => $entry->serialize( id => 1 ),
Charset => 'utf-8',
To => encode( 'MIME-HEADER', $to ),
%head,
);
if ( $entry->format ne 'plain' ) {
$mime->make_multipart;
$mime->attach(
Data => $entry->body_html,
'Content-Type' => 'text/html; charset=utf-8',
);
}
my $atts = $bh->attachments_map->{$id};
if ($atts) {
$mime->make_multipart;
for my $name ( keys %$atts ) {
$mime->attach(
Filename => $name,
Data => $atts->{$name}->content,
share/po/en.po view on Meta::CPAN
msgid ""
msgstr ""
"Project-Id-Version: Beagle 1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-06-12 08:38+0800\n"
"PO-Revision-Date: 2011-06-12 08:38+0800\n"
"Last-Translator: sunnavy <sunnavy@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgid "Archive"
msgstr "Archive"
share/po/zh_cn.po view on Meta::CPAN
msgid ""
msgstr ""
"Project-Id-Version: Beagle 1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2011-06-12 08:38+0800\n"
"PO-Revision-Date: 2011-06-12 08:38+0800\n"
"Last-Translator: sunnavy <sunnavy@gmail.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
msgid "archives"
msgstr "åæ¡£"
msgid "Archives"
msgstr "åæ¡£"
msgid "search"
msgstr "æç´¢"
share/public/404.html view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<title>Error 404</title>
<link rel="stylesheet" type="text/css" href="/css/error.css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<h1>Error 404</h1>
<div id="content">
<p><h2>Page Not Found</h2></p></p>
</div>
</body>
</html>
share/public/500.html view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<title>Error 500</title>
<link rel="stylesheet" type="text/css" href="/css/error.css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<h1>Error 500</h1>
<div id="content">
<p><h2>Internal Server Error</h2>
</div>
</body>
</html>
share/public/js/base/jquery.js view on Meta::CPAN
*
* Includes Sizzle.js
* http://sizzlejs.com/
* Copyright 2011, The Dojo Foundation
* Released under the MIT, BSD, and GPL Licenses.
*
* Date: Thu Jun 30 14:16:56 2011 -0400
*/
(function(a,b){function cv(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cs(a){if(!cg[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ch||(ch=c.createElement("ifram...
shift(),i.sort());if(!!e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.exclusive=j,c.namespace=i.join("."),c.namespace_re=new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\...
)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,g,h;if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bi(a,d),e=bj(a),g=bj(d);for(h=0;e[h];++...
share/views/base/header.tx view on Meta::CPAN
: } else {
<link rel="stylesheet" type="text/css" href="<: $prefix :>system/css/base/admin.css" />
: }
: }
: if $info.style {
<link rel="stylesheet" type="text/css" href="<: $prefix :><: $info.style :>" />
: }
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript">
$( function() {
beagleInit( { admin: 1 } );
: if $admin {
beagleAdminInit( { } );
: }
});
</script>
share/views/base/markitup.tx view on Meta::CPAN
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
: if system_file_exists( 'css/' ~ $info.layout ~ '/markitup_preview.css' ) {
<link rel="stylesheet" type="text/css" href="<: $prefix :>system/css/<: $info.layout :>/markitup_preview.css" />
: } else {
<link rel="stylesheet" type="text/css" href="<: $prefix :>system/css/base/markitup_preview.css" />
: }
</head>
<body>
<: $content | raw :>
share/views/base/markitup_preview.tx view on Meta::CPAN
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
: if system_file_exists( 'css/' ~ $info.layout ~ '/markitup_preview.css' ) {
<link rel="stylesheet" type="text/css" href="<: $prefix :>system/css/<: $info.layout :>/markitup_preview.css" />
: } else {
<link rel="stylesheet" type="text/css" href="<: $prefix :>system/css/base/markitup_preview.css" />
: }
</head>
<body>
<!-- content -->
</body>
</html>
( run in 0.834 second using v1.01-cache-2.11-cpan-4d50c553e7e )