Download Ariadne 2 4 1 - Ariadne 2 4 1 Description, Ariadne 2 4 1 Reviews
Contact
 


 

Download

 
Download Now (2568K)
GPL (GNU General Public License)
Downloads till now: 5
 
 

Quick search

 



 

Rate this software

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

No. Votes

0

 

Linux

Browsers & WWW, Browsers and WWW, Chat, DNS , eyeOS Apps , Firefox Extensions , FTP, HTTP (WWW) , Log Analyzers , Other Tools, Proxy , Thunderbird Extensions ,

Windows

Mac

Mobile

Drivers

Scripts - DHTML

Scripts - DHTML (new)

Web Developer Blog

Web Developer Blog (new)

Scripts and Applications

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
XML

Ariadne 2.4.1

 

Details

Size: 2568K
Last Update: 2008-04-19 23:33:08
OS Support: Linux
License/Program Type: GPL (GNU General Public License)
Publisher: Muze
Price:$0.00
Description:

Ariadne 2.4.1 is http (www) software developed by Muze.
Ariadne is an Application Platform for the Web, built entirely on Open Source technology.



What this means is that Ariadne is a Content Management System, using a WYSIWYG HTML editor, it's also a Group Calendar, a Photo Album, an Addressbook, a Weblog and anything else you want it to be.

Ariadne was built with PHP, the most popular web programming language, Apache, the most popular web server, and MySQL, the most popular database engine for web applications. PostgrSQL is also supported. All these are Free Software, as is Ariadne.

Because Ariadne is completely free, you can download it, use it, even change it to your own needs or build new applications on top of it.

Ariadne gives you all the tools you need to easily build a new website, an intranet or even an e-commerce system. You can build and manage all this simply with your webbrowser.

When you create a website with Ariadne, it stores all your content, templates, files, etc. in a structured object store built on top of a database system, e.g. MySQL. This object store looks a lot like a normal file system, like your operating system uses. You can create directories and files and navigate through them with the Ariadne explorer just like a normal filesystem. But this filesystem can do a lot more.

Ariadne allows you to seperate the content, layout and logic of your website or internet application. You can assign different people to manage these parts. Ariadne will combine all these parts dynamically when someone visits a webpage.
The Store contains all the information for the website. This information is combined with the class descriptions to create Objects. These objects contain not only the information, but also contain operations (methods) that can work on this information and on the Store. Ariadne then applies the user defined templates on these objects to generate a webpage.

Objects stored in the the Ariadne Store are exactly that, Objects. So you can have all the advantages of Object Oriented Programming when building your website or application. Including inheritance and polymorphy on everything you put in the Store. Templates defined for a specific Class of objects will be inherited in sub-classes or can be overridden with new templates. Templates also automaticcaly extend down the 'filesystem' tree.

Templates can be defined by users through the web, via the management interface of Ariadne. Templates can be any kind of text type: html, xml, rtf, etc. Information and special operations on the Ariadne store can be used in a template, via a scripting language 'PINP', which consists of a subset of PHP functions. Besides that each class also defines extra functions, which can be used in templates assigned to objects of that class.

All this allows you to create a web application or website with a minimum of programming while keeping the content and layout seperate.

What's New in This Release:
New Features:

files and images (pphoto's) are now automatically cached if they are publicly readable, that also goes for generated images, through pphoto::build()
added support for 'subclasses', which you can define yourself and add to the typetree via a typetree.ini template. You can define templates for a specific subclass and you can add your own wizard pages to the normal set. Beware, this code is very fresh.
Numerous fixes and extensions (e.g. table editing, required fields) in the mod_edit editor (toolbar.php). Check the context menu when editing tables.
much enhanced WDDX export support, with converter from ax to wddx format
TinyMCE support by Stefan Schreinert. To use this you have to copy the contents of the tinyMCE packages (which you can download from their site) into ariadne/www/widget/htmledit/tinymce/.
Added a webdav loader (which is still under development, but already pretty useful).
added a rss module to help get and parse RSS feeds
Moved all the authentication code to lib/modules/mod_auth/ which is used in all the loaders. With this approach adding new authentication methods becomes very easy.
The psite object can now be configured to have a different URL for each language.
Shortcut objects do allow you to browse further on the target nodes.
Added a new option to pshortcut 'keep url' which, if set, will inherit the target templates from the shortcut and keeps the URL from where the shortcut is defined.
Added a PINP interpreter to ariadne/bin/. You can use this to execute PINP files written in the PINP language.
Added an option to the sql syntax which lets you include shortcut's target property in the search. To use this you have to type the 'include target' keywords at the end of the criteria (and before the limit, offset, etc keywords).
The pphoto class now has an identify() function to detect multiple pages/layers.
Stefan Schreinert updated some entries in the german translations.
Andres Marcos Bianciotto updated the Spanish translations.
Added support for changing the flow of the standard Ariadne wizards.
updated the wddx export module, it uses fwrite instead of echo, which made it possible to have debugging and/or verbose enabled during the export. This also makes the usage of ob_ functions obsolete and reduces the usage of memory.
Updated mod_soap.php with SOAP_Header and SOAP_Parser support.
Added a preference setting for the template editor, normal textarea or helene, the syntax highlighting editor.
Pinp library support is now available, allowing you to have a library of templates in a seperate tree in Ariadne that can be used anywhere in your site through a config.ini template.
Added a PINP XML wrapper module. The parse_curl() method was created by Lukasz Keler.
The 'open editor' button now has an adjustable text.
Added a profiler, which can be used in pinp templates as well: pfTime, pfReset, pfPrint
Added a number of performance improvements to speed up finding the correct template to use.
path and query are now optional arguments to count_find
added a make_local_url method, which tries to stay within the current site/host, even when referencing a page below another psite.
added a quality setting to pphoto::convert(), which allows you to set the jpeg quality.
pressing apply in the template editor will now restore the cursor position.
added basename and dirname to the pinp allowed function list. These are now the officially sanctified methods to get parent path (dirname) and filename (basename)
added $ARCurrent->forcenls (putvar('forcenls',true)) option, to make sure that any object / template called after it uses the requested nls, whether or not any data for that language is available in the object.
changed the way templates are included, so now you can do a 'return true' in pinp templates, and it works as you'd expect.

Bugs Fixed

fixed problems with setting hyperlink over linebreaks or accross block elements in the editor, no more www.example.com.
fixed default values for $path arguments in mod_edit
a number of templates where fixed to work with any language independant of the languages of the object. Mostly dialogs, but also workflow stuff.
fixed a bug in the ftp loader, it was giving the wrong time of templates
Fixed some 'repeat by ...' bugs in the pcalitem object. Thanks to Fabian Steger.
Added a fix for ftp clients which do expect
as linebreaks. Thanks to Klaasjan Tukker.
Fixed a couple of URL rewriting bugs when saving pages.
Workflow templates are now able to set $error.
Fixed a bug in the respawn feature of the authentication module: it will now login as public if the session respawn failed.
Fixed a bug in the store's sql compiler which made it impossible to order by multiple nls variants of the same property.
Added missing wmv mimetype to mod_mimetype.php
Fixed a small problem in the nls handling of the new wizards. Sometimes the tab and the actual language shown differed.
Fixed a Mozilla reserved keyword 'implements' bug in the Ariadne Search window. Thanks to Stefan Schreinert.
particle will now fill the endtime and enddate with the starttime / startdate if not set.
Fixed pphoto to work around the bug that causes ImageMagick to break on a . in the ariadne path. Thanks to Stefan Schreinert for reporting this.
the parentsection() function now works, instead of not :)
Fixed bug 0000290: specifying 00:00 in the article's time fields, resets the time to current time (Thanks to Christoph Lindemann)
The editor doesn't cut off the last char in an image link after editing anymore.
Fixed the editor to not include the nls in the URL of images.
The pinp variant of user.login.html does now have access to the arReturnPath and arReturnTemplate variables.
Added a fix to pfile which should make Explorer download pfiles postfixed with a slash with their correct filename. Thanks to Johann Hanne.
Fixed URL rewriting in mod_url when a siteobject had not yet been configured with an URL.
Fixed a URL check in pbookmark which did not accept '-' as a valid domain character.
helene (the syntax highlighting editor) now understands javascript in templates
user.workflow. didn't set $ARCurrent->nolangcheck, now they do ;-)
added a upgrade script which fixes the es nls name in objects which still have the latin1 encoding.
The pinp call for HTTPRequest in pobject is now equal to the php one.
added a call to fflush in export.wddx.object.phtml, to force flushing to output because some versions of php don't flush
fixed some output in mod_wddx_import
added the missing call to fclose
replaced php://stdout in php://output, because stdout is the wrong stream
added linking in wddx import, this was missing
the image dialog now works with images with special characters (quotes) in the name
fixed problems with special characters and custom fields
fixed a problem in the filestore, it can now handle directories with the name '0'.
Ariadne 2.4.1 supports english interface languages and works with Linux.

Downloading Ariadne 2.4.1 will take minute if you use fast ADSL connection.

Leave a comment




(optional)

What is 7-3?




0 comments


Add to

 Del.icio.us   Digg It   Furl   YahooMyWeb   Blinklist
 

Ariadne 2.4.1 Version History

Product Date Added
Ariadne 2.4.1 2008-04-19 23:33:08


Related Software

AXIGEN Mail Server StartUp Edition
From category: Other-Tools
AXIGEN StartUp Edition is a FREE, reliable and secure Linux / BSD / Solaris mail server for 9 users and 1 domain intended for home users and small companies. This full-featured version has WEB /CLI Ad...
Datenator
From category: HTTP-WWW
Datenator 0.3.0 is http (www) software developed by Lauri Itkonen. Datenator is a PHP&MySQL based Open source calendar system that allows users to add and view events. Administration panel a...
@Mail 4.51
From category: HTTP-WWW
@Mail 4.51 is http (www) software developed by CalaCode.com. @Mail can be used as a WebMail Client for accessing existing POP3 or IMAP mailboxes. When using @Mail, users can access email resources...
BruteBlock
From category: Log-Analyzers
BruteBlock 0.0.5 is log analyzers software developed by Alex Samorukov. BruteBlock project allows system administrators to block various bruteforce attacks on UNIX services. The program analyzes sy...
Happy Pop-out Menus
From category: Other-Tools
These are pop-out java menu applets available in numerous themes and suitable for a side bar navigation layout with the menu down the side of your page. Includes configuration tool. Support for true-t...
CheckDNS
From category: HTTP-WWW
CheckDNS 2005.06.06 is http (www) software developed by Atilim Boy. CheckDNS is a domain name server analysis and reporting tool. It checks and reports whether a domain name, hosted by your organiz...
bookmarker
From category: HTTP-WWW
bookmarker 2.8.0 is http (www) software developed by Padraic Renaghan. bookmarker is a WWW-based application for managing bookmarks. I have too many bookmarks, in too many different browsers, on to...
Polish translation for eyeOS
From category: eyeOS-Apps
Polish translation for eyeOS package offers an eyeOS translation in Polish language....
lernu fr
From category: Firefox-Extensions
lernu-fr is an extension which displays a random Esperanto-French word translated in the statusbar....
Advanced Website Creator 1.3
From category: HTTP-WWW
Advanced Website Creator 1.3 is http (www) software developed by Vesselin Atanasov. Advanced Website Creator is a Web development environment. Created websites use an MVC framework written in PHP 5...
Dovecot
From category: HTTP-WWW
Dovecot 1.0 RC15 is http (www) software developed by Timo Sirainen. Dovecot project is an open source POP3 and IMAP server for Linux/UNIX-like systems, written with security primarily in mind. Alth...
GamesToolsBR
From category: Firefox-Extensions
GamesToolsBR is a Firefox toolbar for Desenvolvedores de Jogos of Portuguese language....
ExternalTemplateLoader
From category: Thunderbird-Extensions
ExternalTemplateLoader 0.2.1.1 is thunderbird extensions software developed by Paolo Kaosmos. ExternalTemplateLoader is a Thunderbird extension that loads an external template for new messages....
dnshistory
From category: DNS
dnshistory 1.3 Beta1 is dns software developed by Steve McInerney. dnshistory project provide a means for storing a history of DNS and Name changes for the IP Addresses extracted from web log files...
Yara
From category: HTTP-WWW
Yara (Yet Another RSS Aggregator) is a fast, embeddable RSS aggregator and parser....
 

Top Downloads

 
1. Canon PIXMA MP140 MP Drivers
2. Canon PIXMA iP1300 Printer Driver a
3. Canon PIXMA iP1200 Printer Driver
4. Konica Minolta Di1610f
5. JavaScript Page Preloader
6. Canon PIXMA iP1000 Printer Driver
7. Web Site Publisher
8. Canon PIXMA MP130 MP Drivers 2kxp
9. Asus AS-D Realtek ALC861 Audio
10. Canon PIXMA iP1300 Printer Driver c
11. Biostar M902ulr Bios
12. MSN Winks Installer
13. Canon i-SENSYS LBP2900 Printer Driver R
14. Canon PIXMA MP160 MP Drivers 9xME
15. Soltek SL-KT600-C Bios ar
16. Matsushita DVD-RAM UJ-842S
17. REALTEK RTLB/RTL8168B/RTL/RTL8168/RTLC Driver XP 686
18. Canon PIXMA MP210 MP Drivers
19. MATSONIC MS8158E Bios
20. Realtek ALC/ 262/ 265/ 268/ 660/ 861/ 880/ 882/ 883/ 885/ 888 Audio

DownloadTube Editor Reviews

 
1. Convert XLS To Any
Convert XLS To Any is an impressive program that will help y...
2. Shine DVD To PSP Converter
Shine DVD to PSP Converter is a powerful and easy-to-use con...
3. Shine DVD To MP4 Converter
Shine DVD to MP4 converter is a powerful and easy-to-use con...
4. Shine DVD To AVI Converter
Shine DVD To AVI Converter can help you convert DVDs to AVI ...
5. IncrediShow
IncrediShow is one of the most complete flash photo slidesho...
6. Aiseesoft iPod to Computer Transfer
Aiseesoft iPod to Coumputer Transfer is a powerful iPod Tran...
7. X360 Image Processing ActiveX OCX (Team Developer)
X360 Tiff Image Processing ActiveX SDK helps you to create a...
8. Shine MPEG Video Converter
Shine MPEG Video Converter is a reliable video converter sof...
9. Star Badminton
Star Badminton - play the game of badminton with the compute...
10. Free Magic Memory Optimizer
Magic Memory Optimizer is a great solution to optimize your ...

Software Reviews Full List



Recent Blog Posts

 
1. Search.io Simplifies The Searching of Information Through A Tabbed Interface
Most of the Internet users begin the navigation of various w...
2. Automatic Creation of An Ubuntu 8.1 Live USB From Windows
As compared with the running of a LiveCD inside a virtual ma...
3. TooManyTabs Mozilla Firefox Add-On Improves Memory Usage And User Browsing Experience
Firefox, one of the most popular web browsers in the world p...
4. The New Domain Fight Service Performs A Simultaneous Search Of NAP and WIPO Databases
Domain Fight, a new web based service owned by USpeakWeType ...
5. Fedora 10 Inside Windows: Screenshots Tour
Fedora Linux distribution features can be tested from inside...
6. How To Deploy VMware Player On Windows XP
VMware Player is a free Windows and Linux utility that allow...
7. Fedora 10 Provides An Improved Boot Speed and New Virtualization Features
Fedora, an open source Linux distribution sponsored by Red H...
8. Advanced SystemCare Free Ensures The Maximum Level of Security And Performance For Windows OS
Operating system tweaks are operations necessary to improve ...
9. Windows Live Writer Provides Bloggers An Efficient Alternative For Content Publishing
Windows Live Writer is a Windows based application having si...
10. Get Over 10 Million of Free Images From LIFE Photo Archive: 97 Percent Of Photographs Never Seen By Public
Over 10 million images from LIFE photo archive will be avail...

Last 20 Scripts

 
1. JamUba AJAX Stock Script
JamUba AJAX Stock Script allows the user to embed a flexible
2. YouTube Video Script
YouTube Video Script runs on YouTube API and fetches million
3. Smooth Navigational Menu
Smooth Navigational Menu is a multi level, CSS list based me
4. JamUba ftpsync Script
JamUba ftpsync Script is a Perl utility to synchronize the h
5. Easy 2Checkout Integrator
Easy 2Checkout Integrator script provides a simple and easy
6. Wussa
Wussa is a script suitable for webmasters planning to create
7. WPJobAds
WPJobAds is a WordPress job board plugin that lets you sell
8. Wallpaper Website Creator
Wallpaper Website Creator is a PHP based script that helps y
9. Flex2 Advanced ColorPicker
Flex2 Advanced ColorPicker is a color picker component for F
10. Tree CheckBox
Tree CheckBox is a Flex3 component resulted from the customi
11. ResizeTool
ResizeTool is a simple and easy to use resize tool to be imp
12. Flickr Cube Viewer
Flickr Cube Viewer is a small utility based on Flex that all
13. Font Reader
Font Reader is an Actionscript 3 based true type font parser
14. iPod like Scroller
iPod like Scroller is a simple component which can simulate
15. AMFPHP
AMFPHP is a free open-source PHP implementation of the Actio
16. FlashFlickr PhotoGallery
FlashFlickr PhotoGallery is an image gallery made in Flex2/A
17. jQuery.popeye
jQuery.popeye script is an inline lightbox alternative.
18. prettyComments
prettyComments script provides a solution for comment boxes
19. prettyPopin
prettyPopin provides a nice way to display simple content or
20. MYRE Realty Manager
MYRE Realty Manager is a complete realty listing management