b2evolution b2evolution

  • Sign in
  • Sign up
  • About
  • Downloads
  • Hosting
  • Docs
  • Support
  • Sign in
  • Sign up
  • About
  • News
 
  • 1
  • ...
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • ...
  • 33
  • ...
  • 34
  • 35
  • 36
  • 37
  • 38

Clean permalinks on the way

Posted by fplanque on May 25, 2003 in New features

Okay, as I have said before, permalinks should point to single posts. I have implemented this into b2evolution today.

New permalinks look like http://fplanque.net/Blog/devblog/2003/05/20/p201. They link to a single post, including its comments, trackbacks and pingbacks.

I also took the opportunity to make them look cleaner using URL extra path info instead of a querystring. Later, I will also remove the post-number at the end and replace it with something more significant and less "crufty" as mpt would say! ;)

1 feedback »

News from the b2 world

Posted by fplanque on May 23, 2003 in Community

Michel Valdrighi, the creator of the great b2, just posted some news today… after more than 6 months of silence… This is pretty good news to a lot of us who were getting really worried about him.

Welcome back to blogworld Michel! :) Hope you’re doing fine despite your employment issues. :|

Regarding the future of b2, it seems that Michel plans to leave it up to WordPress, which is pretty good news too. WordPress seems all clean to me! ;)

What does that mean regarding my own b2evolution? Well… don’t know precisely yet, except that I am running it here and that I still want more (much more:!:) than WordPress announces for their upcomming release… :P

Stay tuned ;)

2 feedbacks »

Localizing b2evolution

Posted by fplanque on 20 Mai 2003 in Translations

Okay, with the first beta-testers testing b2evolution I am beggining to feel an urgent need to localize the software. I was running most of my pages with french text (like "laisser un commentaire") and the testers want english (that is at least english!) :-/

Right now I just switched back everything to english but I do need to localize this. Actually, I needed this anyway for my own site. I will eventually do it as planned and links like "leave a comment" will be displayed in the current post's language.

On blogs like this one, were posts are mixed in multiple languages (yeah I know it's a little strange, but this is Europe... :>>) that means I must have several languages handy at all times.

So I was thinking about putting the strings into arrays... but this may not be as straightforward as I could have thought, as I need to take care of several things:

  • Make it efficient
  • Make it readable in the source code. Replacing 'leave a comment' with $uistring[49][$lang] won't do it!
  • Make it easy for contributors to translate the whole product

Gotta think about it some more... ;)

6 retours »

Google & BlogNoise: the blogger's responsiblity

Posted by fplanque on May 17, 2003 in Community

We have talked about the annoying BlogNoise problem before. And most bloggers have agreed that Google would probably be smart enough to fix the problem shortly in order to provide a better service to their users.

A great part of the BlogNoise is generated by the fact alone that we - bloggers - have so many unrelated posts/subjects on the same web page. And when we - bloggers - link to each other, we let the indexing robots follow these links and then index a lot of crap at the other end. This is because, most of the time, the permalinks we refer to, just point right into the middle of a monthly archive page with so many different subjects!

I have suggested a technical google-side solution using RSS, but the more I think about it, the more I am getting convinced that it is not Google's job to fix this! It is rather our bloggers' duty to fix this! :!:

We have created crap on the Internet; now we just have to clean up! :!:

The blogger-side solution is actually quite simple: all we need to do is stop using permalinks pointing right into the middle of monthly archives! We need to make the permalinks point to single posts (possibly with comments and trackback). This way, when someone refers to the post, and later the indexing robot follows the link, it will only index a single post. And all the keywords being indexed will actually be related to that post! No more indexing soup mixing hundreds of unrelated keywords from dozens of unrelated posts!

Still, some questions remain:

  • What happens with the old permalinked posts?
  • How do we exclude navigation from indexing? (this is actually a general question about indexing the web)
  • And last but not least: Do bloggers actually want clean indexing? :> Or rather, do they prefer to continue flattering themselves with all those illegitimate search-result-hits that so easily rocket up their monthly hit counts? :?: And it's even better when you consider unique visitors! 8|

    Let me add that this is very contradictory with another typical blogger trend stating, in the name of interoperability and public's interest, that the only valid markup is the latest XHTML DTD!

