blog software
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 304
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
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
Blog::Simple 0.02
Blog::Simple is a Perl extension for the creation of a simple weblog (blogger) system. more>>
Blog::Simple is a Perl extension for the creation of a simple weblog (blogger) system.
SYNOPSIS
use Blog::Simple;
my $sbO = Blog::Simple->new(); $sbO->create_index(); #generally only needs to be called once
my $content="
<<lessSYNOPSIS
use Blog::Simple;
my $sbO = Blog::Simple->new(); $sbO->create_index(); #generally only needs to be called once
my $content="
blah blah blah in XHTM"p"
Better when done in XHTM"p""; my $title = some title; my $author = a.n. author; my $email = anaouthor@somedomain.net; my $smmry = blah blah; $sbO->add($title,$author,$email,$smmry,$content);
$sbO->render_current(blog_test.xsl,3); $sbO->render_all(blog_test.xsl);
$sbO->remove(08);
Download (0.007MB)
Added: 2006-09-14 License: Perl Artistic License Price:
1135 downloads
blojsom 3.2
blojsom provides a lightweight blog package. more>>
blojsom provides a lightweight blog package.
blojsom is a lightweight blog package written in Java that was inspired by blosxom.
It aims to be simple in design while adding user flexibility in areas such as the flavors, templating, and plugins.
Main features:
- Setup and Installation
- Can be deployed to any Java application server.
- Administration
- Can be administered using your web browser.
- Multiple Blogs/Multiple Users
- Allows you to run multiple blogs on one installation of the software.
- Supports any number of users per blog.
- Stores separate configuration information per blog.
- Permissions can be assigned to users on an individual basis to provide fine-grained access control over what functionality they can and cannot access on your blog.
- Entries
- Generates permalinks to point to individual entries.
- Supports search-engine friendly permalinks of the form month/day/year/permalink.
- Entries can be categorized.
- Calendar-based navigation so that you can view blog entries by year, year and month, or year and month and day.
- Categories
- Supports any number of categories.
- Categories are hierarchical.
- Allows you to give more descriptive names to your categories.
- Responses
- Supports comments, trackbacks, or pingbacks per entry.
- E-mails the blog owner when a new response is received.
- Supports the following per entry:
- Disabling responses.
- Throttling so that a response can only be left from a given IP address every so often.
- Moderation of responses to require approval of the blog owner before they are shown.
- Banning of IP addresses from leaving responses.
- Support for the Comment API.
- Plugins and Event/Listeners
- Ships with over 50 plugins.
- Allows you to extend the capabilities of blojsom by developing your own plugins using the plugin API.
- Components can send and receive events using the event and listener API.
- Syndication Formats
- Generates HTML, RDF, RSS 0.92, RSS 2.0, RSS 2.0 (with comments and trackbacks) and Atom syndication feeds.
- Generates content in any other format through its flavor support.
- Output a feed in any format for all categories, for a specific category, or a subset of your blogs categories.
- Templates and Themes
- Dispatchers available for you to develop templates using JSP, Velocity, FreeMarker, or Groovy.
- Allows you to change the look and feel of your blog quickly through the use of themes.
- Template administration (adding, editing, and deleting) through the web.
- Remote Editing
- Supports XML-RPC blogging clients.
- Supports the Blogger API, MetaWeblog API, and the MovableType API through XML-RPC.
- Internationalization and Localization
- Designed with internationalization and localization in mind.
- Uses UTF-8 by default to handle international character sets.
- Generates localized date and times.
- Handles calendar localization.
- Supports localization of its user interface and templates.
- et cetera
- Allows you and your users to search your blog entries.
<<lessblojsom is a lightweight blog package written in Java that was inspired by blosxom.
It aims to be simple in design while adding user flexibility in areas such as the flavors, templating, and plugins.
Main features:
- Setup and Installation
- Can be deployed to any Java application server.
- Administration
- Can be administered using your web browser.
- Multiple Blogs/Multiple Users
- Allows you to run multiple blogs on one installation of the software.
- Supports any number of users per blog.
- Stores separate configuration information per blog.
- Permissions can be assigned to users on an individual basis to provide fine-grained access control over what functionality they can and cannot access on your blog.
- Entries
- Generates permalinks to point to individual entries.
- Supports search-engine friendly permalinks of the form month/day/year/permalink.
- Entries can be categorized.
- Calendar-based navigation so that you can view blog entries by year, year and month, or year and month and day.
- Categories
- Supports any number of categories.
- Categories are hierarchical.
- Allows you to give more descriptive names to your categories.
- Responses
- Supports comments, trackbacks, or pingbacks per entry.
- E-mails the blog owner when a new response is received.
- Supports the following per entry:
- Disabling responses.
- Throttling so that a response can only be left from a given IP address every so often.
- Moderation of responses to require approval of the blog owner before they are shown.
- Banning of IP addresses from leaving responses.
- Support for the Comment API.
- Plugins and Event/Listeners
- Ships with over 50 plugins.
- Allows you to extend the capabilities of blojsom by developing your own plugins using the plugin API.
- Components can send and receive events using the event and listener API.
- Syndication Formats
- Generates HTML, RDF, RSS 0.92, RSS 2.0, RSS 2.0 (with comments and trackbacks) and Atom syndication feeds.
- Generates content in any other format through its flavor support.
- Output a feed in any format for all categories, for a specific category, or a subset of your blogs categories.
- Templates and Themes
- Dispatchers available for you to develop templates using JSP, Velocity, FreeMarker, or Groovy.
- Allows you to change the look and feel of your blog quickly through the use of themes.
- Template administration (adding, editing, and deleting) through the web.
- Remote Editing
- Supports XML-RPC blogging clients.
- Supports the Blogger API, MetaWeblog API, and the MovableType API through XML-RPC.
- Internationalization and Localization
- Designed with internationalization and localization in mind.
- Uses UTF-8 by default to handle international character sets.
- Generates localized date and times.
- Handles calendar localization.
- Supports localization of its user interface and templates.
- et cetera
- Allows you and your users to search your blog entries.
Download (MB)
Added: 2007-04-04 License: BSD License Price:
935 downloads
bBlog 0.7.6
bBlog is a powerful, elegant personal publishing system written in PHP and released as free, Open Source software under the GPL. more>>
bBlog is a powerful, elegant personal publishing system written in PHP and released as free, Open Source software under the GPL. It is a flexible but simple way to blog that works for blogging beginners, and can grow into a more advanced users needs.
bBlog is used by thousands of bloggers world wide and has not only the features you would expect from a modern blogging system, but also advanced capabilities including advanced comment spam prevention and threaded comments. Perhaps bBlogs most distinctive feature is that it is built around a templating system called Smarty, which makes customizing your blog as easy as editing any web page, no programming skills required.
Our development process is open, with an active and growing community expanding our capabilities with new modules and improving our core software. Everyone is welcomed to contribute and input.
Main features:
- Fast, easy installation gets you up and running in minutes
- Complete control of look and feel of your blog
- Easier customization through Smarty templating
- Modular architecture makes it easy to drop in a new plugin developed by our active development community
- Threaded comments
- Advanced trackbacks, Blogrolling, XML/RPC, spam protection
- Comprehensive support for web standards
- Uses PHP/MySQL
<<lessbBlog is used by thousands of bloggers world wide and has not only the features you would expect from a modern blogging system, but also advanced capabilities including advanced comment spam prevention and threaded comments. Perhaps bBlogs most distinctive feature is that it is built around a templating system called Smarty, which makes customizing your blog as easy as editing any web page, no programming skills required.
Our development process is open, with an active and growing community expanding our capabilities with new modules and improving our core software. Everyone is welcomed to contribute and input.
Main features:
- Fast, easy installation gets you up and running in minutes
- Complete control of look and feel of your blog
- Easier customization through Smarty templating
- Modular architecture makes it easy to drop in a new plugin developed by our active development community
- Threaded comments
- Advanced trackbacks, Blogrolling, XML/RPC, spam protection
- Comprehensive support for web standards
- Uses PHP/MySQL
Download (0.29MB)
Added: 2006-06-24 License: GPL (GNU General Public License) Price:
1218 downloads
PingBlog 0.2
PingBlog is a tag generator and ping tool for blog directories such as Blogalaxia, VeneBlogs, Technorati, To2Blogs and others. more>>
PingBlog is a tag generator and ping tool for blog directories such as Blogalaxia, VeneBlogs, Technorati, To2Blogs and others.
<<less Download (MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
806 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
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
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
Weeblog 1.0b
Weeblog is a minimal blog engine based on XML/XSL, and requiring only CGI/Perl. more>>
Weeblog is a minimal blog engine based on XML/XSL, and requiring only CGI/Perl.
Weeblog features themeability (XSL), RSS feed generation, HTML filtering in comments/submissions, user accounts (htaccess), article comment counts, and new comment indication.
Directory structure:
/articles - contains the article xml files
/pub - public scripts (currently only archive-viewer)
/priv - private scrtips (article and comment submission, htaccess authorized)
/priv/rte - Rich text editor for article submission. (May be swapped to TinyMCE etc)
/themes - XSL stylesheet for theme and theme media
WeeBlog only needs Perl and write access to the articles and installation directory to work.
You will need to customize the theme xsl (/themes/weeblog/weeblog.xsl), at the very least you need to set the BLOGURL parameter for the theme to work.
<<lessWeeblog features themeability (XSL), RSS feed generation, HTML filtering in comments/submissions, user accounts (htaccess), article comment counts, and new comment indication.
Directory structure:
/articles - contains the article xml files
/pub - public scripts (currently only archive-viewer)
/priv - private scrtips (article and comment submission, htaccess authorized)
/priv/rte - Rich text editor for article submission. (May be swapped to TinyMCE etc)
/themes - XSL stylesheet for theme and theme media
WeeBlog only needs Perl and write access to the articles and installation directory to work.
You will need to customize the theme xsl (/themes/weeblog/weeblog.xsl), at the very least you need to set the BLOGURL parameter for the theme to work.
Download (0.081MB)
Added: 2006-08-08 License: MIT/X Consortium License Price:
1172 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
Bloo 1.00 RC2
Bloo is a free, public-domain, object-oriented implementation of full-featured blog software, based on the Phoo Phramework. more>>
Bloo is a free, public-domain, object-oriented implementation of full-featured blog software, based on the Phoo Phramework. Both Phoo and Bloo are PHP systems. This projects are both covered under the Gnu Public License.
Main features:
- Role-based security at the object level (in other words, security is pervasive)
- Those with posting privileges can create and edit posts
- Readers can comment on posts
- Posts can receive trackbacks
- Comment and trackback moderation, spam and troll destruction, etc.
- Administrators have full control over the look and feel of the blog, via the overlay editor. All visual element templates can be edited on the fly, with a non-destructive edit.
- Themes control the look and feel. Administrators can create themes on the fly, cascade themes from other themes, and select the default theme.
- Optional theme-selector for blog readers to pick their favorite theme
- Bloo-administered Blogroll ("Bloogroll")
- Configurable blogroll categories
- Multiple Spam Control Extension SnapOns
- Multiple users
- Multiple post categories per post.
- Post keyword searches
- Easy to use installation and upgrade programs
- Developers can create new Extension SnapOns to add functionality to the blog
- All input and output components of the system are XML-based and separate from the code
- New functionality can be added via Bloo Extension SnapOns
Enhancements:
- New features in this release include support for multiple post categories, IP blacklist and comments-flood protection, an enhanced theme selector, RSS fixes, among others.
<<lessMain features:
- Role-based security at the object level (in other words, security is pervasive)
- Those with posting privileges can create and edit posts
- Readers can comment on posts
- Posts can receive trackbacks
- Comment and trackback moderation, spam and troll destruction, etc.
- Administrators have full control over the look and feel of the blog, via the overlay editor. All visual element templates can be edited on the fly, with a non-destructive edit.
- Themes control the look and feel. Administrators can create themes on the fly, cascade themes from other themes, and select the default theme.
- Optional theme-selector for blog readers to pick their favorite theme
- Bloo-administered Blogroll ("Bloogroll")
- Configurable blogroll categories
- Multiple Spam Control Extension SnapOns
- Multiple users
- Multiple post categories per post.
- Post keyword searches
- Easy to use installation and upgrade programs
- Developers can create new Extension SnapOns to add functionality to the blog
- All input and output components of the system are XML-based and separate from the code
- New functionality can be added via Bloo Extension SnapOns
Enhancements:
- New features in this release include support for multiple post categories, IP blacklist and comments-flood protection, an enhanced theme selector, RSS fixes, among others.
Download (MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
809 downloads
Blogbench 1.0
Blogbench is a portable filesystem benchmark. more>>
Blogbench is a portable filesystem benchmark that tries to reproduce the load of a real-world busy file server.
It stresses the filesystem with multiple threads performing random reads, writes and rewrites in order to get a realistic idea of the scalability and the concurrency a system can handle.
Blogbench was initially designed to mimic the behavior of the Skyblog.com
blog service.
4 different types of threads are started:
- The writers. They create new blogs (directories) with a random amount of
fake articles and fake pictures.
- The rewriters. They add or they modify articles and pictures of existing
blogs.
- The "commenters". They add fake comments to existing blogs in random order.
- The readers. They read articles, pictures and comments of random blogs. They
sometimes even try to access non-existent files.
New files are written atomically. The content is pushed with 8 Kb chunks in a
temporary file that gets renamed if everything completes. 8 Kb is the default
PHP buffer size for writes.
Reads are performed with a 64 Kb buffer.
Concurrent writers and rewriters can quickly create fragmentation if the
preallocation is not optimal. But it is very interesting to check how
different filesystems reacts to fragmentation.
Every blog is a new directory withing the same parent directory. Since some
filesystems are unable to manage more than 32k or 64k links to the same
directory (an example is UFS), you should not force the test to run a silly
amount of time on these filesystems.
<<lessIt stresses the filesystem with multiple threads performing random reads, writes and rewrites in order to get a realistic idea of the scalability and the concurrency a system can handle.
Blogbench was initially designed to mimic the behavior of the Skyblog.com
blog service.
4 different types of threads are started:
- The writers. They create new blogs (directories) with a random amount of
fake articles and fake pictures.
- The rewriters. They add or they modify articles and pictures of existing
blogs.
- The "commenters". They add fake comments to existing blogs in random order.
- The readers. They read articles, pictures and comments of random blogs. They
sometimes even try to access non-existent files.
New files are written atomically. The content is pushed with 8 Kb chunks in a
temporary file that gets renamed if everything completes. 8 Kb is the default
PHP buffer size for writes.
Reads are performed with a 64 Kb buffer.
Concurrent writers and rewriters can quickly create fragmentation if the
preallocation is not optimal. But it is very interesting to check how
different filesystems reacts to fragmentation.
Every blog is a new directory withing the same parent directory. Since some
filesystems are unable to manage more than 32k or 64k links to the same
directory (an example is UFS), you should not force the test to run a silly
amount of time on these filesystems.
Download (0.12MB)
Added: 2005-04-11 License: BSD License Price:
1656 downloads
phpBB Blog 2.3
phpBB Blog is a blog tool for phpBB. more>>
phpBB Blog is a blog tool for phpBB. The basic idea is this: you have a phpBB installation already running, youve set up a forum for your posts, and now you want to have a blog-ish page and RSS file to show off each post.
There are 3 major ways to use this product. Youll have to decide which one you want to pursue. First, there is the default setup, which uses the provided index.php file to display the blog. Second, there is the option to bypass the provided index.php file, and simply embed the blog display into your pre-existing home page. The third option is to embed a mini-blog into your pre-existing home page. All this displays is the title of recent posts.
Features include an RSS 2.0 feed for syndication; full support for BBCode, smileys, and avatars; permalinks with first/next/previous navigation; trackbacks; 7 different stylesheets to choose from; and as many Geo-URL settings as possible (so you can get listed in all those blog indexes that categorize you by location and/or language). Oh, and it integrates with phpBB Podcast, too.
<<lessThere are 3 major ways to use this product. Youll have to decide which one you want to pursue. First, there is the default setup, which uses the provided index.php file to display the blog. Second, there is the option to bypass the provided index.php file, and simply embed the blog display into your pre-existing home page. The third option is to embed a mini-blog into your pre-existing home page. All this displays is the title of recent posts.
Features include an RSS 2.0 feed for syndication; full support for BBCode, smileys, and avatars; permalinks with first/next/previous navigation; trackbacks; 7 different stylesheets to choose from; and as many Geo-URL settings as possible (so you can get listed in all those blog indexes that categorize you by location and/or language). Oh, and it integrates with phpBB Podcast, too.
Download (0.055MB)
Added: 2006-01-11 License: GPL (GNU General Public License) Price:
1387 downloads
Blog-X-Ping 0.3
BLOG-X-PING is a lightweight yet powerful library for PHP to automatically ping blog aggregator services. more>>
BLOG-X-PING is a lightweight yet powerful library for PHP to automatically ping blog aggregator services to notify them of updated syndication feeds, using Weblogs.Com compatible XML-RPC pinging services.
The system allows you to automatically ping many servers every time you creates a new post or update old ones on your blog, the system can send an XML-RPC signal to several ping servers, which can then add your blog to their list of recently updated blogs, meaning that new content on your blog/site can be widely advertised automatically as soon as you add it.
The project has been made available as open source under the LGPL licence.
<<lessThe system allows you to automatically ping many servers every time you creates a new post or update old ones on your blog, the system can send an XML-RPC signal to several ping servers, which can then add your blog to their list of recently updated blogs, meaning that new content on your blog/site can be widely advertised automatically as soon as you add it.
The project has been made available as open source under the LGPL licence.
Download (0.011MB)
Added: 2007-05-01 License: LGPL (GNU Lesser General Public License) Price:
912 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 blog software 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