Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbillard committed Jul 8, 2014
1 parent 8f374a9 commit d65f588
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 1 deletion.
4 changes: 4 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
ZenPhoto20 is licensed under the terms of the GNU General Public License,
version 2 or later. The full text is included in the file ./zp-core/gpl-2.0-standalone.htm which can be viewed from a link at the bottom of each admin page. More information can be found at http://fsf.org/

Portions of this software are derived or adapted from works covered by licenses other than the GNU General Public , e.g. http://www.opensource.org/licenses/mit-license.php. Licensing ZenPhoto20 under GNU General Public License is not intended to diminish any rights the copyright holders of these items may claim. All works are used with permission of the copyright holder.

For a complete list of modifications, including attribution and change dates, of original content please see https://github.com/ZenPhoto20/ZenPhoto20/commits/master.
2 changes: 2 additions & 0 deletions zp-core/pickSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
*
* @author Stephen Billard (sbillard)
*
* copyright © 2014 Stephen L Billard
*
* @package admin
*/
define('OFFSET_PATH', 1);
Expand Down
4 changes: 4 additions & 0 deletions zp-core/zp-extensions/debug.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
/*
* Generate tab for debuging aids
*
* @author Stephen Billard (sbillard)
*
* copyright © 2014 Stephen L Billard
*
* @package plugins
* @subpackage development
*/
Expand Down
4 changes: 4 additions & 0 deletions zp-core/zp-extensions/debug/admin_tab.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
/**
* This is the "tokens" upload tab
*
* @author Stephen Billard (sbillard)
*
* copyright © 2014 Stephen L Billard
*
* @package plugins
* @subpackage admin
*/
Expand Down
4 changes: 3 additions & 1 deletion zp-core/zp-extensions/favoritesAlbums.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
* in links so long as there is not a file/folder with of the stripped suffix name.
*
* @author Stephen Billard (sbillard)
*
*
* copyright © 2014 Stephen L Billard
*
* @package plugins
* @subpackage media
*/
Expand Down
5 changes: 5 additions & 0 deletions zp-core/zp-extensions/favoritesAlbums/admin-album.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
/**
* This script is used to create dynamic albums from a favorites page.
* @author Stephen Billard (sbillard)
*
* @author Stephen Billard (sbillard)
*
* copyright © 2014 Stephen L Billard
*
* @package plugins
* @subpackage media
*/
Expand Down
2 changes: 2 additions & 0 deletions zp-core/zp-extensions/purgeOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
*
* @author Stephen Billard (sbillard)
*
* copyright © 2014 Stephen L Billard
*
* @package plugins
* @subpackage admin
*/
Expand Down
4 changes: 4 additions & 0 deletions zp-core/zp-extensions/purgeOptions/purgeOptions_tab.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
/**
* purge options tab
*
* @author Stephen Billard (sbillard)
*
* copyright © 2014 Stephen L Billard
*
* @package plugins
* @subpackage admin
*/
Expand Down
3 changes: 3 additions & 0 deletions zp-core/zp-extensions/themeEditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
* other plugin has attached the <i>theme_editor</i> filter.
*
* @author Stephen Billard (sbillard)
*
* copyright © 2014 Stephen L Billard
*
* @package plugins
* @subpackage admin
*/
Expand Down
1 change: 1 addition & 0 deletions zp-core/zp-extensions/themeEditor/themes-editor.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* Theme file editor
*
* @package admin
* @author Ozh
*/
Expand Down
2 changes: 2 additions & 0 deletions zp-core/zp-extensions/tinymce/config/config.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
* </ul>
*
* @author Stephen Billard (sbillard)
*
* copyright © 2014 Stephen L Billard
*/
$filehandler = zp_apply_filter('tinymce_zenpage_config', NULL);

Expand Down
2 changes: 2 additions & 0 deletions zp-core/zp-extensions/tinymce/plugins/pasteobj/pasteobj.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*
* @author Stephen Billard (sbillard)
*
* copyright © 2014 Stephen L Billard
*
*/
// force UTF-8 Ø
define('OFFSET_PATH', 3);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
* pasteobj tinyMCE popup
*
* @author Stephen Billard (sbillard)
*
* copyright © 2014 Stephen L Billard
*
* adapted from the tinyMCE 4: compat3x
*/

var tinymce, tinyMCE;
Expand Down
3 changes: 3 additions & 0 deletions zp-core/zp-extensions/tinymce/plugins/pasteobj/plugin.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
*
* pasteobj plugin for tinyMCE
* @author Stephen Billard (sbillard)
*
* copyright © 2014 Stephen L Billard
*
*/

tinymce.PluginManager.add('pasteobj', function(editor, url) {
Expand Down
4 changes: 4 additions & 0 deletions zp-core/zp-extensions/zenpotoCompatibilityPack.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
* <li>Category</li>
* </ul>
*
* @author Stephen Billard (sbillard)
*
* copyright © 2014 Stephen L Billard
*
* @package plugins
* @subpackage admin
*/
Expand Down

0 comments on commit d65f588

Please sign in to comment.