Main > Free Download Search >

Free sitemap 1.50 software for mac

sitemap 1.50

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 14
iScores 1.50

iScores 1.50


iScores - Delivers Livescore data for 7 different popular sports. more>> iScores - Delivers Livescore data for 7 different popular sports.

Polleo Limited and ScoresPro is proudly presenting you the iScores Application.
An awesome Real Time service for iPhone devices which delivers Livescore data for 7 different popular sports.
Sports available:
- Soccer
- Tennis
- Basetball
- Ice Hockey
- Basketball
- Football (NFL)
- Formula 1
System requirements:
- iPhone

<<less
Download (238KB)
Added: 2008-06-23 License: Freeware Price: FREE
197 downloads
PlusKit 1.53

PlusKit 1.53


A RapidWeaver plugin that offers powerful styling and importing functionality. more>> A RapidWeaver plugin that offers powerful styling and importing functionality.

PlusKit is a RapidWeaver plugin that offers powerful styling and importing functionality.
PlusKit is a new type of RapidWeaver plugin. Traditionally plugins have added new pages styles (such as Sitemap or Blocks), PlusKit is a different.
Installation
Double-click on the PlusKit.rwplugin icon.
Quit RapidWeaver..
Open RapidWeaver.
Note: If you are upgrading from a previous version of PlusKit, then you MUST uninstall the old version before installing the new one.
Uninstalling
In the Finder open the folder Home > Library > Application Support >RapidWeaver.
Find the PlusKit.rwplugin and move it to the trash.
Hint: Since you are running 10.4.0 (or later) (Tiger), you can use Spotlight to search for PlusKit.rwplugin.

Main features:>
- It makes your Style better with powerful new tags (, and ).
- It provides a powerful importing function (@import(())), from any Styled Text you can import another RW page.
- A great use for this is if you want your Rapidflickr photos inside a sidebar, or perhaps you want an Accordian in a sidebar.
- It provides a powerful automated backup system that will (optionally) insert your version notes in the file metadata to enable spotlight searching.
- It provides a useful global find feature. Good for tracking down where things went.

System requirements:
-

Enhancements:
- Provides a work around to the current gdoc problem.
- Google is having a problem with how they serve up documents in some cases.
- Since its still not fixed I decided to push out a work around.
- Youll need to re-publish any gdoc pages to have this take effect.
- There is a (small) chance this fix wont work for some non-english users, if you still set it let me know.

<<less
Download (1.2MB)
Added: 2008-10-06 License: Freeware Price: FREE
419 downloads
 
Other version of PlusKit
PlusKit 0.96uTraditionally plugins have added new pages styles (such as Sitemap or Blocks), PlusKit is a
License:Freeware
Download (306KB)
1092 downloads
Added: 2006-11-02
SilverCreator 1.5

SilverCreator 1.5


