Skip to content

Explorer

Reza Moallemi's Personal Weblog

This plugin let you show post comments on each feed item. There is no need for your blog subscribers to visit your post for reading commnets.

Downloads

Download Latest Version 0.5 — for WordPress 2.7 and later The download includes localization files for Persian language.

Features

  • Lets your feed subscribers read post comments directly from your post feed.
  • You can customize number of comments to show on each item.
  • Available for all WordPress versions since 2.7

continue reading…

This plugin offers Complete language transliteration support for your wordpress blogs in Persian, Tamil, Telugu, Hindi, Malayalam, Kannada, Arabic, Nepali, Marathi, Punjabi, Bengali, Gujarati and Urdu using google transliteration API. Visitors can use Ctrl+G key combination to toggle between english and selected language.

Downloads

Download Latest Version 0.8 — for WordPress 2.6 and later

The download includes localization files for Persian language.

Features

  • Lets you blog visitors to comment in supported languages
  • Available for all WordPress versions since 2.6

continue reading…

This wordpress plugin adds user agent information to your blog comments by adding  browser and platform icons and  lets visitors know the user agent of every one who comment on your blog. you can also view the user agent of the commenters in the admin’s comment page. settings can be customized within the admin menu.

Downloads

Download Latest Version 2.5 — for WordPress 2.7.1 and later

The download includes localization files for Persian language.

Features

  • Available for all WordPress versions since 2.7.1
  • No PHP skills or file changes needed
  • User interface to customize plugin settings
  • Ability to translate to any language
  • display the browser and platform of every commneter on your blog

continue reading…

Fedora
It’s obviously useful to set up a local repository in Fedora Core 6 to take files from local repository instead of having to go to the Internet to get them.
In Fedora Core 5 and above, the installer is based on yum and so there is actually yum repository metadata present on the DVD.

Configure yum to use your new repository


$ su -
# gedit /etc/yum.repos.d/dvd.repo

add the following lines to this file and then save it.


[DVD]
name=Fedora DVD $releasever - $basearch
failovermethod=priority
baseurl=path/to/yuor/dvd/media
enabled=1
gpgcheck=0

DeltaRPM is a tool that generates RPMs that contains the difference between an old and a new version of an RPM. This makes it possible to recreate the new RPM from the deltarpm and the old one. You don’t have to have a copy of the old RPM, as it can also work with installed RPMs.The delta rpm packages are even smaller in size than the patch RPMs, which is an advantage when transferring update packages over the Internet. The drawback is that update operations with delta RPMs involved consume considerably more CPU cycles than plain or patch RPMs