source: branches/5.2/www/index.cfm @ 1631

Revision 1631, 2.6 KB checked in by mattlevine, 2 years ago (diff)
  1. Adding nextNID to pagination so that multiple paginations can happen on one page.
Line 
1<!--- This file is part of Mura CMS.
2
3Mura CMS is free software: you can redistribute it and/or modify
4it under the terms of the GNU General Public License as published by
5the Free Software Foundation, Version 2 of the License.
6
7Mura CMS is distributed in the hope that it will be useful,
8but WITHOUT ANY WARRANTY; without even the implied warranty of
9MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10GNU General Public License for more details.
11
12You should have received a copy of the GNU General Public License
13along with Mura CMS.  If not, see <http://www.gnu.org/licenses/>.
14
15Linking Mura CMS statically or dynamically with other modules constitutes
16the preparation of a derivative work based on Mura CMS. Thus, the terms and     
17conditions of the GNU General Public License version 2 (“GPL”) cover the entire combined work.
18
19However, as a special exception, the copyright holders of Mura CMS grant you permission
20to combine Mura CMS with programs or libraries that are released under the GNU Lesser General Public License version 2.1.
21
22In addition, as a special exception,  the copyright holders of Mura CMS grant you permission
23to combine Mura CMS  with independent software modules that communicate with Mura CMS solely
24through modules packaged as Mura CMS plugins and deployed through the Mura CMS plugin installation API,
25provided that these modules (a) may only modify the  /trunk/www/plugins/ directory through the Mura CMS
26plugin installation API, (b) must not alter any default objects in the Mura CMS database
27and (c) must not alter any files in the following directories except in cases where the code contains
28a separately distributed license.
29
30/trunk/www/admin/
31/trunk/www/tasks/
32/trunk/www/config/
33/trunk/www/requirements/mura/
34
35You may copy and distribute such a combined work under the terms of GPL for Mura CMS, provided that you include
36the source code of that other code when and as the GNU GPL requires distribution of source code.
37
38For clarity, if you create a modified version of Mura CMS, you are not obligated to grant this special exception
39for your modified version; it is your choice whether to do so, or to make such modified version available under
40the GNU General Public License version 2  without this exception.  You may, if you choose, apply this exception
41to your own modified versions of Mura CMS.
42--->
43<cfif application.configBean.getSiteIDInURLS()>
44<cfinclude template="tasks/content/redirect.cfm">
45<cfelse>
46<cfif len(application.configBean.getStub())>
47<cfinclude template="tasks/content/contentServerRootStub.cfm">
48<cfelse>        
49<cfinclude template="tasks/content/contentServerRoot.cfm">
50</cfif>
51</cfif>
Note: See TracBrowser for help on using the repository browser.