Monthly Archives: March 2011
cardstories part 5: authentication
The auth.py module and its client counterpart were added to allow for string player identifiers instead of numbers. The display is clarified by showing only the HTML related to the current state of the game, using the cardstories_active CSS selector.
building XiVO skaro from sources
Most XiVO pacakges were rebuilt from sources using the corresponding debian repository, except for misdn. It revealed bugs in the recently implemented features of packaging-farm. They were fixed and it was the opportunity write an extensive man page. Minor packaging … Continue reading
postgis feature : pgsql2shp symbol map (1/2)
A new feature has been implemented for PostGIS to be used with Humanitarian OpenStreetMap. The proposed patch was written for version 2.0 and backported to version1.5.
cardstories part 4: webservice and client complete
The server and client logic have been finished with the implementation of the vote and complete game state. The client cannot be used for anything but debug. Nevertheless, it was used to play a game to the end. The specifications … Continue reading
cardstories part 3: create and invite, client side
The create and invite functions of the JavaScript client were implemented and tested. The authentication methods specified so that it is friendly to social network integration.
cardstories part 2: webservice
The webservice implementation of the gameplay was debugged and completed. It is sometimes available and the design of the JQuery client was discussed.
cardstories part 1: draft implementation
The farsides studio published specifications for a card game named cardstories. A development environment was installed and a draft implementation of the gameplay completed.
XiVO sources conventions implemented and documented
A shell script implementing the XiVO sources conventions was integrated in packaging-farm and documented. Creating a package can be done from the repositories with a one-liner packaging-farm DIRECTORY=lib-javascript PACKAGE=pf-xivo-lib-js submit
giving up on opensocial
The goal was to improve the state of the python opensocial package published in 2010. After a few hours exploring the latest evolutions of OpenSocial, it turns out that it became too difficult for an occasional Free Software developer to … Continue reading
poker-engine 1.3.6
A new release of poker-engine fixing minor bugs was published and the corresponding package uploaded to fix a bug related to the use of use dh_python2. The support of python2.7 for pypoker-eval was considered but turns out to be unnecessary.