3.0
authorIvan Kohler <ivan@freeside.biz>
Sat, 5 Jan 2013 23:48:47 +0000 (15:48 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sat, 5 Jan 2013 23:48:47 +0000 (15:48 -0800)
FS/FS.pm
httemplate/docs/about.html
httemplate/docs/credits.html

index 2d963b5..2517c1f 100644 (file)
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
 use strict;
 use vars qw($VERSION);
 
-$VERSION = '3.0git';
+$VERSION = '3.0';
 
 #find missing entries in this file with:
 # for a in `ls *pm | cut -d. -f1`; do grep 'L<FS::'$a'>' ../FS.pm >/dev/null || echo "missing $a" ; done
index 33b21a3..c2ba4e4 100644 (file)
@@ -28,7 +28,7 @@
 % } else {
   <FONT SIZE="-1">
 % }
-&copy; 2012 Freeside Internet Services, Inc.<BR>
+&copy; 2013 Freeside Internet Services, Inc.<BR>
 All rights reserved.<BR>
 Licensed under the terms of the<BR>
 GNU <b>Affero</b> General Public License.<BR>
@@ -56,7 +56,7 @@ GNU <b>Affero</b> General Public License.<BR>
 
 % unless ( $agentnum ) {
   <CENTER>
-<!--  <FONT SIZE="-3">"" -R. Hunter</FONT> -->
+  <FONT SIZE="-3">"I can't figure out ... if it's an end or the beginning" - R. Hunter</FONT>
   </CENTER>
 % }
 
index c1d0d87..218698f 100644 (file)
@@ -26,9 +26,9 @@
 <CENTER>
 <IMG SRC="<%$fsurl%>images/small-logo.png" BORDER="0"><BR>
 <H3>version <% $FS::VERSION %></H3>
-</CENTER>
 
-<CENTER>
+<BR>
+<BR>
 
 <H3>Core Team</H3>
 Jeremy Davis<BR>
@@ -36,6 +36,9 @@ Ivan Kohler<BR>
 Mark Wells<BR>
 <BR>
 
+<BR>
+<BR>
+
 <H3>Core Emeritus</H3>
 Peter Bowen<BR>
 Jeff Finucane<BR>
@@ -76,6 +79,8 @@ Sean Hanson<BR>
 Dale Hege<BR>
 Kelly Hickel<BR>
 Mark James<BR>
+Gary Jones<BR>
+Fernando M. Kiernan<BR>
 Frederico Caldeira Knabben<BR>
 Greg Kuhnert<BR>
 Randall Lucas<BR>
@@ -162,7 +167,7 @@ function myHeight() {
 
 document.body.style.overflow = 'hidden';
 
-var startingPosition = 340;
+var startingPosition = 303;
 
 //huh, adjust for firefox
 var ua = navigator.userAgent;