Midgard 1.6.0rc1
Grok Headline matches for Midgard 1.6.0rc1
A Midgard Case Study
A Midgard Case Study
12/03/2002 02:35 AMThe open-source CMS, Midgard, is hanging in there. Real PHP weenies
(we count ourselves among them) like the fact that that Midgard is
highly extensible. But as an interesting ne
Using Webl0g Editors with Midgard CMS
Using Webl0g Editors with Midgard CMS
09/23/2004 09:46 PMHenri Bergius posted a page on
using weblog editors with Midgard CMS: “I've
now tested the system with two desktop blogging tools for
Mac OS X,
ecto and
MarsEdit, and it works
quite well.”
Midgard 1.6.2 Amerigard released
Midgard 1.6.2 Amerigard released
02/01/2005 10:09 PMSubmission by Piotr Pokora
nbsp;Lodz, January 24th 2005 -- The Midgard Project has released
stable release
version 1.6.2 of the Midgard Open Source Content Management Framework.
Midgard
provides a reliable CMS framework build on top of the LAMP platform.
Midgard's
core features include internationalization, accessibility,
scalability,
robust templating and PHP connectivity.
The Midgard Project Celebrates 5th
Anniversary
The Midgard Project Celebrates 5th
Anniversary
05/15/2004 06:44 PM
Submission by Henri Bergius
Helsinki, May 5th 2004 -- The Midgard Open Source Community celebrates
the
5th anniversary of the Content Management Framework project. Midgard
1.0.0
was launched in May 8th 1999 by Jukka Zitting and Henri Bergius.
There will be a Midgard developer meeting in Poznan, Poland on May 8th
2004 to celebrate the anniversary. However, as the members of the
Midgard Project are spread internationally it is impossible for many
to participate. Instead, everybody can raise a beer glass on Saturday
for Midgard and the community that made it possible.A special "5th
anniversary" shirt is available in the Midgard CafePress store, thanks
to Tony Lee.The original Midgard 1.x code base is starting to show
age, and the developer meeting will host debate on the future
strategy, code named Ragnaroek. People unable to participate are
welcomed to join the discussions on the developer mailing list and
Midgard IRC channel.
About MidgardMidgard is an Open Source Content Management System
integrating world's most popular Open Source web development tools —
MySQL, Apache and PHP — providing an environment for deploying
powerful Internet based content management solutions. The Midgard
environment includes a component framework and several web-based
authoring and administration tools. Midgard has an install base of
thousands and powers solutions ranging from simple organizational
websites to huge eGovernment portals.
More informationThe Midgard
Projecthttp://www.midgard-project.org/Midgard 1.0.0 release
announcement, May 8th
1999http://linuxtoday.com/developer/1999050701705NWSWMidgard 5th
anniversary shirthttp://www.cafeshops.com/mgd.8560167
Midgard Components Framework 1.3.2
(Stable)
Midgard Components Framework 1.3.2
(Stable)
07/21/2004 02:25 AMA component architecture for the Midgard Content Management Framework.
Midgard 1.7alpha1 (Default branch)
Midgard 1.7alpha1 (Default branch)
04/11/2005 10:39 AM

Midgard is a freely-available solution for managing content on Web,
Extranet,
and Intranet services. It is also a toolkit for building dynamic
applications
to power eBusiness and Information Management processes. Writing
applications
and functionalities for the platform is done using the easy-to-learn
PHP
scripting language. All interfacing with the system is done via a
regular Web
browser, and no special tools are needed for developers or content
authors.
Changes:
A Midgard Site Wizard was added for easily setting
up Web sites. Multilanguage support was added. PAM
and NTLM are supported. New midgard-data was
added. The Datagard Midgard database installer was
improved. MgdSchema, GObjects, and XML defined PHP
objects were added.
Midgard Components Framework 2.3.1
(Development branch)
Midgard Components Framework 2.3.1
(Development branch)
04/04/2005 12:46 PM

