Main > Free Download Search >

Free portal sites software for mac

portal sites

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1371
panFora Lite X 1.4

panFora Lite X 1.4


panFora is the powerful, flexible web server-based solution for building effective collaborations and virtual communities more>> panFora is the powerful, flexible web server-based solution for building effective collaborations and virtual communities. panFora provides advanced web-based discussion forums, community announcements, and file sharing - all fully integrated in a customizable web-portal. Use for internet and intranet online communities, product support, distance learning - nearly any kind of interactive online application you can imagine.
Requirements:
Mac OS X 10.1 or later.
<<less
Download (7.6MB)
Added: 2002-03-20 License: Free Price:
downloads
mojoPortal 2.3.0.1

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.

<<less
Download (16.4MB)
Added: 2009-04-26 License: Freeware Price: FREE
188 downloads
PostNuke 1.0

PostNuke 1.0


PostNuke - Widget provides feeds of all news sources from PostNuke.com more>>
PostNuke is an all new Dashboard Widget for the users of the PostNuke Content Management System website and portal development software.

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.

<<less
Download (412KB)
Added: 2006-05-17 License: Freeware Price:
1260 downloads
Taskwise 3.0

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:

  1. 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.
  2. 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
<<less
Added: 2009-09-26 License: Freeware Price: Notavailable
downloads
Download Entire Site 1.0

Download Entire Site 1.0


Download Entire Site - Mirror website on your hard drive more>>
Download Entire Site is an AppleScript that mirrors an entire website to a local folder on your hard drive.

A surrounding folder named with the web-sites domain name will be created within the chosen location. Non-relative links will be converted into relative ones by default.

Completly freeware.


<<less
Download (129KB)
Added: 2005-12-23 License: Freeware Price:
1429 downloads
SiteMesh 2.4.1

SiteMesh 2.4.1


Open source web-page layout and decoration framework and web- application integration framework more>> Open source web-page layout and decoration framework and web- application integration framework

SiteMesh will aid in creating large sites consisting of many pages for which a consistent look/feel, navigation and layout scheme is required.
SiteMesh intercepts requests to any static or dynamically generated HTML page requested through the web-server, parses the page, obtains properties and data from the content and generates an appropriate final page with modifications to the original. This is based upon the well-known GangOfFour Decorator design pattern.
SiteMesh can also include entire HTML pages as a Panel within another page. This is similar to a Server-Side Include, except that the HTML document will be modified to create a visual window (using the documents Meta-data as an aid) within a page. Using this feature, Portal type web sites can be built very quickly and effectively. This is based upon the well-known GangOfFour Composite design pattern.
SiteMesh is built using Java 2 with Servlet, JSP and XML technologies. This makes SiteMesh ideal for use with J2EE applications, however it can be integrated with server-side web architectures that are not Java based such as Cold Fusion, CGI (Perl/Python/C/C++/etc), PHP, etc...
SiteMesh is very extensible and is designed in a way in which it is easy to extend for custom needs.

Main features:
Java:
- Built with Java, the industry standard for enterprise applications.
- Conform to the Java Servlet 2.3 specification (final release).
Open Source:
- Open source software distributed under the OpenSymphony Software License (derived and fully compatible with the Apache Software License).
Simple:
- Non-technical users can now create professional Web pages while effortlessly maintaining a consistent look-and-feel across your web-application.
- Dramatically reduces the time needed to develop and maintain a web-application.
- Eliminates the need to create multiple web-apps for different audiences by allowing the decorator to be changed according to the useragent or a request parameter(s) (e.g. printable version).
Very flexible:
- A printable version of your entire site is only a matter of minutes!
- Map a decorator based on a cookie value.
- With the RobotDecoratorMapper you can apply a special decorator to all your pages when they are indexed by a search engine robot (also known as spider, crawler). Currently supports over 200 robots.
Integrated:
- Supports Velocity and Freemarker for writing decorators.

<<less
Download (7.1MB)
Added: 2009-05-17 License: Freeware Price: FREE
207 downloads
BioMed Lab Portal Server Package 0.80

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.

