diff --git a/.gitignore b/.gitignore
index 80f408e..190bae1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
nbproject/
+*~
+.*
diff --git a/config.php b/config.php
index a4b5c8b..babcb9c 100644
--- a/config.php
+++ b/config.php
@@ -3,11 +3,11 @@
// Every line has an description about what you can change here. Don't delete any strings. You can set your value after the '=' sign and between the apostrophes.
// Make sure that every line ends with an semicolon (';').
// Blog Title - Set here an individual title of your blog by replacing pBlog with it.
-$blogtitle = 'pBlog';
+$blogtitle = 'Rangitaki';
// Blog Author - Set here your name
$blogauthor = 'Marcel Kapfer';
// Blog description
-$blogdescription = 'pBlog - A php blog engine without any database dependency';
+$blogdescription = 'Rangitaki - A php blog engine without any database dependency';
// Home - set yes if you want to link to your homepage and no if not
$bloghome = 'yes';
// Home URL - Set here the url to your main page. Either relative (e.g. '../') or absolute ('http://github.com')
@@ -21,5 +21,5 @@ $blogdisqus = 'no';
// Disqus shortname - Provide here your Disqus shortname. Without one, this won't work
$blogdisqusname = '';
// Footer - set here the text for your footer (e.g. a copyright info). You can replace the whole text after the '=' with your own one.
-$blogfooter = 'pBlog ' . date("Y") . ' github.com/mmk2410/pBlog';
+$blogfooter = 'Rangitaki' . date("Y") . ' github.com/mmk2410/Rangitaki';
?>
diff --git a/md/intro.md b/md/intro.md
index 1afe1cf..2b8c8b3 100644
--- a/md/intro.md
+++ b/md/intro.md
@@ -1,6 +1,6 @@
-This is the Blog of the Blog Engine **pBlog**
+This is the Blog of the Blog Engine **Rangitaki**
-pBlog is based on PHP, XML and Markdown. It is easy to install and to configure.
+Rangitaki is based on PHP, XML and Markdown. It is easy to install and to configure.
The latest Version of the 0.2 series is **0.2.1**
@@ -9,4 +9,4 @@ The latest Version of the development stream isn' ready yet.
** !IMPORTANT! Please read [this](index.php?article=About-the-Future-of-pBlog) for more information about the different versions of pBlog.**
-You can find the source code on [GitHub](https://github.com/mmk2410/pBlog).
\ No newline at end of file
+You can find the source code on [GitHub](https://github.com/mmk2410/Rangitaki).
diff --git a/res/blog.css b/res/blog.css
index bc4b449..c5191ac 100644
--- a/res/blog.css
+++ b/res/blog.css
@@ -54,7 +54,7 @@ img{
right: 0;
float: center;
z-index: 40;
- background: #de3e0b;
+ background: #ff4415;
width: 100%;
box-shadow: 0px 0px 4px 4px rgba(189, 189, 189, 0.5);
-moz-box-shadow: 0px 0px 4px 4px rgba(189, 189, 189, 0.5);
@@ -78,7 +78,7 @@ img{
font-size: 14px;
line-height: 20px;
letter-spacing: 0.01px;
- color: #de3e0b;
+ color: #ff4415;
text-decoration: none;
}
section{
@@ -128,10 +128,10 @@ Usage: YOUR TEXT
height: 40px;
padding: 8px;
color: #FFFFFF;
- background-color: #de3e0b;
+ background-color: #ff4415;
border-width: 1px;
border-style: solid;
- border-color: #de3e0b;
+ border-color: #ff4415;
border-radius: 3px;
margin: 4px;
margin-bottom: 5px;
@@ -184,7 +184,7 @@ code{
}
.texttitle:hover{
- color: #de3e0b;
+ color: #ff4415;
}
.texttitlemono{
diff --git a/xml/posts.xml b/xml/posts.xml
index 0455c47..a80ba41 100644
--- a/xml/posts.xml
+++ b/xml/posts.xml
@@ -1,5 +1,19 @@
+
+ From pBlog to Rangitaki
+ 12 May 2015
+
+Some huge changes happend to this blogging engine in the last few days:
+
+ - The name was changed from pBlog to Rangitaki
+ Since the early beginning I searched for a good name for the blogging engine and Rangitaki (from the maori language and means logbook) fits just perfect
+ - The default color changed to #ff4415
+ - I wrote a webpage for Rangitaki [marcel-kapfer.de/rangitaki](http://marcel-kapfer.de/rangitaki)
+ - I created a Twitter profile [@rangitaki](https://twitter.com/rangitaki)
+ - and a Google+ profile [+Rangitaki](https://plus.google.com/b/101437210222436501912/101437210222436501912/posts)
+
+
About the Future of pBlog
29th March 2015