Compare commits

...

5 Commits
master ... v39

Author SHA1 Message Date
f08081a129 remove some more ivysaur.me references 2
--HG--
branch : sanitise-paths
2014-07-03 22:01:04 +12:00
8c4754ae8d remove some more ivysaur.me references
--HG--
branch : sanitise-paths
2014-07-03 21:59:42 +12:00
fccaa6a326 Merge with default
--HG--
branch : sanitise-paths
2014-07-03 21:58:05 +12:00
3073231d38 remove homepage blurb for publication
--HG--
branch : sanitise-paths
2013-09-28 13:35:43 +12:00
0d522e1cd1 remove all branding for publication
--HG--
branch : sanitise-paths
2013-09-28 13:33:47 +12:00
10 changed files with 8 additions and 56 deletions

@ -1,3 +1,3 @@
@echo off @echo off
start C:\bin\cygwin\bin\mintty.exe /bin/bash -l -c "rsync --delete -avz -e ""ssh -i /cygdrive/c/www/ms1_deploy_key -p 2222"" --progress /cygdrive/c/www/m6/code/wwwroot www-data@ms1.ivysaur.me:~/code.ivysaur.me/" start C:\path\to\cygwin\bin\mintty.exe /bin/bash -l -c "rsync -avz -e ""ssh -i /cygdrive/c/path/to/deploy_key"" --progress /cygdrive/c/path/to/code/wwwroot www-data@your-web-server:/var/www/path/to/code-site/"

@ -1,11 +1,6 @@
<p> <p>
<strong>CONTACT</strong> <strong>FOOTER</strong>
</p> </p>
<p> <p>
For bug reports, feature requests, or if you need any help, please Content here.
<a
href="http://www.google.com/recaptcha/mailhide/d?k=01GuAWzMc9JjSdooo-2KCMQA==&amp;c=kgR3dBrP39yhPIy8FvLFbuBLmWqorQBDc_Zjbw6NAmU="
onclick="window.open('http://www.google.com/recaptcha/mailhide/d?k\07501GuAWzMc9JjSdooo-2KCMQA\75\75\46c\75kgR3dBrP39yhPIy8FvLFbuBLmWqorQBDc_Zjbw6NAmU\075', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return false;"
title="Reveal this e-mail address"
>click here</a> to email me.
</p> </p>

@ -1 +1 @@
<h1><a href="index.html"><div id="ivylogo"></div>code.ivysaur.me</a></h1> <h1>HEADER</h1>

@ -1,20 +1,8 @@
<p> <p>
It's said that if you're not disgusted by code you wrote six months ago, you've stopped learning. Homepage blurb goes here.
</p>
<p>
<strong>OVERVIEW</strong>
</p>
<p>
This page contains several assorted spare-time projects, which no longer have any relation. They are listed in roughly chronological order (newest first). <strong>Unless specified otherwise</strong>, you may feel free to use and modify both the binaries and any source code, for any purpose, on the general condition you do not misrepresent who the author is (BSD license).
</p>
<p>
Some of these projects formerly appeared on Google Code <a href="https://code.google.com/p/mappy/">here</a>, but were moved following the discontinuation of the Google Code binary download system.
</p> </p>
<p> <p>
<strong>PROJECTS</strong> <strong>PROJECTS</strong>
</p> </p>

@ -1,20 +1,3 @@
@echo off @echo off
C:\path\to\php_54\php.exe rebuild.php
set PHP=C:\bin\php54\php.exe
echo Cleaning target directory...
echo.
rmdir /s /q wwwroot
mkdir wwwroot
mkdir wwwroot\srv
copy static\* wwwroot
echo Building pages...
echo.
start /b %PHP% rebuild.php 4 0
start /b %PHP% rebuild.php 4 1
start /b %PHP% rebuild.php 4 2
start /b %PHP% rebuild.php 4 3
start /b %PHP% rebuild.php 4 4
pause pause

@ -7,7 +7,7 @@
// ````````````` // `````````````
define('BASEDIR', __DIR__.'\\'); define('BASEDIR', __DIR__.'\\');
define('SITE_TITLE', 'code.ivysaur.me'); define('SITE_TITLE', 'codesite');
define('PAGE_THUMB_W', 60); define('PAGE_THUMB_W', 60);
define('PAGE_THUMB_H', 60); define('PAGE_THUMB_H', 60);
define('INDEX_THUMB_W', 90); define('INDEX_THUMB_W', 90);

Binary file not shown.

Before

(image error) Size: 3.5 KiB

BIN
static/header.png Normal file

Binary file not shown.

After

(image error) Size: 2.3 KiB

Binary file not shown.

Before

(image error) Size: 1.4 KiB

@ -133,20 +133,6 @@ html, body {
/* */ /* */
#ivylogo {
background:transparent url('ivysaur24.png') no-repeat 0 0;
width:24px;
height:24px;
display:inline-block;
*display:block;
*zoom:1;
margin-right:4px;
position:relative;
top:4px;
}
/* */
.homeimage { .homeimage {
width:90px; width:90px;
height:32px; height:32px;