Ticket #163 (new enhancement)

Opened 1 year ago

Last modified 2 months ago

creating an app with no document root

Reported by: laurentj Assigned to:
Priority: normal Milestone: jelix 1.1
Component: jelix-scripts Version: 1.0 beta2
Severity: minor Keywords: createapp documentroot
Cc: Php version:
Review: Hosting Provider:
Documentation needed: 0 Blocking:

Description

createapp command should have an option to create an application which could run without a documentRoot settings. so, it should create www content at the root directory.

Change History

05/17/07 12:21:00 changed by bballizlife

I'm not sure to understand well this feature. Does it mean create an app with the following structure ?

app/modules
app/var
app/responses
app/plugins
app/application.init.php
app/index.php
app/jsonrpc.php
app/xmlrpc.php

(follow-up: ↓ 6 ) 05/18/07 09:47:03 changed by laurentj

I mean

app/modules
app/var
app/responses
app/plugins
app/application.init.php
index.php
jsonrpc.php
xmlrpc.php

08/06/07 20:40:08 changed by laurentj

  • milestone changed from Jelix 1.0beta3 to Jelix 1.0.

09/05/07 12:20:30 changed by laurentj

  • milestone changed from Jelix 1.0 to Jelix 1.1.

04/24/08 01:23:38 changed by laurentj

  • review changed.
  • docneeded changed.
  • milestone changed from Jelix 1.1 beta 1 to jelix 1.1.

(in reply to: ↑ 2 ) 06/30/08 08:34:07 changed by maurice

Replying to laurentj:

I mean

 app/modules
 app/var
 app/responses
 app/plugins
 app/application.init.php
 index.php
 jsonrpc.php
 xmlrpc.php

I like that idea very much, but perhaps you should keep the www subdirectory for css, images or other public files.

Also (as asked by ticket 609), if references to the external jelix lib is only put in the application.init.php file, instead of into all the entry files, these entry files become even lighter.

But as these modifications concerns the directory structure, perhaps it is not a good idea to write as late as the final jelix-1.1 version to test it?

Download in other formats: Comma-delimited Text Tab-delimited Text RSS Feed