Changeset 2994 for plugins/dcom
- Timestamp:
- 02/24/11 22:34:03 (13 years ago)
- Location:
- plugins/dcom
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcom/_admin.php
r2982 r2994 1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ 2 /***************************************************************\ 3 * This is 'Dcom', a plugin for Dotclear 2 * 4 * * 5 * Copyright (c) 2007,2008,2011 * 6 * Alex Pirine, Jean-François Michaud and contributors. * 7 * * 8 * This is an open source software, distributed under the GNU * 9 * General Public License (version 2) terms and conditions. * 10 * * 11 * You should have received a copy of the GNU General Public * 12 * License along with 'Dcom' (see COPYING.txt); * 13 * if not, write to the Free Software Foundation, Inc., * 14 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 15 \***************************************************************/ 1 <?php 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Dcom, a plugin for Dotclear. 4 # 5 # Copyright (c) 2007,2008,2011 Alex Pirine <alex pirine.fr> 6 # 7 # Licensed under the GPL version 2.0 license. 8 # A copy is available in LICENSE file or at 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # -- END LICENSE BLOCK ------------------------------------ 16 11 17 12 if (!defined('DC_CONTEXT_ADMIN')) { return; } -
plugins/dcom/_define.php
r2982 r2994 1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ 2 /***************************************************************\ 3 * This is 'Dcom', a plugin for Dotclear 2 * 4 * * 5 * Copyright (c) 2007,2008,2011 * 6 * Alex Pirine, Jean-François Michaud and contributors. * 7 * * 8 * This is an open source software, distributed under the GNU * 9 * General Public License (version 2) terms and conditions. * 10 * * 11 * You should have received a copy of the GNU General Public * 12 * License along with 'Dcom' (see COPYING.txt); * 13 * if not, write to the Free Software Foundation, Inc., * 14 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 15 \***************************************************************/ 1 <?php 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Dcom, a plugin for Dotclear. 4 # 5 # Copyright (c) 2007,2008,2011 Alex Pirine <alex pirine.fr> 6 # 7 # Licensed under the GPL version 2.0 license. 8 # A copy is available in LICENSE file or at 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # -- END LICENSE BLOCK ------------------------------------ 16 11 17 12 if (!defined('DC_RC_PATH')) { return; } -
plugins/dcom/_prepend.php
r2982 r2994 1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ 2 /***************************************************************\ 3 * This is 'Dcom', a plugin for Dotclear 2 * 4 * * 5 * Copyright (c) 2007,2008,2011 * 6 * Alex Pirine, Jean-François Michaud and contributors. * 7 * * 8 * This is an open source software, distributed under the GNU * 9 * General Public License (version 2) terms and conditions. * 10 * * 11 * You should have received a copy of the GNU General Public * 12 * License along with 'Dcom' (see COPYING.txt); * 13 * if not, write to the Free Software Foundation, Inc., * 14 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 15 \***************************************************************/ 1 <?php 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Dcom, a plugin for Dotclear. 4 # 5 # Copyright (c) 2007,2008,2011 Alex Pirine <alex pirine.fr> 6 # 7 # Licensed under the GPL version 2.0 license. 8 # A copy is available in LICENSE file or at 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # -- END LICENSE BLOCK ------------------------------------ 16 11 17 12 if (!defined('DC_RC_PATH')) { return; } -
plugins/dcom/_public.php
r2982 r2994 1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ 2 /***************************************************************\ 3 * This is 'Dcom', a plugin for Dotclear 2 * 4 * * 5 * Copyright (c) 2007,2008,2011 * 6 * Alex Pirine, Jean-François Michaud and contributors. * 7 * * 8 * This is an open source software, distributed under the GNU * 9 * General Public License (version 2) terms and conditions. * 10 * * 11 * You should have received a copy of the GNU General Public * 12 * License along with 'Dcom' (see COPYING.txt); * 13 * if not, write to the Free Software Foundation, Inc., * 14 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 15 \***************************************************************/ 1 <?php 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Dcom, a plugin for Dotclear. 4 # 5 # Copyright (c) 2007,2008,2011 Alex Pirine <alex pirine.fr> 6 # 7 # Licensed under the GPL version 2.0 license. 8 # A copy is available in LICENSE file or at 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # -- END LICENSE BLOCK ------------------------------------ 16 11 17 12 if (!defined('DC_RC_PATH')) { return; } -
plugins/dcom/_widgets.php
r2982 r2994 1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */ 2 /***************************************************************\ 3 * This is 'Dcom', a plugin for Dotclear 2 * 4 * * 5 * Copyright (c) 2007,2008,2011 * 6 * Alex Pirine, Jean-François Michaud and contributors. * 7 * * 8 * This is an open source software, distributed under the GNU * 9 * General Public License (version 2) terms and conditions. * 10 * * 11 * You should have received a copy of the GNU General Public * 12 * License along with 'Dcom' (see COPYING.txt); * 13 * if not, write to the Free Software Foundation, Inc., * 14 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 15 \***************************************************************/ 1 <?php 2 # -- BEGIN LICENSE BLOCK ---------------------------------- 3 # This file is part of Dcom, a plugin for Dotclear. 4 # 5 # Copyright (c) 2007,2008,2011 Alex Pirine <alex pirine.fr> 6 # 7 # Licensed under the GPL version 2.0 license. 8 # A copy is available in LICENSE file or at 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # -- END LICENSE BLOCK ------------------------------------ 16 11 17 12 if (!defined('DC_RC_PATH')) { return; }
Note: See TracChangeset
for help on using the changeset viewer.