PS: I like interop. I like standards. I am doing my best to support them. And I AM working on cleaning up my permalinks. I'll get less google hits... but hits don't matter! What you want from now on is increasing your google-hit satisfaction ratio! You want no more visitors coming to your blog by mistake! :P

1 feedback »

Ultimate weblogging system, outlined

Posted by fplanque on 12 Mai 2003 in Development

( via Karl: )


The ultimate Weblogging system, outlined by mpt: some interesting thoughts I have to check back on later for this weblog. But the outline is far from complete. There's much more you may want from your weblog tool, e-g: a clean online editor, standards compliance, statistics, feedback - comments, trackback, etc... all available through RSS... and more.


Yeah I want more! I want so much more!!!


That's my problem... :roll:

Réagir »

b2 evolution: New features summary

Posted by fplanque on 10 Mai 2003 in New features

Here is a quick list of improvements I made to the original b2 0.6.1 lately:

  • New key features:
    • "View last comments" feature
    • Each post can be assigned multiple categories
    • Posts can be spread across multiple blogs
    • Statistics based on logging of Referers, User Agents, etc... on blog pages and RSS feeds
    • Comments, trackback and pingback can now be displayed on same page
  • Backoffice improvements:
    • Improved standard markup buttons (support for strong, em, etc.)
    • All those little smileys can now be easily inserted by clicking them like a button
    • Possibility to send trackback and/or pingback as an afterthought (multiple trackbacks allowed)
    • Displaying progress while sending trackbacks, pingbacks and pinging various sites
    • b2 can now live in its own subfolder (does not have to be in blog root folder)
  • Other improvements:
    • Performance: Reduced # of SQL queries per page
    • Performance: Optional generation of static home pages for each blog
    • Various bug patches
    • Standards: Various XHTML markup patches

I kind of started tweaking my b2 out of impatience waiting for a new version, and also because I thought it was an interesting way to refresh my PHP/mySQL knowledge... But this is obviously starting to get out of control! The time spent on this is begining to add up to something quite significant! :roll:

Thus, I am considering releasing this as open source. Though, some parts of the code are far from release condition... and if you have looked into b2 before, you may know the ground wasn't super healthy anyway :-/

So... if you are interested in this b2 evolution and you want to heavy-beta-test it, wether you've been using b2 or not in the past, please drop me a line ;)

2 retours »
  • 1
  • ...
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • ...
  • 33
  • ...
  • 34
  • 35
  • 36
  • 37
  • 38

b2evolution News

  • Home
  • Latest comments

Search

Categories

  • All
  • New releases
    • Press releases
  • Community
  • b2evolution.net
  • Development
    • New features
    • Technology
    • Security info
    • Translations
  • The Webmaster's Blog

Archives

  • July 2024 (1)
  • March 2022 (1)
  • September 2020 (1)
  • January 2020 (1)
  • May 2019 (1)
  • March 2019 (2)
  • September 2018 (1)
  • May 2018 (1)
  • September 2017 (1)
  • March 2017 (1)
  • September 2016 (1)
  • March 2016 (1)
  • More...

XML Feeds

  • RSS 2.0: Posts
  • Atom: Posts
What is RSS?

About b2evolution

  • What is it?
  • Features
  • Getting Started
  • Screenshots
  • Online demo
  • Testimonials
  • Design philosophy
  • Free & open source
  • Terms of service

Downloads

  • Latest releases
  • Skins
  • Plugins
  • Language packs

About us

  • About us
  • Contact

Webhosting Guide

  • Web hosting blog
  • Best web hosting
  • Cheap web hosting
  • Green web hosting
  • Hosting with SSH
  • VPS hosting
  • Dedicated servers
  • Reseller hosting
  • Int'l: UK / France

Docs & Support

  • Online manual
  • Forums
  • Hire a pro !

Other

  • Adsense
  • Press room
  • Privacy policy

Stay in touch

  • GitHub
  • Twitter
  • Facebook
  • LinkedIn
  • News blog
  • RSS feed
  • Atom feed

Founded & Maintained by François Planque