From: <gem...@li...> - 2013-02-15 16:57:20
|
Revision: 1144 http://sourceforge.net/p/gemstracker/code/1144 Author: matijsdejong Date: 2013-02-15 16:57:18 +0000 (Fri, 15 Feb 2013) Log Message: ----------- Added new contact info to default project.ini Modified Paths: -------------- trunk/new_project/application/configs/project.ini Modified: trunk/new_project/application/configs/project.ini =================================================================== --- trunk/new_project/application/configs/project.ini 2013-02-15 16:53:06 UTC (rev 1143) +++ trunk/new_project/application/configs/project.ini 2013-02-15 16:57:18 UTC (rev 1144) @@ -1,6 +1,8 @@ [production] name = "New" description = "New" +;descrLong = "" +;descrLongNl = "" ;--------------------------------------------------- ; Hash encryption salt. REQUIRED! @@ -31,8 +33,13 @@ favicon = basic/basic.ico jquerycss = basic/jquery-basic.css -contact.bugsUrl = https://sourceforge.net/apps/trac/gemstracker/wiki -contact.supportUrl = https://sourceforge.net/projects/gemstracker/support +contact.bugsUrl = http://gemstracker.org/mantis +contact.docsUrl = http://gemstracker.org/wiki/doku.php +;contact.forumUrl = http://gemstracker.org/wiki/doku.php +contact.gemsUrl = http://gemstracker.org/ +contact.manualUrl = "http://gemstracker.org/wiki/doku.php?id=userzone:userdoc:start" +;contact.supportUrl = http://gemstracker.org/wiki/doku.php + databaseFileEncoding = ISO-8859-1 ;------------------------------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |