[evolution-rss] add missing file



commit 08614e1af4c6aa124bb713fb3e3ed7efe7942391
Author: Lucian Langa <lucilanga gnome org>
Date:   Mon Sep 3 16:43:50 2012 +0200

    add missing file

 scripts/Makefile.am                                |    3 ++
 ...nf-gsettings.sh => evolution-rss-migrate-feeds} |    2 +
 src/rss-formatter.h                                |   28 ++++++++++++++++++++
 3 files changed, 33 insertions(+), 0 deletions(-)
---
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
new file mode 100644
index 0000000..42bf175
--- /dev/null
+++ b/scripts/Makefile.am
@@ -0,0 +1,3 @@
+
+scriptdir = $(bindir)
+script_DATA = evolution-rss-migrate-feeds
diff --git a/scripts/migrate-gconf-gsettings.sh b/scripts/evolution-rss-migrate-feeds
similarity index 85%
rename from scripts/migrate-gconf-gsettings.sh
rename to scripts/evolution-rss-migrate-feeds
index 38c512b..0d44c31 100755
--- a/scripts/migrate-gconf-gsettings.sh
+++ b/scripts/evolution-rss-migrate-feeds
@@ -1,4 +1,6 @@
 #!/bin/bash
+# Migrates the evolution rss feeds stored in gconf to dconf
+# requies GConf2
 
 a=""
 IFS=
diff --git a/src/rss-formatter.h b/src/rss-formatter.h
new file mode 100644
index 0000000..78ae6f0
--- /dev/null
+++ b/src/rss-formatter.h
@@ -0,0 +1,28 @@
+/*  Evoution RSS Reader Plugin
+ *  Copyright (C) 2007-2012 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
+ *  the Free Software Foundation; either version 2 of the License, or
+ *  (at your option) any later version.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ *  02110-1301 USA
+ */
+
+#ifndef __RSS_FORMATTER_H_
+#define __RSS_FORMATTER_H_
+
+#include "debug.h"
+
+gchar *rss_process_feed(gchar *feed, guint len);
+
+#endif /*__RSS_FORMATTER_H_*/
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]