The old user-style for firefox 3, which fix the bad integration of the shiki colour theme in firefox, was broken in firefox 4. The last nightly introduces a new display for destination in urlbar instead of status bar (which will disapear in firefox 4). So here is the correction in order to let the destination link appear properly.
Have fun with it.
en, firefox, linux
Télécharger
Hey, it's hot: I've just cooked a Buzzbird package for you to test. My first ever .deb packages. On my ubuntu box, it works as expected.
UPDATE: The link above give you access to a new version of the package, with these changes:
- Buzzbird has now an app icon (in taskbar and in the upper left corner of its windows (I will transmit the fix to the original author of the app :)
- No more Ubuntu exclusive dependancy, so you can freely try it on your « debian compatible » disro.
en, buzzbird, ubuntu
I've just done an interessant update on my fork of the official identi.ca badge. Remember, I modified it in order to add more parameters to the script -- in fact a language parameters (for now just fr or en) and colour parameters.
Today I wanted to display only _my_ statuses and not my friend's statuses... and discovered the original script doesn't permit this! So I modified a bit more the script and voilà it's cooked!
How to use it ?
You just have to put the following code on your site :
<script type="text/javascript" src="identica.js">
<!--
{
"user":"milouse", // Your username
"server":"identi.ca",
"width":"220px",
"height":"300px",
"background":"transparent",
"border":"0",
"userColor":"#93B300",
"headerBackground":"transparent",
"headerColor":"#ffffff",
"headerText" : "Last statuses",
"evenBackground":"transparent",
"oddBackground":"transparent",
"thumbnailBorder":"1px solid #93B300",
"lang":"fr", // just "en" or "fr" for now
"numberofitem":3 // number of items to display
}
-->
</script>
en, code, identi.ca
It's hot and it's on launchpad, I've released the first public version of my php framework Ouga called Icare.
You must be aware it's just a demonstration version, which does not contain all the feature you can attend from such a modern web framework. But all might have a beginning, and I hope ouga's future will be great.
Installation instruction are in the package, waiting for a real documentation, which would be hosted here on umaneti. For now, Ouga has following features:
- Easy deployment and installation of module in the framework – the main functionnality behind Ouga
- 4 sample but working modules to demonstrate framework capacities
- ACL management out of the box (but optional)
While I'll support this version with bug fixes, development will now focus on the new branch 0.3 (namecode cécé). This branch will apport following main features:
- New template engine – with an object oriented syntax, as in java or gtk.
- New db abstraction layer
The two branch will remain compatible. An Icare module will run with only small changes on Cécé, so you can begin to produce your own module.
Ouga needs contributors !
There are two ways for contributing:
- join the core team and help me to improve the framework in itself
- create modules to enlarge the Ouga ecosystem
I'm currently writing two interessant module: a blog module which will give ouga the possibilities for reader to comment article and the publication of an atom feed; and a menu module which will permits to easily create and manage menu on all the site.
en, ouga, code
I've planned a bit the development of Ouga. So we'll have this roadmap :
- v0.2, codename Icare : deadline around the end of the year. This version will come with just core functionality such as hook, acl, error management etc. The modules are frozen until next version. Icare will be the first stable base to develop custom module. But it will still be very wild, so we don't recommand to use it in prod.
- v0.3 : deadline will be at the end of french academic year (~ june 2010). This version will come with new features for basics modules (user and document). A new module will come : the cache !
- with the 0.4 version we're planning to implement some new modules as forum. We will entirely rewrite the database lib too.
I think we will produce a tiny v0.2.5 which will contain a special wiki module for our internal use of development and which will coincide with a community website deployment.
en, ouga, code
Today I went to Paris to have an interview with a potential host company for my final training period (TN10).
Just before the interview I needed an internet connection to verify some information. I had to choose between a Mac Do or a Quick, both offering wifi connection. As I was near the Quick, I start entering this restaurant... and came out few minute later, angry.
- first they try to impose me a unique menu (but I want a f**king burger ! No I had only choice between orange or apple juice...
- and no wifi !
Mac Do was just what I need. Be ashame Quick !
By the way, I've starded working on tatoeba, and in fact, on CakePHP. I have to admit cakephp is a nice piece of code and has a speed learning rate. Add to an existing installation a new private messaging system took me only a couple of hour ! It gives me lot of new ideas for Ouga ;)
I'm currently looking for a trainee opportunities. My resume is here
. If you know some people who could be interessed by my profile, don't hesitate to share it. Thanx !
en, gueulante
This semester I'll work on tatoeba, a linguistic project, which aim is to create a large and global multilingual corpus, for use in research or studies.
My work'll consist on find and develop new community tools to add social dimension to tatoeba.
More info are comming :), but for the moment, feel free to visit and participate on tatoeba !
en, code, tatoeba
A new time's coming : the time for me to repost regularly something on my (this) blog.
It's not an obligation, but blogging can be a marvelous communication middle, and if I want to communicate on something... I must have a living blog. Logic.
So I'll restart to write on my blog, and it comes with several implicit things I'm happy to announce to you :
- The subdomain ed.umaneti.net has disapeared. I can't for now work hard on a main umaneti social website (this is a big word I know, but I realy dream about something like that). So I decided to put my blog on the main domain... and wait, It would come maybe... one day ^^
- I choose to stop multiply my efforts on different web motors and I've migrated my blog on Ouga, which (I hope)'ll become more powerful, reliable etc. with time. You see ? There two very different website on the internet running Ouga : Le portail des assos de l'UTC (my school activities website) and my blog. o/
- I've done some bugs correction and improvment on the javascript file which helps to put an identi.ca badge on your blog or website. You can now realy choose the link colors and you can also choose the language to display (french and english supported, german is coming). The original is there and for add the new version on your website you add this code snippet (warning the source of javascript is not at the same url...) À CORRIGER
en, about