portal utusan
mojoPortal 2.3.0.1
Open source web site framework and content management system written in C# more>> Open source web site framework and content management system written in C#
mojoPortal, is an open source web site framework and content management system written in C# that runs under Mono on Linux or Mac OS X or under ASP.NET on Windows.
You can think of mojoPortal as a Starter Kit for Advanced ASP.NET Portals and Web Sites.
Out of the box, mojoPortal provides dynamic database driven web site(s) with an XHTML compliant Content Management System and community features like Blogs, Forums, Image Galleries, etc.
Main features:
- Runs under Mac OS X, Windows/IIS or mono/Apache with most GNU/Linux distributions
- Works with MS SQL Server, MySQL, PostgreSQL, Firebird Sql, and SQLite databases
- Host multiple sites on 1 installation and db with host names
- XHTML Compliant Content Management with support for work flow and approval/publishing process
- Enter content with the FCKeditor , TinyMCE, or XStandard HTML WYSIWYG
- Blogs
- Forums
- Image Gallery
- RSS Feed Aggregator
- Event Calendar
- Contact Form
- File Manager - use with caution, provides direct access to the server file system.
- Shared Files module - looks and acts like the File Manager module but stores and manages files in a safe way on the server. Folders are really database items as are the friendly file names. Files are stored securely in a special folder and named using guid strings and a .config extension. This prevents them from being requested or served with a normal http request. Authorized users can download because the module serves them using Response.WriteFile. The module also supports versioning of files.
- User Profile Page - with easily customisable properties
- Member List Page
- Bread Crumbs
- Custom Skinning with support for user selectable skins and individual skins per page
- Flexible Menu system
- Localization - all labels and image alt text comes from a configuration file
- Configurable Whether to Encrypt Passwords
- Configurable Whether Registration requires e-mail confirmation
- Configure use of SSL for the whole Site or per Page
- Send Password Feature (when not using encryption)
- Url Re-writing for mapping friendly Urls to site pages
- Site Search with Role based filtering
- Error logging and optional debug logging
- Support for LDAP Authentication using Active Directory or OpenLDAP
- Support for Windows NTLM authentication
- Support for OpenID authentication
- Support for Windows Live ID authentication
- Personalization with WebParts
- Numerous attractive skins with Table-less CSS layouts
- Site Statistics and Who Is Online
- Poll Feature - currently only available using MS SQL or MySQL
- Survey Feature - currently only available using MS SQL or MySQL
- Newsletter
Enhancements
- Content Versioning
- The Html Content and Blog features now support keeping a history of every edit (like a wiki). You can compare any historical version of the content to the current version and you can restore any version to the editor so that you can restore it as it is by saving it or modify it further then save it. Versioning can be enabled at the feature instance level or it can be enforced site wide from Site Settings or it can be enforced from Web.config. Site administrators and content administrators can delete history but no other roles are allowed to delete the history. The ContentHistory is built into the core so that it does not have to be re-implemented for each feature. Each feature does implement its own UI to show or restore the previous versions, but they leverage common business classes to store and retrieve their history. In the future we will implement versioning for product and offer descriptions in the WebStore, developers may also leverage this in their own features to keep version history for their own feature data. This is one more thing to mark off our Road Map as complete. Next up is a general Content Tagging/Category system that can be re-used across features, and a Content Comment system that can be re-used across features.
- Web Chat using Windows Live Messenger
- See my previous post for more information about the new Chat feature. This was not even on the roadmap but when I saw how easy it was to implement I decided to work on it. It was fun and it only took a few days. One of the things I like best about my job is that I can just decide to work on something for a few days because its fun.
- New PlugNPay Payment Gateway in WebStore thanks to Voir Hillaire
- New Skin - dcarter-bluedesert, based on dcarter-ticktockpro but modified and contributed by Sami Isamil Hassan
- Various minor enhancements based on feedback and fixes for bugs reported in the forums since the last release.
- More progress moving away from ExtJs by implementing some .NET controls for YUI to replace the ones I previously built for ExtJs
- Some of you may have checked out my Site Office UI prototype in the past. Its a separate plug in system than the main content system designed more for a consistent application user interface rather than for creative design like we use for the public facing web site via our skins. You can see the Site Office layout on this site or the demo site if you login and click the "Site Office" link at the top of the page, or you can look at the origianl layout demo for ExtJs here. I still have not implemented any real features for Site Office, but the plug in system itself works and Ive even received emails from developers who have implemented their own plug features using it. I got kind of side tracked off of the Site Office idea partly because I had spent quite a bit of time implementing .NET wrapper cntrols around the ExtJs javascript to make it easy to use and then the ExtJs project changed their license to GPL which is not compatible with our CPL license, so I could no longer get upgrades of ExtJs and include them with mojoPortal. Since then weve been stuck on version 2.0.2 of ExtJs which was the last version they shipped under the LGPL (which was compatible). I had also used a little ExtJs in the Contact Form for the messaage list page. For a long time Ive been thinking I really need to build new .NET wrapper controls with similar functionality but using the YUI javascript instead of ExtJs.
- So again in the name of fun (because I like building .NET controls around javascript) I spent some time implementing some new controls with YUI to replace the ExtJs stuff Ive been using. I have now removed the dependency on ExtJs from the Contact Form feature and Ive got a good start on the layout framework to replace the current SiteOffice. I still have more work to do to finish, but the goal will be to eliminate all use of ExtJs in favor of YUI. The ExtJs javascript we include in mojoPortal is 6.36 MB, so it will reduce the size of our downloads once we no longer need to it. Anyway, you can see the work Ive done so far on the YUI layout here, its very similar as you can see to the current Site Office layout with ExtJs. Once I get some more of the YUI things wrapped up so they are easy to use, I might even change the site administration area so that it uses this kind of layout instead of the site skin.
- New Experimental CKEditor
- Some of you may have noticed that the FCKeditor project has shifted gears from the next upgrade of FCKeditor to their next generation version named CKEditor. I think they are basically taking the good parts from the FCKeditor implementation but doing a new redesign of the implementation using things they have learned and new techniques that have emerged to improve the architecture. The CKEditor does not yet have image upload or server browsing so I have disabled it by default, but anyone who really wants to check it out can un-comment it in the mojoEditor.config file in the root of the web. It really looks just like the FCKeditor but does not have all the functionality yet, I just figured it was good to get started with it so we can be ready as they make imporvements.
Crystal Space 1.2.1
Free and open source software development kit for realtime 3D graphics more>> Free and open source software development kit for realtime 3D graphics
Crystal Space is a free cross-platform software development kit for realtime 3D graphics, in particular games.
Main features:>
Generic
- Highly platform independent with good platform abstraction. Officially supports Linux, OSX and Windows using a wide range of compilers.
- Modularized using a lightweight component framework, SCF, based upon the COM model.
- Self contained so that many modules requires no or few external dependencies.
- Written in standard C++ using very few non*standard extensions. Source available under LGPL license.
Comprehensive and competent
- Contains modules for 2d and 3d graphics, sound, collision detection and dynamics via ODE and bullet as well as support modules for filesystem abstraction, xml loading etc.
- Graphics subsystem:
- Generic renderer abstraction with main implementation being OpenGL based.
- Supports hardware accelerated rendering on all supported platforms and cards from all well known vendors.
- OpenGL renderer uses acceleration techniques such as vertex buffers in AGP or VRAM and asyncronious uploads.
- Shader centric design with shaders defined in xml markup and shader programs implemented using Cg, assembly language or fixed function operations.
- Complicated shaders can be constructed using a meta syntax as composed by simpler modules that gets combined on load.
- Library of common shaders such as normal mapping, parallax (virtual displacement) mapping and hardware skinning.
- Contains a software renderer with scaled down features for platforms without OpenGL and/or debugging.
- Mesh objects:
- Plugin based mesh object system
- Generic triangle based mesh with support for frame and bone based animation.
- Terrain mesh with fast block based LOD system.
- Configurable and extensible particle system mesh.
- General system for static LOD on all types of meshes.
- Bone based animation mesh using the cal3d library.
- Collision detection and dynamics:
- Provides bindings for ODE and bullet dynamics systems.
- Automatic setup of collision detection meshes and syncronization of position and orientation of meshes.
- Simplified collision detection when you dont need the full dynamics simulation
- Sound system:
- 2D and 3D sound rendering via DirectSound, Alsa, OSS and CoreAudio.
- Provides both one*time playing of effects and streaming playing in the background for music.
- Other:
- Filesystem abstraction layer, VFS, that handles both physical files on disk and files within ZIP files, giving virtual layout independent from platform and physical layout.
- Abstracted configuration layer with support for settings in configuration file, system dependent storage such as the registry and command line.
Compatible
- Custom model and scene file format with exporters for Blender and 3d studio max and model importers for common file formats such as 3ds and md2.
- Supports all common texture file formats including dds, jpg, png as well as some more exotic ones such as mng (animated texture format).
- Sound loaders for wav and ogg formats.
- All subsystems easily extendable for new file formats.
Enhancements:
- fixes for some compilation warnings.
- fixes and enhancements for TinyXML and xmlread.
- fixes for dynavis, sprcal3d, odedynam, genmesh, shaders, LeakGuard and RB tree.
- fix for dynamic lights not shining on certain objects.
- fix for TinyXML writer crashing on empty attributes.
- fix for setting priority on a non-running thread having no effect.
- fix for UTF-8 BOM tripping up XML parser.
- fix for terrain2 not setting SplatDistance.
- fix for csperl5 plugin build error on amd64.
- fix for csInputDefinition::ParseKey() considering non-keyboard definitions.
- fix for some sndsys parts not being under LGPL.
- fix for light attenuation vector update after cutoff distance change.
- fix for mouse and joystick event helpers not using csKeyModifiers.
- fix for xmlshader conditions.
- fix for DDS cubemap saving.
- fix for wrong refCount on materials.
- fix and optimization for opcode/CollideRay.
- work-around crashes on exit with static profile builds.
- castle textures split, licensing.
- leak fixes...
- removal of some old unused cruft from the Jam build system
- work-around internal Jam crasher.
- work-around g++ -Wno-long-double bug for recent compilers.
- fix for cross-compile problem with -fvisibility-inlines-hidden.
fix broken folding of multi-token build switches, for example:
- "-framework Foo -framework Bar" being incorrectly mutated to "-framework FooBar".
- fix missing dependency in cs-config/Jamfile.
- fix for incorrect declaration of pycscegui clean target.
- fix for SWIG 1.3.31+ required for python 2.5 bindings.
- fix for detection of python installation in non-standard locations.
- fix for augmenting pkg-config path with user-specified dir.
- fix for vertexlight.cgvp not getting installed.
- loads of other clean-ups, fixes and improvements...
- fix for lighter2 related to lighting through portals.
- fix for a crasher in basemapgen.
- fix for startme not handling spaces in paths to the called applications.
- fix for viewmesh mouse events.
- updates for links for PSDK with VC8 Express.
- updates for URLs and FAQ.
- updates for sound system documentation.
- fix for crash in the Alsa driver at exit.
- re-enable VBO for ATI driver 2.1.7059+.
- work-around driver-brokenness for Intel GMA 950 & 3100 texture compression.
- fix binutils check for Mac OS X Leopard.
- fix for MacOS X enter raw-key-code.
- fix for CoreAudio driver.
- fix libcrystalspace_staticplugins failing to compile in MSVC8 due to pycscegui.
BioMed Lab Portal Server Package 0.80
BioMed Lab Portal Server Package is designed as a useful package containing a MacOS X Installer for a self-contained BioMed Laboratory Portal Server for intranet use for a biomedical research laboratory more>>
BioMed Lab Portal Server Package 0.80 is designed as a useful package containing a MacOS X Installer for a self-contained BioMed Laboratory Portal Server for intranet use for a biomedical research laboratory. It includes Apache web server with all the standard components (PHP, MySQL, Perl etc) from XAMPP, and XOOPS system with PubMedPDF module for managing thousands of PDF reprints from journals.
PubMedPDF integrates very nicely with the popular iPapers application, automatically indexing papers collected by iPapers and making them available via the Lab portal site for Mac and Windows alike. It also includes PHP-based PukiWiki system for managing notes and documentations for lab use. It is suitable for maintaining various lab notes and manuals, FAQs and instructions for daily activities of any lab. Modifying these web contents may be done via a standard browser, and simple changes can literally be done in a matter of seconds.
PostNuke 1.0
PostNuke - Widget provides feeds of all news sources from PostNuke.com more>>
It contains News Feeds from the PostNuke.com News, Themes, Blocks, Modules, and Support sections of the website and also allows you to initiate a search of PostNuke.com from within the Dashboard Widget.
BitNami Drupal Stack 6.12-1
CMS allowing an individual or a community to easily publish, manage and organize a variety of content. more>> CMS allowing an individual or a community to easily publish, manage and organize a variety of content.
BitNami Drupal Stack is an easy-to-install distribution of Drupal, MySQL, PHP, and Apache.
Drupal is a content management platform that allows an individual or community of users to easily publish, manage, and organize a wide variety of content on a website.
In general, Drupal is used for community web portals, discussion sites, corporate web sites, intranet applications, aficionado sites, e-commerce applications, personal web sites or blogs, resource directories, and social networking sites.
Drupal is easy to extend by plugging in one or more of the dozens of freely available modules.
BitNami Drupal stack is an easy-to-install distribution of the Drupal CMS software. The application includes ready-to-run, pre-configured versions of MySQL, Apache and PP so you can get an running installation of Drupal in a matter of minutes.
BitNami Drupal Stack ships with the following:
- Drupal
- Apache
- MySQL
- PHP
- phpMyAdmin
Main features:
- Easy to Install
BitNami Stacks are built with one goal in mind: to make it as easy as possible to install open source software. Our installers completely automate the process of installing and configuring all of the software included in each Stack, so you can have everything up and running in just a few clicks.
- Independent
BitNami Stacks are completely self-contained, and therefore do not interfere with any software already installed on your system. For example, you can upgrade your systems MySQL or Apache without fear of breaking your BitNami Stack.
- Integrated
By the time you click the finish button on the installer, the whole stack will be integrated, configured and ready to go.
- Relocatable
BitNami Stacks can be installed in any directory. This allows you to have multiple instances of the same stack, without them interfering with each other.
System requirements:
- Intel x86, Power PC or compatible processor.
- Minimum of 256 MB RAM.
- Minimum of 150 MB hard drive space.
- TCP/IP protocol support.
Enhancements
- Updated Drupal to 6.12 and 5.18
In general, Drupal is used for community web portals, discussion sites, corporate web siteseCalc Widget 1.01
A very efficient calculator widget for your dashboard. more>>
Have you ever to use Drupal series? BitNami Drupal Stack is a tool to support the Drupal. The BitNami Drupal Stack is a content management platform that allows an individual or community of users to easily publish, manage, and organize a wide variety of content on a website. The The BitNami Project was created to help spread the adoption of freely available, high quality, open source web applications.
Major features:
- It is used to manage or organise a various content on particular page. this program is applied to community web portals, discussion sites, corporate web sites, intranet applications, personal web sites or blogs, aficionado sites, e-commerce applications, resource directories, and social networking sites.
- The program is simple to extend. You just need to Plug one or more of the dozens of freely available modules in.
- Open source software such as document and content management systems, wikis and blogging
software can be easily discovered, downloaded and installed with the help of BitNami Drupal Stack for Linux 6.3.0. -
The BitNami Drupal Stack is an installer making the Drupal's installation much more easier. It includes ready-to-run versions of Apache, MySQL and PHP. Drupal Stack is distributed for free under the Apache 2.0 license. Please see the appendix for the specific licenses of all open source components included.
Requirements: No special requirements
NOTES:
- The link 1 is for Mac x86
- The link 2 is for Mac PPC
PMOG 0.5.02
Firefox passively multi-player online game. more>> Firefox passively multi-player online game.
PMOG its a passively multiplayer online game for Firefox, a free MMO you can play with friends while browsing the web.
Welcome to PMOG, the Passively Multiplayer Online Game. Allow us to arm you with tools to annotate the streets and buildings of the internet. Drop weapons, notes, or gifts on almost any website using your Firefox browser. PMOG allows you to create your own custom character.
System requirements:
-
Enhancements:
- The toolbar no longer redirects to ext.pmog.com, meaning fewer lost crates, portals and mines
- The XUL overlays now appear in three separate columns, which should help some Linux users who are facing rendering issues. Note: This means not all overlays will automatically show up in the far right corner of the browser; some will be more centered or left-centered.

SUNRISE Contacts 2009 2.7.4
SUNRISE Contacts 2009 is considered as a convenient and useful contacts and information management tool which is designed on the world-class FileMaker Pro runtime platform (ie. you dont need FileMaker Pro to run this software). more>>
SUNRISE Contacts 2009 2.7.4 is considered as a convenient and useful contacts and information management tool which is designed on the world-class FileMaker Pro runtime platform (ie. you don't need FileMaker Pro to run this software).
It includes unlimited storage for all info types including web/email/mailing addresses, telephone numbers, notes, photographs, movies and documents for each and every individual and company contact in every record. Comes with calendar, labels (business cards; name tags; mailing addresses; CD, DVD, Floppy and Zip etc), memos, messages, to do items, individual diary and personal info storage and much more.
Print labels as PDF and send as an email attachment or upload to your preferred Print Shop (the classic email2print and web2print options for all your branded stationery). Add unlimited numbers of lookup databases to suit your specific business or personal requirements. Ready-made lookups available or suggest your own.
Major Features:
- Store unlimited data of virtually any type including telephone numbers, email and web addresses, street/postal addresses, photos, movies, sounds, memos, messages and to do items, electronic documents document design text and graphic templates and more for each and every individual and company name of any record.
- Store unlimited print quotes for label printing from any Print Shop. Select your preferred Print Shop from the price comparison table and print to PDF the label master file and have it automatically attached to an email message (i.e. email2print system). For the web2print system, there is the Web Viewer where you can upload the PDF label files you want.
- Create and print the most common labels such as business cards, name tags, disk labels, mailing address labels etc.
- Web browser built into every database with automatic web page loading for all stored web addresses (ie. never re-type your favourite web pages again!).
- Records presented in the efficient list-based view with keyboard commands for faster workflows.
- Financial layouts (available in the registered version) for organizing orders, sales and invoices with reporting.
- Personal layouts (available in the registered version) for storing birthdays, medical information (for school databases), memberships (gyms etc), pets (with lost pet poster), photos/movies/sounds etc.
- Calendar for creating and organising memos, messages, to do events and financial amounts/orders that are either paid or unpaid.
- Automatic postcode lookups for various countries including US, NZ, Australia and UK.
- Multiuser version gives you access to your data using the original layouts of your databases via an internet browser or on the FileMaker Pro network for 9 concurrent users, or any number of users if you have FileMaker Server 9.0 or higher.
- Add unlimited lookup databases including ready-made solutions available from this web site, or give your specs and data and the database will be built for you (for registered users only) .
- Attractive "common database platform" design makes it a breeze to use on all databases (including lookups that are build for you).
- Independent layouts for mobile devices with selectable screen sizes to allow for automatic display of the correct layouts.
- Built-in security features including the ability to stop guest users (in multiuser mode) from accidentally deleting and exporting records and modifying existing information (except the general notes); encryption/decryption of notes field (requires Troi Encryptor Plug-in, or choose your own and it will be incorporated into the database); password authentication system; and an environment detection system to prevent people copying and running your database on another computer without your consent.
- Not affected by Microsoft viruses (useful when receiving emails and creating new documents through this database system).
- Built-in instructions, speech and tool tips to help you use this software like a pro.
Enhancements:
- Numbered the photos in the Notes layout for easy identification in the notes.
- Added physical attributes of individual in the Personal layout to meet requirements of other businesses.
- Added notes to all email2print labels.
- Added two new documents archive layouts.
- Simplified document archive fields to just title, date and author/owner at the request of users for simpler data entry.
- Single view pop-up tooltip showing full name, mailing address, phone and email of individual and company. Just move the cursor over the record number. A quick and handy reference in any layout.
- Added delete portal capabilities to all lookup databases.
- Enhancements to Projects Management lookup database.
- Enhancements to Jobs/Positions lookup database. Unlimited document storage remains as usual.
- Enhancements to Collections lookup database (music, movies, books, artwork and custom).
- Enhancements to Photolog lookup database. Includes ability to view all photos by Photographer (different titles) and Title (different photographers), and clickable to find the photos instantly.
- Added drop-down lists to Regarding field of Memo, Messages and To Do for selecting titles/types from previous records and so help maintain data consistency.
- Increased flexibility of encrypt/decrypt functions to allow encryption and decryption of text in any text field. Functions are now available under the Edit menu for registered owners and administrators. Removed lock/unlock encryption icons in Notes layout in favour of the menu option (and less to see for the guests).
- Category fields are now expandable with window to allow more room for extra text. Single button operation for opening a selected category field in the InfoBase lookup database. Extra flexibility added where you can now select a word or phrase in any text field and use it as a category to open the InfoBase lookup database.
- Slightly expanded Photo fields in Address Book layouts using a thinner border.
- Added information in the Getting Started.pdf file about how to make SUNRISE Contacts 2009 secure for organisations in order to meet relevant state and federal regulations.
- Added Feedback Opportunity fields to the Finance layout to allow managers to record feedback from social media web sites and other sources from which a decision can be made on whether or not to improve products/services sold by a company.
- Miscellaneous minor finance-related interface improvements for greater ease of use and efficient workflow.
Requirements: Compatible with Mac OS X 10.5 and 10.6.
Plone 3.3. RC2 / 3.2.2
Content management for web publishing and Zope server more>> Content management for web publishing and Zope server
Plone is a content management system for web publishing and the Zope application server.
The system provides pre-configured security and roles, a set of content types, and multi-lingual support, among other features. Plone is available under both GPL and commercial licenses.
Main features:
- Plone is flexible and powerful. It is ideal as an intranet and extranet server, as a document publishing system, a portal server and as a groupware tool for collaboration between separately located entities.
- Plone is easy to use. The Plone Team includes usability experts who have made Plone easy and attractive for content managers to add, update, and maintain content.
- Plone is easy to install. You can install Plone with a click-and-run installer, and have a content management system running on your computer in just a few minutes.
- Plone is international. The Plone interface has more than 50 language translations, and tools for managing multilingual content.
- Plone is supported. There are close to a hundred developers in the Plone Development Team around the world, and hundreds of companies specializing in Plone development and support.
- Plone is standard. Plone carefully follows standards for usability and accessibility. Plone pages are compliant with US Section 508, and the W3Cs AA rating for accessibility, in addition to using best-practice web standards like XHTML and CSS.
- Plone is Open Source. Plone is licensed under the GNU General Public License, the same license Linux uses. This gives you the right to use Plone without a license fee, and to improve upon the product.
- Plone is extensible. There are many add-on products for Plone that add new features and content types. In addition, Plone can be scripted using web standard solutions and Open Source languages.
- Plone is technology neutral. Plone can interoperate with most relational database systems, open source and commercial, and runs on a vast array of platforms, including Linux, Windows, Mac OS X, Solaris and BSD.
- Plone is protected. The nonprofit Plone Foundation was formed in 2004 to promote the use of Plone around the world and protect the Plone IP and trademarks.
Enhancements
- This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.
- After Plone 3.2 (which focused on packaging/installer improvements), this is a minor release that adds some new features. It does not include any major changes: all products that work with Plone 3.0, 3.1 & 3.2 should also work in Plone 3.3. The upgrade from Plone 3.x is simple and non-invasive, ensuring a smooth upgrade experience.
Feature enhancements in this release:
Link type should automatically redirect when accessed directly:
- Links should be capable of doing automatic redirection.
Resource Registries Improvements:
- Allow Resource Registries to use conditional comments for CSS to bring the IEFixes.css into the registry and allow external references to resources for all registries.
Standardizing our use of INavigationRoot:
- Plone has the INavigationRoot marker interface which supports rooting your tabs, navigation, breadcrumbs, sitemaps and searches to a specific container inside of a portal which itself is a INavigationRoot. Some areas of this need to be cleaned up and standardized to follow a consistent convention.
Minor i18n upgrades:
- Include PloneLanguageTool 3.0 and PTS 1.5.
Disable inline editing by default:
- The current inline editing behaviour as introduced in Plone 3 was a mistake: it is a cool technology to show off, but in practice accidental clicks very frequently lead to unwanted edit-screens.
Adapterise the Extensible Indexable Object Wrapper:
- Make it easier to register ExtensibleIndexableObjectWrapper attributes with adapters
Improve locking configurability:
- This PLIP proposes to a) make it harder to accidentally leave content items in a locked state, and b) make it easier to adjust the lock timeout or disable locking entirely.
Clean up auto-sort, auto-order code:
- Clean up, i.e. remove all code related to auto-sorting / auto-ordering folder contents as this feature was implemented for Plone 2.1, but never got enabled. Basically this proposes to revert http://plone.org/products/atcontenttypes/roadmap/3
Replace workflow history viewlet with content history viewlet:
- Plone stores both workflow history and versioning history for objects. Only workflow history is shown in a viewlet in current Plone versions. I propose to show all history data.
View for rendering events as an iCalendar file:
- Make it possible to subscribe to Plone events in the standard iCalendar format.
Automate ZCML Loading for Plone Plug-ins:
- Enable automatic plugins for Plone with z3c.autoinclude
XFactor 0.93
XFactor - P2P Gnutella, FastTrack, & OpenFT client more>>
Access 4major p2p networks (Kazaa, Gnutella, OpenFT and Ares) seamlessly using giFT. (cross platform modular network daemon)
Providing a simple iTunes-like interface, integrated p2p portal, internal theater for previewing flicks while they download or simply viewing them from the shares library, iTunes and Finder integration, IRC Chat and loads of other goodies while using very minmal system resources and best of all XFactor is FREE software based on ever evolving open source technologies.
Main features:
- No spyware. No adware.
- Search by file type.
- Firewall to Firewall Transfers.
- Faster network connections(UDP).
- Universal Plug and Play support.
- iTunes Integration.
- Support for International searches and language preferencing.
- Compatible with Mac OS X Tiger.
- Universal Binary.
Enhancements:
- IBug Fix with iTunes.
- Bug Fix with Limewire Core
- Bug Fix with Metadata for audio, album, artist and bitrate.
- New Applcation Icon.
- Library support.
- Ability to show bandwidth above dock
- Bug Fix numerous other areas.
Netrance 1.0
Netrance makes it easy for experts and newbies alike to get started when they open their web browser more>> Netrance makes it easy for experts and "newbies" alike to get started when they open their web browser. Netrance allows you to make custom "portals" (or start pages) complete with search engines, custom links, images, and just about anything you want. With a "drop-dead-easy" interface, even a child could design their own start page. Start pages can be used in any web browser.
MacOS 8.0 or later.

