diary
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 31
Monodiary 0.1
Monodiary project is a simple an effective way to work with an user diary. more>>
Monodiary project is a simple an effective way to work with an user diary.
Monodiary use xml to store the information, organized by dates, In the future,
implementing the NoteManagers interface methods, the information can be stored over other format or database, like mysql, postgresql, sqlite, ...
The apps configuration is stored using gconf.
<<lessMonodiary use xml to store the information, organized by dates, In the future,
implementing the NoteManagers interface methods, the information can be stored over other format or database, like mysql, postgresql, sqlite, ...
The apps configuration is stored using gconf.
Download (0.23MB)
Added: 2006-01-18 License: GPL (GNU General Public License) Price:
1376 downloads
Web diary 0.3.5
Web Diary is a Web-based multi-user CGI diary applet. more>>
Web Diary is a Web-based multi-user CGI diary applet. It includes scripts for allowing users to make entries publicly viewable, easy administration, and user preference editing.
There are two changes to the database structure in this release and is very simple:
1. There is a new table (see diary.tbls), categories, and two pieces of information that needs to go in there. Nothing too complicated.
2. There needs to be one column added to, and one column removed from entries. You can accomplish this via something like:
alter table entries add entFCat int not null default 1
update entries set entFCat=2 where entFIsPublic=1
alter table entries drop entFIsPublic
Though, as usual, you might be wise to make a backup, though this is what I did, and didnt have a problem with it. What this does, in order, is 1) creates the new column, 2) preserves the public entries.
3) gets rid of the old column.
Other than that, I dont recall any signigicant changes that were made in
thi version that will affect the database.
<<lessThere are two changes to the database structure in this release and is very simple:
1. There is a new table (see diary.tbls), categories, and two pieces of information that needs to go in there. Nothing too complicated.
2. There needs to be one column added to, and one column removed from entries. You can accomplish this via something like:
alter table entries add entFCat int not null default 1
update entries set entFCat=2 where entFIsPublic=1
alter table entries drop entFIsPublic
Though, as usual, you might be wise to make a backup, though this is what I did, and didnt have a problem with it. What this does, in order, is 1) creates the new column, 2) preserves the public entries.
3) gets rid of the old column.
Other than that, I dont recall any signigicant changes that were made in
thi version that will affect the database.
Download (0.055MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1220 downloads
Secure Java Diary 0.3.0a
Secure Java Diary is a Java Diary with Strong Encryption. more>>
Secure Diary is a Java application that uses the Bouncy Castle JCE to provide strong encryption for your diary.
It stores the entries using blowfish and triple DES. It allows you to enter/view/export diary enteries in multiple diaries.
<<lessIt stores the entries using blowfish and triple DES. It allows you to enter/view/export diary enteries in multiple diaries.
Download (0.82MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1649 downloads
Amarok Music Diary 0.3.4
Amarok Music Diary creates a SQLite3 Database with every song played a day. more>>
Amarok Music Diary creates a SQLite3 Database with every song played a day. It is possible to add a custom lyric to every database entry html-File export is provided. An example: http://www.sbox.tugraz.at/home/s/stifi/stifi_blog/
Usage:
The database is stored in ~/.kde/share/apps/amarok/scripts-data/amarok-diary.db
To add lyrics, use to Context Menu Entry
For viewing it, use sqlitebrowser http://sqlitebrowser.sourceforge.net
(To due a change in the sqlite data format you may need the CVS Version of the sqlitebrowser)
To export the database use the context menu entry. Per default only songs with the public flag set are exported. This option can be changed in the configuration file.
<<lessUsage:
The database is stored in ~/.kde/share/apps/amarok/scripts-data/amarok-diary.db
To add lyrics, use to Context Menu Entry
For viewing it, use sqlitebrowser http://sqlitebrowser.sourceforge.net
(To due a change in the sqlite data format you may need the CVS Version of the sqlitebrowser)
To export the database use the context menu entry. Per default only songs with the public flag set are exported. This option can be changed in the configuration file.
Download (0.090MB)
Added: 2007-03-06 License: GPL (GNU General Public License) Price:
964 downloads
The Diary of Hercules 0.1.1
The Diary of Hercules is a personal workout diary program for body builders and fitness enthusiasts. more>>
The Diary of Hercules is a personal workout diary program for body builders and fitness enthusiasts. The Diary of Hercules can be helpful in creating training plans and storing data about gym progress.
Enhancements:
- Created brand new calendar control.
- Added methods for adding and deleting training plan.
- Added ability to show training days on a calendar control.
<<lessEnhancements:
- Created brand new calendar control.
- Added methods for adding and deleting training plan.
- Added ability to show training days on a calendar control.
Download (0.044MB)
Added: 2006-09-03 License: GPL (GNU General Public License) Price:
1154 downloads
Ryans Electronic Diary Sheet 1.2.1
Ryans Electronic Diary Sheet allows members of an organization to inform each other of their proposed whereabouts. more>>
Ryans Electronic Diary Sheet (aka RyansEDS) is a web-based Perl application which allows members of an organization (typically staff) to inform each other of their proposed whereabouts. The project is designed to be a simple shared calendaring application which does require complex (and often proprietary) client/server software.
Like its sister application Ryans In/Out Board it was written to fulfil a need at my employer Contact a Family. Staff needed a simple centralised way to let each other know when they would be out of the office rather than get into the complexities of sharing calendars.
The diary sheet works on a week by week basis and stores its data accordingly. A shell script (bacth file) is supplied which (when run as a scheduled event/cron job) will clear out data older that your chosen limit. Thus data storage is kept to a minimum. The diary sheet itself also has a feature will prevent users from going too far forward or backward.
Main features:
- Simple to use and administer
- Week to a screen view
- Users can be grouped into (colour coded) departments - current users department shown at top
- User aliases permit users to have friendly names on the diary sheet whilst logging in with more secure names 1
- No database required - uses simple text files for storage
- Tidies up after itself - deletes old storage files 2.
- No client application required - save for a web browser
- Easily configurable styles - all through the config file no HTML/CSS skills required.
- Allows additional comments/notes to be linked from the main diary sheet view
- Cross platform - runs on any browser and a range of server OSs.
- W3C compliant and fully accessible HTML output
- Suitable for small-medium installations (< 100 users)
<<lessLike its sister application Ryans In/Out Board it was written to fulfil a need at my employer Contact a Family. Staff needed a simple centralised way to let each other know when they would be out of the office rather than get into the complexities of sharing calendars.
The diary sheet works on a week by week basis and stores its data accordingly. A shell script (bacth file) is supplied which (when run as a scheduled event/cron job) will clear out data older that your chosen limit. Thus data storage is kept to a minimum. The diary sheet itself also has a feature will prevent users from going too far forward or backward.
Main features:
- Simple to use and administer
- Week to a screen view
- Users can be grouped into (colour coded) departments - current users department shown at top
- User aliases permit users to have friendly names on the diary sheet whilst logging in with more secure names 1
- No database required - uses simple text files for storage
- Tidies up after itself - deletes old storage files 2.
- No client application required - save for a web browser
- Easily configurable styles - all through the config file no HTML/CSS skills required.
- Allows additional comments/notes to be linked from the main diary sheet view
- Cross platform - runs on any browser and a range of server OSs.
- W3C compliant and fully accessible HTML output
- Suitable for small-medium installations (< 100 users)
Download (0.025MB)
Added: 2007-05-16 License: GPL (GNU General Public License) Price:
895 downloads
Peffisaur 1.0
Peffisaur is a multiuser MMS blogging system. more>>
Peffisaur is the successor to MMS Diary only that it now has support for more users, database support, email support and a more advanced web interface.
You can post messages either directly to the site (using the MMSC emulating feature of MMS Diary - this interface is sometimes referred to as MM1) or via your operators MMSC by sending the MMS to an email address (this interface is sometimes referred to as MM3).
The advantage of the direct posting method is that the operator cannot charge anything for it but the traffic costs.
The advantage of the email approach is that it is much easier for the users to set up in their phones (they dont have to change any settings - perhaps only add an email address to their phone book for easier sending).
Peffisaur users can comment on messages, search for messages and create message collections.
Enhancements:
- You can now let Peffisaur forward your MMS to a URL of your liking.
- Improved statistics
- Possible to track threads and know your unread messages
- Comment dates are now shown in watching users time
- Number of comments to a message is shown in brackets in the bar to the right
- Message text is now stored in database which allows faster searches
- and viewing
- Unread comments are shown with different colour
<<lessYou can post messages either directly to the site (using the MMSC emulating feature of MMS Diary - this interface is sometimes referred to as MM1) or via your operators MMSC by sending the MMS to an email address (this interface is sometimes referred to as MM3).
The advantage of the direct posting method is that the operator cannot charge anything for it but the traffic costs.
The advantage of the email approach is that it is much easier for the users to set up in their phones (they dont have to change any settings - perhaps only add an email address to their phone book for easier sending).
Peffisaur users can comment on messages, search for messages and create message collections.
Enhancements:
- You can now let Peffisaur forward your MMS to a URL of your liking.
- Improved statistics
- Possible to track threads and know your unread messages
- Comment dates are now shown in watching users time
- Number of comments to a message is shown in brackets in the bar to the right
- Message text is now stored in database which allows faster searches
- and viewing
- Unread comments are shown with different colour
Download (0.056MB)
Added: 2005-04-19 License: GPL (GNU General Public License) Price:
1649 downloads
editApage.org Beta 9.1
editApage.org is a simple and flexible tool that helps Web designers and people who yearn for control over their websites. more>>
editApage.org is a simple and flexible tool that helps Web designers and people who yearn for control over their websites.
editApage.org project provides the ease of use of Blogging without forcing the end result to resemble a diary.
How does it work?
1. Point editApage.org to any URL on the web.
2. editApage.org loads a copy of the rendered source, and lets you choose which parts youd like to make editable.
3. Enter the FTP settings for the pages final destination, and make some choices on who should be able to edit this page.
4. Enter the pages URL into editApage.org, preview changes youre making, and publish to your live box. Its all the ease of blogging, with none of the forced architecture.
<<lesseditApage.org project provides the ease of use of Blogging without forcing the end result to resemble a diary.
How does it work?
1. Point editApage.org to any URL on the web.
2. editApage.org loads a copy of the rendered source, and lets you choose which parts youd like to make editable.
3. Enter the FTP settings for the pages final destination, and make some choices on who should be able to edit this page.
4. Enter the pages URL into editApage.org, preview changes youre making, and publish to your live box. Its all the ease of blogging, with none of the forced architecture.
Download (0.96MB)
Added: 2006-01-25 License: GPL (GNU General Public License) Price:
1367 downloads
Cire 0.14.0
Cire is a diary, log, or journal system. more>>
Cire is a Free and Open-Source Program for keeping an Electronic Journal or Diary.
It is designed to run on Linux and other Unixes.
Main features:
- Keep a Personal Diary
- Keep a Log of Progress on a Programming Project
- Encrypt Messages to Friends (Put the Message in a Diary File, encrypt it, send friend the diary file, have them decrypt it.)
Cire is open-source, under the GPL currently, so can be changed in any way permitted by the GPL.
Use:
Start Cire with the UI of your choice. Use Cire. Its that simple!
You can use:
cire -g < diary filename > to Start GTK Interface,
cire -n < diary filename > to Start Ncurses Interface,
cire -t < diary filename > to Start Text Interface
Enhancements:
- Makefile.am: Andrew put a list of all source files in /Makefile.am as well as /src/Makefile.am. Ive fixed this.
<<lessIt is designed to run on Linux and other Unixes.
Main features:
- Keep a Personal Diary
- Keep a Log of Progress on a Programming Project
- Encrypt Messages to Friends (Put the Message in a Diary File, encrypt it, send friend the diary file, have them decrypt it.)
Cire is open-source, under the GPL currently, so can be changed in any way permitted by the GPL.
Use:
Start Cire with the UI of your choice. Use Cire. Its that simple!
You can use:
cire -g < diary filename > to Start GTK Interface,
cire -n < diary filename > to Start Ncurses Interface,
cire -t < diary filename > to Start Text Interface
Enhancements:
- Makefile.am: Andrew put a list of all source files in /Makefile.am as well as /src/Makefile.am. Ive fixed this.
Download (0.16MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1645 downloads
foosic for amaroK 0.3
foosic is a script for amaroK Music Diary. more>>
foosic is a script for amaroK Music Diary. foosic project is an automated music database and a playback statistics tracking system. While you listen to your music, the foosic client submits information about which songs you play. Together with the submissions from other users, we can gather a complete database about currently existing albums, artists, compilations, etc..., as well as information about what is popular and what is not.
You can see your own statistics, and, if you allow it, let your friends see what you are listening to and what you like.
You can browse the database on this site and discover new artists or albums that you didnt know about before."
Based on the protocol description I created a ruby script for amaroK so I can update my statistics also from my Linux box.
The script was tested with ruby version 1.8.3 and amaroK 1.3.8. The script depends on Korundum for the config panel.
You can use the amaroK Script manager to install the script.
As Im no expert neither in ruby nor in Qt, if anyone feels corrections should be made to the script, please tell me so or correct the mistake yourself.
I probably wont add new features unless Im *really* bored. Or they are useful *and* easy to implement.
Oh, and Im not related in any way to the original foosic developers.
<<lessYou can see your own statistics, and, if you allow it, let your friends see what you are listening to and what you like.
You can browse the database on this site and discover new artists or albums that you didnt know about before."
Based on the protocol description I created a ruby script for amaroK so I can update my statistics also from my Linux box.
The script was tested with ruby version 1.8.3 and amaroK 1.3.8. The script depends on Korundum for the config panel.
You can use the amaroK Script manager to install the script.
As Im no expert neither in ruby nor in Qt, if anyone feels corrections should be made to the script, please tell me so or correct the mistake yourself.
I probably wont add new features unless Im *really* bored. Or they are useful *and* easy to implement.
Oh, and Im not related in any way to the original foosic developers.
Download (0.003MB)
Added: 2006-06-02 License: GPL (GNU General Public License) Price:
1243 downloads
SearchLog 1.0.1
SearchLog can be used as a searchable weblog. more>>
SearchLog can be used as a searchable weblog. It is designed with usability in mind, and uses highlighting and easy linking between entries. At its simplest, it is a searchable weblog with a lot of features. But if youre only looking at SearchLog as a simple search weblog software, youre missing a lot.
SearchLog is a Swiss Army Lightsaber. Where a common Swiss Army Knife has useful tools that include scissors, blades, screwdrivers, and a can opener, SearchLog is a multipurpose tool for dealing with information and ideas.
Main features:
- Something that can be as public as a weblog or as private as a diary.
- A functional search engine over everything in the log.
- Personal information management:
- Address book information.
- A task manager.
- An interactive document repository.
- A search engine that will highlight what youre looking for.
- A place to keep track of ideas.
- A tool to search through ideas and see whats related to what.
- A flexible tool that lets you edit information while keeping an archive.
- Wiki-style groupware.
- A tool to help keep an office in touch.
- A portal that provides an excellent starting point for the Web.
<<lessSearchLog is a Swiss Army Lightsaber. Where a common Swiss Army Knife has useful tools that include scissors, blades, screwdrivers, and a can opener, SearchLog is a multipurpose tool for dealing with information and ideas.
Main features:
- Something that can be as public as a weblog or as private as a diary.
- A functional search engine over everything in the log.
- Personal information management:
- Address book information.
- A task manager.
- An interactive document repository.
- A search engine that will highlight what youre looking for.
- A place to keep track of ideas.
- A tool to search through ideas and see whats related to what.
- A flexible tool that lets you edit information while keeping an archive.
- Wiki-style groupware.
- A tool to help keep an office in touch.
- A portal that provides an excellent starting point for the Web.
Download (0.080MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1218 downloads
Bodington 2.8.0
Bodington is a free open source Virtual Learning Environment/Learning Management System. more>>
Bodington is a free open source Virtual Learning Environment/Learning Management System in use at Universities and Colleges worldwide.
The Bodington project exists to provide an open source environment to support learning, teaching and research.
Bodington project is particularly suitable for complex, multi-disciplinary and large organisations and for inter institutional collaboration. It delivers controlled access using open standards.
Bodington can be used to support teaching and learning across the entire range of learning institutions in the UK and worldwide. Current installations include the Universities of Leeds, Oxford, Manchester; UHI Millennium Institute, Eton College, Yorkshire Coast College and St Andrews College Singapore.
Bodington enables users to upload lecture notes, host discussion fora, publish and manage external links, create interactive resources, e.g. customised logbooks, peer-reviewed reflective diaries/e-portfolios (for PDP), multiple choice tests (QTI), short-answer papers and online surveys. Students can also port work into secure pigeon-holes for marking.
Choose Bodington...
Put material on the web quickly and easily.
Control access to material quickly and easily.
Brand and customise for local look and feel.
Run servers on Microsoft, Linux, UNIX, or Mac OS X platforms.
Run a reliable and scalable service for end users.
Run services for tens of thousands of registered users.
Give access to users on any platform using standard browsers.
Be part of a growing, thriving development community.
Help shape future functionality.
Use software that is built specifically for Further and Higher Education.
Integrate access with partner organisations using built-in Shibboleth functionality.
Keep in line with the JISC e-learning framework.
Customise the source code to meet local needs.
Free up more funds to support staff development, customisation, help desk etc.
Choose other software...
Be tied down to a fixed pedagogy.
Fail in your obligation to support users with disabilities.
Pay an annual licence fee.
Pay for upgrades and support services.
Have little or no influence on future functionality
<<lessThe Bodington project exists to provide an open source environment to support learning, teaching and research.
Bodington project is particularly suitable for complex, multi-disciplinary and large organisations and for inter institutional collaboration. It delivers controlled access using open standards.
Bodington can be used to support teaching and learning across the entire range of learning institutions in the UK and worldwide. Current installations include the Universities of Leeds, Oxford, Manchester; UHI Millennium Institute, Eton College, Yorkshire Coast College and St Andrews College Singapore.
Bodington enables users to upload lecture notes, host discussion fora, publish and manage external links, create interactive resources, e.g. customised logbooks, peer-reviewed reflective diaries/e-portfolios (for PDP), multiple choice tests (QTI), short-answer papers and online surveys. Students can also port work into secure pigeon-holes for marking.
Choose Bodington...
Put material on the web quickly and easily.
Control access to material quickly and easily.
Brand and customise for local look and feel.
Run servers on Microsoft, Linux, UNIX, or Mac OS X platforms.
Run a reliable and scalable service for end users.
Run services for tens of thousands of registered users.
Give access to users on any platform using standard browsers.
Be part of a growing, thriving development community.
Help shape future functionality.
Use software that is built specifically for Further and Higher Education.
Integrate access with partner organisations using built-in Shibboleth functionality.
Keep in line with the JISC e-learning framework.
Customise the source code to meet local needs.
Free up more funds to support staff development, customisation, help desk etc.
Choose other software...
Be tied down to a fixed pedagogy.
Fail in your obligation to support users with disabilities.
Pay an annual licence fee.
Pay for upgrades and support services.
Have little or no influence on future functionality
Download (13MB)
Added: 2006-09-26 License: The Apache License Price:
1125 downloads
JourneySat 1.1.2
JourneySat lets you show to your friends and relatives the places youve travelled to. more>>
JourneySat lets you show to your friends and relatives the places youve travelled to. You can combine diary notes, photos and satellite images and embed them into your web site either when youre back home or when youre still on the road.
After writing a diary note and adding the photos of the day, you can find out the exact geographical location of the places youve visited to let your friends see them from a satellite viewpoint, using the images provided by Google Maps TM.
In this way theyll see much more than what can be normally experienced through photos. As a further bonus, you can even specify the locations where you shoot your photos and theyll be marked on the satellite view.
And, well, why limit oneself to documenting travels? You can use JourneySat for anything that you do on the planet Earth.
One more word before directing you to the demo: JourneySat is free software. That means both that it costs no money and that you can modify it as you wish. JourneySat is licensed under the GNU General Public License. Read the terms of the license.
Enhancements:
- Several bugs were fixed in the code and in the documentation.
- The internal API has been completed with the implementation of methods to navigate through and edit the sequences of places and contents.
<<lessAfter writing a diary note and adding the photos of the day, you can find out the exact geographical location of the places youve visited to let your friends see them from a satellite viewpoint, using the images provided by Google Maps TM.
In this way theyll see much more than what can be normally experienced through photos. As a further bonus, you can even specify the locations where you shoot your photos and theyll be marked on the satellite view.
And, well, why limit oneself to documenting travels? You can use JourneySat for anything that you do on the planet Earth.
One more word before directing you to the demo: JourneySat is free software. That means both that it costs no money and that you can modify it as you wish. JourneySat is licensed under the GNU General Public License. Read the terms of the license.
Enhancements:
- Several bugs were fixed in the code and in the documentation.
- The internal API has been completed with the implementation of methods to navigate through and edit the sequences of places and contents.
Download (0.035MB)
Added: 2005-10-20 License: GPL (GNU General Public License) Price:
1464 downloads
CalorieKing Toolbar 1.1.0.0
CalorieKing Toolbar is a Firefox extension which lets you search CalorieKing.com. more>>
CalorieKing Toolbar is a Firefox extension which lets you search CalorieKing.com.
The CalorieKing Toolbar puts an ultra-convenient toolbar right into FireFox which lets you search CalorieKing.com wherever you are on the Internet, all for free.
CalorieKing Club members get the benefit of additional quicklinks straight into their food and exercise diaries, check-ins and forums.
<<lessThe CalorieKing Toolbar puts an ultra-convenient toolbar right into FireFox which lets you search CalorieKing.com wherever you are on the Internet, all for free.
CalorieKing Club members get the benefit of additional quicklinks straight into their food and exercise diaries, check-ins and forums.
Download (0.013MB)
Added: 2007-07-19 License: MPL (Mozilla Public License) Price:
832 downloads
Serendipity 1.1.2/1.2 Beta 5
Serendipity is a Weblog application which aims at giving you an easy way to maintain your own individual diary. more>>
Serendipity is a PHP-powered weblog application which gives the user an easy way to maintain an online diary, weblog or even a complete homepage. While the default package is designed for the casual blogger, Serendipity offers a flexible, expandable and easy-to-use framework with the power for professional applications.
Casual users appreciate the way Serendipitys sophisticated plugin architecture allows you to easily modify both the appearance of your blog and its features. You can install more than120 plugins with just one click, instantly enhancing your blogs functionality. No need to edit code!
Likewise, one click installs any of more than 40 official templates, so your blog looks the way you like it. And Serendipitys SPARTACUS plugin automatically checks the central repository for upgrades and new functionality whenever you check the list.
Advanced users value Serendipitys Smarty templates for combining simplicity with well-documented web standards. It makes minor modifications trivial, but provides the power to unleash your creativity and completely customize your site! Serendipitys outstanding support gives you the confidence to be adventurous, too.
Programmers and other technical users commend Serendipity for its fast, stable, clean PHP code. While beginners can learn from Serendipity, advanced programmers can easily make complex modifications. Serendipity is programmed in PHP, long recognized for its ideal blend of power, simplicity, and speed. Serendipitys BSD licensing ensures that programmers around the world can learn from it and improve it.
Users of other blogging/CMS applications are already switching to Serendipity, thanks to its easy customization and outstanding support. Corporate users are taking advantage of Serendipitys unparalleled flexibility to set up fast, simple CMS sites.
Serendipity ships with a variety of plugins to plug-and-play with your blog.
Main features:
- WYSIWYG and HTML editing
- Built-in, powerful media database
- Multiple authors, configurable permission/usergroup system
- Threaded comments, nested categories, post to multiple categories
- Multiple languages (internationalization)
- Online plugin and template repository for easy plug-and-play installation
- Cool plugins: category-based sub-blogs, podcasting, RSS planet/aggregator, static pages
- Robust spam blocking
- One-click upgrading from any version
- Can be embedded into your existing web pages
- Standards-compliant templating through Smarty, remote blogging via XML-RPC
- BSD-style licensing
- Multiple Database support (SQLite, PostgreSQL, MySQL, MySQLi)
- Shared installations can power multiple blogs from just one codebase
- Native import from earlier blog applications (WordPress, Textpattern, Moveable Type, bblog, ...)
Whats New in 1.1.2 Stable Release:
- Patch plugin permissionship management to properly indicateforbidden plugins/hooks, even if the admin user is not contained within the configured group. Thanks to ICE (http://board.s9y.org/viewtopic.php?t=8773) (garvinhicking)
- Patch pingback receiving function to use proper Regexp, thanks to dhaun from the forums
- Make categories sidebar plugin properly return evaluated categories list to plugin_categories.tpl template. Currently, a hidden structure would only be displayed when not using custom template. (garvinhicking)
- Change order of trackback execution flow (again) to preserve references for plugins like Track Exits, when used in conjunction with the entryproperties cache (garvinhicking)
- Fixed a bug that prevented some entryproperty-plugins to execute on the entry detail pane. (garvinhicking, Dragonblast)
- Fix a bug in sending the right login session cookies on Windows IIS servers. Major thanks to Shadowin from the forums!
<<lessCasual users appreciate the way Serendipitys sophisticated plugin architecture allows you to easily modify both the appearance of your blog and its features. You can install more than120 plugins with just one click, instantly enhancing your blogs functionality. No need to edit code!
Likewise, one click installs any of more than 40 official templates, so your blog looks the way you like it. And Serendipitys SPARTACUS plugin automatically checks the central repository for upgrades and new functionality whenever you check the list.
Advanced users value Serendipitys Smarty templates for combining simplicity with well-documented web standards. It makes minor modifications trivial, but provides the power to unleash your creativity and completely customize your site! Serendipitys outstanding support gives you the confidence to be adventurous, too.
Programmers and other technical users commend Serendipity for its fast, stable, clean PHP code. While beginners can learn from Serendipity, advanced programmers can easily make complex modifications. Serendipity is programmed in PHP, long recognized for its ideal blend of power, simplicity, and speed. Serendipitys BSD licensing ensures that programmers around the world can learn from it and improve it.
Users of other blogging/CMS applications are already switching to Serendipity, thanks to its easy customization and outstanding support. Corporate users are taking advantage of Serendipitys unparalleled flexibility to set up fast, simple CMS sites.
Serendipity ships with a variety of plugins to plug-and-play with your blog.
Main features:
- WYSIWYG and HTML editing
- Built-in, powerful media database
- Multiple authors, configurable permission/usergroup system
- Threaded comments, nested categories, post to multiple categories
- Multiple languages (internationalization)
- Online plugin and template repository for easy plug-and-play installation
- Cool plugins: category-based sub-blogs, podcasting, RSS planet/aggregator, static pages
- Robust spam blocking
- One-click upgrading from any version
- Can be embedded into your existing web pages
- Standards-compliant templating through Smarty, remote blogging via XML-RPC
- BSD-style licensing
- Multiple Database support (SQLite, PostgreSQL, MySQL, MySQLi)
- Shared installations can power multiple blogs from just one codebase
- Native import from earlier blog applications (WordPress, Textpattern, Moveable Type, bblog, ...)
Whats New in 1.1.2 Stable Release:
- Patch plugin permissionship management to properly indicateforbidden plugins/hooks, even if the admin user is not contained within the configured group. Thanks to ICE (http://board.s9y.org/viewtopic.php?t=8773) (garvinhicking)
- Patch pingback receiving function to use proper Regexp, thanks to dhaun from the forums
- Make categories sidebar plugin properly return evaluated categories list to plugin_categories.tpl template. Currently, a hidden structure would only be displayed when not using custom template. (garvinhicking)
- Change order of trackback execution flow (again) to preserve references for plugins like Track Exits, when used in conjunction with the entryproperties cache (garvinhicking)
- Fixed a bug that prevented some entryproperty-plugins to execute on the entry detail pane. (garvinhicking, Dragonblast)
- Fix a bug in sending the right login session cookies on Windows IIS servers. Major thanks to Shadowin from the forums!
Download (3.3MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
811 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above diary search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed