Changeset 901
- Timestamp:
- 03/18/09 08:22:50 (14 years ago)
- Location:
- plugins
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pixearch/_admin.php
r897 r901 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 200 7 Olivier Meunier and contributors.3 # This file is part of Pixearch. 4 # Copyright (c) 2009 Hadrien Lanneau. 5 5 # All rights reserved. 6 6 # 7 # DotClearis free software; you can redistribute it and/or modify7 # Pixearch is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by 9 9 # the Free Software Foundation; either version 2 of the License, or 10 10 # (at your option) any later version. 11 11 # 12 # DotClearis distributed in the hope that it will be useful,12 # Pixearch is distributed in the hope that it will be useful, 13 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 # 17 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software18 # along with Pixearch; if not, write to the Free Software 19 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 # 21 # This file is part of Pixearch 22 # Hadrien Lanneau http://www.alti.info/pages/pixearch 21 # http://www.alti.info/pages/pixearch 23 22 # 24 # ***** END LICENSE BLOCK ***** 25 23 # ***** END LICENSE BLOCK ***** 26 24 $_menu['Plugins']->addItem( 27 25 __('Pixearch'), -
plugins/pixearch/_define.php
r897 r901 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 200 7 Olivier Meunier and contributors.3 # This file is part of Pixearch. 4 # Copyright (c) 2009 Hadrien Lanneau. 5 5 # All rights reserved. 6 6 # 7 # DotClearis free software; you can redistribute it and/or modify7 # Pixearch is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by 9 9 # the Free Software Foundation; either version 2 of the License, or 10 10 # (at your option) any later version. 11 11 # 12 # DotClearis distributed in the hope that it will be useful,12 # Pixearch is distributed in the hope that it will be useful, 13 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 # 17 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software18 # along with Pixearch; if not, write to the Free Software 19 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 # 21 # This file is part of Pixearch 22 # Hadrien Lanneau http://www.alti.info/pages/pixearch 21 # http://www.alti.info/pages/pixearch 23 22 # 24 23 # ***** END LICENSE BLOCK ***** -
plugins/pixearch/inc/Pixearch.class.php
r897 r901 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 200 7 Olivier Meunier and contributors.3 # This file is part of Pixearch. 4 # Copyright (c) 2009 Hadrien Lanneau. 5 5 # All rights reserved. 6 6 # 7 # DotClearis free software; you can redistribute it and/or modify7 # Pixearch is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by 9 9 # the Free Software Foundation; either version 2 of the License, or 10 10 # (at your option) any later version. 11 11 # 12 # DotClearis distributed in the hope that it will be useful,12 # Pixearch is distributed in the hope that it will be useful, 13 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 # 17 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software18 # along with Pixearch; if not, write to the Free Software 19 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 # 21 # This file is part of Pixearch 22 # Hadrien Lanneau http://www.alti.info/pages/pixearch 21 # http://www.alti.info/pages/pixearch 23 22 # 24 23 # ***** END LICENSE BLOCK ***** -
plugins/pixearch/index.php
r897 r901 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 200 7 Olivier Meunier and contributors.3 # This file is part of Pixearch. 4 # Copyright (c) 2009 Hadrien Lanneau. 5 5 # All rights reserved. 6 6 # 7 # DotClearis free software; you can redistribute it and/or modify7 # Pixearch is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by 9 9 # the Free Software Foundation; either version 2 of the License, or 10 10 # (at your option) any later version. 11 11 # 12 # DotClearis distributed in the hope that it will be useful,12 # Pixearch is distributed in the hope that it will be useful, 13 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 # 17 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software18 # along with Pixearch; if not, write to the Free Software 19 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 # 21 # This file is part of Pixearch 22 # Hadrien Lanneau http://www.alti.info/pages/pixearch 21 # http://www.alti.info/pages/pixearch 23 22 # 24 # ***** END LICENSE BLOCK *****global $core; 23 # ***** END LICENSE BLOCK ***** 24 global $core; 25 25 26 26 include_once dirname(__FILE__).'/inc/Pixearch.class.php'; -
plugins/pixearch/locales/en/main.lang.php
r897 r901 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 200 7 Olivier Meunier and contributors.3 # This file is part of Pixearch. 4 # Copyright (c) 2009 Hadrien Lanneau. 5 5 # All rights reserved. 6 6 # 7 # DotClearis free software; you can redistribute it and/or modify7 # Pixearch is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by 9 9 # the Free Software Foundation; either version 2 of the License, or 10 10 # (at your option) any later version. 11 11 # 12 # DotClearis distributed in the hope that it will be useful,12 # Pixearch is distributed in the hope that it will be useful, 13 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 # 17 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software18 # along with Pixearch; if not, write to the Free Software 19 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 # 21 # This file is part of Pixearch 22 # Hadrien Lanneau http://www.alti.info/pages/pixearch 21 # http://www.alti.info/pages/pixearch 23 22 # 24 23 # ***** END LICENSE BLOCK ***** -
plugins/pixearch/locales/fr/main.lang.php
r897 r901 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 200 7 Olivier Meunier and contributors.3 # This file is part of Pixearch. 4 # Copyright (c) 2009 Hadrien Lanneau. 5 5 # All rights reserved. 6 6 # 7 # DotClearis free software; you can redistribute it and/or modify7 # Pixearch is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by 9 9 # the Free Software Foundation; either version 2 of the License, or 10 10 # (at your option) any later version. 11 11 # 12 # DotClearis distributed in the hope that it will be useful,12 # Pixearch is distributed in the hope that it will be useful, 13 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 # 17 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software18 # along with Pixearch; if not, write to the Free Software 19 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 # 21 # This file is part of Pixearch 22 # Hadrien Lanneau http://www.alti.info/pages/pixearch 21 # http://www.alti.info/pages/pixearch 23 22 # 24 23 # ***** END LICENSE BLOCK ***** -
plugins/twitterPost/_admin.php
r896 r901 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 200 7 Olivier Meunier and contributors.3 # This file is part of TwitterPost. 4 # Copyright (c) 2009 Hadrien Lanneau. 5 5 # All rights reserved. 6 6 # 7 # DotClearis free software; you can redistribute it and/or modify7 # Pixearch is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by 9 9 # the Free Software Foundation; either version 2 of the License, or 10 10 # (at your option) any later version. 11 11 # 12 # DotClearis distributed in the hope that it will be useful,12 # Pixearch is distributed in the hope that it will be useful, 13 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 # 17 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software18 # along with Pixearch; if not, write to the Free Software 19 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 # 21 # This file is part of TwitterPost 22 # Hadrien Lanneau http://www.alti.info/pages/TwitterPost 21 # http://www.alti.info/pages/TwitterPost 23 22 # 24 23 # ***** END LICENSE BLOCK ***** 24 25 25 include_once(dirname(__FILE__) . '/inc/TwitterPost.class.php'); 26 26 $core->addBehavior( -
plugins/twitterPost/_define.php
r896 r901 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 200 7 Olivier Meunier and contributors.3 # This file is part of TwitterPost. 4 # Copyright (c) 2009 Hadrien Lanneau. 5 5 # All rights reserved. 6 6 # 7 # DotClearis free software; you can redistribute it and/or modify7 # Pixearch is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by 9 9 # the Free Software Foundation; either version 2 of the License, or 10 10 # (at your option) any later version. 11 11 # 12 # DotClearis distributed in the hope that it will be useful,12 # Pixearch is distributed in the hope that it will be useful, 13 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 # 17 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software18 # along with Pixearch; if not, write to the Free Software 19 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 # 21 # This file is part of TwitterPost 22 # Hadrien Lanneau http://www.alti.info/pages/TwitterPost 21 # http://www.alti.info/pages/TwitterPost 23 22 # 24 23 # ***** END LICENSE BLOCK ***** -
plugins/twitterPost/_install.php
r896 r901 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 200 7 Olivier Meunier and contributors.3 # This file is part of TwitterPost. 4 # Copyright (c) 2009 Hadrien Lanneau. 5 5 # All rights reserved. 6 6 # 7 # DotClearis free software; you can redistribute it and/or modify7 # Pixearch is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by 9 9 # the Free Software Foundation; either version 2 of the License, or 10 10 # (at your option) any later version. 11 11 # 12 # DotClearis distributed in the hope that it will be useful,12 # Pixearch is distributed in the hope that it will be useful, 13 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 # 17 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software18 # along with Pixearch; if not, write to the Free Software 19 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 # 21 # This file is part of TwitterPost 22 # Hadrien Lanneau http://www.alti.info/pages/TwitterPost 21 # http://www.alti.info/pages/TwitterPost 23 22 # 24 23 # ***** END LICENSE BLOCK ***** -
plugins/twitterPost/inc/TwitterPost.class.php
r896 r901 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 200 7 Olivier Meunier and contributors.3 # This file is part of TwitterPost. 4 # Copyright (c) 2009 Hadrien Lanneau. 5 5 # All rights reserved. 6 6 # 7 # DotClearis free software; you can redistribute it and/or modify7 # Pixearch is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by 9 9 # the Free Software Foundation; either version 2 of the License, or 10 10 # (at your option) any later version. 11 11 # 12 # DotClearis distributed in the hope that it will be useful,12 # Pixearch is distributed in the hope that it will be useful, 13 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 # 17 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software18 # along with Pixearch; if not, write to the Free Software 19 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 # 21 # This file is part of TwitterPost 22 # Hadrien Lanneau http://www.alti.info/pages/TwitterPost 21 # http://www.alti.info/pages/TwitterPost 23 22 # 24 23 # ***** END LICENSE BLOCK ***** -
plugins/twitterPost/index.php
r896 r901 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 200 7 Olivier Meunier and contributors.3 # This file is part of TwitterPost. 4 # Copyright (c) 2009 Hadrien Lanneau. 5 5 # All rights reserved. 6 6 # 7 # DotClearis free software; you can redistribute it and/or modify7 # Pixearch is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by 9 9 # the Free Software Foundation; either version 2 of the License, or 10 10 # (at your option) any later version. 11 11 # 12 # DotClearis distributed in the hope that it will be useful,12 # Pixearch is distributed in the hope that it will be useful, 13 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 # 17 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software18 # along with Pixearch; if not, write to the Free Software 19 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 # 21 # This file is part of TwitterPost 22 # Hadrien Lanneau http://www.alti.info/pages/TwitterPost 21 # http://www.alti.info/pages/TwitterPost 23 22 # 24 23 # ***** END LICENSE BLOCK ***** -
plugins/twitterPost/locales/en/main.lang.php
r896 r901 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 200 7 Olivier Meunier and contributors.3 # This file is part of TwitterPost. 4 # Copyright (c) 2009 Hadrien Lanneau. 5 5 # All rights reserved. 6 6 # 7 # DotClearis free software; you can redistribute it and/or modify7 # Pixearch is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by 9 9 # the Free Software Foundation; either version 2 of the License, or 10 10 # (at your option) any later version. 11 11 # 12 # DotClearis distributed in the hope that it will be useful,12 # Pixearch is distributed in the hope that it will be useful, 13 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 # 17 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software18 # along with Pixearch; if not, write to the Free Software 19 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 # 21 # This file is part of TwitterPost 22 # Hadrien Lanneau http://www.alti.info/pages/TwitterPost 21 # http://www.alti.info/pages/TwitterPost 23 22 # 24 23 # ***** END LICENSE BLOCK ***** -
plugins/twitterPost/locales/fr/main.lang.php
r896 r901 1 1 <?php 2 2 # ***** BEGIN LICENSE BLOCK ***** 3 # This file is part of DotClear.4 # Copyright (c) 200 7 Olivier Meunier and contributors.3 # This file is part of TwitterPost. 4 # Copyright (c) 2009 Hadrien Lanneau. 5 5 # All rights reserved. 6 6 # 7 # DotClearis free software; you can redistribute it and/or modify7 # Pixearch is free software; you can redistribute it and/or modify 8 8 # it under the terms of the GNU General Public License as published by 9 9 # the Free Software Foundation; either version 2 of the License, or 10 10 # (at your option) any later version. 11 11 # 12 # DotClearis distributed in the hope that it will be useful,12 # Pixearch is distributed in the hope that it will be useful, 13 13 # but WITHOUT ANY WARRANTY; without even the implied warranty of 14 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the … … 16 16 # 17 17 # You should have received a copy of the GNU General Public License 18 # along with DotClear; if not, write to the Free Software18 # along with Pixearch; if not, write to the Free Software 19 19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 # 21 # This file is part of TwitterPost 22 # Hadrien Lanneau http://www.alti.info/pages/TwitterPost 21 # http://www.alti.info/pages/TwitterPost 23 22 # 24 23 # ***** END LICENSE BLOCK *****
Note: See TracChangeset
for help on using the changeset viewer.