Rangitakit brand and name changes
This commit is contained in:
parent
5a5b1ffdc4
commit
37ef385af6
5 changed files with 27 additions and 11 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1 +1,3 @@
|
||||||
nbproject/
|
nbproject/
|
||||||
|
*~
|
||||||
|
.*
|
||||||
|
|
|
@ -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.
|
// 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 (';').
|
// Make sure that every line ends with an semicolon (';').
|
||||||
// Blog Title - Set here an individual title of your blog by replacing pBlog with it.
|
// 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
|
// Blog Author - Set here your name
|
||||||
$blogauthor = 'Marcel Kapfer';
|
$blogauthor = 'Marcel Kapfer';
|
||||||
// Blog description
|
// 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
|
// Home - set yes if you want to link to your homepage and no if not
|
||||||
$bloghome = 'yes';
|
$bloghome = 'yes';
|
||||||
// Home URL - Set here the url to your main page. Either relative (e.g. '../') or absolute ('http://github.com')
|
// 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
|
// Disqus shortname - Provide here your Disqus shortname. Without one, this won't work
|
||||||
$blogdisqusname = '';
|
$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.
|
// 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") . ' <a href="https://github.com/mmk2410/pBlog" target="blank">github.com/mmk2410/pBlog</a>';
|
$blogfooter = 'Rangitaki' . date("Y") . ' <a href="https://github.com/mmk2410/Rangitaki" target="blank">github.com/mmk2410/Rangitaki</a>';
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -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**
|
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.**
|
** !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).
|
You can find the source code on [GitHub](https://github.com/mmk2410/Rangitaki).
|
||||||
|
|
10
res/blog.css
10
res/blog.css
|
@ -54,7 +54,7 @@ img{
|
||||||
right: 0;
|
right: 0;
|
||||||
float: center;
|
float: center;
|
||||||
z-index: 40;
|
z-index: 40;
|
||||||
background: #de3e0b;
|
background: #ff4415;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-shadow: 0px 0px 4px 4px rgba(189, 189, 189, 0.5);
|
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);
|
-moz-box-shadow: 0px 0px 4px 4px rgba(189, 189, 189, 0.5);
|
||||||
|
@ -78,7 +78,7 @@ img{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
letter-spacing: 0.01px;
|
letter-spacing: 0.01px;
|
||||||
color: #de3e0b;
|
color: #ff4415;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
section{
|
section{
|
||||||
|
@ -128,10 +128,10 @@ Usage: <a class=".text_button_flat_colored">YOUR TEXT</a>
|
||||||
height: 40px;
|
height: 40px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
background-color: #de3e0b;
|
background-color: #ff4415;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: #de3e0b;
|
border-color: #ff4415;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
@ -184,7 +184,7 @@ code{
|
||||||
}
|
}
|
||||||
|
|
||||||
.texttitle:hover{
|
.texttitle:hover{
|
||||||
color: #de3e0b;
|
color: #ff4415;
|
||||||
}
|
}
|
||||||
|
|
||||||
.texttitlemono{
|
.texttitlemono{
|
||||||
|
|
|
@ -1,5 +1,19 @@
|
||||||
<?xml version='1.0' standalone='yes'?>
|
<?xml version='1.0' standalone='yes'?>
|
||||||
<posts>
|
<posts>
|
||||||
|
<post>
|
||||||
|
<title>From pBlog to Rangitaki</title>
|
||||||
|
<pubdate>12 May 2015</pubdate>
|
||||||
|
<content>
|
||||||
|
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)
|
||||||
|
</content>
|
||||||
|
</post>
|
||||||
<post>
|
<post>
|
||||||
<title>About the Future of pBlog</title>
|
<title>About the Future of pBlog</title>
|
||||||
<pubdate>29th March 2015</pubdate>
|
<pubdate>29th March 2015</pubdate>
|
||||||
|
|
Reference in a new issue