file formats blog blog
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3714
File::Format::RIFF 1.0.1
File::Format::RIFF is a Perl module to Resource Interchange File Format/RIFF files. more>>
File::Format::RIFF is a Perl module to Resource Interchange File Format/RIFF files.
SYNOPSIS
use File::Format::RIFF;
open( IN, file ) or die "Could not open file: $!";
my ( $riff1 ) = File::Format::RIFF->read( *IN );
close( IN );
$riff1->dump;
my ( $riff2 ) = new File::Format::RIFF( TYPE );
foreach my $chunk ( $riff1->data )
{
next if ( $chunk->id eq LIST );
$riff2->addChunk( $chunk->id, $chunk->data );
}
open( OUT, ">otherfile" ) or die "Could not open file: $!";
$riff2->write( *OUT );
close( OUT );
File::Format::RIFF provides an implementation of the Resource Interchange File Format. You can read, manipulate, and write RIFF files.
CONSTRUCTORS
$riff = new File::Format::RIFF( $type, $data );
Creates a new File::Format::RIFF object. $type is a four character code that identifies the type of this particular RIFF file. Certain types are defined to have a format, specifying which chunks must appear (e.g., WAVE files). If $type is not specified, it defaults to (four spaces). $data must be an array reference containing some number of RIFF lists and/or RIFF chunks. If $data is undef or not specified, then the new RIFF object is initialized empty.
$riff = File::Format::RIFF->read( $fh, $filesize );
Reads and parses an existing RIFF file from the given filehandle $fh. An exception will be thrown if the file is not a valid RIFF file. $filesize controls one aspect of the file format checking -- if $filesize is not specified, then stat will be called on $fh to determine how much data to expect. You may explicitly specify how much data to expect by passing in that value as $filesize. In either case, the amount of data read will be checked to make sure it matches the amount expected. Otherwise, it will throw an exception. If you do not wish it to make this check, pass in undef for $filesize.
Please note, if you wish to read an "in memory" filehandle, such as by doing this: open( $fh, read( $fh, $filesize );
The read constructor may also be used as a method. If used in this manner, then all existing data contained in $riff will be discarded, and replaced by the contents read from $fh.
$riff->write( $fh );
Outputs a properly-formatted RIFF file to the given filehandle $fh.
<<lessSYNOPSIS
use File::Format::RIFF;
open( IN, file ) or die "Could not open file: $!";
my ( $riff1 ) = File::Format::RIFF->read( *IN );
close( IN );
$riff1->dump;
my ( $riff2 ) = new File::Format::RIFF( TYPE );
foreach my $chunk ( $riff1->data )
{
next if ( $chunk->id eq LIST );
$riff2->addChunk( $chunk->id, $chunk->data );
}
open( OUT, ">otherfile" ) or die "Could not open file: $!";
$riff2->write( *OUT );
close( OUT );
File::Format::RIFF provides an implementation of the Resource Interchange File Format. You can read, manipulate, and write RIFF files.
CONSTRUCTORS
$riff = new File::Format::RIFF( $type, $data );
Creates a new File::Format::RIFF object. $type is a four character code that identifies the type of this particular RIFF file. Certain types are defined to have a format, specifying which chunks must appear (e.g., WAVE files). If $type is not specified, it defaults to (four spaces). $data must be an array reference containing some number of RIFF lists and/or RIFF chunks. If $data is undef or not specified, then the new RIFF object is initialized empty.
$riff = File::Format::RIFF->read( $fh, $filesize );
Reads and parses an existing RIFF file from the given filehandle $fh. An exception will be thrown if the file is not a valid RIFF file. $filesize controls one aspect of the file format checking -- if $filesize is not specified, then stat will be called on $fh to determine how much data to expect. You may explicitly specify how much data to expect by passing in that value as $filesize. In either case, the amount of data read will be checked to make sure it matches the amount expected. Otherwise, it will throw an exception. If you do not wish it to make this check, pass in undef for $filesize.
Please note, if you wish to read an "in memory" filehandle, such as by doing this: open( $fh, read( $fh, $filesize );
The read constructor may also be used as a method. If used in this manner, then all existing data contained in $riff will be discarded, and replaced by the contents read from $fh.
$riff->write( $fh );
Outputs a properly-formatted RIFF file to the given filehandle $fh.
Download (0.009MB)
Added: 2007-04-27 License: Perl Artistic License Price:
916 downloads
LaTeBlog 1.0
LaTeBlog provides a Makefile, a LaTeX document class, and HTML sniplets to publish your blog in PDF created with pdflatex. more>>
LaTeBlog project provides a Makefile, a LaTeX document class and HTML sniplets to publish your blog in PDF created with pdflatex.
Gives excellent readibility and proper footnotes.
A blog is a website in which journal entries are posted on a regular basis and displayed in reverse chronological order. The term blog is a shortened form of weblog or web log.
Authoring a blog, maintaining a blog or adding an article to an existing blog is called "blogging". Individual articles on a blog are called "blog posts," "posts" or "entries". A person who posts these entries is called a "blogger".
A blog comprises hypertext, images, and links (to other webpages and to video, audio and other files). Blogs use a conversational style of documentation. Often blogs focus on a particular "area of interest", such as Washington, D.C.s political goings-on. Some blogs discuss personal experiences.
Blogs can be hosted by dedicated blog hosting services, or they can be run using blog software on regular web hosting services. In the early 21st Century, blogging has quickly emerged as a popular and important means of communication.
<<lessGives excellent readibility and proper footnotes.
A blog is a website in which journal entries are posted on a regular basis and displayed in reverse chronological order. The term blog is a shortened form of weblog or web log.
Authoring a blog, maintaining a blog or adding an article to an existing blog is called "blogging". Individual articles on a blog are called "blog posts," "posts" or "entries". A person who posts these entries is called a "blogger".
A blog comprises hypertext, images, and links (to other webpages and to video, audio and other files). Blogs use a conversational style of documentation. Often blogs focus on a particular "area of interest", such as Washington, D.C.s political goings-on. Some blogs discuss personal experiences.
Blogs can be hosted by dedicated blog hosting services, or they can be run using blog software on regular web hosting services. In the early 21st Century, blogging has quickly emerged as a popular and important means of communication.
Download (0.004MB)
Added: 2006-01-25 License: Freely Distributable Price:
1367 downloads
MT blogmail 1.3
MT blogmail is a small Python script that allows you to send an email. more>>
MT blogmail is a small Python script that allows you to send an email (including an attached image) and have it posted to your MovableType blog.
You need something like Procmail to filter your mail and send messages from a
specific address to the blogmail.py script.
blogmail.py can now also poll a POP3 server and process any messages on the server
posting them to your blog for you.
Download blogmail.tar.bz2, unzip and save it somewhere convenient as blogmail.py,
make sure it is executable. (you might need to right-click and save as)
./blogmail.py --help
for all the usage information. You can also edit the script to set defaults.
The body of a message should be in the following format:
XBlogTitle: foo
XBlogPublish: [0|1]
XBlogUsername: mike
XBlogPassword: secret
XBlogid: 1
XBlogUri: http://blog.host.com/mt/mt-xmlrpc.cgi
XBlogAllowComments: [0|1]
XBlogConvertBreaks: [0|1]
XBlogKeywords: foo,baz,bar
XBlogCategories: flob,grob,blurck
All text between is posted as the body of the blog, the XBlog* fields
are parsed and sent via XML-RPC.
XBlogTitle is the only mandatory XBlog* field.
If the message is a multi-part mime message then the first text/plain section is considered to be the body of the post. the first image/* section will be taken
as an image to send to the server. Images are saved in:
images/ddMmmYY/HHMMSS_
and an image tag is added to the beginning of the post (style
tags with a float and you can have the body of the post beside and wrapping
around the bottom of the image).
Enhancements:
- o added command line options for pop3/file usage
<<lessYou need something like Procmail to filter your mail and send messages from a
specific address to the blogmail.py script.
blogmail.py can now also poll a POP3 server and process any messages on the server
posting them to your blog for you.
Download blogmail.tar.bz2, unzip and save it somewhere convenient as blogmail.py,
make sure it is executable. (you might need to right-click and save as)
./blogmail.py --help
for all the usage information. You can also edit the script to set defaults.
The body of a message should be in the following format:
XBlogTitle: foo
XBlogPublish: [0|1]
XBlogUsername: mike
XBlogPassword: secret
XBlogid: 1
XBlogUri: http://blog.host.com/mt/mt-xmlrpc.cgi
XBlogAllowComments: [0|1]
XBlogConvertBreaks: [0|1]
XBlogKeywords: foo,baz,bar
XBlogCategories: flob,grob,blurck
All text between is posted as the body of the blog, the XBlog* fields
are parsed and sent via XML-RPC.
XBlogTitle is the only mandatory XBlog* field.
If the message is a multi-part mime message then the first text/plain section is considered to be the body of the post. the first image/* section will be taken
as an image to send to the server. Images are saved in:
images/ddMmmYY/HHMMSS_
and an image tag is added to the beginning of the post (style
around the bottom of the image).
Enhancements:
- o added command line options for pop3/file usage
Download (0.004MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1215 downloads
Format on Save 1.1.0
Format on Save is a Eclipse plugin to automatically organizes imports and formats code when saving a Java editor. more>>
Format on Save is a Eclipse plugin to automatically organizes imports and formats code when saving a Java editor.
This is the exact equivalent as doing Ctrl-Shift-O, Ctrl-Shift-F before saving. New features: - Sort Members and Correct Indentation - preference page to configure defaults
<<lessThis is the exact equivalent as doing Ctrl-Shift-O, Ctrl-Shift-F before saving. New features: - Sort Members and Correct Indentation - preference page to configure defaults
Download (0.051MB)
Added: 2006-09-13 License: GPL (GNU General Public License) Price:
1138 downloads
My Blog 1.7
My Blog script will quickly and easily allow you to post articles and comments for your readers to keep up with. more>>
My Blog project is a script that will quickly and easily allow you to post articles and comments for your readers to keep up with.
You can select an image to go along with your entry and even attach files. Your readers can also leave comments on entries they feel strongly about. RSS feed generated automatically, and CSS makes custom formatting easy.
Main features:
- Readers can leave comments about your posts.
- Picture is automatically resized when uploaded.
- RSS feed generated automatically.
- CSS makes customizing format and style easy.
- Admin gets emailed when visitors leave comments.
- Post to your blog from your email or cell phone. You can even attach pictures taken with your camera phone. This feature is still being tested.
- Specify how many blog entries to display on one page.
- Plugins available for use with My Calendar and My Photo Gallery. More coming!
- You set how many characters from each entry are posted on front page. The full entry is viewable by clicking "Read More" link. You can also set to view all on front page.
- Full Administration Script makes setup easy. Edit or delete your blogs or your settings from here.
<<lessYou can select an image to go along with your entry and even attach files. Your readers can also leave comments on entries they feel strongly about. RSS feed generated automatically, and CSS makes custom formatting easy.
Main features:
- Readers can leave comments about your posts.
- Picture is automatically resized when uploaded.
- RSS feed generated automatically.
- CSS makes customizing format and style easy.
- Admin gets emailed when visitors leave comments.
- Post to your blog from your email or cell phone. You can even attach pictures taken with your camera phone. This feature is still being tested.
- Specify how many blog entries to display on one page.
- Plugins available for use with My Calendar and My Photo Gallery. More coming!
- You set how many characters from each entry are posted on front page. The full entry is viewable by clicking "Read More" link. You can also set to view all on front page.
- Full Administration Script makes setup easy. Edit or delete your blogs or your settings from here.
Download (0.83MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
816 downloads
Plone Blog 2.5.2 Beta
Plone Blog provides an improved blogging tool for Plone based on refactored SimplBlog product. more>>
Plone Blog provides an improved blogging tool for Plone based on refactored SimplBlog product.
Plone Blog (qPloneBlog) based on SimpleBlog product. It is enhanced with ping abilities, RSS2 support altogether with audio and video enclosures, Technorati tags, TrackBacks.
qPloneBlog bundle includes:
- SimpleBlog v.qg2.5
- qPingTool v.0.3
- qRSS2Syndication v. 0.5
- XMLRPCMethod, v.XMLRPC Method-1-1
- RPCAuth v.0.1.0-final
- qTrackSpam v.0.2
- adsenseproduct v.0.1
Enhancements:
- pinging functionality with enhanced options.
- RSS2 support altogether with audio and video enclosures
- Technorati tags
- TrackBack functionality
- Google AdSense management included into blog layout
- blogging APIs support
- trackbacks blacklisting control
- included popular bookmarklets icons layout
<<lessPlone Blog (qPloneBlog) based on SimpleBlog product. It is enhanced with ping abilities, RSS2 support altogether with audio and video enclosures, Technorati tags, TrackBacks.
qPloneBlog bundle includes:
- SimpleBlog v.qg2.5
- qPingTool v.0.3
- qRSS2Syndication v. 0.5
- XMLRPCMethod, v.XMLRPC Method-1-1
- RPCAuth v.0.1.0-final
- qTrackSpam v.0.2
- adsenseproduct v.0.1
Enhancements:
- pinging functionality with enhanced options.
- RSS2 support altogether with audio and video enclosures
- Technorati tags
- TrackBack functionality
- Google AdSense management included into blog layout
- blogging APIs support
- trackbacks blacklisting control
- included popular bookmarklets icons layout
Download (0.13MB)
Added: 2007-03-29 License: ZPL (Zope Public License) Price:
941 downloads
CoMoblog 1.1
CoMoblog is a community driven mobile orientated blogging application. more>>
CoMoblog is a community driven mobile orientated blogging application that allows you to blog to your website from any device that supports sending Emails. It essentially works as an email-to-blog gateway that supports rich document types such as HTML and Images
The CoMoblog project is a branch from the Easymoblog project. The original Easymoblog project was developed by Umberto Caldera and can be found at http://www.easymoblog.org
One of the major advantages of CoMoblogs design is that its modular. The Community can write Modules which any user can install to add extended functionality to their Blog.
Modules exist to add Calendars and RSS to the side menu bars while others exist to add such functionality as searching. The possibilities are endless.
All credit for the original project goes to Easymoblog and Umberto.
Enhancements:
- FEATURE: Ability to edit comments (1347626)
- FEATURE: Ability to edit post ctypes
- FEATURE: Initial support for 3g2 video
- FEATURE: Support for posts with no subjects (1280303)
- FEATURE: DB changes now supported in point-release upgrades (1378108)
- FEATURE: Remove restrictions on post count limit (1387715)
- MODULE: Updated mod_calendar to 1.1
- MODULE: Updated mod_search to 1.1
- BUG: Module upgrade tries to upgrade half-written modules
- BUG: Module install/upgrade can fail without warning (1364384)
- BUG: Comments dont handle quotation marks (1364093)
- BUG: I.E. display bug with table layout (1314308)
- BUG: More visible trackback icon for dark page backgrounds (1368650)
- BUG: Date format issues with editing posts (1375731)
- BUG: German spelling corrected (1383037)
- BUG: Error in date-parsing in topic.php (1391334)
<<lessThe CoMoblog project is a branch from the Easymoblog project. The original Easymoblog project was developed by Umberto Caldera and can be found at http://www.easymoblog.org
One of the major advantages of CoMoblogs design is that its modular. The Community can write Modules which any user can install to add extended functionality to their Blog.
Modules exist to add Calendars and RSS to the side menu bars while others exist to add such functionality as searching. The possibilities are endless.
All credit for the original project goes to Easymoblog and Umberto.
Enhancements:
- FEATURE: Ability to edit comments (1347626)
- FEATURE: Ability to edit post ctypes
- FEATURE: Initial support for 3g2 video
- FEATURE: Support for posts with no subjects (1280303)
- FEATURE: DB changes now supported in point-release upgrades (1378108)
- FEATURE: Remove restrictions on post count limit (1387715)
- MODULE: Updated mod_calendar to 1.1
- MODULE: Updated mod_search to 1.1
- BUG: Module upgrade tries to upgrade half-written modules
- BUG: Module install/upgrade can fail without warning (1364384)
- BUG: Comments dont handle quotation marks (1364093)
- BUG: I.E. display bug with table layout (1314308)
- BUG: More visible trackback icon for dark page backgrounds (1368650)
- BUG: Date format issues with editing posts (1375731)
- BUG: German spelling corrected (1383037)
- BUG: Error in date-parsing in topic.php (1391334)
Download (0.34MB)
Added: 2006-01-11 License: GPL (GNU General Public License) Price:
1381 downloads
Poster blog 1.0.9
Poster blog is a software which allows you to create a blog without the need of a database. more>>
Poster blog is a software which allows you to create a blog without the need of a database: all you need is an hosting (even a free one) with PHP support, FTP access and you must be able to chmod files.
Posting is really easy, thanks to a nice web interface which makes no use of JavaScript, so you can use it also on old browsers or even textual ones. I wrote down a list of Poster powered blogs (really short, at the moment, but I hope it will grow soon).
Poster blog works on plain text files and doesnt require a database.
Main features:
- Posting, obviously :)
- Comments
- Trackbacks (recieve and send)
- Multiple authors. There are granular permissions to define exactly what an user can and cannot do
- Categories
- Permalinks for posts, comments, trackbacks, categories and also authors
- Modular and scriptable template. You can insert PHP code in the template, and that code will be executed on the fly. The template uses special entities (for example, is replaced with the title of the blog)
- RSS feed. Future versions will have also an Atom feed
Enhancements:
- The most important change is that the the spam filters were integrated into the core.
<<lessPosting is really easy, thanks to a nice web interface which makes no use of JavaScript, so you can use it also on old browsers or even textual ones. I wrote down a list of Poster powered blogs (really short, at the moment, but I hope it will grow soon).
Poster blog works on plain text files and doesnt require a database.
Main features:
- Posting, obviously :)
- Comments
- Trackbacks (recieve and send)
- Multiple authors. There are granular permissions to define exactly what an user can and cannot do
- Categories
- Permalinks for posts, comments, trackbacks, categories and also authors
- Modular and scriptable template. You can insert PHP code in the template, and that code will be executed on the fly. The template uses special entities (for example, is replaced with the title of the blog)
- RSS feed. Future versions will have also an Atom feed
Enhancements:
- The most important change is that the the spam filters were integrated into the core.
Download (0.046MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
890 downloads
MySpace Blog Editor 0.3
MySpace Blog Editor is an extension which allows you to post directly from within Firefox to your MySpace blog. more>>
MySpace Blog Editor is an extension which allows you to post directly from within Firefox to your MySpace blog.
The MySpace Blog Editor allows you to post directly from within Firefox to your MySpace blog aswell as save notes, drag and drop formatted text from webpages, handle images and much more.
<<lessThe MySpace Blog Editor allows you to post directly from within Firefox to your MySpace blog aswell as save notes, drag and drop formatted text from webpages, handle images and much more.
Download (0.030MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
975 downloads
eBay Blog This 0.9
eBay Blog This is an extension which enables easy blogging on eBay Blogs. more>>
eBay Blog This is an extension which enables easy blogging on eBay Blogs.
Once downloaded, you will be able to select content from any webpage, right click it, and choose the "Blog This" option! The eBay Blog This tool will... eBay Blog This enables easy blogging on eBay Blogs.
Once downloaded, you will be able to select content from any webpage, right click it, and choose the "Blog This" option!
The eBay Blog This tool will automatically insert the content, links and quotes into your blog posts.
<<lessOnce downloaded, you will be able to select content from any webpage, right click it, and choose the "Blog This" option! The eBay Blog This tool will... eBay Blog This enables easy blogging on eBay Blogs.
Once downloaded, you will be able to select content from any webpage, right click it, and choose the "Blog This" option!
The eBay Blog This tool will automatically insert the content, links and quotes into your blog posts.
Download (0.005MB)
Added: 2007-04-06 License: MPL (Mozilla Public License) Price:
932 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
Virtual Collaboratory 2.6
Virtual Collaboratory is a directed discussion forum based on Mailman and Smartarchiver. more>>
Virtual Collaboratory is a directed discussion forum based on Mailman and Smartarchiver that provides for threaded short and long term discussions.
Virtual Collaboratory includes a calendaring function, integratation with the Elluminate meeting software, document exchange, version control, a research resource center, custom categorizations, FAQs, and the ability to search for users with similar interests.
Enhancements:
- Refactored Plone into three separate products
- Better Elluminate integration
- I18N support via Py-MYCMSs traslate functionality
- Refactored smartarchiver as a py-mycms system
- Easier isntallation through Install Constancts
- Front page Alerts
- BlogPoster blog management system (works with your blog to help groups collaborate on blog content)
- No longer requires specially patched versions of Zope & plone. (Authentications now done through the PyMyCMSUserFolder)
- Virus checking (pyclamav) now supported if pyclamav is installed
<<lessVirtual Collaboratory includes a calendaring function, integratation with the Elluminate meeting software, document exchange, version control, a research resource center, custom categorizations, FAQs, and the ability to search for users with similar interests.
Enhancements:
- Refactored Plone into three separate products
- Better Elluminate integration
- I18N support via Py-MYCMSs traslate functionality
- Refactored smartarchiver as a py-mycms system
- Easier isntallation through Install Constancts
- Front page Alerts
- BlogPoster blog management system (works with your blog to help groups collaborate on blog content)
- No longer requires specially patched versions of Zope & plone. (Authentications now done through the PyMyCMSUserFolder)
- Virus checking (pyclamav) now supported if pyclamav is installed
Download (0.87MB)
Added: 2006-10-21 License: GPL (GNU General Public License) Price:
1099 downloads
Scroll Blog r17
Scroll Blog is a simple yet powerful blog system written in Python using Django. more>>
Scroll Blog project is a simple yet powerful blog system written in Python using Django.
Leveraging the Django framework, one can quickly spin up new modules.
Enhancements:
- This release moves closer to PEP8, adds a simple resume module, and starts a really simple schedule module.
- It has been tested with Django-0.96.
<<lessLeveraging the Django framework, one can quickly spin up new modules.
Enhancements:
- This release moves closer to PEP8, adds a simple resume module, and starts a really simple schedule module.
- It has been tested with Django-0.96.
Download (MB)
Added: 2007-04-15 License: GPL (GNU General Public License) Price:
925 downloads
Gnome-Blog 0.9.1
Gnome-blog project is a panel applet that can post to BloggerAPI compatible blogs. more>>
Gnome-blog project is a panel applet that can post to BloggerAPI compatible blogs.
* Clean interface doesnt get in the way of what youre writing
* WYSIWYG styled text support
* Entries can be written gradually over the course of a day, popping gnome blog open and closed as you have thoughts to jot down and then posting at the end of the day
* Operates as a panel object/applet or a standalone application
* Supports many different kinds of blogs
* New Spell checking
* New Drag and drop images into your blog entry (if your blog supports it)
Supported Blogs:
* Blogger.com / Blogspot.com
* Advogato.org
* Movable Type
* New WordPress
* New LiveJournal.com
* Pyblosxom
* Any other blog using bloggerAPI or MetaWeblog
<<less* Clean interface doesnt get in the way of what youre writing
* WYSIWYG styled text support
* Entries can be written gradually over the course of a day, popping gnome blog open and closed as you have thoughts to jot down and then posting at the end of the day
* Operates as a panel object/applet or a standalone application
* Supports many different kinds of blogs
* New Spell checking
* New Drag and drop images into your blog entry (if your blog supports it)
Supported Blogs:
* Blogger.com / Blogspot.com
* Advogato.org
* Movable Type
* New WordPress
* New LiveJournal.com
* Pyblosxom
* Any other blog using bloggerAPI or MetaWeblog
Download (0.19MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1220 downloads
Monster Blog Sack 0.2.3
Monster Blog Sack Firefox extension is a toolbar that allows users to surf blogs, sack, tag, search, share, and add blogs to fav more>>
Monster Blog Sack Firefox extension is a toolbar that allows users to surf blogs (according to your categories of interest,) sack (a MBS rating system,) tag, search, share, and add blogs to favorites.
Sacking a blog shares your opinion on its quality, and lets other community members who share your interests surf your favorite blogs.
The Site is a unique directory and community for blogs. This toolbar is highly recommended but not necessary to be able to use the Site Monster Blog Sack.
<<lessSacking a blog shares your opinion on its quality, and lets other community members who share your interests surf your favorite blogs.
The Site is a unique directory and community for blogs. This toolbar is highly recommended but not necessary to be able to use the Site Monster Blog Sack.
Download (0.025MB)
Added: 2007-06-05 License: MPL (Mozilla Public License) Price:
875 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 file formats blog blog 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