inital git commit
[phpns.git] / inc / page_desc.php
blobc0c1ed5a0637eeb92b26d8fac60543883e2fd9a7
1 <?php
3 /* Copyright (c) 2007-08 Alec Henriksen
4 * phpns is free software; you can redistribute it and/or modify it under the
5 * terms of the GNU General Public Licence (GPL) as published by the Free
6 * Software Foundation; either version 2 of the Licence, or (at your option) any
7 * later version.
8 * Please see the GPL at http://www.gnu.org/copyleft/gpl.html for a complete
9 * understanding of what this license means and how to abide by it.
12 //switch this to either TRUE or FALSE to display page descriptions.
13 $globalvars['display_descriptions'] = TRUE;
16 //if display_descriptions is true, define array
17 if ($globalvars['display_descriptions']) {
18 $page_desc['permission denied'] = "You do not have access to that feature/page of phpns. The rank you are assigned to specifically states that you don't have permission to continue.";
20 $page_desc['index'] = "Welcome to the phpns admin area, <strong>".$_SESSION['username']."</strong>. To start, you may want to post a <a href=\"article.php\">new article</a>, or choose a different task on the navigation. Below, you'll find a list of your recent articles, and some statistics.";
22 // $page_desc['new article'] = "Title, Category, and the Main article are the only required fields. If you would like to edit/delete an article, you'll need to head over to the <a href=\"manage.php\">news management</a> section.";
24 // $page_desc['preview article'] = "Title, Category, and the Main article are the only required fields. If you would like to edit/delete an article, you'll need to head over to the <a href=\"manage.php\">news management</a> section.";
26 $page_desc['article success'] = "Congratulations, the article has been successfully created. You can <a href=\"article.php\">create another</a> or edit/delete the article at the <a href=\"manage.php\">news management</a> page.";
28 $page_desc['article management'] = "Using article management, you can edit/delete/categorize different news articles. If you would like to customize the way your articles are displayed, head over to the <a href=\"preferences.php\">preferences section</a>, or you can modify <a href=\"preferences.php?do=categories\">article categories</a>.";
30 // $page_desc['edit article'] = "You are editing an article that has been previously posted by you or another user. You can delete comments by clicking the appropriate button below. Do you want to return to <a href=\"manage.php\">article management</a>?";
32 $page_desc['edit success'] = 'The item has been successfully edited. You can return to the <a href="manage.php">news management</a> page, or go to the <a href="index.php">index</a>.';
34 $page_desc['user success'] = 'The user has been successfully created. Return to the <a href="user.php">user management</a> page, or go to the <a href="index.php">index</a>.';
36 $page_desc['edit user'] = 'You are editing a user that has been previously created by you or another user. You can <a href="user.php?do=new">create a new user</a> or <a href="user.php">return to user management</a>.';
38 $page_desc['login records'] = 'You are viewing login records stored by the phpns system. Only successful logins are recorded, so failed login attempts are not shown. You can <a href="user.php">return to user management</a>.';
40 $page_desc['search'] = 'To search for an article, enter your query below. You can narrow your search based on keyword and category.';
42 $page_desc['user management'] = "User management lets you create, delete, and edit current users and their settings. You can also modify the ranking system for the system.";
44 $page_desc['new user'] = "Using this tool, you can create a new user which will have access to the phpns administration panel. Fill out the form below.";
46 $page_desc['rank management'] = "With rank management, you can assign users to specific 'ranks', which limit what the user can do with the system. Simply create your rank, then create/edit a user with the rank reflected at the user options.";
48 $page_desc['new rank'] = "To create a new rank, please customize what the members will be allowed to do below. Both the rank title and description are required to continue. Make sure to go over this after you are done, although you can change it later.";
50 $page_desc['edit rank'] = "You are editing a rank that is active on your system. Changes will take effect only when the user relogs in.";
52 $page_desc['rank success'] = "The rank has been successfully created. You can <a href=\"user.php?do=ranks\">return to rank management</a>, or <a href=\"user.php?do=newrank\">create another rank</a>.";
54 $page_desc['preferences'] = "Using this tool, you can modify different aspects of the phpns system. You can edit templates, themes, banning options, RSS, and much more.";
56 $page_desc['display options'] = "Display options lets you define default attributes that your articles will include automatically. Remember, these are just default values. They can be overwritten individually through includes.";
58 $page_desc['comment options'] = "Comment options allow you to change default settings for users' comments on your news system. Unlike <a href=\"preferences.php?do=display\">display options</a>, these settings are not overrideable.";
60 $page_desc['rss/atom management'] = "Rss/atom options allow you to change default settings for how your rss/atom page looks, and how it operates.";
62 $page_desc['freeze management'] = "Freeze management can be enabled when you are expecting a major traffic/visit spike to your website. This will \"freeze\" shownews.php, and write the articles to a static file, eliminating the need for mySQL.";
64 $page_desc['templates'] = "Templates are used to customize <em>how</em> the system displays each news item. You can have multiple templates available, but only one can remain the default. The default template is overrideable before an include.";
66 $page_desc['template success'] = "The template has been successfully created. You can <a href=\"preferences.php?do=templates\">return to template management</a>, or <a href=\"preferences.php?do=templates&action=new\">create another</a>.";
68 $page_desc['search engine friendly urls'] = "Phpns supports 'Search Engine Friendly URLs', which can be activated to make your URLs look cleaner to you, your visitors, and search engines that might explore your website. You can activate SEF URLs by putting the variable".' $mod_rewrite = TRUE'.".";
70 $page_desc['ban options'] = "You can easily ban (or disallow) a user from viewing the content in your installation. If you ban a user below (using their IP address), they will not be able to see any articles on the system.";
72 $page_desc['integration wizard'] = "The integration wizard is a customization walkthrough that will let generate a configured 'code' that you can use for your website. None of the fields are required, so skip the ones you don't understand.";
74 $page_desc['system log'] = "The system log records every action taken by any user of the system.";
76 $page_desc['system timestamp format'] = "The system timestamp option will allow you to display 'how' the timestamp is dispayed in human-readable format.";
78 $page_desc['online/offline options'] = "This feature will let you restrict <strong>all</strong> users from accessing the articles on your website. If you want to prevent a single (or group of) user(s) from accessing your website, head over to the <a href=\"preferences.php?do=ban\">ban options</a>.";
80 $page_desc['wysiwyg editor'] = "A WYSIWYG (what you see is what you get) editor is the editor used for entering data into <textarea>s throughout the system. You can choose between editors below, or just simply turn the feature off.";
82 $page_desc['database backup'] = "Using database backup, you can easily and safely backup (and restore) your phpns articles. We recommend backing up your database at least once a month, in order to ensure the safety of your data.";
84 $page_desc['wysiwyg options'] = "A WYSIWYG (What-You-See-Is-What-You-Get) editor is a feature which will enhance the textareas throughout the phpns system. Javascript is required for this feature to work.";
86 $page_desc['global message'] = "The global message is a simple notice that will appear on every page of phpns. You can use this to inform users of an important announcement, update, or just to say hello.";
88 $page_desc['themes'] = "Using the theme management tool, you can configure/administer the themes that are located in your /themes/ folder. You can have multiple themes installed, but only one may remain as the 'active' theme.";
90 $page_desc['categories'] = "Categories act like 'folders' for your articles. They are used to organize your articles into groups which can be controlled as a whole. Sub-categories are allowed. ";
92 $page_desc['about'] = "Phpns has been in development since the summer of '06, and has become a scalable and powerful system since it's first concept.";
94 //end page descriptions. You can null out any description you don't want viewed by simply putting a '//' before the array key.