Posted in September 8, 2009 ¬ 18:17h.cpf_Comments Off
This person has been very busy, and still little work seems to be done.
In a nutshell, we’ve been busy getting the main website for pySM online. pySM is me and Tim’s project into system management (There are some posts about it in this blog)
However, soon after getting quite the lot of url’s and basic apps [...]
Read the rest of this entry »
Posted in August 29, 2009 ¬ 19:50h.cpf_Comments Off
Today all pysm sites (which used to be only trac) has been moved.
The “old” url (www.pysm.be) has been moved to the server hosting codercpf.be (Yes, this site)
We’ve changed the old only trac to seperated sites:
Update!
I put some url’s here last time, but those changed. For sake of having consistency, and not sending people to the [...]
Read the rest of this entry »
Posted in April 11, 2009 ¬ 12:41h.cpf_Comments Off
So, using sleekxmpp to send IQ set / get is quite simple, but requires some manual labor…
This is what I came up with, it’s all quite arbitrary, and can be put in a function easily. But at least now I finally figured out how to send IQ stuff. Receiving some might prove harder…
# Because the [...]
Read the rest of this entry »
Posted in April 11, 2009 ¬ 08:11h.cpf_Comments Off
The 6th day is already nearly finished, and I haven’t really posted anything about it yet :o
So, as the title says I’ll be (have been) working on pySM and the archer startpage
Startpage
The startpage is now finally finished for as far as I wanted it. However, it’s possible that I’ll be adjusting the theme to a [...]
Read the rest of this entry »
Posted in April 10, 2009 ¬ 09:12h.cpf_Comments Off
So, theme days… Lots of themes I forgot to post (more like I didn’t really have the time)
Theme for day 3
So, day 3 was another cleaning day. It wasn’t really intended to be a cleaning day, but since my mom really wanted to get my desk out of the house and replace it with a [...]
Read the rest of this entry »
Posted in April 6, 2009 ¬ 13:15h.cpf_Comments Off
Creating language files in a project has been proven _very_ simple in our pySM project.
How the files are stored are not really the issue. The issue is how to most easily create the link between the display (strings) and the language.
For sake of demonstration:
lang_en = {‘no_such_server’: “No such server”,
‘unavailable’: “unavailable”,
[...]
Read the rest of this entry »
Posted in April 6, 2009 ¬ 08:33h.cpf_Comments Off
So, as announced earlier, I’m working on PySM this entire day (with of course the exception of couple of relax hours etc…)
As I’m going, I’m learning a lot… It’s amazing how hard simple things can be.
Currently, I nearly have my SASL communication part of the server done… I’m actually excited, because that’s how far I [...]
Read the rest of this entry »
Posted in April 6, 2009 ¬ 05:55h.cpf_Comments Off
As it is vacation for me (great, great vacation) and I have a lot of stuff to catch up to (mostly school stuff), I’m going to change my life by doing some theme days.
The idea is simple: Every day will have a theme. In which I try to do as much as possible around that [...]
Read the rest of this entry »
Posted in March 5, 2009 ¬ 16:31h.cpf_Comments Off
As it is, the time is constantly more limited. I need more time, lots and lots of more time (and I need to stay away from the stargate episodes ^^)
In the PySM story, I’ve been assigned with developing the system core on the system. That core will (or should) organize the processes, system resources, communication [...]
Read the rest of this entry »
Posted in February 22, 2009 ¬ 13:39h.cpf_Comments Off
In light of a school project, we (me, Tim and Michel) decided to undertake a python project called the Python Server Managment.
The pySM goal
In pySM we aim to achieve a robust, easy-to-use and easy-to-deploy server management application. Our goals are nicely summed up as:
Easy to maintain
Modular
Free and Open Source
At least similar functionality as plesk (And [...]
Read the rest of this entry »