Older blog entries for atai (starting at number 31)

The autotools may have their cracks, but they are useful and solved a lot of real problems.

However, there may be improvements that can be added. For example, it was discussed on advogato some years ago about speeding up the configure script.

Maybe some faster interpreter can be used for parts of the configure process. We can gradually replace things like M4 with more modern components...

21 Dec 2005 (updated 21 Dec 2005 at 11:48 UTC) »
GNU Arch (tla) now has some convenience commands added, such as tla diff, tla branch, tla export and tla switch. Hopefully the usability of tla is now much better than before.

On another front, this little language Squirrel does not seem to have much visibility outside game developers. However, this Lua-like light weight extension language with C/C++ style syntax should have much use in many projects besides games on consoles.

Are there good free source code formatter besides GNU indent and astyle? GNU Indent works on C only. Astyle is useful for C and C++ but is not actively maintained, it seems.

Also, does it make sense to have, say, gcc, to be able to indent sources? After all gcc can understand the syntax structure of the source code and have the ability to preprocess C/C++ source code and reformatting source can be treated as an operation of compiling, say, C into C.

21 Dec 2005 (updated 5 Jan 2006 at 06:15 UTC) »

I wonder is there a good CMS system that supports rich presentations but also allows editing of pages by many people (like a Wiki)? Ideally the editor is WYSWYG... MediaWiki is good, but no good WYSWYG editors exist that support the MediaWiki native syntax...

Also the input of existing documents in some format (HTML, Word or otherwise) into a Wiki is currently not well supported...

PUDL is misguided.

It is like a software license saying the software must have a GUI, with menus and tooltips.

kai, so LIP is back? I will need to update my page...

The "Software Wars" map is updated to reflect the current state of things--we are in the middle of the "Empire Strikes back" period. The SCO lawsuits are the main events in this update. Enjoy!

Arch

Does anyone know a way to convert a CVS repository to an Arch repository?

gonzo, why are you going to China? Just curious.

22 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!