evolution-rss r155 - in trunk: . po src
- From: lucilanga svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-rss r155 - in trunk: . po src
- Date: Mon, 11 Feb 2008 06:33:43 +0000 (GMT)
Author: lucilanga
Date: Mon Feb 11 06:33:42 2008
New Revision: 155
URL: http://svn.gnome.org/viewvc/evolution-rss?rev=155&view=rev
Log:
url updates
Modified:
trunk/AUTHORS
trunk/FAQ
trunk/MAINTAINERS
trunk/NEWS
trunk/configure.ac
trunk/evolution-rss.spec.in
trunk/po/ro.po
trunk/src/Makefile.am
trunk/src/Makefile.in
trunk/src/dbus.c
trunk/src/evolution-import-rss.c
trunk/src/misc.c
trunk/src/network-soup.c
trunk/src/network.h
trunk/src/org-gnome-evolution-rss.eplug.xml
trunk/src/rss-config-factory.c
trunk/src/rss.c
trunk/src/rss.h
Modified: trunk/AUTHORS
==============================================================================
--- trunk/AUTHORS (original)
+++ trunk/AUTHORS Mon Feb 11 06:33:42 2008
@@ -1,5 +1,5 @@
-Lucian Langa <cooly mips edu ms>
+Lucian Langa <cooly gnome eu org>
Modified: trunk/FAQ
==============================================================================
--- trunk/FAQ (original)
+++ trunk/FAQ Mon Feb 11 06:33:42 2008
@@ -17,7 +17,7 @@
Enabling webkit in evolution-rss requires webkit especially Gdk part to be compiled.
For complete instructions see:
- http://mips.edu.ms/evo/index.php/WebKit
+ http://gnome.eu.org/evo/index.php/WebKit
After instalation is complete you have to recompile evolution-rss. Hopefully evolution-rss
build script will detech webkit's gdk stuff. Hopefully this will sooner be a package on each
Modified: trunk/MAINTAINERS
==============================================================================
--- trunk/MAINTAINERS (original)
+++ trunk/MAINTAINERS Mon Feb 11 06:33:42 2008
@@ -1,4 +1,4 @@
Lucian Langa
-E-mail: cooly mips edu ms
+E-mail: cooly gnome eu org
Userid: lucilanga
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Feb 11 06:33:42 2008
@@ -9,5 +9,5 @@
Added support for rendering articles with webkit and gtkmozembed (gecko)
Rendering with webkit requires upstream webkit from apple.
- Instruction to install webkit: http://mips.edu.ms/evo/index.php/WebKit
+ Instruction to install webkit: http://gnome.eu.org/evo/index.php/WebKit
Rendering with gtkmozembed requires firefox-devel.
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Mon Feb 11 06:33:42 2008
@@ -1,4 +1,4 @@
-AC_INIT([evolution-rss], [0.0.7], http://mips.edu.ms/bugs/bugs.html)
+AC_INIT([evolution-rss], [0.0.7], http://gnome.eu.org/bugs/bugs.html)
AC_CONFIG_SRCDIR(src)
AM_INIT_AUTOMAKE
Modified: trunk/evolution-rss.spec.in
==============================================================================
--- trunk/evolution-rss.spec.in (original)
+++ trunk/evolution-rss.spec.in Mon Feb 11 06:33:42 2008
@@ -8,9 +8,9 @@
Release: 1%{?dist}
Group: Applications/Internet
License: GPLv2+
-Source: http://mips.edu.ms/%{name}-%{version}.tar.gz
+Source: http://gnome.eu.org/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-URL: http://mips.edu.ms/evo/index.php/Evolution_RSS_Reader_Plugin
+URL: http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin
#Patch: evolution-rss-%{version}.patch
Requires: evolution
Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Mon Feb 11 06:33:42 2008
@@ -44,7 +44,7 @@
-e "s%+GETTEXT_PACKAGE+%$(GETTEXT_PACKAGE)%" \
-e "s%+LOCALEDIR+%$(LOCALEDIR)%" \
-e "s%+VERSION+%$(VERSION)%" \
- -e "s%+URL+%http://mips.edu.ms/evo/index.php/Evolution_RSS_Reader_Plugin%" \
+ -e "s%+URL+%http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin%" \
$< > $@
%.error.in: %.error.xml
Modified: trunk/src/Makefile.in
==============================================================================
--- trunk/src/Makefile.in (original)
+++ trunk/src/Makefile.in Mon Feb 11 06:33:42 2008
@@ -798,7 +798,7 @@
-e "s%+GETTEXT_PACKAGE+%$(GETTEXT_PACKAGE)%" \
-e "s%+LOCALEDIR+%$(LOCALEDIR)%" \
-e "s%+VERSION+%$(VERSION)%" \
- -e "s%+URL+%http://mips.edu.ms/evo/index.php/Evolution_RSS_Reader_Plugin%" \
+ -e "s%+URL+%http://gnome.eu.org/evo/index.php/Evolution_RSS_Reader_Plugin%" \
$< > $@
%.error.in: %.error.xml
Modified: trunk/src/dbus.c
==============================================================================
--- trunk/src/dbus.c (original)
+++ trunk/src/dbus.c Mon Feb 11 06:33:42 2008
@@ -1,6 +1,6 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* Evoution RSS Reader Plugin
- * Copyright (C) 2007 Lucian Langa <cooly mips edu ms>
+ * Copyright (C) 2007 Lucian Langa <cooly gnome eu org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/src/evolution-import-rss.c
==============================================================================
--- trunk/src/evolution-import-rss.c (original)
+++ trunk/src/evolution-import-rss.c Mon Feb 11 06:33:42 2008
@@ -1,7 +1,7 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Evoution RSS Reader Plugin
- * Copyright (C) 2007 Lucian Langa <cooly mips edu ms>
+ * Copyright (C) 2007-2008 Lucian Langa <cooly gnome eu org>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
Modified: trunk/src/misc.c
==============================================================================
--- trunk/src/misc.c (original)
+++ trunk/src/misc.c Mon Feb 11 06:33:42 2008
@@ -1,5 +1,5 @@
/* Evoution RSS Reader Plugin
- * Copyright (C) 2007 Lucian Langa <cooly mips edu ms>
+ * Copyright (C) 2007 Lucian Langa <cooly gnome eu org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/src/network-soup.c
==============================================================================
--- trunk/src/network-soup.c (original)
+++ trunk/src/network-soup.c Mon Feb 11 06:33:42 2008
@@ -1,5 +1,5 @@
/* Evolution RSS Reader Plugin
- * Copyright (C) 2007-2008 Lucian Langa <cooly mips edu ms>
+ * Copyright (C) 2007-2008 Lucian Langa <cooly gnome eu org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/src/network.h
==============================================================================
--- trunk/src/network.h (original)
+++ trunk/src/network.h Mon Feb 11 06:33:42 2008
@@ -1,5 +1,5 @@
/* Evolution RSS Reader Plugin
- * Copyright (C) 2007 Lucian Langa <cooly mips edu ms>
+ * Copyright (C) 2007 Lucian Langa <cooly gnome eu org>
*
* This progronam is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/src/org-gnome-evolution-rss.eplug.xml
==============================================================================
--- trunk/src/org-gnome-evolution-rss.eplug.xml (original)
+++ trunk/src/org-gnome-evolution-rss.eplug.xml Mon Feb 11 06:33:42 2008
@@ -19,7 +19,7 @@
<b>Version: evolution-rss +VERSION+</b>
+URL+</_description>
- <author name="Lucian Langa" email="cooly mips edu ms"/>
+ <author name="Lucian Langa" email="cooly gnome eu org"/>
<hook class="org.gnome.evolution.shell.events:1.0">
<event
id="upgrade.done"
Modified: trunk/src/rss-config-factory.c
==============================================================================
--- trunk/src/rss-config-factory.c (original)
+++ trunk/src/rss-config-factory.c Mon Feb 11 06:33:42 2008
@@ -1,5 +1,5 @@
/* Evoution RSS Reader Plugin
- * Copyright (C) 2007 Lucian Langa <cooly mips edu ms>
+ * Copyright (C) 2007-2008 Lucian Langa <cooly gnome eu org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/src/rss.c
==============================================================================
--- trunk/src/rss.c (original)
+++ trunk/src/rss.c Mon Feb 11 06:33:42 2008
@@ -1,5 +1,5 @@
/* Evoution RSS Reader Plugin
- * Copyright (C) 2007 Lucian Langa <cooly mips edu ms>
+ * Copyright (C) 2007-2008 Lucian Langa <cooly gnome eu org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Modified: trunk/src/rss.h
==============================================================================
--- trunk/src/rss.h (original)
+++ trunk/src/rss.h Mon Feb 11 06:33:42 2008
@@ -1,5 +1,5 @@
/* Evoution RSS Reader Plugin
- * Copyright (C) 2007 Lucian Langa <cooly mips edu ms>
+ * Copyright (C) 2007 Lucian Langa <cooly gnome eu org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]