Skip to content

Commit

Permalink
Initial import
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Dec 21, 2009
0 parents commit 8b165e7
Show file tree
Hide file tree
Showing 113 changed files with 1,379 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .htaccess
@@ -0,0 +1,2 @@


Binary file added .smileys/smiley1.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .smileys/smiley10.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .smileys/smiley11.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .smileys/smiley12.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .smileys/smiley13.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .smileys/smiley14.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .smileys/smiley15.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .smileys/smiley16.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .smileys/smiley2.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .smileys/smiley3.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .smileys/smiley4.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .smileys/smiley5.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .smileys/smiley6.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .smileys/smiley7.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .smileys/smiley8.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .smileys/smiley9.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
126 changes: 126 additions & 0 deletions .wysiwygPro_edit_418a8137859571472407c2015f98c718.php
@@ -0,0 +1,126 @@
<?php ob_start() ?>
<?php
if ($_GET['randomId'] != "u5SLrW0kOQydMe04nWkoXL3x57sIJDjRCsN93tpSbM5KnHrzImH_Ib0X7h0eObnBVRkDfaTzlKkNaVqK2aeR0YSdKSB0HVbJ6E55iHbH0bVf1ZVLeykqfwcRrKhVaITHvexOFoaOcKznkDMQqRRvHwjPyFkAp4ev4fyJkdEY_8cZW9lJDiun4rMy9J68Vpj_oJdSSOMH0tCmQZeezDjTavnzkNlx3a6TKuCjSKLh4Vnn9urJ4FTj4y3kuCCgPXTJ") {
echo "Access Denied";
exit();
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Editing books.html</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css">body {background-color:threedface; border: 0px 0px; padding: 0px 0px; margin: 0px 0px}</style>
</head>
<body>
<div align="center">

<div id="saveform" style="display:none;">
<form METHOD="POST" name=mform action="http://75.127.98.101:2082/frontend/x3/filemanager/savehtmlfile.html">
<input type="hidden" name="charset" value="us-ascii">
<input type="hidden" name="baseurl" value="http://macbarnett.com/">
<input type="hidden" name="basedir" value="/home/macknife/public_html/">
<input type="hidden" name="udir" value="/home/macknife/public_html">
<input type="hidden" name="ufile" value="books.html">
<input type="hidden" name="dir" value="%2fhome%2fmacknife%2fpublic_html">
<input type="hidden" name="file" value="books.html">
<input type="hidden" name="doubledecode" value="1">
<textarea name=page rows=1 cols=1></textarea></form>
</div>
<div id="abortform" style="display:none;">
<form METHOD="POST" name="abortform" action="http://75.127.98.101:2082/frontend/x3/filemanager/aborthtmlfile.html">
<input type="hidden" name="charset" value="us-ascii">
<input type="hidden" name="baseurl" value="http://macbarnett.com/">
<input type="hidden" name="basedir" value="/home/macknife/public_html/">
<input type="hidden" name="dir" value="%2fhome%2fmacknife%2fpublic_html">
<input type="hidden" name="file" value="books.html">
<input type="hidden" name="udir" value="/home/macknife/public_html">
<input type="hidden" name="ufile" value="books.html">

</form>
</div>
<script language="javascript">
<!--//

function setHtmlFilters(editor) {
// Design view filter
editor.addHTMLFilter('design', function (editor, html) {
return html.replace(/\<meta\s+http\-equiv\="Content\-Type"[^\>]+\>/gi, '<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />');
});

// Source view filter
editor.addHTMLFilter('source', function (editor, html) {
return html.replace(/\<meta\s+http\-equiv\="Content\-Type"[^\>]+\>/gi, '<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />');
});
}

// this function updates the code in the textarea and then closes this window
function do_save() {
document.mform.page.value = WPro.editors[0].getValue();
document.mform.submit();
}
function do_abort() {
document.abortform.submit();
}
//-->
</script>
<?php
// make sure these includes point correctly:
include_once ('/usr/local/cpanel/base/3rdparty/wysiwygPro/wysiwygPro.class.php');

// create a new instance of the wysiwygPro class:
$editor = new wysiwygPro();

$editor->registerButton('save', 'Save',
'do_save();', '##buttonURL##save.gif', 22, 22,
'savehandler');
$editor->addRegisteredButton('save', 'before:print' );
$editor->addJSButtonStateHandler ('savehandler', 'function (EDITOR,srcElement,cid,inTable,inA,range){
return "wproReady";
}');


$editor->registerButton('cancel', 'Cancel',
'do_abort();', '##buttonURL##close.gif', 22, 22,
'cancelhandler');
$editor->addRegisteredButton('cancel', 'before:print' );
$editor->addJSButtonStateHandler ('cancelhandler', 'function (EDITOR,srcElement,cid,inTable,inA,range){
return "wproReady";
}');
$editor->theme = 'blue';
$editor->addJSEditorEvent('load', 'function(editor){editor.fullWindow();setHtmlFilters(editor);}');

$editor->baseURL = "http://macbarnett.com/";

$editor->loadValueFromFile('/home/macknife/public_html/books.html');

$editor->registerSeparator('savecan');

// add a spacer:
$editor->addRegisteredButton('savecan', 'after:cancel');

//$editor->set_charset('iso-8859-1');
$editor->mediaDir = '/home/macknife/public_html/';
$editor->mediaURL = 'http://macbarnett.com/';
$editor->imageDir = '/home/macknife/public_html/';
$editor->imageURL = 'http://macbarnett.com/';
$editor->documentDir = '/home/macknife/public_html/';
$editor->documentURL = 'http://macbarnett.com/';
$editor->emoticonDir = '/home/macknife/public_html/.smileys/';
$editor->emoticonURL = 'http://macbarnett.com/.smileys/';
$editor->loadPlugin('serverPreview');
$editor->plugins['serverPreview']->URL = 'http://macbarnett.com/.wysiwygPro_preview_418a8137859571472407c2015f98c718.php?randomId=u5SLrW0kOQydMe04nWkoXL3x57sIJDjRCsN93tpSbM5KnHrzImH_Ib0X7h0eObnBVRkDfaTzlKkNaVqK2aeR0YSdKSB0HVbJ6E55iHbH0bVf1ZVLeykqfwcRrKhVaITHvexOFoaOcKznkDMQqRRvHwjPyFkAp4ev4fyJkdEY_8cZW9lJDiun4rMy9J68Vpj_oJdSSOMH0tCmQZeezDjTavnzkNlx3a6TKuCjSKLh4Vnn9urJ4FTj4y3kuCCgPXTJ';
// print the editor to the browser:
$editor->htmlCharset = 'us-ascii';
$editor->urlFormat = 'relative';
$editor->display('100%','450');

?>
</div>
<script>

</script>

</body>
</html>
<?php ob_end_flush() ?>
10 changes: 10 additions & 0 deletions .wysiwygPro_preview_418a8137859571472407c2015f98c718.php
@@ -0,0 +1,10 @@
<?php
if ($_GET['randomId'] != "u5SLrW0kOQydMe04nWkoXL3x57sIJDjRCsN93tpSbM5KnHrzImH_Ib0X7h0eObnBVRkDfaTzlKkNaVqK2aeR0YSdKSB0HVbJ6E55iHbH0bVf1ZVLeykqfwcRrKhVaITHvexOFoaOcKznkDMQqRRvHwjPyFkAp4ev4fyJkdEY_8cZW9lJDiun4rMy9J68Vpj_oJdSSOMH0tCmQZeezDjTavnzkNlx3a6TKuCjSKLh4Vnn9urJ4FTj4y3kuCCgPXTJ") {
echo "Access Denied";
exit();
}

// display the HTML code:
echo stripslashes($_POST['wproPreviewHTML']);

?>
80 changes: 80 additions & 0 deletions about.html
@@ -0,0 +1,80 @@
<!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">
<head>
<title>About Mac Barnett</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Mac Barnett, author of children's books, Brixton Brothers The Case of the Case of Mistaken Identity, Billy Twitters and his Blue Whale Problem, and Guess Again!, all Illistrated by Adam Rex. Mac is represented by Mr. Steven Malk of Writers House."/>
<meta name="keywords" content="Mac Barnett, Mac, Barnett, Brixton Brothers, Billy Twitters and his Blue Whale Problem, Billy Twitters, Blue Whale, Guess Again!, Steve Brixton, The Case of the Case of Mistaken Identity, Brixton, Brixton Bros, Author, Children's Books, Adam Rex" />
<link href="oneColElsCtr.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
margin-left: 0%;
margin-top: 0%;
margin-right: 0%;
margin-bottom: 0%;
}
-->
</style>
<style type="text/css">
<!--
p.MsoNormal {
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Baskerville Old Face";
}
a {
font-family: Baskerville Old Face;
color: #000;
}
a:visited {
color: #000;
}
a:hover {
color: #FFF;
}
-->
</style>
</head>