SilverCreator is a game and application development system more>>
SilverCreator is a new card-based game and application development system from SilverNetworks! SilverCreator lets you express your ideas quickly, easily, and freely.
You can even sell your programs, because theres no royalties. Sprites, movies, sound, and more let you create a multimedia rich game.
Scripting, Methods and functions let you create a modern game easily. 2-player ONLINE games are easy, with built-in game socket support. And with click-areas and keyboard support, theres so much more.
Enhancements:
- Sound support has been expanded. First, STOPSOUND will now stop all sounds currently playing, unless you specify which sound to stop in the command, i.e, STOPSOUND "Gun". Also, LOOPSOUND can now loop a specific sound if you specify it. If no sound is specified, the sound which was played last will be looped. Additionally, SOUNDPLAYING now returns true if any sound is playing, unless you specify which sound, and if you do, only if that sound is playing will SOUNDPLAYING return TRUE. Finally, PLAY has been depreciated, and PLAYSOUND should be used instead.
- - Added a new compiling window. When you choose Compile from the Special window, this new window will appear and let you select which platforms you want to support, and allow you to enter in your games version, creator code, and info text. When you click Compile, SilverCreator will ask you where to save each program and then compile the program(s). In the future this window will let you paste the icon you want to use on your program. Also includes a new option to make .sit files of your games. DropStuff required.
- - Significantly redesigned button, click-area, card setup, and game setup windows. These new windows are non-modal and follow Aqua HIG guidelines. You can now open multiple button, click-area, and card setup windows, each editing a different thing. You can even edit buttons and click-areas on cards other than the one currently being displayed in the editor!
- - Fixed INPUT command bugs which let you manipulate text which should not be manipulatable: Placing the cursor outside of the editable area now moves it back into the editable area, Select All now selects only the editable area, and selecting part of the editable area and some uneditable text will change the selection to only the part of the editable text that is selected.
- - Fixed the splash screen on OS X preventing double-clicked project files from loading if SilverCreator was previously closed (ie, double-clicking the project file caused SilverCreator to launch). This also removes the splash screen flicker on OS 9 where you would see the splash screen for a split second followed by the project window.
- - The filter windows have been touched up a bit. The exact center of the card image is now always visible in the preview area, and if you resize the window, you can see the whole image, but you will no longer see white area because the window can no longer be resized bigger than what is necessary to show the image.
- - Various scripting commands have changed. For example, INITSPRITE is now CREATESPRITE. Several other commands have also changed. SilverCreator will automatically convert all old syntax to the new syntax and will let you know if any syntax was changed. Please read the Help window for the new syntax.
- - Fixed additional or incorrect error dialogs, crashing, and/or failed assertions occuring after error dialogs caused by syntax errors or invalid values in values passed to scripting commands. The majority of commands in SilverCreator were affected. This should fix most scripting-related crashes.
- - Close widget in the game editor window is now active. Closing the window asks to save changes. If the window is ultimately closed, either by successfully saving, or clicking "Dont Save", then SilverCreator will act like it does when clicking "Nothing" or "Cancel" in the splash dialog.
- - The "save your changes before closing/quitting" dialog is now more accurate. In some cases it would have shown up even when no modifications had been made, and in other cases it might not have shown up after manipulating card text, sounds, or sprites, causing potential data loss.
- - Most read only functions, including SPRITEX, SPRITEY, WINDOWLEFT, and WINDOWTOP are now settable. This means you can use code such as "LET SPRITEX(1) = 50" to move around sprites and "LET WINDOWLEFT = 200" to move around the window.
- - Fixed visual problems which temporarily occured when first seeing the running/compiled game window on Mac OS X. This includes a bug where extra buttons would be shown in the game window if an ALERT was shown in the Open event of the beginning card.
- - The game editor window now has a proxy icon and, on Mac OS X, now displays the red dot in the close widget if modifications have been made since the last time you saved. On Mac OS 9, the proxy icon will be dimmed when modifications have been made.
- - Fixed a terribly peculiar bug where after a scripting error in a click-area, the script might be replaced with either "RuntimeViewWindow" or a bunch of random garbage, or the program might have just quit or freeze up the computer.
- - Fixed a cosmetic bug in the Sprite Editor which caused the "i-beam" cursor to inappropriately display when the mouse was in the picture area, and caused a blinking dot to appear in the corner of the picture area when you clicked on it.
- - Added SELECT CASE support! SELECT CASE is similar to IF... THEN but you can check many different values against the value you are checking while only using one SELECT CASE block. See the built-in help window for examples.
- - Includes new method for including runtimes in SilverCreators data fork. This allows Stuffit to be more efficient when compressing resulting in a smaller download size, and also fixes situations with people losing their runtimes.
- - Fixed various commands not accepting a variable for the boolean part. So, if you set a variable to TRUE, and then tried to pass the variable to these commands, it would not work and instead would act as if you had passed FALSE.
- - Fixed various sprite and socket commands not handling commas correctly. This would cause these commands to break if, for example, you used something such as "MOVESPRITE 1, SOMEMETHOD("48,56"), 59".
- - Added SPRITETOUCHINGXY function that returns true if a sprite is touching an X, Y coordinate! For example, to see if sprite 5 is touching at 52, 60, you might use "IF SPRITETOUCHINGXY(5, 52, 60) = TRUE THEN".
- - Fixed an error handling bug which caused some game functions to continue running after a scripting error in an Open Card or Close Card event. This would cause additional fatal errors and/or unexpected behavior.
- - Added Script Formatting button to the script editor window! Just click this button to reformat your script into an easier to read format thats great for fixing bugs and understanding other peoples code.
- - Fixed HUGE memory leak which caused games with a lot of card changing to quickly fill up large amounts of RAM. This will greatly reduce the required memory for games, especially on the classic Mac OS.
- - Fixed a significant long-standing IF...THEN handling code bug that caused the code after ELSE to occur when the code before ELSE should occur, and there was no code before ELSE (and after the IF...THEN).
- - Fixed close and quit events still being executed after a game error on Mac OS 8 and above on PPC, or on Mac OS X. This caused erratic behavior and/or additional errors. 68K and System 7 were not affected.
- - Faster Sprites! The Simple Test Games "Sprite Test" and "Optimized Sprites" are both 26% faster versus SilverCreator v1.1!
- - Added SETWINDOWTITLE command and WINDOWTITLE$ function. The function is both gettable and settable, meaning you can set it with the LET command and the windows title will actually change.
- - Fixed KILLSPRITE not completely removing the sprite from memory. This meant sprite commands could still call on the sprite number even though it was supposed to be completely gone.
- - Improved project saving and game compiling speed by as much as 220% in some instances, and improved project and compiled game loading speed by as much as 30% in some instances.
- - Fixed minor drawing bug which caused a border of the game windows background color to be drawn inside of the text field frame. This was noticable if the background color was not white.
- - Added a new preferences option, "Open filter windows at full size". When selected, all graphics filter windows will open at their maximum size, which shows all of the image.
- - Added SPRITESTOUCHING function that returns true if two sprites are touching! Just indicate the two sprites, for example, "IF SPRITESTOUCHING(2, 3) = TRUE THEN".
- - Added two ways to move the window around: by using LET to assign WINDOWLEFT or WINDOWTOP the desired coordinate, or by using the new MOVEWINDOW command.
- - Fixed a bug in the internal script optimizer which left extra spaces at the end of a scripting line if the end of the line had a comment which was prefixed with spaces.
- - Fixed the font faces, sizes, styles, and colors menu items being inconsistently checkmarked much of the time. Now the items should be appropriately checkmarked.
- - Internal script optimizer now trims non breaking spaces as well as regular spaces. This fixes an uncommon bug where perfectly fine looking code would not work.
- - Fixed scripting errors that occured if you used REM at the end of a scripting line but REM was not captialized, ie., "LET x = 5 rem This command sets x to 5".
- - The game about window has been redesigned and now resizes to fit the about window text, meaning you can now fit more text (but only up to 255 characters).
- - Now supports compiling PPC and OS X games which are larger than 16MB. Previously, this would cause the compiled game to be corrupted and not work.
- - Added sprite flipping! Use the XFLIPSPRITE and YFLIPSPRITE commands to flip a sprite horizontally (X), vertically (Y), or a combination of the two.
- - Added SPRITEWIDTH and SPRITEHEIGHT functions that tell you the width or height of a sprite. Changes in the sprite, such as scaling, are considered.
- - Fixed a problem where custom methods that started with "REM" would not work, because they would be mistakenly filtered out by the pre-parser.
- - Added a new floating info window that tells you the width and height of the card picture, and the X and Y values of the mouse relative to the picture.
- - Fixed game text field not being scrolled to the top when changing cards. This should fix the text sometimes being clipped off or not visible at all.
- - Added "Clear" button to the Button Editor. This allows you to clear all data associated with that button, including the caption, script, sound, etc.
- - The version number and get info text that you enter are now actually used to make a vers resource (and a plist on Mac OS X) for your game.
- - Fixed a bug which caused the KeyDown event to be incorrectly executed twice for most keys if the text field was visible and had the focus.
- - Added pencil and brush painting tools. The brush will use the line width setting chosen. The pencil will always use one pixel width.
- - Click-areas in the game editor are now translucent! Now you can easily see whats beneath a click-area without having to move it.
- - Fixed the sound rename dialog being limited to 32 characters. SilverCreator can handle sounds with names up to 255 characters.
- - Scripts that repetitively call commands that accept multiple values are now faster on Mac OS X due to a new caching algorithm.
- - Fixed game continuing to run and causing unexpected behavior after executing an IF statement that didnt have THEN at the end.
- - Added BEGIN COMMENTS/END COMMENTS. Anything between these two lines is ignored and is not included in compiled games.
- - Fixed a minor internal bug in various parts of the scripting code that caused an integer variable with no name to be created.
- - Mac OS X compiled games are now fully supported on Mac OS 8.6 and up with CarbonLib, as well as Mac OS X (10.1 and up).
- - Choosing "other color" in the graphics or text color pickers will now load the previously chosen color into the color picker.
- - You can now play a looping sound just by checking the new "Looping" checkbox in the click-area, button, or card editors!
- - You can now hold down option while drawing a box, rounded box, or circle, in order to create a proportional figure.
- - Fixed NilObjectException error if you tried to access an uncreated socket. Now a more appropriate error is given.
- - Fixed FILETYPE$ and FILECREATOR$ not processing strings correctly, making them generally useless until now.
- - Added sprite scaling! Use the SCALESPRITE command to set the percentage of the scale for the sprite passed.
- - Sprite Manager, Sound Manager, and About Window editor are now integrated into the Game Setup window.
- - The compiling status box is now more verbose. It now tells you which stage of compilation is taking place.
- - Fixed carbon compiled games possibly crashing on quit by adding ".app" to end of carbon game names.
- - Added documentation for UPARROW$, DOWNARROW$, LEFTARROW$, RIGHTARROW$, and ESCKEY$.
- - Fixed the Help window text field not scrolled to the top when changing the help topic on Mac OS X.
- - Fixed previous card text overwriting current card text when turning off wide picture mode.
- - Added PROMPT function (exactly like PROMPT$ but the input field only accepts numbers).
- - Fixed CAUTIONALERT and NOTEALERT using the note icon instead of their respective icons.
- - You can no longer open the help window or other windows like that while in Run mode.
- - Fixed a longstanding bug that randomly caused the picture to be erased while drawing.
- - The "Platformer" example has been updated, enhanced, and optimized. Check it out.
- - Added more internal error handling to should give more accurate error messages.
- - The add graphic window now shows how the graphic will look in the game window.
- - Improved error dialog when entering an invalid card into the Go To Card window.
- - "Darker" and "Tint" graphics filters are now faster and use much less memory.
- - Added a warning dialog if you try to import a MIDI file into the Sound Manager.
- - Added Other Font Size option to the Format menu and the Place Text window.
- - You can now resize click-areas! Hold down option to reveal the resize box.
- - Added COMMANDKEY, CONTROLKEY, OPTIONKEY, and SHIFTKEY functions.
- - Fixed movie looping not being turned off after loading another movie.
- - Redesigned the Place Text, method editor, and add graphic windows.
- - The INPUT command now moves the cursor to the end of the field.
- - Added WINDOWHEIGHT and WINDOWWIDTH read-only functions.
- - Some windows are now sheets on Mac OS X, where appropriate.
- - Fixed SETFIELDCOLOR not setting the field to the right color.
- - Fixed several Mac OS X interface and window focus issues.
- - Minor error dialog improvements (visual, textual, etc).
- - Added FILEDATALENGTH and FILERSRCLENGTH functions.
- - Raised maximum number of click-areas per card to 25.
- - Added Width and Height text to the sprite adder/editor.
- - Updated toolbar appearance to look better in Mac OS X.
- - Raised maximum number of on-screen sprites to 50.
- - The Help window has been significantly reorganized.
- - Raised maximum number of project sprites to 500.
- - Raised maximum number of open output files to 5.
- - Raised maximum number of open input files to 5.
- - Added "AIM/iChat with Developer" menu item.
- - Raised maximum number of methods to 500.
- - Minor speedup in the Bevel graphics filter.
- - Raised maximum number of cards to 5000.
- - Raised maximum number of sounds to 100.
- - Fixed Global Input event not working at all.
- - Raised maximum number of sockets to 10.
- - Fixed various bugs in the paint text tool.
- - Added SIN, COS, and TAN functions.
- - Added decimal numbers support!
- - Added ABOUTWINDOW command.
<<less
Download (1.6MB)
Added: 2005-06-06 License: Freeware Price:
1604 downloads
Java-Sitemapper 0.9.9

