X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=blobdiff_plain;f=gforge%2Fwww%2Fregister%2Fprojectinfo.php;h=9908dce8b03b9b2115e9557865c634da0903d9b2;hp=077b834f40054d5526a897a45ee3be6a64edbddb;hb=27bebde8aad80411d036f9253171f37c83bbed62;hpb=8acb1343e214db3a2f8f0686cf5fc7af03250dc6 diff --git a/gforge/www/register/projectinfo.php b/gforge/www/register/projectinfo.php index 077b834f40..9908dce8b0 100644 --- a/gforge/www/register/projectinfo.php +++ b/gforge/www/register/projectinfo.php @@ -38,7 +38,6 @@ require_once('../env.inc.php'); require_once $gfwww.'include/pre.php'; -require_once $gfcommon.'include/license.php'; require_once $gfcommon.'scm/SCMFactory.class.php'; // // Test if restricted project registration @@ -56,8 +55,6 @@ if (getStringFromRequest('submit')) { $full_name = trim(getStringFromRequest('full_name')); $purpose = trim(getStringFromRequest('purpose')); - $license = trim(getStringFromRequest('license')); - $license_other = trim(getStringFromRequest('license_other')); $description = trim(getStringFromRequest('description')); $unix_name = strtolower(getStringFromRequest('unix_name')); $scm = getStringFromRequest('scm'); @@ -85,8 +82,6 @@ if (getStringFromRequest('submit')) { $full_name, $unix_name, $description, - $license, - $license_other, $purpose, 'shell1', $scm_host, @@ -117,8 +112,6 @@ if (getStringFromRequest('submit')) { } else { $full_name = ''; $purpose = ''; - $license = ''; - $license_other = ''; $description = ''; $unix_name = ''; $scm = ''; @@ -143,25 +136,14 @@ site_header(array('title'=>_('Project Information'))); -3. License'), $GLOBALS['sys_name']) ?> - - -If you selected "other", please provide an explanation along with a description of your license. Realize that other licenses may not be approved. Also, it may take additional time to make a decision for such project, since we will need to check that license is compatible with the OpenSource definition.

') ?> -
- - -4. Project Public Description

This is the description of your project which will be shown on the Project Summary page, in search results, etc. It should not be as comprehensive and formal as Project Purpose description (step 2), so feel free to use concise and catchy wording. Maximum length is 255 chars.

')?> +3. Project Public Description

This is the description of your project which will be shown on the Project Summary page, in search results, etc. It should not be as comprehensive and formal as Project Purpose description (step 2), so feel free to use concise and catchy wording. Maximum length is 255 chars.

')?>

-5. Project Unix NameIn addition to full project name, you will need to choose short,"Unix" name for your project.

The "Unix Name" has several restrictions because it is used in so many places around the site. They are:

Your unix name is important, however, because it will be used for many things, including:

Unix Name:
'), $GLOBALS['sys_default_domain']) ?> +4. Project Unix NameIn addition to full project name, you will need to choose short,"Unix" name for your project.

The "Unix Name" has several restrictions because it is used in so many places around the site. They are:

Your unix name is important, however, because it will be used for many things, including:

Unix Name:
'), $GLOBALS['sys_default_domain']) ?>