<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="4%" align="center" valign="middle">&nbsp;</td>
<td width="7%" align="center" valign="middle">&nbsp;</td>
<td width="34%" height="142" align="left" valign="middle"><img src="images/AboutPageAboutMac.jpg" width="246" height="89" border="0" /></td>
<td width="55%" rowspan="3" align="center" valign="middle"><img src="images/AboutPagePicscrop.jpg" width="568" height="553" border="0" usemap="#Map2" /></td>
</tr>
<tr align="center" valign="top">
<td valign="middle">&nbsp;</td>
<td height="258" colspan="2" valign="middle"><p style="line-height:150%; font-family:'Baskerville Old Face'; font-size:12.0pt; text-align: left;">Born to non-farmers in a California farming community, Mac now lives near San Francisco. He's on the board of directors of <a href="http://www.826la.org" target="_blank">826LA</a>, a nonprofit writing center for students in Los Angeles, and he founded the <a href="http://www.flickr.com/photos/mullingitover/2916325815/" target="_blank">Echo Park Time Travel Mart</a>, a convenience store for time travelers. For a list of Mac's books, click <a href="books.html">here</a>. To write to Mac, click <a href="mailto:mac@macbarnett.com">here</a>.</p></td>
</tr>
<tr align="center" valign="middle">
<td height="163">&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr align="center" valign="top">
<td>&nbsp;</td>
<td>&nbsp;</td>
<td colspan="2" align="left"><img src="images/links toolbar.jpg" width="792" height="38" border="0" usemap="#Map" /></td>
</tr>
</table>

<map name="Map" id="Map">
<area shape="rect" coords="1,2,206,36" href="index.html" target="_self" alt="Mac's home page" />
<area shape="rect" coords="343,14,444,37" href="about.html" target="_self" alt="About Mac Barnett" />
<area shape="rect" coords="232,15,329,38" href="books.html" target="_self" alt="Books by Mac Barnett" />
<area shape="rect" coords="469,18,551,36" href="links.html" target="_self" alt="Where to find books by Mac Barnett" />
<area shape="rect" coords="571,13,697,36" href="contact.html" target="_self" alt="How to contact Mac Barnett" />
<area shape="rect" coords="713,12,791,39" href="http://www.macbarnett.blogspot.com" target="_blank" alt="News about Mac Barnett" />
</map>

<map name="Map2" id="Map2">
<area shape="rect" coords="353,420,514,438" href="http://www.ericwolfingerphotography.com" target="_blank" />
<area shape="rect" coords="284,528,387,551" href="images/mac_hires.zip" target="_blank" alt="Download high resolution picture of Mac" />
<area shape="rect" coords="404,527,500,552" href="images/mac_lowres.zip" target="_blank" alt="Download a low resolution photo of Mac" />
</map>
</body>
</html>
91 changes: 91 additions & 0 deletions books.html
@@ -0,0 +1,91 @@
<!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">
<head>
<title>Books by Mac Barnett</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<meta name="description" content="Mac Barnett, author of children's books, Brixton Brothers The Case of the Case of Mistaken Identity, Billy Twitters and his Blue Whale Problem, and Guess Again!, all Illistrated by Adam Rex. Mac is represented by Mr. Steven Malk of Writers House." />
<meta name="keywords" content="Mac Barnett, Mac, Barnett, Brixton Brothers, Billy Twitters and his Blue Whale Problem, Billy Twitters, Blue Whale, Guess Again!, Steve Brixton, The Case of the Case of Mistaken Identity, Brixton, Brixton Bros, Author, Children's Books, Adam Rex" />
<link href="oneColElsCtr.css" rel="stylesheet" type="text/css" />
<style type="text/css"><!--
body,td,th {
font-family: "Baskerville Old Face";
font-size: medium;
font-weight:
}
body {
margin-left: 0%;
margin-top: 0%;
margin-right: 0%;
margin-bottom: 0%;
background-color: #ffcb33;
font-family: "Baskerville Old Face";
}
--></style>
<style type="text/css"><!--
p.MsoNormal {
margin:0in;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Baskerville Old Face";
}
--></style>
</head>
<body>
<table border="0" cellpadding="10" cellspacing="10" width="100%">
<tbody>
<tr>
<td colspan="7" align="center" height="58" valign="center"><img src="images/links%20toolbar.jpg" alt="Navigation Bar" usemap="#Map" border="0" height="38" width="792" /></td></tr>
<tr>
<td colspan="7" align="center" height="41" valign="center">
<h3>Purchase Mac's books from your favorite online bookseller</h3></td></tr>
<tr>
<td align="center" height="62" valign="center">&nbsp;</td>
<td align="center" valign="center"><a href="http://www.borders.com/online/store/SearchResults?keyword=mac+barnett&amp;type=0&amp;simple=1" target="_blank"><img src="images/adamre5.jpg" alt="Buy Mac's books at Borders.com" border="0" height="23" width="118" /></a></td>
<td align="center" valign="center"><a href="http://www.amazon.com/exec/obidos/search-handle-url/ref=ntt_athr_dp_sr_1?_encoding=UTF8&amp;search-type=ss&amp;index=books&amp;field-author=Mac%20Barnett" target="_blank"><img src="images/adamre1.jpg" alt="Buy Mac's books at Amazon.com" border="0" height="23" width="118" /></a></td>
<td align="center" valign="center"><a href="http://books.barnesandnoble.com/search/results.aspx?ATH=Mac+Barnett" target="_blank"><img src="images/adamre2.jpg" alt="Buy Mac's books at barnes &amp; Noble" border="0" height="18" width="118" /></a></td>
<td align="center" valign="center"><a href="http://powells.com/s?author=Mac%20Barnett" target="_blank"><img src="images/adamre3.jpg" alt="Buy Mac's books at Powell's" border="0" height="58" width="118" /></a></td>
<td align="center" valign="center"><a href="http://www.booksense.com" target="_blank"><img src="images/adamre4.jpg" alt="Buy Mac's books at Booksense" border="0" height="46" width="118" /></a></td>
<td align="center" valign="center">&nbsp;</td></tr>
<tr>
<td colspan="7" align="center" height="544" valign="center" width="62%">
<p class="MsoNormal"><img alt="" src="images/btbluewhale.jpg" height="375" vspace="10" width="375" /></p>
<p class="MsoNormal">BILLY TWITTERS AND HIS BLUE WHALE PROBLEM</p>
<p class="MsoNormal">Illustrated by Adam Rex</p>
<p class="MsoNormal"><span style="font-family: 'Baskerville Old Face'">A blue whale is longer than thirty dogs lined up nose to tail. Its tongue weighs as much as four hundred cats. Blue whales make terrible, terrible pets. Just ask Billy Twitters. </span></p>
<p class="MsoNormal"><span style="font-family: 'Baskerville Old Face'">&nbsp;</span></p>
<p class="MsoNormal"><span style="font-family: 'Baskerville Old Face'">&quot;Definitely funny and slyly subversive.&quot; (Kirkus, Starred Review, 1 May 2009)</span></p>
<p class="MsoNormal">An IndieBound Top Ten Kid's Indie Next List Pick (Summer 2009)</p></td></tr>
<tr>
<td colspan="7" align="center" height="524" valign="center">
<p class="MsoNormal"><img alt="" src="images/guess.jpg" height="376" vspace="10" width="336" /></p>
<p class="MsoNormal"><span style="font-family: 'Baskerville Old Face'">COMING SEPTEMBER</span></p>
<p class="MsoNormal"><span style="font-family: 'Baskerville Old Face'">&nbsp;</span></p>
<p class="MsoNormal"><span style="font-family: 'Baskerville Old Face'">GUESS AGAIN!</span></p>
<p class="MsoNormal">Illustrated by Adam Rex</p>
<p class="MsoNormal"><span style="font-family: 'Baskerville Old Face'">&nbsp;</span></p>
<p class="MsoNormal"><span style="font-family: 'Baskerville Old Face'; font-size: 12pt">This is a book that will keep you guessing again and again and</span>...</p></td></tr>
<tr>
<td colspan="7" align="center" valign="center">
<p class="MsoNormal"><img src="images/case_cover.jpg" alt="Brixton Brothers" height="499" width="344" /></p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">COMING OCTOBER</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><span style="font-family: 'Baskerville Old Face'">THE BRIXTON BROTHERS #1: THE CASE OF THE CASE OF MISTAKEN IDENTITY</span></p>
<p class="MsoNormal" style="font-family: 'Baskerville Old Face'">Illustrated by Adam Rex</p>
<p class="MsoNormal"><span style="font-family: 'Baskerville Old Face'">This is the first adventure of world-famous twelve-year-old detective Steve Brixton. Will Steve solve his first case? Since when can librarians rappel from helicopters? If Steve's an only child, then why is this series called the Brixton Brothers? You will solve all these mysteries and more by the time you finish this book. We think you'll agree: Steve Brixton's first adventure is his best adventure yet.</span></p></td></tr></tbody></table>
<map name="Map2" id="Map2">
<area shape="rect" coords="1,2,207,38" href="home_two.html" target="_self" alt="Mac's home page" />
<area shape="rect" coords="232,14,329,37" href="books.html" target="_self" alt="Books by Mac Barnett" />
<area shape="rect" coords="352,17,440,36" href="about.html" target="_self" alt="About Mac Barnett" />
<area shape="rect" coords="466,16,549,37" href="links.html" target="_self" alt="Where to find books by Mac Barnett" />
<area shape="rect" coords="573,11,697,37" href="contact.html" target="_self" alt="How to contact Mac Barnett" />
<area shape="rect" coords="721,12,791,35" href="http://www.macbarnett.blogger.com" target="_blank" alt="News about Mac Barnett" /></map>
<map name="Map" id="Map">
<area shape="rect" coords="1,0,211,36" href="index.html" target="_self" alt="Mac's home page" />
<area shape="rect" coords="233,10,329,38" href="books.html" target="_self" alt="Mac's books" />
<area shape="rect" coords="345,13,442,37" href="about.html" target="_self" alt="About Mac Barnett" />
<area shape="rect" coords="463,10,553,38" href="links.html" target="_self" alt="Mac's links" />
<area shape="rect" coords="567,12,704,41" href="contact.html" target="_self" alt="contacting Mac Barnett" />
<area shape="rect" coords="718,13,794,38" href="http://www.macbarnett.blogspot.com" target="_blank" alt="Mac's news" /></map>
</body>
</html>

0 comments on commit 8b165e7

Please sign in to comment.