Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 22, 2013
1 parent d49cb24 commit ee7512b
Show file tree
Hide file tree
Showing 20 changed files with 58 additions and 60 deletions.
12 changes: 6 additions & 6 deletions core/src/core/doc/CREDITS.txt
@@ -1,22 +1,22 @@
<img src="plugins/gui.ajax/AjxpLogo250.png"/>
<img src="plugins/gui.ajax/PydioLogo250.png"/>
<div style="padding-left:10px;">Version __AJXP_VERSION__ - __AJXP_VERSION_DATE__

Copyright 2007-2013 Charles du Jeu
The latest code can be found at http://ajaxplorer.info/.
Copyright 2007-2013 Abstrium SAS
The latest code can be found at http://pyd.io/.

++ LICENSE ++
AjaXplorer is free software: you can redistribute it and/or modify
Pydio is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

AjaXplorer is distributed in the hope that it will be useful,
Pydio is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with AjaXplorer. If not, see <http://www.gnu.org/licenses/>.
along with Pydio. If not, see <http://www.gnu.org/licenses/>.


++ CONTRIBUTORS ++
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/access.ajxp_conf/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ajxpdriver name="ajxp_conf" label="CONF_MESSAGE[Admin Driver]" description="CONF_MESSAGE[Access AjaXplorer configuration data.]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<ajxpdriver name="ajxp_conf" label="CONF_MESSAGE[Admin Driver]" description="CONF_MESSAGE[Access Pydio configuration data.]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<plugin_info>
<core_relation packaged="true" tested_version="4.2.0"/>
<plugin_author>Charles du Jeu</plugin_author>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/access.jsapi/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ajxpdriver id="access.jsapi" name="jsapi" label="CONF_MESSAGE[Javascript Api Browser]" description="CONF_MESSAGE[Browse AjaXplorer Javascript classes and interfaces. Helper for developpers, but also good demonstration of how Ajaxplorer data can be fed by something different than a remote server filesystem!]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<ajxpdriver id="access.jsapi" name="jsapi" label="CONF_MESSAGE[Javascript Api Browser]" description="CONF_MESSAGE[Browse Pydio Javascript classes and interfaces. Helper for developpers, but also good demonstration of how Ajaxplorer data can be fed by something different than a remote server filesystem!]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<plugin_info>
<core_relation packaged="false" tested_version="4.0.4"/>
<plugin_author>Charles du Jeu</plugin_author>
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/action.share/res/minisite.php
Expand Up @@ -15,7 +15,7 @@
font-weight: normal;
padding: 10px 0 0 5px;
color: rgb(111,123,136);
background-image: url('AJXP_PATH_TO_ROOT/plugins/gui.ajax/AjxpLogo250.png');
background-image: url('AJXP_PATH_TO_ROOT/plugins/gui.ajax/PydioLogo250.png');
background-repeat: no-repeat;
background-position: right 9px;
background-size: 170px;
Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/action.updater/manifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<ajxp_plugin name="updater" label="CONF_MESSAGE[Update Engine]" description="CONF_MESSAGE[Automatic update of AjaXplorer. Since version 3.3.3]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<ajxp_plugin name="updater" label="CONF_MESSAGE[Update Engine]" description="CONF_MESSAGE[Automatic update of Pydio. Since version 3.3.3]" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
<server_settings>
<global_param name="UPDATE_SITE" type="string" label="CONF_MESSAGE[Update Site]" description="CONF_MESSAGE[Where to update]" default="http://www.ajaxplorer.info/update/"/>
<global_param name="UPDATE_CHANNEL" type="select" choices="stable|Stable,dev|Development,test|Testing (blank)" label="CONF_MESSAGE[Update Channel]" description="CONF_MESSAGE[Check stable or dev channel]" default="stable" mandatory="true"/>
Expand Down
12 changes: 6 additions & 6 deletions core/src/plugins/auth.remote/manifest.xml
Expand Up @@ -8,29 +8,29 @@
<server_settings>
<param name="CMS_TYPE" type="group_switch:cms" label="CONF_MESSAGE[CMS Type]" description="CONF_MESSAGE[Choose a predefined CMS or define your custom values]" mandatory="true"/>
<param name="LOCAL_PREFIX" label="CONF_MESSAGE[Local Prefix]" description="CONF_MESSAGE[The users created with this prefix in their identifier will be stored and handled in the local filesystem. This can be handy for managing the temporary users.]" type="string"/>
<param name="ROLES_MAP" label="CONF_MESSAGE[Roles Map]" description="CONF_MESSAGE[Define a map of key/values for automatically mapping roles from the CMS to AjaXplorer.]" type="array"/>
<param name="ROLES_MAP" label="CONF_MESSAGE[Roles Map]" description="CONF_MESSAGE[Define a map of key/values for automatically mapping roles from the CMS to Pydio.]" type="array"/>
<param name="SECRET" type="string" label="CONF_MESSAGE[Secret key]" description="CONF_MESSAGE[This key must only be known by remote end]" mandatory="false" />
<param name="USERS_FILEPATH" type="string" label="CONF_MESSAGE[Users]" description="CONF_MESSAGE[The users list]" mandatory="true"/>
<!-- WP -->
<param group_switch_name="cms" group_switch_label="WordPress" group_switch_value="wp" name="cms" type="hidden" label="" description="" default="wp"/>
<param group_switch_name="cms" group_switch_label="WordPress" group_switch_value="wp" name="MASTER_URL" type="string" label="CONF_MESSAGE[Wordpress URL]" description="CONF_MESSAGE[URL of your WP installation, either http://host/path or simply /path if it's on the same host]" mandatory="false"/>
<param group_switch_name="cms" group_switch_label="WordPress" group_switch_value="wp" default="/wp-login.php" name="LOGIN_URI" type="string" label="CONF_MESSAGE[Login URI]" description="CONF_MESSAGE[When not in slave mode, AJXP calls the given URL as URL?name=XXX&amp;pass=XXX&amp;key=XXX. Else it redirect to the given URL]" mandatory="true" />
<param group_switch_name="cms" group_switch_label="WordPress" group_switch_value="wp" default="wordpress_remote_auth" name="MASTER_AUTH_FUNCTION" type="hidden" label="CONF_MESSAGE[Master Auth Function]" description="CONF_MESSAGE[User-defined function for performing real password check, necessary for REST API (including iOS client)]" mandatory="false"/>
<param group_switch_name="cms" group_switch_label="WordPress" group_switch_value="wp" name="LOGOUT_ACTION" default="back" type="select" choices="logout|Logout,back|Back to main page" label="CONF_MESSAGE[Exit Action]" description="CONF_MESSAGE[Choose the action performed when the user wants to quit AjaXplorer : either trigger a Joomla! logout, or simply go back to the main page.]" mandatory="true" />
<param group_switch_name="cms" group_switch_label="WordPress" group_switch_value="wp" name="LOGOUT_ACTION" default="back" type="select" choices="logout|Logout,back|Back to main page" label="CONF_MESSAGE[Exit Action]" description="CONF_MESSAGE[Choose the action performed when the user wants to quit Pydio : either trigger a Joomla! logout, or simply go back to the main page.]" mandatory="true" />
<!-- Joomla! -->
<param group_switch_name="cms" group_switch_label="Joomla!" group_switch_value="joomla" name="cms" type="hidden" label="" description="" default="joomla"/>
<param group_switch_name="cms" group_switch_label="Joomla!" group_switch_value="joomla" name="MASTER_URL" type="string" label="CONF_MESSAGE[Joomla! URL]" description="CONF_MESSAGE[Full path to Joomla! installation, either in the form of http://localhost/joomla/ or simply /joomla/]" mandatory="true"/>
<param group_switch_name="cms" group_switch_label="Joomla!" group_switch_value="joomla" name="LOGIN_URI" default="/" type="string" label="CONF_MESSAGE[Home node]" description="CONF_MESSAGE[Main page of your Joomla! installation that contains a login form. When not logged, accessing AjaXplorer will redirect to this page. It's also used for the API calls for logging in a user from within AjaXplorer. Make sure it does contain a login form!]" mandatory="true" />
<param group_switch_name="cms" group_switch_label="Joomla!" group_switch_value="joomla" name="LOGIN_URI" default="/" type="string" label="CONF_MESSAGE[Home node]" description="CONF_MESSAGE[Main page of your Joomla! installation that contains a login form. When not logged, accessing Pydio will redirect to this page. It's also used for the API calls for logging in a user from within Pydio. Make sure it does contain a login form!]" mandatory="true" />
<param group_switch_name="cms" group_switch_label="Joomla!" group_switch_value="joomla" name="MASTER_AUTH_FUNCTION" default="joomla_remote_auth" type="hidden" label="CONF_MESSAGE[Master Auth Function]" description="CONF_MESSAGE[User-defined function for performing real password check, necessary for REST API (including iOS client)]" mandatory="false"/>
<param group_switch_name="cms" group_switch_label="Joomla!" group_switch_value="joomla" name="MASTER_AUTH_FORM_ID" default="login-form" type="string" label="CONF_MESSAGE[Auth Form ID]" description="CONF_MESSAGE[The HTML ID of the form tag displayed for login on the page defined previously. Not necessary for WP, login-form by default for Joomla, and user-login-form for Drupal]" mandatory="false"/>
<param group_switch_name="cms" group_switch_label="Joomla!" group_switch_value="joomla" name="LOGOUT_ACTION" default="back" type="hidden" label="CONF_MESSAGE[Exit Action]" description="CONF_MESSAGE[Choose the action performed when the user wants to quit AjaXplorer : either trigger a Joomla! logout, or simply go back to the main page.]" mandatory="true" />
<param group_switch_name="cms" group_switch_label="Joomla!" group_switch_value="joomla" name="LOGOUT_ACTION" default="back" type="hidden" label="CONF_MESSAGE[Exit Action]" description="CONF_MESSAGE[Choose the action performed when the user wants to quit Pydio : either trigger a Joomla! logout, or simply go back to the main page.]" mandatory="true" />
<!-- Drupal -->
<param group_switch_name="cms" group_switch_label="Drupal" group_switch_value="drupal" name="cms" type="hidden" label="" description="" default="drupal"/>
<param group_switch_name="cms" group_switch_label="Drupal" group_switch_value="drupal" name="MASTER_URL" type="string" label="CONF_MESSAGE[Drupal URL]" description="CONF_MESSAGE[Full path to Drupal installation, either in the form of http://localhost/drupal/ or simply /drupal/]" mandatory="true"/>
<param group_switch_name="cms" group_switch_label="Drupal" group_switch_value="drupal" name="LOGIN_URI" type="string" label="CONF_MESSAGE[Login URL]" description="CONF_MESSAGE[Main page of your Drupal installation that contains a login form. When not logged, accessing AjaXplorer will redirect to this page. It's also used for the API calls for logging in a user from within AjaXplorer. Make sure it does contain a login form.]" mandatory="true" />
<param group_switch_name="cms" group_switch_label="Drupal" group_switch_value="drupal" name="LOGIN_URI" type="string" label="CONF_MESSAGE[Login URL]" description="CONF_MESSAGE[Main page of your Drupal installation that contains a login form. When not logged, accessing Pydio will redirect to this page. It's also used for the API calls for logging in a user from within Pydio. Make sure it does contain a login form.]" mandatory="true" />
<param group_switch_name="cms" group_switch_label="Drupal" group_switch_value="drupal" name="MASTER_AUTH_FUNCTION" type="hidden" default="drupal_remote_auth" label="" description="" mandatory="false"/>
<param group_switch_name="cms" group_switch_label="Drupal" group_switch_value="drupal" name="MASTER_AUTH_FORM_ID" type="string" default="user-login-form" label="CONF_MESSAGE[Auth Form ID]" description="CONF_MESSAGE[The HTML ID of the form tag displayed for login on the page defined previously. Not necessary for WP, login-form by default for Joomla, and user-login-form for Drupal]" mandatory="false"/>
<param group_switch_name="cms" group_switch_label="Drupal" group_switch_value="drupal" name="LOGOUT_ACTION" default="back" type="select" choices="logout|Logout,back|Back to main page" label="CONF_MESSAGE[Exit Action]" description="CONF_MESSAGE[Choose the action performed when the user wants to quit AjaXplorer : either trigger a Joomla! logout, or simply go back to the main page.]" mandatory="true" />
<param group_switch_name="cms" group_switch_label="Drupal" group_switch_value="drupal" name="LOGOUT_ACTION" default="back" type="select" choices="logout|Logout,back|Back to main page" label="CONF_MESSAGE[Exit Action]" description="CONF_MESSAGE[Choose the action performed when the user wants to quit Pydio : either trigger a Joomla! logout, or simply go back to the main page.]" mandatory="true" />
<!-- Custom -->
<param group_switch_name="cms" group_switch_label="Custom" group_switch_value="custom" name="cms" type="hidden" label="" description="" default="custom"/>
<param group_switch_name="cms" group_switch_label="Custom" group_switch_value="custom" name="LOGIN_URL" type="string" label="CONF_MESSAGE[Login URL]" description="CONF_MESSAGE[When not in slave mode, AJXP calls the given URL as URL?name=XXX&amp;pass=XXX&amp;key=XXX. Else it redirect to the given URL]" mandatory="true" />
Expand Down
12 changes: 6 additions & 6 deletions core/src/plugins/boot.conf/manifest.xml
Expand Up @@ -14,8 +14,8 @@
<global_param group="&lt;span class='icon-key'&gt;&lt;/span&gt; Admin access" name="ADMIN_USER_PASS" type="password" label="Admin Password" description="Password" mandatory="true"/>
<global_param group="&lt;span class='icon-key'&gt;&lt;/span&gt; Admin access" name="ADMIN_USER_PASS2" type="password" label="Confirm" description="Confirm password" mandatory="true"/>
<global_param group="&lt;span class='icon-cogs'&gt;&lt;/span&gt; Global options" name="sysLegend" type="legend" label="" description="Set up some application parameters. If you enable Emails, please use the Test button to check if your php is correctly configured."/>
<global_param group="&lt;span class='icon-cogs'&gt;&lt;/span&gt; Global options" name="APPLICATION_TITLE" type="string" label="Application Title" description="Your system title" default="AjaXplorer" mandatory="false"/>
<global_param group="&lt;span class='icon-cogs'&gt;&lt;/span&gt; Global options" name="APPLICATION_WELCOME" type="textarea" label="Welcome Message" description="An additional message displayed at startup, on the splash screen and the login screen." default="Welcome to AjaXplorer 5" mandatory="false"/>
<global_param group="&lt;span class='icon-cogs'&gt;&lt;/span&gt; Global options" name="APPLICATION_TITLE" type="string" label="Application Title" description="Your system title" default="Pydio" mandatory="false"/>
<global_param group="&lt;span class='icon-cogs'&gt;&lt;/span&gt; Global options" name="APPLICATION_WELCOME" type="textarea" label="Welcome Message" description="An additional message displayed at startup, on the splash screen and the login screen." default="Welcome to Pydio" mandatory="false"/>
<global_param group="&lt;span class='icon-cogs'&gt;&lt;/span&gt; Global options" name="APPLICATION_LANGUAGE" type="select" choices="AJXP_AVAILABLE_LANGUAGES" label="Default Language" description="Select a language activated by default( users will still be able to switch)" default="en" mandatory="true"/>
<global_param group="&lt;span class='icon-cogs'&gt;&lt;/span&gt; Global options" name="MAILER_ENABLE" type="group_switch:mailer" label="Enable emails" description="Set up system to send emails" default="no" mandatory="true"/>
<global_param group_switch_name="mailer" group_switch_value="no" group_switch_label="No (you can enable mails later)" name="status" type="hidden" label="No" description="s" default="no"/>
Expand Down Expand Up @@ -68,17 +68,17 @@
</clientCallback>
<clientForm id="installer_form"><![CDATA[
<div id="installer_form" box_padding="0" box_resize="true" box_width="560" overlayStyle='{"backgroundColor":"white","opacity":10,"backgroundImage":"url(\"AJXP_THEME_FOLDER/images/grid_t.png\")"}' style="padding: 10px; overflow:auto; background-color: white;">
<img src="plugins/gui.ajax/AjxpLogo250.png" style="display:block;">
<div class="dialogLegend installerWelcome"> Thank you for installing AjaXplorer!<br> This tool will make sure your new sharing platform is up and running in no time: browse through the various sections to set up the general behaviour of the application. You can fly over the fields labels with your mouse to get more information. <br>Are you ready ? <span id="start_button">Start wizard!</span></div>
<img src="plugins/gui.ajax/PydioLogo250.png" style="display:block;">
<div class="dialogLegend installerWelcome"> Thank you for installing Pydio!<br> This tool will make sure your new sharing platform is up and running in no time: browse through the various sections to set up the general behaviour of the application. You can fly over the fields labels with your mouse to get more information. <br>Are you ready ? <span id="start_button">Start wizard!</span></div>
<div id="the_form" style="display:none; margin:0 5px;"></div>
<div id="configuration_progress" class="dialogLegend installerWelcome" style="display:none; margin:0 5px;">
Please wait while AjaXplorer 5 is being configured! It will be up and running in a couple of seconds...
Please wait while Pydio is being configured! It will be up and running in a couple of seconds...
<div style="margin: 20px auto; width: 40px;">
<span class="icon-spinner rotating spinner_large"></span>
</div>
</div>
<div style="margin-top:20px;">
<div id="save_button" class="SF_input SF_inlineButton disabled"><span class="icon-play-circle"></span>Install AjaXplorer Now!</div>
<div id="save_button" class="SF_input SF_inlineButton disabled"><span class="icon-play-circle"></span>Install Pydio Now!</div>
</div>
</div>
<style type="text/css">
Expand Down

0 comments on commit ee7512b

Please sign in to comment.