Java-Sitemapper 0.9.9


Build sitemap files easily with this software Java-Sitemapper is a Java API for building sitemap files to improve search indexing on Google, Yahoo!, MSN, and Ask.com more>> Build sitemap files easily with this software

Java-Sitemapper is a Java API for building sitemap files to improve search indexing on Google, Yahoo!, MSN, and Ask.com. Java-Sitemapper targets Java developers burdened with creating and maintaining sitemap XML files using full-scale sitemap-building applications, scripts, or the Java DOM API.

System requirements:
-

Enhancements
- Initial release of java-sitemapper 0.9.9.

<<less
Download (3.5MB)
Added: 2009-06-21 License: Freeware Price: FREE
186 downloads
atMonitor 1.50.1

atMonitor 1.50.1


atMonitor has come as a smart program for Mac OS X with the ability to display system activity in real-time. more>>

atMonitor 1.50.1 has come as a smart program for Mac OS X with the ability to display system activity in real-time. It is designed to allow quick assessment of computer's state, but it is powerful enough to make it a core utility in anyone's system troubleshooting toolkit.

atMonitor offers a better alternative to Apple's own "Activity Monitor" and combines the best of the features of many other existing monitoring utilities. It also adds an extensive list of unique features of its own. In addition to the standard CPU, GPU, VRAM, FPS, Disk and Network info, atMonitor allows interaction with processes, setting up triggers, logging, purging RAM and much more.

There are three different ways atMonitor can display the monitored values:

  • In the menu bar
  • In the floating window on the desktop
  • In the dock icon
<<less
Download (1.3MB)
Added: 2009-08-01 License: Freeware Price: $0.00
downloads
 
Other version of atMonitor
atMonitor 1.50.1atPurpose Technologies - atMonitor is one of the most advanced monitoring tools for Mac OS X that
Price: FREE
License:Freeware
Download (1.3MB)
downloads
Added: 2009-08-04
DSpace 1.5.1

DSpace 1.5.1


Capture, store, index, preserve and redistribute an organizations research material in digital formats more>> Capture, store, index, preserve and redistribute an organizations research material in digital formats

DSpace is a groundbreaking digital repository system, that captures, stores, indexes, preserves and redistributes an organizations research material in digital formats.
Research institutions worldwide use DSpace for a variety of digital archiving needs - from institutional repositories (IRs) to learning object repositories or electronic records management, and more.
DSpace accepts all manner of digital formats. Some examples of items that DSpace can accommodate are:
- Documents, such as articles, preprints, working papers, technical reports, conference papers
- Books
- Theses
- Data sets
- Computer programs
- Visualizations, simulations, and other models
- Multimedia publications
- Administrative records
- Published books
- Overlay journals
- Bibliographic datasets
- Images
- Audio files
- Video files
- eformatted digital library collections
- Learning objects
- Web pages
NOTE: DSpace is distributed and licensed under the terms of the BSD License.

Enhancements:
- (Scott Phillips) Fixed bug where users could not finish registering nor reset their password because the authentication method signatures were changed.
- Jay Paz (SF#1898241) Additional fixes to patch to enable reuse of methods.
- Added the ability to manage sessions with site wide alerts to prevent users from authenticating.
- Fixes a bug where the ability to edit an item durring workflow step 2 is not displayed.
- Jay Paz (SF#1898241) Add item Export from jspui and xmlui.
- Added easy support for google analytics statistics
- Added the ability for super admins to login as other users.
- Added an activity viewer to the Control Panel
- Fix for SF Bug #2082236 Subscription notification (sub-daily) no emails sent
- [2102580] William Hays: Duplicate Handle exception when replacing bitstreams
- [2102617] Sands Fish: X509Authentication fails to assign appropriate specialgroups
- (Sands Fish) Add "Select Primary Bitstream" functionality to submission workflow
- Guard against Community/Collection metadata having only whitespace characters and eliminate cases where null pointer exceptions would be thrown
- Improve DSIndexer logic in both branches to support removal of items from index when withdrawn from repository.
- (Sands Fish) Provides fix for AuthenticationUtil where users IDs are not properly compared.
- Fix NullPointerException cause by nullified Context object in LNI map item to new collection.
- Block Basic Authentication "details" from being exposed in dspace logs.
- (Bill Hays) Close InputStreamReaders explicitly to release any file handles back to OS.
- correct linking on pages when xmlui is the ROOT webapplication
- correct issue with sitemap redirection of mydspace uri.
- Add serlet-api to overlay wars to reduce compile time errors when adding classes
- Correct issues in feed generation
- XMLUI Adjust Advanced Search to use search properties from dspace.cfg.
- Correct bug in Body.toSAX where startElement is called instead of end element.
- Correct issue with libraries being excluded from wars
- Fix for SF bug #2090761 Statistics wrong use of dspace.dir for log location
- Fix for SF bug #2081930 xmlui hardcoded strings in EditGroupForm.java
- Fix for SF bug #2080319 jspui hardcoded strings in browse
- Fix for SF bug #2078305 xmlui hardcoded strings used in UI in xmlui-api
- Fix for SF bug #2078324 xmlui hardcoded strings used in UI in General-Handler.xsl
- SF patch #2076066 Review in jspui submission non-dc metadata
- SF Bug #1983859 added Foreign Lucene Analyzers to poms
- SF Bug #1989916: missing LDAP authentication key
- [1947036] Patch for SF Bug1896960 SWORD authentication and LDAP + [1989874] LDAPAuthentication
- pluggable method broken for current users
- Added copying of registration email template to 1.4 to 1.5 upgrade instructions
- Fix for SF bug #2055941 LDAP authentication fails for new users in SWORD and Manakin
- [1990660] SWORD Service Document are malformed / Corrected Atom publishing MIME types
- Updated installation and configuration documents for new statistics script, and removed references to Perl
- Fix for SF bug #2095402: Non-interactive Submission Steps dont work in JSPUI 1.5
- Fix for SF bug #2013921: Movement in Submission Workflow Causes Skipped Steps
- Fix for SF bug #2015988: Configurable Submission bug in SubmissionController
- Fix for SF bug #2034372: Resorting Search Results in JSPUI always gives no results
- Updates to Community/Collection Item Counts (i.e. strengths) for XMLUI.
- 1.5 upgrade instructions were missing Metadata Registry updates necessary to support SWORD.
- Fix various problems with resources potentially not being freed, and other minor fixes suggested by FindBugs
- Replace URLEncoder with StringEscapeUtils for better fix of escaping the hidden query field
- Fix #2034372: Resorting in JSPUI gives no results
- Fix #1714851: set eperson.subscription.onlynew in dspace.cfg to only include items that are new to the repository
- Fix issue where the browse and search indexes will not be updated correctly if you move an Item
- Fix problem with SWORD not accepting multiple concurrent submissions
- Fix #1963060 Authors listed in reverse order
- Fix #1970852: XMLUI: Browse by Issue Date "Type in Year" doesnt work
- Statistics viewer for XMLUI, based on existing DStat. Note that this generates the view from the analysis files (.dat), does not require HTML report generation.
- Fixed incorrect downloading of bitstream on withdrawn item
- Add JSPUI compatible log messages to XMLUI transformers
- Clean up use of ThreadLocal
- Improved cleanup of database resources when web application is unloaded
- Fix bug #1931799: duplicate "FROM metadatavalue"
- Fixed Oracle bugs with ILIKE operators and LIMIT/OFFSET clauses

<<less
Download (2.5MB)
Added: 2008-10-07 License: Freeware Price: FREE
381 downloads
OHM Theme 1.1.2

OHM Theme 1.1.2


OHM Theme is created as an effective tool which makes you forget all these rounded corners, more>>

OHM Theme 1.1.2 is created as an effective tool which makes you forget all these rounded corners, image effects and other detracting stuff. The new OHM theme will simply show the most important of every web page: your content. Even it looks simple as it can, the ohm theme is packed with many advanced features, running in the background of your site. Especially two new features are really cool: the design of the site menu as a sitemap and the included greybox installation.

Major Features:

  1. Add your own custom background images (up to 5)
  2. Custom Colors available for many parts of the layout (body, footer, border, navbar, content, ...)
  3. 9 background image positions (top, center, bottom / left, center, right)
  4. Decide how to repeat your background images (norepeat, repeat, repeat-x, repeat-y)
  5. 11 bullet colors for the navbar
  6. 11 line colors for the navbar
  7. 2 different layout modes for the navbar (sitemap, normal)
  8. Change the position of the top-/sub-navbar items (left/right)
  9. 6 Font Families
  10. 3 different font sizes (small, medium, big)
  11. 2 navbar and sidebar positions (can be set independently)
  12. 5 different content widths (1 fluid)
  13. Automatic Image Resizing
  14. Includes the marvelous defaults system (incl. 2 pre-existing defaults)
Requirements: RapidWeaver 3.6
<<less
Download (178.7KB)
Added: 2008-02-07 License: update/patch Price:
downloads
Blue Coconut 1.50

Blue Coconut 1.50


Create and listen playlists from iTunes shared libraries more>> Create and listen playlists from iTunes shared libraries

Blue Coconut allows you to copy tracks from iTunes shared libraries to your Mac, so that you can make playlists or listen to them at a later date.
Blue Coconut can be used as an application alongside iTunes or can be used from the iTunes script menu.

Enhancements
- added Download Queue window
- preferences, particularly for downloads
- improved shared library lookups
- update checking

<<less
Download (510KB)
Added: 2009-05-31 License: Freeware Price: FREE
205 downloads
Mac OSX Guitar tuner 1.50

Mac OSX Guitar tuner 1.50


Free guitar tuner, for tuning acoustic and electric guitars. more>> Free guitar tuner, for tuning acoustic and electric guitars, from GCH Guitar Academy. Has a selection of tones to tune from, electric guitar, acoustic guitar and pure tone. Best of all its completely FREE.<<less
Download (3.16MB)
Added: 2009-04-28 License: Freeware Price: Free
192 downloads
Battlefield 2142 1.50

Battlefield 2142 1.50


You must coordinate the efforts of your teammates to win the war for Earth's last fragile pieces of livable land. more>>


Armed with a devastating arsenal of futuristic weaponry and gear, including active camouflage, EMP grenades, and sentry guns, plus Battle Walkers and vast airborne bases called Titans, you must coordinate the efforts of your teammates to win the war for Earths last fragile pieces of livable land. With extensive improvements to the groundbreaking Battlefield 2 ranking and upgrade system and the new Titan gameplay mode, Battlefield 2142 brings award-winning online warfare into a harsh and desperate future.
View QuickTime Trailer
Game Feature: The New Cold War Heats Up in Battlefield 2142

<<less
Download (348MB)
Added: 2008-08-04 License: Update Price:
137 downloads
Werc 0.9.5

Werc 0.9.5


Free and minimalist content management system more>> Free and minimalist content management system

Werc is a minimalist content management system (CMS) with a web interface implemented using the rc shell and the Plan 9 from Bell Labs tools provided as part of Plan 9 from User Space.

Main features:>
- Purely file system based, all documents are stored in a file tree as files.
- Also allows for dynamically generated pages/scripts/applications that can take advantage of the framework (for an example see the dynamically generated gsoc project status table).
- Easily embedding of your pre-existing html documents into the framework
- Easy management of multiple domains/sub-domains/virtual-hosts from a single installation (just add another directory under sites/), and easy sharing of templates and files among sites.
- Markdown templating plus template cache (thanks Mechiel!) to make up for dog-slow markdown implementations.
- Automatic sitemap generation.
- Blogging system including rss feeds.

<<less
Download (43KB)
Added: 2008-10-04 License: Freeware Price: FREE
391 downloads
Ohm Force Frohmage AU for Mac 1.50

Ohm Force Frohmage AU for Mac 1.50


A great resonant filter with an unique palette of sounds, combining lowpass filtering and analogue crunch with a bundle of special features. more>>


You can easily tune the filter to resonate with specific notes in your music, and the built in harmonic multiband feature adds tons of warmth to your sound. For extreme fun, delay effects can be applied across the filters at the turn of a single knob, creating swish phasing or weird gliding echoes. Core features:
- Highly resonant low-pass filter
- Cutoff frequency unit selection : Hz or musical note
- Up to 15 additional bands, harmonically distributed
- Delay on each band for unique phaser effects
- Distortion stage, with two routing schemes
- Very fine MIDI control (PRN and NPRN sent or recorded by Frohmage are 14-bit accurate)
- Low CPU load

<<less
Download (4.5MB)
Added: 2008-07-25 License: Freeware Price:
13 downloads
Mac classic Guitar tuner 1.50

Mac classic Guitar tuner 1.50


Free guitar tuner, for tuning acoustic and electric classic pinball machine. more>> Free guitar tuner, for tuning acoustic and electric guitars, from GCH Guitar Academy. Has a selection of tones to tune from, electric guitar, acoustic guitar and pure tone. Best of all its completely FREE classic pinball machine.<<less
Download (3.41MB)
Added: 2009-04-30 License: Freeware Price: Free
197 downloads
Plone 3.3.1

Plone 3.3.1


Plone is a ready-to-install package containing the Zope application server and the Plone Content Management System, which redefines the open source CMS landscape. more>>

Plone 3.3.1 is a comprehensive package including the Zope application server and the Plone Content Management System, which redefines the open source CMS landscape.

Major Features:

  1. Inline editing
  2. Working Copy support
  3. Link and reference integrity checking
  4. Automatic locking and unlocking
  5. Easy collaboration and sharing
  6. Versioning, history and reverting content
  7. Upgraded visual HTML editor
  8. Powerful workflow capabilities
  9. Flexible authentication back-end
  10. Full-text indexing of Word and PDF documents
  11. Collections
  12. Presentation mode for content
  13. Support for the search engine Sitemap protocol
  14. Support for multiple mark-up formats
  15. Wiki support
  16. Automatic previous/next navigation
  17. Rules engine for content
  18. Auto-generated tables of contents
  19. Portlets engine
  20. Professional support, development, hosting & training
  21. LiveSearch
  22. Outstanding multilingual content management
  23. Time-based publishing
  24. Human-readable URLs
  25. Easy-to-use, powerful graphical page editor
  26. Flexible navigation and always-updated site maps
  27. Resource compression
  28. Powerful caching proxy integration
  29. Drag and drop reordering of content
  30. XML exports of site configurations
  31. Localized workflow configuration
  32. Adjustable templates on content
  33. Powerful standard content types
  34. Content is automatically formatted for printing
  35. Standards-compliant XHTML and CSS
  36. Accessibility compliant
  37. Pervasive RSS feed support
  38. Automatic image scaling and thumbnail generation
  39. Rich ecosystem of free add-on products
  40. Cross-platform
  41. Comment capabilities on any content
  42. Microformat support
  43. Simple installer packages for multiple platforms
  44. WebDAV and FTP support
  45. In-context editing
  46. "Hot backup" support
  47. Cut/copy/paste operations on content

Enhancements:

  • Handle CDATA blocks correctly in transforms.
  • Gracefully handle browser layer registrations from removed packages.
  • Correct handling of inherited date criteria in topics. This fixes bug 8827.
  • Fix several untranslated strings and update translations.
  • Handle fields added via archetypes.schemaextender correctly in version difference views. This fixes bug 9355.
  • Improve performance of user searches. This fixes 9361.
  • Show nested groups
<<less
Added: 2009-09-14 License: Freeware Price: Notavailable
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1