atom 1.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3069
Nomen 1.0
Nomen project is a tool which creates chemical structures from valid IUPAC names. more>>
Nomen project is a tool which creates chemical structures from valid IUPAC names.
It outputs a 2D view and (optionally) a CML file.
Main features:
- Carbon chains upto 99 atoms long as main chains or substituents.
- Cyclic main carbon chains.
- Limited set of organometalics.
- Following organic functional groups occuring 1,2 or 3 times:
- Ketones
- Amides
- Amines
- Aminos
- Oxo
- Nitrile
- Nitro
- 4 Halogens
- Carboxylic Acid Chloride
- Carboxylic Acid
- Aldehydes
- Alcohols
- Limited benzene rings
- Support for bond orders upto 3
<<lessIt outputs a 2D view and (optionally) a CML file.
Main features:
- Carbon chains upto 99 atoms long as main chains or substituents.
- Cyclic main carbon chains.
- Limited set of organometalics.
- Following organic functional groups occuring 1,2 or 3 times:
- Ketones
- Amides
- Amines
- Aminos
- Oxo
- Nitrile
- Nitro
- 4 Halogens
- Carboxylic Acid Chloride
- Carboxylic Acid
- Aldehydes
- Alcohols
- Limited benzene rings
- Support for bond orders upto 3
Download (2.3MB)
Added: 2006-10-30 License: LGPL (GNU Lesser General Public License) Price:
1105 downloads
Atomsphere 1.0.2.0
Atomsphere is a Java library for creating and modifying Atom 1.0 compliant feed documents. more>>
Atomsphere is a Java library for creating and modifying Atom 1.0 compliant feed documents. Atomsphere is also bundled with a servlet-based Web interface for front-end manipulation of atom feeds.
<<less Download (0.069MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
961 downloads
Atomic 0.6
Atomic provides an Atom protocol client for creating and manipulating Atom feeds. more>>
Atomic provides an Atom protocol client for creating and manipulating Atom feeds.
An Atom protocol client for creating and manipulating Atom feeds (e.g. blogs).
Ive added a new statusbar based interface for quick posts. There are still some unfinished bits there but it does function.
The big news is that it now supports blogspot!
While this plugin has a sidebar inteface, once youve setup your services, you can use the statusbar interface all by itself.
Look on the status bar for the Explore button. That will open the sidebar. From the sidebar you can add services.
At startup, it should prompt you for preferences and have you pick a file for the service list. The default is inside the extensions directory in your mozilla folder.
Afterwards, you need to have access to an Atom Protocol server. That may be the hardest one as the protocol is still a draft RFC
<<lessAn Atom protocol client for creating and manipulating Atom feeds (e.g. blogs).
Ive added a new statusbar based interface for quick posts. There are still some unfinished bits there but it does function.
The big news is that it now supports blogspot!
While this plugin has a sidebar inteface, once youve setup your services, you can use the statusbar interface all by itself.
Look on the status bar for the Explore button. That will open the sidebar. From the sidebar you can add services.
At startup, it should prompt you for preferences and have you pick a file for the service list. The default is inside the extensions directory in your mozilla folder.
Afterwards, you need to have access to an Atom Protocol server. That may be the hardest one as the protocol is still a draft RFC
Download (0.66MB)
Added: 2007-04-05 License: MPL (Mozilla Public License) Price:
1044 downloads
Ara Editor 1.0
Ara is an automatic editor of RSS feed. Only the links towards the Web pages must be given to him. more>>
Ara is an automatic editor of RSS feed. Only the links towards the Web pages must be given to him. The project is able to retrieve the title and the description of the pages and to produce a syndication file in the RSS format.
It enables you to select the pages to be syndicated instead of publishing the last articles systematically as the generators included in content managers do it.
The Ara term means "Atom and RSS API", it is also the name of a species of parrots from South America.
Using Ara
The program is a set of PHP scripts which have to be stored on a Web site. One creates a feed from the browser by entering the URL of the interface, ara.php.
It is easier to use the program with two browsers, one to display the pages to include and to copy the URLs from the URL input field, the other to edit the RSS file. Thus by just a cut and paste action one transfers the URL from the field to the interface and one clicks on "Add" to add it to the list.
The EDIT button on the left of the link makes it possible to modify the title and description if one wants.
To generate the feed, one enters the nam.
Warning
Ara is not a simple editor, when a page is added, it is reads for extracting useful information and for this purpose Ara makes use of Ajax (with the Anaa framework ), but Ajax can read files only from the site where it is installed. Actually the goal is to build the feed of the site, just avoid to give URL to other sites.
How it works
It is an Ajax script with a backend in PHP 5. In the current version only the pages of the website where it is installed can be added to the feed.
It is necessary to be authenticated to use it, to this goal the install.php program allows to register a login and a password. This file must absolutely be be erased. Once registered, the user remains registered for the whole session, even if he reads other pages meanwhile.
To generate the contents automatically, the program loads the pages given in the list and reads in the head section the contents of the title and description tags. If they are missing, the first H1 tag in the body of the page will be used for the title instead.
The same if description misses, the text of the synopsis will be taken from the page instead.
<<lessIt enables you to select the pages to be syndicated instead of publishing the last articles systematically as the generators included in content managers do it.
The Ara term means "Atom and RSS API", it is also the name of a species of parrots from South America.
Using Ara
The program is a set of PHP scripts which have to be stored on a Web site. One creates a feed from the browser by entering the URL of the interface, ara.php.
It is easier to use the program with two browsers, one to display the pages to include and to copy the URLs from the URL input field, the other to edit the RSS file. Thus by just a cut and paste action one transfers the URL from the field to the interface and one clicks on "Add" to add it to the list.
The EDIT button on the left of the link makes it possible to modify the title and description if one wants.
To generate the feed, one enters the nam.
Warning
Ara is not a simple editor, when a page is added, it is reads for extracting useful information and for this purpose Ara makes use of Ajax (with the Anaa framework ), but Ajax can read files only from the site where it is installed. Actually the goal is to build the feed of the site, just avoid to give URL to other sites.
How it works
It is an Ajax script with a backend in PHP 5. In the current version only the pages of the website where it is installed can be added to the feed.
It is necessary to be authenticated to use it, to this goal the install.php program allows to register a login and a password. This file must absolutely be be erased. Once registered, the user remains registered for the whole session, even if he reads other pages meanwhile.
To generate the contents automatically, the program loads the pages given in the list and reads in the head section the contents of the title and description tags. If they are missing, the first H1 tag in the body of the page will be used for the title instead.
The same if description misses, the text of the synopsis will be taken from the page instead.
Download (0.030MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
827 downloads
XML::Atom 0.19
XML::Atom is an Atom feed and API implementation. more>>
XML::Atom is an Atom feed and API implementation.
SYNOPSIS
use XML::Atom;
Atom is a syndication, API, and archiving format for weblogs and other data. XML::Atom implements the feed format as well as a client for the API.
<<lessSYNOPSIS
use XML::Atom;
Atom is a syndication, API, and archiving format for weblogs and other data. XML::Atom implements the feed format as well as a client for the API.
Download (0.058MB)
Added: 2006-06-30 License: Perl Artistic License Price:
1211 downloads
PloneAtom 0.1.3
PloneAtom provides Atom support for Plone. more>>
PloneAtom provides Atom support for Plone.
This is a Plone product (that could probably be trivially modified for the CMF itself) which provides Atom support for Plone. Currently it provides the Atom syndication format for folderish objects, in the same way as RSS syndication is implemented.
Enabling Atom syndication
Atom syndication is enabled in exactly the same way as RSS syndication. To enable syndication on the site in general:
.Login as an admin user.
.Go to Plone Setup and choose Zope Management Interface
.Select the Properties tab in the portal_syndication tool.
.Click enable syndication. Then, to enable syndication support for a particular folderish object:
.Login as a user who has Owner/Manager permission for the folder.
.Surf to that folder and select the syndication tab.
.Click Enable syndication. Dont worry about the syndication options it gives you -- they are not used by atom (and ignored in most RSS clients, from what Ive seen).
<<lessThis is a Plone product (that could probably be trivially modified for the CMF itself) which provides Atom support for Plone. Currently it provides the Atom syndication format for folderish objects, in the same way as RSS syndication is implemented.
Enabling Atom syndication
Atom syndication is enabled in exactly the same way as RSS syndication. To enable syndication on the site in general:
.Login as an admin user.
.Go to Plone Setup and choose Zope Management Interface
.Select the Properties tab in the portal_syndication tool.
.Click enable syndication. Then, to enable syndication support for a particular folderish object:
.Login as a user who has Owner/Manager permission for the folder.
.Surf to that folder and select the syndication tab.
.Click Enable syndication. Dont worry about the syndication options it gives you -- they are not used by atom (and ignored in most RSS clients, from what Ive seen).
Download (0.004MB)
Added: 2007-02-16 License: MIT/X Consortium License Price:
982 downloads
Mindy 1.0
Mindy is a minimal molecular dynamics program. more>>
Mindy is a very simple, serial molecular dynamics program derived from NAMD source code. It currently uses xplor parameter and structure files. The program is written in very straightforward C++.
Installation
Unpack the distribution. A directory named "mindy" will be created. In the mindy directory are two subdirectories, "src" and "test". The "src" directory contains the source code and a Makefile to build mindy.
Typing "make" within the src directory shoud build mindy using g++. If you would like to build mindy using a different compiler or different compiler flags, use one of the build targets in the Makefile or add a new one.
The executable is named mindy_$ARCH, where ARCH is the platform. by default, this is "g++".
Using
The command line syntax for mindy is:
mindy nsteps pdbfile psffile paramfile
Nsteps specifies how many timesteps to take. pdbfile and psffile are the coordinate and structure files, respectively, of the system you want to simulate. paramfile is the name of your parameter file. Both the psf file and the parameter must be in X-Plor format.
The test directory contains two sets of files which can be used as inputs for mindy. "alanin" is a 66 atom polypeptide, and "brH" is a crystal structure of bacteriorhodopsin containing 3762 atoms. Run alanin by typing
mindy 1000 alanin.pdb alanin.psf alanin.params
at the command line.
<<lessInstallation
Unpack the distribution. A directory named "mindy" will be created. In the mindy directory are two subdirectories, "src" and "test". The "src" directory contains the source code and a Makefile to build mindy.
Typing "make" within the src directory shoud build mindy using g++. If you would like to build mindy using a different compiler or different compiler flags, use one of the build targets in the Makefile or add a new one.
The executable is named mindy_$ARCH, where ARCH is the platform. by default, this is "g++".
Using
The command line syntax for mindy is:
mindy nsteps pdbfile psffile paramfile
Nsteps specifies how many timesteps to take. pdbfile and psffile are the coordinate and structure files, respectively, of the system you want to simulate. paramfile is the name of your parameter file. Both the psf file and the parameter must be in X-Plor format.
The test directory contains two sets of files which can be used as inputs for mindy. "alanin" is a 66 atom polypeptide, and "brH" is a crystal structure of bacteriorhodopsin containing 3762 atoms. Run alanin by typing
mindy 1000 alanin.pdb alanin.psf alanin.params
at the command line.
Download (0.23MB)
Added: 2005-04-01 License: Free To Use But Restricted Price:
1666 downloads
Zort 1.1.0
Zort is another in a long line of web-based RSS/Atom aggregators, based on MagpieRSS, to boot. more>>
Zort is another in a long line of web-based RSS/Atom aggregators, based on MagpieRSS, to boot.
Main features:
- Minimal interface
- Everything on one page
- Clean-looking CSS and Javascript to hide/show whatever feeds you want to view at the time
- (I have some screenshots available which I offer as proof of the previous three items)
- The usual caching, etc, youd expect from a MagpieRSS-based app
Enhancements:
- Attachment support (podcasts, etc.).
- A "Loading" screen while feeds are being loaded.
- HTML sanitization using HTML Tidy.
- Greater control over feed display (number of items, displayed title, etc.).
- Better config file examples and flexibility.
- Many other minor appearance tweaks and changes.
<<lessMain features:
- Minimal interface
- Everything on one page
- Clean-looking CSS and Javascript to hide/show whatever feeds you want to view at the time
- (I have some screenshots available which I offer as proof of the previous three items)
- The usual caching, etc, youd expect from a MagpieRSS-based app
Enhancements:
- Attachment support (podcasts, etc.).
- A "Loading" screen while feeds are being loaded.
- HTML sanitization using HTML Tidy.
- Greater control over feed display (number of items, displayed title, etc.).
- Better config file examples and flexibility.
- Many other minor appearance tweaks and changes.
Download (0.038MB)
Added: 2007-07-30 License: GPL (GNU General Public License) Price:
818 downloads
GCALDaemon 1.0
GCALDaemon is a project that offers two-way synchronization between Google Calendar and various iCalalendar compatible apps. more>>
GCALDaemon is a project that offers two-way synchronization between Google Calendar and various iCalalendar compatible apps.
GCALDaemon is an OS-independent Java program that offers two-way synchronization between Google Calendar and various iCalalendar compatible calendar applications. GCALDaemon is primarily designed as a calendar synchronizer but it can also be used as a Gmail notifier, Address Book importer, Gmail terminal and RSS feed converter.
Main features:
- Open source and completely free of charge
- OS-independent standalone application (Java 1.5)
- Bidirectional sync between iCalendar and Google Calendar
- View and edit your Google Calendar offline
- Supports Google Apps for Your Domain
- Supports multiple file listeners with multiple Google Accounts
- Make Gmail contacts accessible via LDAP
- Customizable Gmail notification
- Converts RSS/ATOM feed to iCalendar format
- Reusable mail transfer agent
- Remote control your computer via Gmail
- Multi-user abilities (up to 30-40 HTTP and LDAP clients)
- Run in service mode on Windows NT/2000/XP
- Run in embedded mode in a Servlet Container
- Low memory usage (10-20 MBytes)
- Automatic and fast (3-5 sec/sync)
- Customizable logging system (Log4J / CommonsLogging)
- Ability to do TCP/IP hostname/address filtering
<<lessGCALDaemon is an OS-independent Java program that offers two-way synchronization between Google Calendar and various iCalalendar compatible calendar applications. GCALDaemon is primarily designed as a calendar synchronizer but it can also be used as a Gmail notifier, Address Book importer, Gmail terminal and RSS feed converter.
Main features:
- Open source and completely free of charge
- OS-independent standalone application (Java 1.5)
- Bidirectional sync between iCalendar and Google Calendar
- View and edit your Google Calendar offline
- Supports Google Apps for Your Domain
- Supports multiple file listeners with multiple Google Accounts
- Make Gmail contacts accessible via LDAP
- Customizable Gmail notification
- Converts RSS/ATOM feed to iCalendar format
- Reusable mail transfer agent
- Remote control your computer via Gmail
- Multi-user abilities (up to 30-40 HTTP and LDAP clients)
- Run in service mode on Windows NT/2000/XP
- Run in embedded mode in a Servlet Container
- Low memory usage (10-20 MBytes)
- Automatic and fast (3-5 sec/sync)
- Customizable logging system (Log4J / CommonsLogging)
- Ability to do TCP/IP hostname/address filtering
Download (6.5MB)
Added: 2007-04-18 License: LGPL (GNU Library General Public License, version 2.0) Price:
925 downloads
MobiLog! 1.0
MobiLog! is an incredibly useful open source tool for moblogging (mobile weblogging). more>>
MobiLog! is an incredibly useful open source tool for moblogging (mobile weblogging).
MobiLog! project works like this: Once set up, you simply send an email using your cell phone (or other mobile device, such as a PDA) to a specified email address.
Within minutes, whatever you sent will automatically appear on your site. With support for image attachments, you can even use your cell phones built-in camera to post a picture online - without the need to be at your computer.
Moblogging is an increasingly popular way to keep your sites visitors in touch with what you are doing while away from the computer.
Most current mobloggers are hobbyists or journalists, with the relative lack of easy-to-use tools keeping moblogging out of the mainstream. The goal of MobiLog! is to make it easier for anyone to maintain a mobile weblog while on the road.
Main features:
- Mobile submission of moblog entries from any email-capable device (cell phone, PDA,etc).
- Entry submission security (ie. password protection).
- PHP-based moblog entry archive.
- GIF/JPEG/PNG image support.
- Thumbnail creation using ImageMagick (optional).
- Atom v1.0 feed generation.
<<lessMobiLog! project works like this: Once set up, you simply send an email using your cell phone (or other mobile device, such as a PDA) to a specified email address.
Within minutes, whatever you sent will automatically appear on your site. With support for image attachments, you can even use your cell phones built-in camera to post a picture online - without the need to be at your computer.
Moblogging is an increasingly popular way to keep your sites visitors in touch with what you are doing while away from the computer.
Most current mobloggers are hobbyists or journalists, with the relative lack of easy-to-use tools keeping moblogging out of the mainstream. The goal of MobiLog! is to make it easier for anyone to maintain a mobile weblog while on the road.
Main features:
- Mobile submission of moblog entries from any email-capable device (cell phone, PDA,etc).
- Entry submission security (ie. password protection).
- PHP-based moblog entry archive.
- GIF/JPEG/PNG image support.
- Thumbnail creation using ImageMagick (optional).
- Atom v1.0 feed generation.
Download (0.019MB)
Added: 2006-02-08 License: BSD License Price:
1353 downloads
NOC 3.01
A powerful and open source protein structure explorer more>>
NOC 3.01 is a program to visualize and analyze protein structure, for crystallographic modeling and mapping, for Gromacs/Amber MD trajectories viewing and analysis. NOC is an open source project and is distributed with precompiled binaries for MS Windows, MacOSX, Linux/Unix.
Major Features:
- Structure factor calculation and R factor validation
- Fast fourier transformation for electron density synthesis
- Reflection data analysis
- Auto-fit residues side-chain against density data
- Customize molecular electronic density map contouring
- Easy to add/delete HOH, hetero atom Group, residue
- Real 3D Stereo Visualizing Support (need a Quad Buffer Graphic Adapter and a Stereo Glasses)
- Easy to make a animate stream of molecular model
- Solid surface creating and electrostatic potential calculation
- WYSIWYG Labeling method
- Easy to compare similar structures
- Auto structure checking and hydrogen atoms adding
- Predict possible motifs (sites) in the molecule
- Auto-determinate secondary structures
- Build related molecules and contacts according to molecular crystallographic symmetries
- Calculate molecular accessible surface, embedded surface, residue ccessibility
- Details of Hetero atom interactions in the molecule
- Details of Hydrogen bonds in the molecule
- Structure validation and quantify structure on the fly
- More precise ribbon model representation
- Novel Cartoon model representation
- Report many useful information both in text and plots for structure analysis
- High quality rendering and many types of output (such as TIFF, PNG, BMP, PS)
Download (5.7MB)
Added: 2007-11-25 License: Freeware Price: FREE
11 downloads
Amarok Atom Syndication 0.1.0
Amarok Atom Syndication is a Amarok script for syndicating your currently playing music to the net. more>>
Amarok Atom Syndication is a Amarok script for syndicating your currently playing music to the net (store an Atom file on you Google Pages account).
You need to have previously signed for Google Pages service before using this script, and have cookies enable for Google Pages service as well.
<<lessYou need to have previously signed for Google Pages service before using this script, and have cookies enable for Google Pages service as well.
Download (0.030MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
805 downloads
RSStool 1.0.0 RC2
rsstool is a software to read, parse, merge and write RSS (and Atom) feeds. more>>
RSStool is a software to read, parse, merge and write RSS (and Atom) feeds.
Lately a new technology called "RSS feeds" has caught my attention I decided to make it successful by writing this small tool.
Usage:
rsstool [OPTION] FILE|URL...
Read, parse, merge and write RSS (and ATOM) feeds
Supports: RSS 0.9x, 1.0, 2.0 and ATOM 0.1, 0.2, 0.3
The RSS (or ATOM) feeds will be merged and re-sorted if you enter more than
one URL or FILEname
Options:
--version output version information and exit
--help display this help and exit
-q be quiet/less verbose
-s strip HTML code from RSS (or Atom) feeds
-r sort reverse
--html output as html (using -q will result in single line)
--txt output as plain text (using -q will result in single line)
-1 output as single line
--template=FILE|URL parse template file and replace tags with content
Tags: "< rsstool:url item=NUM >" url/link of item NUM
"< rsstool:title item=NUM >" title of item NUM
"< rsstool:desc item=NUM >" description of item
with NUM
"< rsstool:date item=NUM >" date of item NUM
"< rsstool:site item=NUM >" site where item with
NUM came from
Thats right, you could use/replace these custom tags in HTML
pages and upload them to a server who does only static HTML
"< rsstool:start item=NUM >" start of item NUM
"< rsstool:end item=NUM >" end of item NUM
These tags will be replaced with a "< !--" and a "-- >" if
the item NUM is empty
"< rsstool:updated >" rsstool notice (Thank You!)
--property=FILENAME output feed(s) into a property file
Layout: NAME_NUM=VALUE
NAME is "title", "url", etc..
NUM is an integer counting the items
VALUE is the content
<<lessLately a new technology called "RSS feeds" has caught my attention I decided to make it successful by writing this small tool.
Usage:
rsstool [OPTION] FILE|URL...
Read, parse, merge and write RSS (and ATOM) feeds
Supports: RSS 0.9x, 1.0, 2.0 and ATOM 0.1, 0.2, 0.3
The RSS (or ATOM) feeds will be merged and re-sorted if you enter more than
one URL or FILEname
Options:
--version output version information and exit
--help display this help and exit
-q be quiet/less verbose
-s strip HTML code from RSS (or Atom) feeds
-r sort reverse
--html output as html (using -q will result in single line)
--txt output as plain text (using -q will result in single line)
-1 output as single line
--template=FILE|URL parse template file and replace tags with content
Tags: "< rsstool:url item=NUM >" url/link of item NUM
"< rsstool:title item=NUM >" title of item NUM
"< rsstool:desc item=NUM >" description of item
with NUM
"< rsstool:date item=NUM >" date of item NUM
"< rsstool:site item=NUM >" site where item with
NUM came from
Thats right, you could use/replace these custom tags in HTML
pages and upload them to a server who does only static HTML
"< rsstool:start item=NUM >" start of item NUM
"< rsstool:end item=NUM >" end of item NUM
These tags will be replaced with a "< !--" and a "-- >" if
the item NUM is empty
"< rsstool:updated >" rsstool notice (Thank You!)
--property=FILENAME output feed(s) into a property file
Layout: NAME_NUM=VALUE
NAME is "title", "url", etc..
NUM is an integer counting the items
VALUE is the content
Download (0.032MB)
Added: 2007-07-24 License: GPL (GNU General Public License) Price:
824 downloads
FeedCreator 1.7.2
FeedCreator provides a PHP class that builds various XML-based news feed formats. more>>
FeedCreator provides a PHP class that builds various XML-based news feed formats.
FeedCreator (formerly RSSCreator) is a PHP class that provides an easy way to create various mostly XML-based feeds from within PHP.
It is compact, easy to use, and well documented. RSS 0.91, 1.0, and 2.0, ATOM 0.3, OPML 1.0, and Unix mbox are supported.
Main features:
- creates valid feeds according to RSS 0.91, 1.0 or 2.0 as well as PIE 0.1 (deprecated), OPML 1.0, Unix mbox, ATOM 0.3, or customizable HTML or Javascript format.
- configurable feed caching
- very well documented and easy to use
- Feed image
- includes almost all RSS 0.91 attributes
- decide which version to create during runtime
- easy to use and well documented class interface
- intelligently truncates strings when needed
Enhancements:
- changed license to LGPL
<<lessFeedCreator (formerly RSSCreator) is a PHP class that provides an easy way to create various mostly XML-based feeds from within PHP.
It is compact, easy to use, and well documented. RSS 0.91, 1.0, and 2.0, ATOM 0.3, OPML 1.0, and Unix mbox are supported.
Main features:
- creates valid feeds according to RSS 0.91, 1.0 or 2.0 as well as PIE 0.1 (deprecated), OPML 1.0, Unix mbox, ATOM 0.3, or customizable HTML or Javascript format.
- configurable feed caching
- very well documented and easy to use
- Feed image
- includes almost all RSS 0.91 attributes
- decide which version to create during runtime
- easy to use and well documented class interface
- intelligently truncates strings when needed
Enhancements:
- changed license to LGPL
Download (0.22MB)
Added: 2007-02-22 License: LGPL (GNU Lesser General Public License) Price:
979 downloads
ThingamaBlog 1.0.5
Thingamablog is a cross-platform, standalone blogging application that makes authoring and publishing your weblogs easy. more>>
Thingamablog is a cross-platform, standalone blogging application that makes authoring and publishing your weblogs almost effortless.
Unlike most blogging solutions, Thingamablog does NOT require a third-party blogging host, a cgi/php enabled web host, or a MySQL database.
In fact, all you need to setup, and manage, a blog with Thingamablog is FTP, SFTP, or network access to a web server.
Main features:
- Set up a blog in minutes via an intuitive wizard
- Maintain multiple blogs
- Effortlessly manage thousands of entries
- Dynamically update blog content
- Write entries offline (Dialup users)
- Publish your blog with a single click
- Read news with an integrated feed reader
- Make posts from your favorite feeds
- Create a unique layout with customizable templates
- Import entries from RSS/Atom feeds
- Set up flexible archiving options
- Organize your entries by category or date
- Save entries as drafts
- Define your own custom template tags
- Syndicate your blog via an RSS or Atom feed
- Ping services like weblogs.com, BlogRolling, and Blo.gs
- And much more...
<<lessUnlike most blogging solutions, Thingamablog does NOT require a third-party blogging host, a cgi/php enabled web host, or a MySQL database.
In fact, all you need to setup, and manage, a blog with Thingamablog is FTP, SFTP, or network access to a web server.
Main features:
- Set up a blog in minutes via an intuitive wizard
- Maintain multiple blogs
- Effortlessly manage thousands of entries
- Dynamically update blog content
- Write entries offline (Dialup users)
- Publish your blog with a single click
- Read news with an integrated feed reader
- Make posts from your favorite feeds
- Create a unique layout with customizable templates
- Import entries from RSS/Atom feeds
- Set up flexible archiving options
- Organize your entries by category or date
- Save entries as drafts
- Define your own custom template tags
- Syndicate your blog via an RSS or Atom feed
- Ping services like weblogs.com, BlogRolling, and Blo.gs
- And much more...
Download (3.8MB)
Added: 2005-11-29 License: GPL (GNU General Public License) Price:
1468 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 atom 1.0 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