Modified:
branches/drupal-theme/teleology/page.tpl.php
branches/website/index.php
branches/website/src/About.php
branches/website/src/include/header.php
branches/website/src/start.php
Log:
website update
Modified: branches/drupal-theme/teleology/page.tpl.php
==============================================================================
--- branches/drupal-theme/teleology/page.tpl.php (original)
+++ branches/drupal-theme/teleology/page.tpl.php Fri May 18 05:18:05 2007
@@ -4,6 +4,14 @@
<title><?php print $head_title ?></title>
<meta http-equiv="Content-Style-Type" content="text/css" />
<?php print $head ?><?php print $styles ?>
+
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+_uacct = "UA-1885246-1";
+urchinTracker();
+</script>
+
</head>
<body <?php print theme("onload_attribute"); ?>>
Modified: branches/website/index.php
==============================================================================
--- branches/website/index.php (original)
+++ branches/website/index.php Fri May 18 05:18:05 2007
@@ -32,5 +32,4 @@
include("./src/start.php");
include("./src/include/footer.php");
}
-
?>
Modified: branches/website/src/About.php
==============================================================================
--- branches/website/src/About.php (original)
+++ branches/website/src/About.php Fri May 18 05:18:05 2007
@@ -4,6 +4,6 @@
<p class=CParagraph>
-Simple Invoices ... a simple invoicing system designed to get the job done, Free/Open source software, community developed, no marketing, no buzz words, and no whizzbang features your never ganna use.</p><p class=CParagraph>Simple Invoices started out in mid 2005 to fulfil my need for a simple system to create invoices. I had no desire to waste my time with spreadsheets and wasn’t interestd in any of the invoicing solutions, they all seemed to big and complex, requiring me to set up a fulll CRM/ERP system with users/passwords/blah blah just to create a simple invoice that should only take seconds to create. and thus SImple Invoices was born.</p>
+Simple Invoices ... a simple invoicing system designed to get the job done, Free/Open source software, community developed, no hype, no buzz words, and no whizzbang features your never ganna use.</p><p class=CParagraph>Simple Invoices started out in mid 2005 to fulfil my need for a simple system to create invoices. I had no desire to waste my time with spreadsheets and wasn’t interestd in any of the invoicing solutions, they all seemed to big and complex, requiring me to set up a fulll CRM/ERP system with users/passwords/blah blah just to create a simple invoice that should only take seconds to create. and thus SImple Invoices was born.</p>
<p class=CParagraph>My goal was a system where I could just select a biller(me), a customer, type some details of the work being invoicing and a total, hit a button and a nice looking invoice would be created. This simple goal was achieved in the first release.</p><p class=CParagraph>Since this release more features have been added to make Simple Invoices useful for people other than myself :) (refer Features)</p><p class=CParagraph>But the aim has (and always will be) to keep Simple Invoices simple.</p><p class=CParagraph>The development of Simple Invoices has worked hard to make it as flexable and yet basic as possible. If you want to do simple stuff, then it should be simple and the software should get out of your way. If you want to do more complex stuff then it should be possible (just look in the Options menu :) )</p><p class=CParagraph>If all you want to do is whip up a quick invoice every now and againg this should and IS simple. But if you want a more complex setup with customised invoices, payment tracking, PDFing, etc.. this all all there aswell.</p><h4 class=CHeading>Who/What is this aimed for</h4><ul class=CBulletList><li>Personal invoices</li><li>Home office invoicing</li><li>Small organisation invoicing</li><li>Basic POS(point of sale) system for light usage(ie not in a Starbucks..)</li></ul><h4 class=CHeading>Goals</h4><ul class=CBulletList><li>Easy to use invoicing system</li><li>No hassles software</li><li>Keep it simple and clean</li><li>Does one thing and does it well</li><li>Focused on producing a great invoicing system - thats it.</li></ul><h4 class=CHeading>NOT Goals</h4><ul class=CBulletList><li>Full on accouting system</li><li>Stacks of features</li><li>Millions of options</li></ul></div></div>
</div><!--Content end-->
Modified: branches/website/src/include/header.php
==============================================================================
--- branches/website/src/include/header.php (original)
+++ branches/website/src/include/header.php Fri May 18 05:18:05 2007
@@ -7,6 +7,13 @@
</head><body id=ContentPage onLoad="NDOnLoad()"><script language=JavaScript><!--
if (browserType) {document.write("<div id=" + browserType + ">");if (browserVer) {document.write("<div id=" + browserVer + ">"); }}// --></script>
+<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
+</script>
+<script type="text/javascript">
+_uacct = "UA-1885246-1";
+urchinTracker();
+</script>
+
<!-- Generated by Natural Docs, version Development Release 02-10-2007 (1.35 base) -->
<!-- http://www.naturaldocs.org -->
Modified: branches/website/src/start.php
==============================================================================
--- branches/website/src/start.php (original)
+++ branches/website/src/start.php Fri May 18 05:18:05 2007
@@ -1,7 +1,7 @@
<div class="CFile CTopic" id=MainTopic><h1 class=CTitle><a name="Home"></a>Home</h1><div class=CBody><p class=CParagraph>Simple Invoices</p><p class=CParagraph>
-a simple web based invoicing system designed to get the job done, Free/Open source software, community developed, no marketing, no buzz words, and no whizzbang features you're never going to use.</p>
+a simple web based invoicing system designed to get the job done, Free/Open source software, community developed, no hype, no buzz words, and no whizzbang features you're never going to use.</p>
<p class=CParagraph>
<h4 class=CHeading align=center>
<a href="index.php?page=About">Read more ></a>