~edb/quam-plures/item_show_attachments

« back to all changes in this revision

Viewing changes to blogs/inc/_misc/_pingback.funcs.php

  • Committer: fplanque
  • Date: 2006-03-12 22:08:51 UTC
  • Revision ID: cvs-1:fplanque-20060312220851-zqs1uoq44tacpqqx
doc cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 * Parts of this file are copyright (c)2004-2005 by Daniel HAHLER - {@link http://thequod.de/contact}.
10
10
 *
11
11
 * @license http://b2evolution.net/about/license.html GNU General Public License (GPL)
12
 
 * {@internal
13
 
 * b2evolution is free software; you can redistribute it and/or modify
14
 
 * it under the terms of the GNU General Public License as published by
15
 
 * the Free Software Foundation; either version 2 of the License, or
16
 
 * (at your option) any later version.
17
 
 *
18
 
 * b2evolution is distributed in the hope that it will be useful,
19
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
 
 * GNU General Public License for more details.
22
 
 *
23
 
 * You should have received a copy of the GNU General Public License
24
 
 * along with b2evolution; if not, write to the Free Software
25
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
26
 
 * }}
27
 
 *
28
 
 * {@internal
 
12
 *
 
13
 * {@internal Open Source relicensing agreement:
29
14
 * Daniel HAHLER grants Francois PLANQUE the right to license
30
15
 * Daniel HAHLER's contributions to this file and the b2evolution project
31
16
 * under any OSI approved OSS license (http://www.opensource.org/licenses/).
38
23
 * @author cafelog (team)
39
24
 * @author fplanque: Francois PLANQUE.
40
25
 *
41
 
 * @version $Id: _pingback.funcs.php,v 1.2 2006/03/09 22:29:59 fplanque Exp $
 
26
 * @version $Id: _pingback.funcs.php,v 1.3 2006/03/12 23:09:01 fplanque Exp $
42
27
 */
43
28
if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
44
29
 
47
32
 * Sending pingback
48
33
 *
49
34
 * original code by Mort (http://mort.mine.nu:8080)
50
 
 *
51
 
 * {@internal pingback(-)}}
52
35
 */
53
36
function pingback(
54
37
        $post_pingback,
368
351
 
369
352
/*
370
353
 * $Log: _pingback.funcs.php,v $
 
354
 * Revision 1.3  2006/03/12 23:09:01  fplanque
 
355
 * doc cleanup
 
356
 *
371
357
 * Revision 1.2  2006/03/09 22:29:59  fplanque
372
358
 * cleaned up permanent urls
373
359
 *