From 27b00a5202174c361d97cb6997d1afab4fdb920b Mon Sep 17 00:00:00 2001 From: Jaidyn Ann Date: Sat, 4 Jul 2020 13:39:31 -0500 Subject: [PATCH] Rename from Rifen to Pogger --- Makefile | 6 +++--- README.txt | 4 ++-- src/{Rifen.cpp => Pogger.cpp} | 0 src/{Rifen.h => Pogger.h} | 0 4 files changed, 5 insertions(+), 5 deletions(-) rename src/{Rifen.cpp => Pogger.cpp} (100%) rename src/{Rifen.h => Pogger.h} (100%) diff --git a/Makefile b/Makefile index 305aed4..33c27cc 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ## architecture of Haiku. # The name of the binary. -NAME = Rifen +NAME = Pogger # The type of binary, must be one of: # APP: Application @@ -15,7 +15,7 @@ NAME = Rifen TYPE = APP # If you plan to use localization, specify the application's MIME signature. -APP_MIME_SIG = application/x-vnd.Rifen +APP_MIME_SIG = application/x-vnd.Pogger # The following lines tell Pe and Eddie where the SRCS, RDEFS, and RSRCS are # so that Pe and Eddie can fill them in for you. @@ -35,7 +35,7 @@ SRCS = \ src/Config.cpp, \ src/Util.cpp, \ src/parsing.cpp, \ - src/Rifen.cpp + src/Pogger.cpp # Specify the resource definition files to use. Full or relative paths can be # used. diff --git a/README.txt b/README.txt index 5d6ddf0..701fe33 100644 --- a/README.txt +++ b/README.txt @@ -1,8 +1,8 @@ =============================================================================== -RIFE RSS daemon for Haiku +POGGER RSS daemon for Haiku =============================================================================== -RIFE is a very WIP feed daemon for Haiku. +POGGER is a very WIP feed daemon for Haiku. Useless right now. Disgustingly hackish. Please go away. <3 diff --git a/src/Rifen.cpp b/src/Pogger.cpp similarity index 100% rename from src/Rifen.cpp rename to src/Pogger.cpp diff --git a/src/Rifen.h b/src/Pogger.h similarity index 100% rename from src/Rifen.h rename to src/Pogger.h