Taskwise 3.0
Taskwise is designed to be a new creative and revolutionary application which helps you to take control of your digital life by giving you tools you need to manage your tasks and to do lists! more>>
Taskwise 3.0 is designed to be a new creative and revolutionary application which helps you to take control of your digital life by giving you tools you need to manage your tasks and to do lists! Increase your productivity by working smart with Taskwise! Taskwise helps individuals, organizations, and companies around the world to manage their day to day tasks.
Major Features:
- Taskwise helps to keep you organized and in control, increasing your productivity so you can get things done faster. It runs on the desktop and is accessible online via the my.taskwise.com portal for easy access anywhere, anytime.
- Taskwise is simple to use and yet packed with features! It includes powerful tools that allow you easily manage large lists with hundreds of items! Alerts, alarms and notes help you to stay on top of what's important and to deliver on time, and when used with
BolinOS 4.6.0
BolinOS is a modular publication and communication platform for Internet/Web development more>>
BolinOS is based on a data structure compatible with Sqeleton, Internet/Web operating system, and uses standard open-source software: PHP, Apache, mySQL. BolinOS was developed in order to offer a simple and efficient platform that could take in account the quality and diversity of todays multimedia.
It is implemented and co-developed by Poinch.ch (www.poinch.ch - Swiss musical portal), the Radiology Department of Genevas University Hospitals (www.radiologie.hcuge.ch), Med-IA (www.med-ia.ch - medical multimedia portal), with a major actor that has permitted the start of everything: Wild, first Swiss web platform for the incubation of creators.
Many functionalities already exist. For example, an integrated agenda, email portal, groups and forums managemnt systen create a basic applicative set of easily integrated and publishable online tools.
There are also many more focused applications, such as multimedia albums, image collections, image manipulation applications or scientific poster making modules for online and paper publication. Many others are currently under development using the BolinOS framework.
Enhancements:
- New release that fix the security problem.
Joomla 1.5.11
Build a professional Web site. more>>
Joomla 1.5.11 is the most comprehensive, user friendly and fast solution for building professional Web sites.
A content management system is software that keeps track of every piece of content on your Web site, much like your local public library keeps track of books and stores them. Content can be simple text, photos, music, video, documents, or just about anything you can think of. A major advantage of using a CMS is that it requires almost no technical skill or knowledge to manage. Since the CMS manages all your content, you don't have to.
Joomla is used all over the world to power Web sites of all shapes and sizes. For example:
- Corporate Web sites or portals
- Corporate intranets and extranets
- Online magazines, newspapers, and publications
- E-commerce and online reservations
- Government applications
- Small business Web sites
- Non-profit and organizational Web sites
- Community-based portals
- School and church Web sites
- Personal or family homepages
Major Features:
- User Management
- Joomla has a registration system that allows users to configure personal options. There are nine user groups with various types of permissions on what users are allowed to access, edit, publish and administrate.
- Authentication is an important part of user management and Joomla support multiple protocols, including LDAP, OpenID, and even Gmail. This allows users to use their existing account information to streamline the registration process.
- Media Manager: The Media Manager is the tool for easily managing media files or folders and you can configure the MIME type settings to handle any type of file. The Media Manager is integrated into the Article Editor tool so you can grab images and other files at any time.
- Language Manager: There is international support for many world languages and UTF-8 encoding. If you need your Web site in one language and the administrator panel in another, multiple languages are possible.
- Banner Management: It's easy to set up banners on your Web site using the Banner Manager, starting with creating a client profile. Once you add campaigns and as many banners as you need, you can set impression numbers, special URLs, and more.
- Contact Management: The Contact Manager helps your users to find the right person and their contact information. It also supports multiple contact forms going to specific individuals as well as groups.
- Polls: If you want to find out more about your users, it's easy to create polls with multiple options.
- Search: Help navigate users to most popular search items and provide the admin with search statistics.
- Web Link Management: Providing link resources for site users is simple and you can sort them into categories, even count every click.
- Content Management
- Joomla's simplified three-tiered system of articles makes organizing your content a snap. You can organize your content any way you want and not necessarily how it will be on your Web site. Your users can rate articles, e-mail them to a friend, or automatically save a PDF (with UTF-8 support for all languages). Administrators can archive content for safekeeping, hiding it from site visitors.
- On public Web sites, built-in e-mail cloaking protects email addresses from spambots.
- Creating content is simple with the WYSIWYG editor, giving even novice users the ability to combine text, images in an attractive way. Once you've created your articles, there are a number of pre-installed modules to show the most popular articles, latest new items, newsflashes, related articles, and more.
- Syndication and Newsfeed Management: With Joomla, it's easy to syndicate your site content, allowing your users to subscribe to new content in their favorite RSS reader. It's equally easy to integrate RSS feeds from other sources and aggregate them all on your site.
- Menu Manager: The Menu Manager allows you to create as many menus and menu items as you need. You can structure your menu hierarchy (and nested menu items) completely independent of your content structure. Put one menu in multiple places and in any style you want; use rollovers, dropdown, flyouts and just about any other navigation system you can think of. Also automatic breadcrumbs are generated to help navigate your site users.
- Template Management: Templates in Joomla are a powerful way to make your site look exactly the way you want and either use a single template for the entire site or a separate template for each site section. The level of visual control goes a step further with powerful template overrides, allowing you to customize each part of your pages.
- Integrated Help System: Joomla has a built-in help section to assist users with finding what they need. A glossary explains the terms in plain English, a version checker makes sure you're using the latest version, a system information tool helps you troubleshoot, and, if all else fails, links to a wealth of online resources for additional help and support.
- System Features
- Speedy page loads are possible with page caching, granular-level module caching, and GZIP page compression.
- If your system administrator needs to troubleshoot an issue, debugging mode and error reporting are invaluable.
- The FTP Layer allows file operations (like installing Extensions) without having to make all the folders and files writable, making your site administrator's life easier and increasing the security of your site.
- Administators quickly and efficiently communicate with users one-on-one through private messaging or all site users via the mass mailing system.
- Web Services: With Web services, you can use Remote Procedure Calls (via HTTP and XML). You can also integrate XML-RPC services with the Blogger and Joomla APIs.
- Powerful Extensibility: These are just some of the basic Joomla features and the real power is in the way you customize Joomla. Visit the Joomla Extensions Directory to see thousands of ways to enhance Joomla to suit your needs.