Changeset 14

Show
Ignore:
Timestamp:
11/15/06 20:11:58
Author:
svn
Message:

adding languages, changing URL

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/languages/english.inc.php

    r7 r14  
    22 
    33// Copyright (c) 2006 Alex King. All rights reserved. 
    4 // http://www.alexking.org/software/phptagengine/ 
     4// http://alexking.org/project/php-tag-engine/ 
    55// 
    66// Released under the LGPL license 
  • trunk/phptagengine.config.inc.php

    r1 r14  
    22 
    33// Copyright (c) 2006 Alex King. All rights reserved. 
    4 // http://www.alexking.org/software/phptagengine/ 
     4// http://alexking.org/project/php-tag-engine/ 
    55// 
    66// Released under the LGPL license 
  • trunk/phptagengine.css

    r1 r14  
    11/* 
    22// Copyright (c) 2006 Alex King. All rights reserved. 
    3 // http://www.alexking.org/software/phptagengine/ 
     3// http://alexking.org/project/php-tag-engine/ 
    44// 
    55// Released under the LGPL license 
  • trunk/phptagengine.inc.php

    r1 r14  
    22 
    33// Copyright (c) 2006 Alex King. All rights reserved. 
    4 // http://www.alexking.org/software/phptagengine/ 
    5 // 
    6 // Version 1.0 beta 
     4// http://alexking.org/project/php-tag-engine/ 
    75// 
    86// Released under the LGPL license 
  • trunk/phptagengine.js.php

    r9 r14  
    11<?php 
     2 
     3// Copyright (c) 2006 Alex King. All rights reserved. 
     4// http://alexking.org/project/php-tag-engine/ 
     5// 
     6// Released under the LGPL license 
     7// http://www.opensource.org/licenses/lgpl-license.php 
     8// 
     9// ********************************************************************** 
     10// This program is distributed in the hope that it will be useful, but 
     11// WITHOUT ANY WARRANTY; without even the implied warranty of 
     12// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
     13// ********************************************************************** 
    214 
    315ini_set('display_errors', '0');