<<less
Download (53.7MB)
Added: 2005-08-23 License: Freeware Price:
downloads
Tasty 1.5b

Tasty 1.5b


Tasty - a very simple way of viewing and editing Del.icio.us bookmarks more>>
Tasty is a very simple way of viewing and editing Del.icio.us bookmarks.

Tasty is a tool that uses drag and drop for near effortless updating of your favourite sites.

<<less
Download (3.7MB)
Added: 2007-04-19 License: Freeware Price:
918 downloads
SiteSucker 2.0.4

SiteSucker 2.0.4


SiteSucker is an application that automatically downloads web sites from the Internet more>>
SiteSucker is an application that automatically downloads web sites from the Internet. It does this by copying the sites HTML documents, images, backgrounds, movies, and other files to your local hard drive. Just enter a URL and click a button and SiteSucker can download an entire web site.

SiteSucker can be used to make local copies of your web sites for easy maintenance.

SiteSucker can download files unmodified or it can "localize" the files it downloads, allowing you to browse a site off-line. Best of all, SiteSucker is free.

<<less
Download (2.04MB)
Added: 2007-06-04 License: Freeware Price:
881 downloads
Homework Assistant 1.0

Homework Assistant 1.0


Homework Assistant - Internet search widget works with NoteTake or NoteShare more>>
The HomeworkAssistant widget takes a user entered search term and submits it to the Library of Congress, Answers.com, Nature.com, MSN Encarta, Google Scholar, and National Geographic search sites.
The resulting notebook contains a "top results" page from each site.
Enhancements:
- Initial release.
<<less
Download (269KB)
Added: 2006-07-26 License: Freeware Price:
1187 downloads
eCalc Widget 1.01

eCalc 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:

  1. 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.
  2. The program is simple to extend. You just need to Plug one or more of the dozens of freely available modules in.
  3. 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.

  4. 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:

  1. The link 1 is for Mac x86
  2. The link 2 is for Mac PPC
<<less
Download (96KB)
Added: 2008-09-14 License: Freeware Price: FREE
205 downloads
timesUP 1.0

timesUP 1.0


timesUP was written as a timer for people who dont have premium account in rapidshare, megaupload or other filesharing sites more>>
timesUP was written as a timer for people who dont have premium account in Rapidshare, Megaupload or other filesharing site that have download limitations to non-members.
<<less
Download (19.2KB)
Added: 2007-07-04 License: Freeware Price:
510 downloads
Southern Wisconsin Fly-fishing Sites 1.0

Southern Wisconsin Fly-fishing Sites 1.0


Southern Wisconsin Fly-fishing Sites - Watch animated fly fisherman test the waters more>>
This fun widget gives fly-fishers animated, up-to-the-second data on the water levels (in cfs — cubic feet per second) and relative safety over the past 24-hours at four popular southeastern Wisconsin fishing sites.

Using USGS data, it’s valuable for any angler who wants to see the best spot for fishing before they pack up the car.

The first known success of integrating Flash into a fully-functional widget, it’s just as fun for fly-fishing fans who just want to check in on our four fisherman as they navigate the waters at these four rivers.
<<less
Download (398KB)
Added: 2006-06-27 License: Freeware Price:
1221 downloads
RAGE SERank 2.0.3

RAGE SERank 2.0.3


RAGE SERank is well-known as a fast and powerful utility that is designed to enable you to monitor search engine rankings for any number of keywords and display changes in a web sites search engine rankings over any point of time. more>> <<less
Download (15.7MB)
Added: 2009-09-29 License: update/patch Price: $79.95
downloads
MacHeadlines Lite 1.9.1

MacHeadlines Lite 1.9.1


MacHeadlines is a scrolling ticker for the Macintosh. With MacHeadlines you can get: News – you can use the preset sites to have MacHeadlines circulate news headlines from a variety of locations more>> <<less
Download (795K)
Added: 2000-04-03 License: Free Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5