தமிழ் வலைப்பதிவாளர்களுக்கு ஒரு வேண்டுகோள். frappr என்று ஒரு வரைபட தளம் உள்ளது. அங்கே சென்று நீங்கள் tamilbloggers என்னும் குழுவில் சேர்ந்து உலக வரைபடத்தில் நீங்கள் எங்கே இருக்கிறீர்கள் என்று சொல்ல வேண்டும்.
எனக்கு எல்லோரும் எங்கே இருக்கிறார்கள் என்று தெரிந்து கொள்ளும் ஆவல் எல்லாம் இல்லை. அங்கங்கே வலைப்பதிவர் சந்திப்பு நடத்த இது உதவியாக இருக்கும்.
ஊர் பெயர் இருந்தால் மட்டும் போதும்.
உங்களுடைய வலைப்பதிவிலும் இந்த குழுவின் முகவரியை இட்டால் இந்த பதிவைப் படிக்காதவர்களுக்கும் இது பற்றி தெரியவரும்.
குழுவின் முகவரி
http://www.frappr.com/tamilbloggers.
இது அமெரிக்காவிற்கு மட்டும் அல்ல. முழு உலக வரைபடமும் அங்கே இருக்கிறது. அந்த பக்கத்தை திறந்ததும் வலது பக்கம் Add Yourself என்று பெரியதாக இருக்கும் இணைப்பிற்கு போய் உங்களை இணைத்துக் கொள்ளலாம். நான் முயற்சித்த போது தமிழ் யூனிகோடு பெயர்களை ஏற்றுக்கொள்ளவில்லை. அதனால் ஆங்கிலத்திலேயே பதியலாம்.
நீங்கள் வலை உலகில் அனாமதேயராக இருக்க விரும்பினால் உங்கள் விருப்பம். (ஆனால் நீங்கள் யாருடைய வலைப்பதிவிலாவது proxy வழியாக செல்லாமல் பின்னூட்டம் இட்டிருந்தால் அங்கிருக்கும் உங்கள் IP முகவரி கொண்டு எந்த ஊர் என்று எளிதாக கண்டுபிடிக்கலாம்.
)
நன்றி.
ஆங்கிலத்தில் erotomania என்ற வார்த்தையை ஒரு திரைப்படத்தில் தான் முதலில் பார்த்தேன். இதற்கு ஒரு வார்த்தையில் தமிழ் இருக்கிறதா தெரியவில்லை. இது ஒரு மனநோய்.
உதாரணத்திற்கு ஒருவர் ஒருதலைக் காதல் கொண்டிருக்கிறார் என்று வைத்துக்கொள்ளலாம். இது அந்த காதலிக்கப்படும் பெண்ணுக்கோ ஆணுக்கோ தெரிந்தோ தெரியாமலோ இருக்கலாம். காதலிக்கப்படுபவர் பின்னாலேயே சுற்றி அவர் செய்யும் சின்ன சின்ன காரியங்களுக்கெல்லாம் தாங்களாகவே ஏதாவது அர்த்தம் கற்பித்துக்கொண்டு உருகுவர். உதாரணத்திற்கு தற்செயலாக தங்கள் பக்கம் திரும்பினாலும் தன்னைத்தான் பார்ப்பதாக நினைத்துக் கொள்வர். அவர்கள் நிற்பது, நடப்பது, உடைகள் அணிவது, வைத்திருக்கும் பொருட்கள் இதன் மூலம் தங்களுடைய காதலை ரகசியகமாக தெரிவிப்பதாக நினைத்துக் கொள்வர். இதற்குப் பெயர் தான் எரோட்டோமேனியா.
He Loves Me… He Loves Me Not திரைப்படம் இந்த நோயை அடிப்படையாக வைத்து எடுக்கப்பட்டது. இந்த படத்தின் முடிவில் எரோட்டோமேனியா என்று சப்டைட்டில் போடப்பட்டிருப்பதைப் பார்த்ததும் உடனடியாக கூகிளில் இட்டுப் பார்த்தேன். விக்கிபீடியாவில் கொடுத்திருந்த அருமையான விளக்கம் முதலாவதாக வந்தது. இந்த படத்தையும் அதற்கு உதாரணத்திற்கு கொடுத்திருந்தனர்.
Audrey Tautou, படத்தின் ஹீரோயின் நன்றாக நடித்திருந்தார்.
I am writing what I did to import my old posts to wordpress so that anyone else who has problems might find this to be of some use.
wp-admin/import-b2.php script alone did not work. I tried the steps described at Wild Mind which also did not work. Below is what I did.
I backed up all my old b2 tables using export in phpmyadmin. Then I installed wordpress. That includes setting up using the setup script wp-admin/install.php. Thanks to great work by wordpress developers that is as painless as it can get.
Next the difficult stuff. Now my database has both wordpress and b2 tables in it. From phpmyadmin I opened corresponding tables in wordpress and b2 in different windows. For example open the table b2categories and wp_categories in different windows. Compare the tables and see what extra columns are there in wp and add those in b2. In phpmyadmin there is a form for adding new columns. Make sure these columns have the same properties as the ones in wp. Also delete the ones which are not there. Leaving them should not hurt and there are not many which are not there in wp.
Also add to indexes if there are any more columns than those in b2. This may not be compulsory. But having this makes the database access faster. There is also a separate form for adding indexes in phpmyadmin.
I did not change b2options. Instead I just kept wp_options as it is. Then I dropped all the tables which have corresponding ones in b2 except b2options. Then renamed all b2 tables to start with wp_, except b2options. Then ran wp-adin/import-b2.php
Finally an important thing need to be changed in b2users table. The password column (user_pass) in b2users has only a length of 20 characters. Make it 32 characters. Otherwise you will not be able to login. After making it 32 characters you will have to request for a new password to be sent in mail. You should be all set with the new password.
If you are moving wordpress installation to a different directory you have to change the blog url in wp_options to the new directory.
Good luck.