The Midgard Components Framework (also called
MidCOM) is an advanced component architecture
which extends the Midgard Web content management framework. It
provides mechanisms for building a Web site using components without
much need for writing code to glue all this together. The
administration site gets built automatically by using those
components. Goodies like a caching engine and subrequests make site
building even easier.
Changes:
The sessioning subsystem cooperates with Nemein Authentication. A
"Live Mode" in the caching engine allows for continuously updated
status pages (f.x. during a bulk upload). Iconv is now used centrally
through the i18n service. The number type has a new, improved storage
handler using its own code to work around decimal separator locale
differences (PHP behaves a bit oddly here).
Midgard Components Framework
1.4.0-CVS-20040720 (Development)
Midgard Components Framework
1.4.0-CVS-20040720 (Development)
07/21/2004 09:29 PMA component architecture for the Midgard Content Management Framework.
Midgard Components Framework
1.4.0-CVS-20040816 (Development)
Midgard Components Framework
1.4.0-CVS-20040816 (Development)
08/16/2004 04:32 PMA component architecture for the Midgard Content Management Framework.
Midgard Components Framework 2.3.0
(Development branch)
Midgard Components Framework 2.3.0
(Development branch)
03/17/2005 03:35 AM

The Midgard Components Framework (also called
MidCOM) is an advanced component architecture
which extends the Midgard Web content management framework. It
provides mechanisms for building a Web site using components without
much need for writing code to glue all this together. The
administration site gets built automatically by using those
components. Goodies like a caching engine and subrequests make site
building even easier.
Changes:
This is the first integration build for the upcoming 2.4 release,
featuring: a full-scale on-demand indexing daemon based on Lucene,
generic metadata handling including integration into the navigation
subsystem, advanced base classes to ease component authoring, a
completely reworked and centralized site configuration system, and
many smaller improvements throughout the entire system.
Henri Bergius' Blog: Comparing Midgard
& WordPress
Henri Bergius' Blog: Comparing Midgard
& WordPress
01/06/2005 09:24 AMOver on
Henri Bergius' weblog
today, he has posted a comparison between
Comparing Midgard and WordPress - two of the fastest growing, most
powerful PHP content management systems out there.
PHP 4.4.0RC1 Available
PHP 4.4.0RC1 Available
06/17/2005 03:40 PMWe just released the first release candidate for PHP 4.4.0. This is a
bug-fix only release, the increased middle digit is needed because
this release changes PHP's Internal API that causes existing
third-party binary extensions to be incompatible with the new version.
This release address a major problem within PHP concerning references.
If references were used in a wrong way, PHP would often create memory
corruptions which would not always surface and be visible. In other
cases it can cause variables and objects to change type or class. If
you encountered strange behavior like this, this release might fix it.
Besides addressing this reference related bug, 46 other bugs are
fixed. Please test this release and report any bugs or problems in our
bugsystem (after searching first). You can find 4.4.0 RC1 at
http://qa.php.net/~derick/
Blosxom.PHP 1.0RC1
Blosxom.PHP 1.0RC1
08/01/2004 03:20 PMA port of Blosxom to PHP.
WIKINDX 2.0rc1
WIKINDX 2.0rc1
07/17/2004 03:22 AMA bibliographic and quotations database.
a-renet 1.1.0rc1
a-renet 1.1.0rc1
09/20/2004 09:26 PMA distributed gaming network.
yawiki 1.0RC1
yawiki 1.0RC1
08/04/2004 09:34 AMYet another wiki system.
phpVideoArchive 1.0RC1
phpVideoArchive 1.0RC1
08/18/2004 02:41 PMAn advanced Web-based video archiving system.
dbXML 2.0rc1
dbXML 2.0rc1
07/23/2004 11:43 PMA Native XML Database. It is capable of storing and indexing
collections of XML documents in both native and mapped forms.
jzForum 1.0RC1
jzForum 1.0RC1
05/26/2004 08:54 AMA forum system.
Blogfish 1.0RC1
Blogfish 1.0RC1
09/23/2004 07:24 PMNatural selection for your memes.
MailStripper Pro 1.0rc1
MailStripper Pro 1.0rc1
03/19/2003 10:23 PMAn MTA-independent spam and virus scanner.
qmqtool 1.0RC1
qmqtool 1.0RC1
12/30/2003 07:22 AMA tool for manipulating the contents of a qmail-1.03 queue.
SaveMyModem 1.0rc1
SaveMyModem 1.0rc1
11/05/2003 09:47 AMAn email filter with delete-on-server support.
Thuban 1.0rc1
Thuban 1.0rc1
12/03/2003 09:49 AMAn interactive viewer for geographic data.
Downloader for X 2.5.0rc1
Downloader for X 2.5.0rc1
12/28/2003 02:58 AMDownloads files from the Internet via both FTP and HTTP
Mini-XML 2.0rc1
Mini-XML 2.0rc1
05/21/2004 02:26 AMAn extremely small XML parsing library for C.
eMoviX 0.9.0rc1
eMoviX 0.9.0rc1
08/14/2004 10:11 AMA micro Linux distro that makes a CD able to boot and play its
audio/video conte
Munin 1.2.0rc1 (Stable)
Munin 1.2.0rc1 (Stable)
01/05/2005 04:34 PMA system that gathers information from your network and graphs it
using rrdtool.
Project Logger 1.0RC1
Project Logger 1.0RC1
09/20/2004 05:12 PMBlog-based project collaboration.
The Connection Manager 1.0rc1
The Connection Manager 1.0rc1
02/17/2004 09:20 PMA tool to connect to foreign systems using a variety of methods.
Pingwinek GNU/Linux 1.0rc1
Pingwinek GNU/Linux 1.0rc1
02/11/2004 05:58 AMA Linux distribution made in Poland.
Dnsmasq 2.0rc1 (Development)
Dnsmasq 2.0rc1 (Development)
01/04/2004 11:58 AMA simple lightweight caching DNS forwarder.
MediaWiki 1.2.0rc1 released
MediaWiki 1.2.0rc1 released
03/06/2004 02:00 AMRelease candidate 1 of MediaWiki 1.2.0 has been released. This release
includes improved inline image and thumbnailing support, smoother
account management, and a number of interface tweaks as well as
numerous bug fixes and backend features (squid cache purging,
authenticated SMTP, tighter upload security, better PHP
compatibility). Also fixes an incompatibility with MySQL 3.2.x in the
default install that cropped up in 1.1. MediaWiki is the collaborative
editing software that runs Wikipedia, the free encyclopedia, and other
projects. It's designed to handle a large number of users and pages
without imposing too rigid a structure or workflow.
Release notes and download:
http://sourceforge.net/project/showfiles.php?group_id=34373
Shrike IRC Services 1.0rc1
Shrike IRC Services 1.0rc1
04/29/2004 04:27 PMA variant on Undernet-style services for TSora networks.
Krename 3.0.0rc1 (Development)
Krename 3.0.0rc1 (Development)
05/03/2004 01:59 PMA batch renamer for KDE.
phpBugTracker 1.0rc1 (Development)
phpBugTracker 1.0rc1 (Development)
05/18/2004 10:14 AMA Bug Tracker written in PHP.
jsp File Browser 1.0RC1
jsp File Browser 1.0RC1
11/17/2003 04:22 PMA Web-based file access and manipulation system.
cgipaf 1.3.0rc1 (Development)
cgipaf 1.3.0rc1 (Development)
01/06/2004 12:00 PMA Web interface for changing a user's password, autoreply, and mail
forwarding.
LinPHA 1.0RC1 (Default branch)
LinPHA 1.0RC1 (Default branch)
04/09/2005 05:44 PM

LinPHA is an easy-to-use, multilingual, flexible
photo/image archive/album/gallery written in PHP.
It uses an SQL database (MySQL or PostgreSQL) to
store information about your pictures. It comes
with an HTML-based installer, so you don't need
experience in setting up SQL databases. Thumbnails
are created as needed and stored in the SQL DB.
It features complete user management, top ten
statistics, hidden albums, different themes,
slideshow, filemanager, uploader, watermarks,
benchmark, printing, and more.
Changes:
This release adds support for SQLite and IPTC
Metadata (found in some Photoshop images). A new
logging plugin, major speed improvements, a new
permissions framework, and dozens of other
enhancements and fixes were done.
Grok Description matches for Midgard 1.6.0rc1
GrokA matches for Midgard 1.6.0rc1
Midgard 1.6.0rc1