<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>Stubborn Fanatic - Excerpts Feed</title>
	<atom:link href="https://techblog.viveksanghi.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://techblog.viveksanghi.com/</link>
	<description>This is an excerpts only feed to Stubborn Fanatic - Vivek Sanghi's tech blog. Please take time to read the articles covering topics like Blogger add-ons/hack code, latest tech news, internet, computers, software and books</description>
	<lastBuildDate>Fri, 04 Sep 2026 07:17:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
<site xmlns="com-wordpress:feed-additions:1">5851209</site>	<item>
		<title>The section that wasn’t there</title>
		<link>https://techblog.viveksanghi.com/2026/09/building-a-local-indian-law-corpus/</link>
					<comments>https://techblog.viveksanghi.com/2026/09/building-a-local-indian-law-corpus/#respond</comments>
		
		<dc:creator><![CDATA[Vivek Sanghi]]></dc:creator>
		<pubDate>Fri, 04 Sep 2026 11:30:00 +0000</pubDate>
				<category><![CDATA[legal tech]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ai assisted]]></category>
		<category><![CDATA[data quality]]></category>
		<category><![CDATA[duckdb]]></category>
		<category><![CDATA[indian law]]></category>
		<category><![CDATA[legal research]]></category>
		<category><![CDATA[ocr]]></category>
		<category><![CDATA[parquet]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[stubborn fanatic]]></category>
		<category><![CDATA[telangana]]></category>
		<guid isPermaLink="false">https://techblog.viveksanghi.com/?p=261</guid>

					<description><![CDATA[<p>I asked my own law database for section 5 of the HMDA Act and it said there was no such section. There is. Building a searchable corpus of Indian statutes and judgments on my own machine, and what auditing it taught me about trusting legal text.</p>
<p>The post <a href="https://techblog.viveksanghi.com/2026/09/building-a-local-indian-law-corpus/">The section that wasn&#8217;t there</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I asked my own law database for section 5 of the Hyderabad Metropolitan Development Authority Act, 2008. It told me there was no such section.</p>



<p class="wp-block-paragraph">There is. It is on the printed page in front of me. The database had the text, all of it, and could not find it, because the text was filed under a different number.</p>



<p class="wp-block-paragraph">This is a post about building a searchable corpus of Indian statutes and case law on my own machine, and about the fact that the dangerous failure is never the database that says nothing. It is the one that answers with confidence and is wrong.</p>



<p class="wp-block-paragraph">I built it over several weeks with Claude. I made the decisions, ran everything on my own hardware, and checked the law myself; the scripts and most of the analysis came from the model. The mistakes are in here as well, because on a project of this shape the mistakes are the content. Nearly every genuine improvement came from something being printed to screen that looked wrong.</p>



<h2 class="wp-block-heading">Why hold law locally at all</h2>



<p class="wp-block-paragraph">I am an advocate in Hyderabad. My practice is property, title due diligence, drafting. The work needs the text of statutes, rules, government orders and judgments, constantly, and mostly for a narrow set of jurisdictions: Central Acts, Telangana, and the Andhra Pradesh that Telangana inherited.</p>



<p class="wp-block-paragraph">The obvious answer is a subscription database. They work. But two things pushed me the other way.</p>



<p class="wp-block-paragraph">The first is cost and dependence. The second matters more: I cannot audit what I cannot see inside. When a subscription database returns nothing for a section, I have no way of knowing whether the section does not exist, or whether their ingestion mangled it the way mine mangled HMDA section 5. When my own corpus does that, I can go and look.</p>



<p class="wp-block-paragraph">There is also a speed argument that turns out to be real. Searching a million judgments on my own machine takes about a second.</p>



<h2 class="wp-block-heading">What the corpus is made of</h2>



<p class="wp-block-paragraph">The whole thing lives at <code>D:AiTools</code> on a Windows workstation, a Ryzen 9950X3D with 64 GB of RAM. The pipeline is deliberately dull: scrape original sources, convert to markdown, write parquet, query with DuckDB. No database server, no index server, nothing to keep running. Files on a disk.</p>



<p class="wp-block-paragraph">An early decision shaped everything after it. There is a bulk dataset of Indian legislation on Hugging Face, and I downloaded it. Then I decided not to use it for statutes, and to scrape India Code and the Telangana Law Department fresh instead. Not because the dataset is bad, but because I wanted to know the provenance of every section I might cite, and to be able to go back to the page it came from. I kept the dataset to cross-check against, once.</p>



<p class="wp-block-paragraph">What the Act surface holds today, counted this morning:</p>



<pre class="wp-block-code"><code>58,381 rows across eight parquet files

  India Code       828 Central Acts     35,390 sections
                   112 Telangana Acts    1,542 sections
  Telangana Law Dept   184 Acts
  Schedules            380 Acts          1,484 schedule rows
  Act-level PDFs       452 Acts
      196  Andhra Pradesh, pre-2014, applies in Telangana
      179  Telangana
       56  Andhra Pradesh, post-2014, residuary AP only
       18  Central
  Harvested G.O.s, circulars, orders   757 rows</code></pre>



<p class="wp-block-paragraph">Separately there is an index of my own prior work: <strong>18,932 documents</strong> out of my OneDrive, read-only, so a search can turn up the deed I drafted in 2019 alongside the section it relied on.</p>



<p class="wp-block-paragraph">That AP split is not decorative. Andhra Pradesh was bifurcated on 2 June 2014, and an AP Act from before that date still applies in Telangana while one from after it does not. Every result line says which, because an Act that does not apply is still an Act, and the distinction has to survive into whatever is filed.</p>



<h2 class="wp-block-heading">Counting is not checking</h2>



<p class="wp-block-paragraph">Here is the mistake that reshaped how I check this corpus.</p>



<p class="wp-block-paragraph">The corpus held the HMDA Act with 58 sections, numbered up to 58. That looks complete. It is not. Sections 5, 6 and 8 were absent, and their text was inside the row filed as section 9, a row that opens with the repeal of a 1988 water-rates ordinance and runs to 10,362 characters, having swallowed several sections that come before it.</p>



<p class="wp-block-paragraph">The cause is visible on the printed page. HMDA prints its section headings as marginal notes, in a column beside the body text. Extract a text layer from that PDF and the headings interleave with the sentences, so <code>5.</code> never begins a line, and a splitter looking for a number at the start of a line never sees one.</p>



<p class="wp-block-paragraph">So I stopped trusting counts and audited numbering continuity instead: for every Act holding eight or more numbered sections, is the run of numbers unbroken?</p>



<p class="wp-block-paragraph">When that ran, on 27 August 2026, it found <strong>1,151 Acts</strong> with eight or more sections and <strong>99 with a gap</strong>. Most gaps are honest: sections repealed, or omitted from the source. But in 38 of them the missing section&#8217;s heading was present <em>inside another row</em>. The text was in the corpus, filed under the wrong number.</p>



<p class="wp-block-paragraph">Re-running the same audit today gives 1,158 Acts and <strong>86 gaps</strong>. The difference is the repair described below.</p>



<p class="wp-block-paragraph">The consequence is worth stating plainly. Full-text search reaches misfiled text without difficulty. It is a lookup by section number that fails, and it fails by reporting that a section does not exist when it does. That is the wrong direction to fail in.</p>



<h2 class="wp-block-heading">repair.py, and five ways it nearly filed the wrong text</h2>



<p class="wp-block-paragraph">Recovering misfiled sections sounds simple: find the missing number used as a heading inside another row, cut from there to the next heading, file it under its own number.</p>



<p class="wp-block-paragraph">It is not simple, and the first version was wrong in five separate ways. All five were found by running it in a sandbox and reading the output before it touched anything.</p>



<p class="wp-block-paragraph"><strong>It missed the section it was written for.</strong> The heading pattern required text to continue on the same line. India Code prints <code>5.</code> alone, with <code>(1) There shall be...</code> on the line below. HMDA section 5, the whole reason the script existed, did not match.</p>



<p class="wp-block-paragraph"><strong>Cuts ran to the end of the host row.</strong> A recovered section 8 swallowed section 9 and everything after it. Cuts now end at the next heading of any number.</p>



<p class="wp-block-paragraph"><strong>Footnotes were recovered as sections.</strong> <code>54. Section 43 substituted by Act No.11 of 1969</code> is a footnote. It looks exactly like a section heading.</p>



<p class="wp-block-paragraph"><strong>Page-group rows were used as hosts.</strong> Where an Act could not be split reliably it is stored as page groups, which contain the entire text, so every number appears in them. Recovering from those produces nonsense.</p>



<p class="wp-block-paragraph"><strong>The same number was recovered from six different rows</strong> of the Wealth-tax Act.</p>



<p class="wp-block-paragraph">The gate that did most of the work is a structural one: a row can only have swallowed sections that <em>precede</em> it. So a recovered number must be lower than its host&#8217;s number and within 40 of it. Without that gate, the Greater Hyderabad Municipal Corporation Act &#8220;recovered&#8221; section 19 out of a row filed as section 687, which is a schedule of cycle-rickshaw fees.</p>



<p class="wp-block-paragraph">Ungated, the pass proposed 34 Acts and 133 sections. Gated, it proposed 23 Acts and 49 sections, and the 23 rejected candidates each carry a stated reason.</p>



<p class="wp-block-paragraph">Today <code>repairs_acts.parquet</code> holds <strong>49 recovered sections across 23 Acts</strong>, each labelled with the row it was cut from and marked medium confidence. It never edits another script&#8217;s file. The recovered rows join the same glob the reader already reads.</p>



<h2 class="wp-block-heading">A correction</h2>



<p class="wp-block-paragraph">An earlier note of mine recorded that the GHMC Act had &#8220;37 of 53 gaps recoverable&#8221;. That was wrong, and it came from a crude heading search with none of the gates above.</p>



<p class="wp-block-paragraph">A properly gated pass recovers <strong>nothing</strong> from GHMC. Its numbering gaps are footnote markers and schedule item numbers, not missing sections. Today the audit still shows GHMC with 635 sections present and 52 numbers missing, and that is the correct answer: they were never sections.</p>



<p class="wp-block-paragraph">I am recording the wrong figure as well as the right one because a corpus you cannot correct in public is a corpus nobody should trust, including you.</p>



<h2 class="wp-block-heading">Heuristics that fail interestingly</h2>



<p class="wp-block-paragraph">Three gates keep schedules and tables out of the recovery pass, and each was calibrated against real documents.</p>



<p class="wp-block-paragraph"><strong>Digit density.</strong> Statutory prose runs 3 to 4 per cent digits. Schedules run 24 per cent and up. The threshold sits at 18. This caught a recovered &#8220;section&#8221; of <strong>247,454 characters</strong> that was the Telangana Panchayat Raj Act&#8217;s schedule of village names.</p>



<p class="wp-block-paragraph"><strong>Line length.</strong> Text laid out as a table puts each field on its own line. Village schedules average 9 characters per line; statutory prose averages 75.</p>



<p class="wp-block-paragraph">That second gate was first set at 28 characters, and it rejected HMDA sections 5 and 8. India Code wraps its prose at about 27, and a section that is a list of committee members has short lines. A threshold tuned on the wrong sample rejected precisely the sections the whole exercise existed to recover. Moved to 15, the pass went from 44 sections to 49, the five additions being HMDA sections 5 and 8, Telangana Municipalities section 32, and two sections of the Telangana State Private Universities Act.</p>



<p class="wp-block-paragraph"><strong>Capture ratio.</strong> Any split that captures under 92 per cent of a document&#8217;s text is rejected in favour of page chunks. This exists because of a specific failure: an Act splitter applied to a Government Order treats the numbered list of earlier G.O.s it cites as the sections. G.O.Ms.No.59 came out as a single &#8220;section 4&#8221; holding 47 per cent of the document, with the abstract and the operative order silently gone. Instruments that are not Acts, Rules or Regulations are no longer split at all.</p>



<h2 class="wp-block-heading">Fifty gigabytes of judgments, and what they do not carry</h2>



<p class="wp-block-paragraph">Judgments come from the open-india-law dataset: <strong>63 parquet files, 53.7 GB</strong>. I hold all of them.</p>



<p class="wp-block-paragraph">The indexed corpus covers the courts that matter to my practice:</p>



<pre class="wp-block-code"><code>  telangana        1,005,147 judgments
  andhra-pradesh     261,778
  supreme-court       37,014</code></pre>



<p class="wp-block-paragraph">Now the part that decides how you use this data. Metadata completeness, measured this morning:</p>



<pre class="wp-block-code"><code>  court            judgments    no citation   no judges
  telangana        1,005,147        100.0%       81.9%
  andhra-pradesh     261,778        100.0%       88.3%
  supreme-court       37,014          0.0%        0.0%</code></pre>



<p class="wp-block-paragraph">Every Supreme Court judgment carries a citation and a bench. <strong>Not one High Court judgment in over 1.26 million carries a citation.</strong> You get the text and the case number and nothing you can put in a plaint.</p>



<p class="wp-block-paragraph">That is not a defect in the dataset so much as a fact about what is freely available, and it changes the workflow rather than ending it. The corpus is where I find the case and read the reasoning. The citation comes from elsewhere, and it comes before anything is filed.</p>



<p class="wp-block-paragraph">The dates need care too. Telangana decision dates in this data run from 23 October 1952 to <strong>27 December 2079</strong>. Twelve judgments are dated in the future. The <code>year</code> column in the Andhra Pradesh file tracks ingestion rather than decision and cannot be used for anything.</p>



<h2 class="wp-block-heading">Which court binds</h2>



<p class="wp-block-paragraph">For a matter in Telangana, a Supreme Court judgment binds, the Telangana High Court binds, and the Andhra Pradesh High Court binds only for the period before bifurcation. Bombay and Madras are persuasive, and worth reading, and they are not the same thing. The distinction has to survive into the document.</p>



<p class="wp-block-paragraph">The dataset splits along that line almost exactly, which was a pleasant surprise:</p>



<pre class="wp-block-code"><code>  telangana, decided before 01.01.2019          707,308
  andhra-pradesh, decided before 01.01.2019       1,011
  andhra-pradesh, decided 01.01.2019 onwards    259,200</code></pre>



<p class="wp-block-paragraph">The <code>in_telangana</code> file is the predecessor court&#8217;s whole corpus going back to 1952. The <code>in_andhra-pradesh</code> file is overwhelmingly the reconstituted court at Amaravati. So the default tier applies a date predicate to the AP file alone, and the binding tier comes to <strong>1,043,172 judgments</strong>. Every result line is labelled BINDING or persuasive, and a binding search says on its face that the other High Courts were not searched.</p>



<p class="wp-block-paragraph">This nearly went wrong in a way worth describing, because it is the most dangerous class of bug in the whole project.</p>



<p class="wp-block-paragraph">DuckDB&#8217;s <code>regexp_extract(string, pattern)</code> returns the <strong>whole match</strong>, not the capture group. The build stored <code>in_telangana_judgments</code> where it meant <code>telangana</code>. Every comparison against a bare court name then failed silently. The effect was that <strong>260,766 post-2019 Amaravati judgments sat in the binding tier, labelled BINDING</strong>, and the authority ranking collapsed to plain date order.</p>



<p class="wp-block-paragraph">Nothing errored. Nothing looked broken. A one-argument mistake quietly relabelled persuasive authority as binding, which in a document going to court is exactly the sort of error you do not get to explain away. The build now passes the group index, and the reader normalises whatever form it finds, so a stale index cannot mislabel authority even if it is rebuilt wrongly.</p>



<h2 class="wp-block-heading">Search without a search engine</h2>



<p class="wp-block-paragraph">The obvious way to search a million judgments is a full-text index. I could not use one, for a reason that is specific and worth explaining, because it shaped the design.</p>



<p class="wp-block-paragraph">The environment Claude reaches my machine through is a small sandbox: 2 CPUs, 3 GB of RAM. My workstation reports 32 CPUs. A full scan of the 9.1 GB binding tier takes seconds on the workstation and over three minutes in the sandbox, which is past the timeout on a single call. DuckDB&#8217;s full-text extension cannot be installed in that sandbox at all: the proxy variable is malformed for its parser, and with the proxy unset there is no network.</p>



<p class="wp-block-paragraph">So an index that needed the extension would have been unreadable by the one reader that most needed it. The answer was plain sorted parquet, built natively on the fast machine, read cheaply by anything.</p>



<p class="wp-block-paragraph">Four files:</p>



<pre class="wp-block-code"><code>  cases.parquet      one row per judgment            0.05 GB
  text.parquet       chunks, sorted by case          4.24 GB
  vocab.parquet      words and their ids             0.10 GB
  postings.parquet   (token, case, chunk)            0.91 GB
                                            total    5.31 GB</code></pre>



<p class="wp-block-paragraph">Over <strong>1,303,939 judgments</strong>, <strong>15,057,895 distinct indexed words</strong>, and <strong>397,445,969 postings</strong>.</p>



<p class="wp-block-paragraph">Two calibration decisions matter more than the structure.</p>



<p class="wp-block-paragraph"><strong>Minimum word length is 4, not 5.</strong> Sale, deed, gift, rent and lien all carry legal phrases. Three-letter words are lost, so <em>lis pendens</em> is found on <code>pendens</code> alone, which is fine because the rarer half of a phrase does the work.</p>



<p class="wp-block-paragraph"><strong>The commonness cut is 10 per cent, not 1.</strong> Words appearing in more than that share of cases are not indexed, because indexing them costs enormously and narrows nothing. The first threshold chosen was 1 per cent. Measured against 17,684 Supreme Court cases:</p>



<pre class="wp-block-code"><code>  possession      5.3%
  registration    1.9%
  performance     1.8%
  adverse         1.6%
  injunction      1.1%
  mortgage        1.0%</code></pre>



<p class="wp-block-paragraph">A 1 per cent cut would have excluded <strong>every one of them</strong>. It would have produced a technically excellent index, of a corpus of property judgments, that could not search for possession, registration, performance, adverse or mortgage. Only 375 words are common enough to exclude at 10 per cent, and when a search hits one it is reported by name, so a search for &#8220;part performance&#8221; says it searched on <code>performance</code> alone.</p>



<p class="wp-block-paragraph">Matching is by <strong>proximity</strong>, not merely co-occurrence. Postings carry the chunk as well as the case, so intersecting on chunk requires the words to fall within the same passage of roughly 2,000 characters. It does not prove the phrase appears in that order. It is much better than &#8220;both words are somewhere in this judgment&#8221;, and the phrase still has to be confirmed by reading.</p>



<h2 class="wp-block-heading">Three performance facts</h2>



<p class="wp-block-paragraph"><strong>Row group size is the difference between a skip and a scan.</strong> At 50,000 rows per group, each group in <code>text.parquet</code> held about 80 MB of text, so fetching 200 scattered cases decompressed most of the file and took 29 seconds. At 1,000 rows a group is under a megabyte and the reader skips almost everything.</p>



<p class="wp-block-paragraph"><strong>An IN-list of literals is pushed down; a JOIN is not.</strong> The same 200 lookups written as a join against a temporary table read the entire file: 0.1 seconds became over 40.</p>



<p class="wp-block-paragraph"><strong>A warm cache lied to me twice.</strong> Verifying a phrase by reading the text costs about 20 seconds cold, however few cases it asks for, because a 4 GB store cannot stay resident in 3 GB of RAM. Two earlier measurements of 2.5 seconds were a warm cache, and they misled the design twice before the proximity approach removed the need to read text at query time at all.</p>



<p class="wp-block-paragraph">Where it landed, on 2 threads:</p>



<pre class="wp-block-code"><code>  specific performance   1.02s   8,466 cases
  adverse possession     0.91s
  lis pendens            0.85s
  pattadar pass book     0.92s</code></pre>



<p class="wp-block-paragraph">Against over three minutes before any of this.</p>



<p class="wp-block-paragraph">One further thing had to be designed rather than discovered. Ordering strictly by authority, a window on &#8220;specific performance&#8221; returned 400 Supreme Court cases and nothing at all from 11,429 Telangana candidates. Telangana is the court I appear before. Display slots are now shared between courts, allocated smallest tier first so slack flows onward.</p>



<h2 class="wp-block-heading">What I still do not trust</h2>



<p class="wp-block-paragraph">A corpus is only as useful as its own account of where it is weak.</p>



<p class="wp-block-paragraph"><strong>Two Central Acts cannot be completed from India Code.</strong> The Income-tax Act 1961 and the EPF Act 1952. India Code holds no Act-level PDF for them and only a fraction of the sections. Both are fetched separately.</p>



<p class="wp-block-paragraph"><strong>The Hindu Succession (Andhra Pradesh Amendment) Act 1986</strong> matters for coparcenary devolution before 9 September 2005, and the only copy I have is from PRS Legislative Research, which prints its own disclaimer that the text is unverified. It is deliberately kept off the Act surface and findable only in my own-work index. The real text has to come from the Law Department before it is cited.</p>



<p class="wp-block-paragraph"><strong>Every HMDA document arrived over an unvalidated TLS connection.</strong> All 75 are stamped <code>tls=unverified</code>, because hmda.gov.in&#8217;s certificate chain does not validate. They are usable and they are flagged, and any one of them is checked against the browser copy before it is cited.</p>



<p class="wp-block-paragraph"><strong>OCR misreads digits.</strong> 522 scanned PDFs, 6,738 pages, English and Telugu, banded 222 high confidence, 193 medium, 107 low. A document number came back as <code>NO,P 2418/2013-14</code>. Any survey number, extent or consideration taken from OCR text is checked against the original PDF. Results drawn from OCR print a warning saying so. And the opening pages of a registered deed are the stamp paper, which OCRs as ornament noise, so an OCR&#8217;d deed is judged by its body and not its first lines.</p>



<p class="wp-block-paragraph"><strong>Some sources cannot be harvested at all.</strong> The CCLA site renders a page header and stops: <code>viewActs.do</code>, <code>viewGO.do</code> and <code>viewCirculars.do</code> each return two links and no table. That is not a selector problem, the pages are empty. And <code>goir.telangana.gov.in</code> is an ASP.NET WebForms application with view-state and cascading postbacks, where a result set only exists after a POST carrying the view-state the server has just issued. A listing-page harvester cannot touch it.</p>



<p class="wp-block-paragraph"><strong>A naming rule learned the hard way.</strong> A document&#8217;s title becomes its act name, and lookups match that name loosely. A document titled &#8220;Registration Rules, Telangana — rules under the Registration Act, 1908&#8221; shadowed the Registration Act itself, so asking for section 49 of the Registration Act returned rule 49 instead of section 49, which is the provision on the effect of non-registration. A title must never contain another instrument&#8217;s name.</p>



<p class="wp-block-paragraph"><strong>And one Act answers twice, by design.</strong> HMDA section 5 exists in the corpus in two forms: the Act as originally enacted, naming APIIC, APHB and APSRTC, hand-read by me from printed pages; and the India Code text as adapted for Telangana by G.O.Ms.No.45, Law (F) Department, dated 1 June 2016, naming TSIIC, the Telangana Housing Board and TSTRANSCO. Both are correct. For the composition of the Executive Committee as it stands today, the adapted text governs.</p>



<h2 class="wp-block-heading">What this is actually for</h2>



<p class="wp-block-paragraph">It is not a product and I am not proposing that anyone else run one. It is a tool with a known shape, whose weaknesses are written down where I can see them, which answers in about a second, and which does not stop working if a subscription lapses or a website is redesigned.</p>



<p class="wp-block-paragraph">The thing I did not expect was how much of the work would be auditing rather than building. The scraping was a weekend. The gates, the calibration, the gap analysis, the five defects in the recovery pass and the one-argument bug that mislabelled a quarter of a million judgments as binding — that was the actual project.</p>



<p class="wp-block-paragraph">Which brings it back to HMDA section 5. It was in the corpus the whole time. The lesson is not that the pipeline was bad. It is that a lookup which answers &#8220;no such section&#8221; and a lookup which answers &#8220;here is section 5&#8221; can both be produced by a database that holds the same bytes, and the only thing standing between them is whether anyone checked.</p>



<hr class="wp-block-separator has-alpha-channel-opacity"/>



<h2 class="wp-block-heading">Glossary</h2>



<p class="wp-block-paragraph">This post has two audiences, and each will find half of it obvious. The terms below are defined in the order they appear, on the assumption that no reader knows both halves.</p>



<p class="wp-block-paragraph"><strong>Act surface</strong> — my term for the set of files a section lookup searches, as distinct from the full-text library. A document promoted to the Act surface can be asked for by section number. One left in the library can only be found by searching its words.</p>



<p class="wp-block-paragraph"><strong>Parquet</strong> — a file format for storing tables in columns rather than rows, compressed, with statistics recorded for blocks of rows. A reader can consult those statistics and skip blocks that cannot contain what it wants, without decompressing them.</p>



<p class="wp-block-paragraph"><strong>Row group</strong> — a block of rows inside a parquet file, and the unit that a reader skips or reads. Their size is a design decision, discussed above.</p>



<p class="wp-block-paragraph"><strong>DuckDB</strong> — a database engine that runs inside your program rather than as a server, and reads parquet files directly from disk. No installation to maintain, no daemon running.</p>



<p class="wp-block-paragraph"><strong>Predicate pushdown</strong> — the behaviour that makes the above work: the filter is handed down to the file reader so it can skip data, instead of the reader returning everything and the filter discarding most of it afterwards. An IN-list of literal values is pushed down. A join against another table generally is not.</p>



<p class="wp-block-paragraph"><strong>Full-text index / FTS</strong> — the conventional machinery for searching text at speed, usually a database extension. Not used here, for the sandbox reasons set out above.</p>



<p class="wp-block-paragraph"><strong>Vocabulary and postings</strong> — the two halves of any word index. The vocabulary maps each word to a number. The postings list records, for each word number, where it occurs. Searching is intersecting postings lists.</p>



<p class="wp-block-paragraph"><strong>Posting</strong> — one entry in that list. Here each posting is a triple of word, case and chunk, which is what makes proximity matching possible.</p>



<p class="wp-block-paragraph"><strong>Chunk</strong> — a passage of a judgment, roughly 2,000 characters. Judgments are stored in chunks so that &#8220;these two words appear in the same chunk&#8221; can stand in for &#8220;these two words appear near each other&#8221;.</p>



<p class="wp-block-paragraph"><strong>Proximity matching</strong> — requiring search terms to fall within the same chunk, rather than merely somewhere in the same document. It does not prove the words appear as a phrase in that order.</p>



<p class="wp-block-paragraph"><strong>MINLEN</strong> — the shortest word the index will store. Set to 4 here.</p>



<p class="wp-block-paragraph"><strong>Commonness cut</strong> — the share of documents above which a word is too common to be worth indexing. Set to 10 per cent here, for the reasons measured above.</p>



<p class="wp-block-paragraph"><strong>OCR</strong> — optical character recognition, deriving text from a scanned image. Reliable for prose, unreliable for digits, which is why numbers taken from OCR are checked against the original.</p>



<p class="wp-block-paragraph"><strong>Text layer</strong> — the machine-readable text embedded in a PDF. A PDF produced from a word processor has a good one. A PDF that is a photograph of a page has none, and needs OCR.</p>



<p class="wp-block-paragraph"><strong>Marginal note</strong> — a section heading printed in the margin beside the body text rather than above it. The cause of the HMDA failure: in the text layer the marginal notes interleave with the sentences.</p>



<p class="wp-block-paragraph"><strong>Splitter</strong> — the code that divides a statute into its sections. Most of the failures described here are splitter failures.</p>



<p class="wp-block-paragraph"><strong>Page group</strong> — the fallback when a document cannot be split reliably: it is stored as groups of pages, flagged as unsplit, rather than given section numbers that might be wrong.</p>



<p class="wp-block-paragraph"><strong>Capture ratio</strong> — the proportion of a document&#8217;s text that a split accounts for. Below 92 per cent the split is rejected, so no document can silently lose text.</p>



<p class="wp-block-paragraph"><strong>Digit density</strong> — the proportion of characters in a block that are digits. Prose runs 3 to 4 per cent, schedules 24 per cent and up.</p>



<p class="wp-block-paragraph"><strong>Harvester</strong> — the script that fetches documents from government websites, driven by a manifest describing each source, rather than a separate scraper per site.</p>



<p class="wp-block-paragraph"><strong>Manifest</strong> — the configuration file listing each source, its pages, and how to treat what it returns.</p>



<p class="wp-block-paragraph"><strong>G.O.</strong> — Government Order. A departmental instrument. G.O.Ms. is an Ordinary Order; the number and date identify it.</p>



<p class="wp-block-paragraph"><strong>India Code</strong> — the Government of India&#8217;s official repository of Central and State legislation.</p>



<p class="wp-block-paragraph"><strong>Bifurcation</strong> — the division of Andhra Pradesh on 2 June 2014, creating Telangana. An Andhra Pradesh Act from before that date continues to apply in Telangana; one from after it does not.</p>



<p class="wp-block-paragraph"><strong>Binding and persuasive</strong> — a judgment of a court above you in your own hierarchy binds. A judgment of a court of equal standing elsewhere is persuasive: worth reading, worth citing, but it does not compel a result.</p>



<p class="wp-block-paragraph"><strong>Pattadar pass book</strong> — the Telangana land record document evidencing a cultivator&#8217;s rights. Used above as a search example because it is a phrase of exactly the shape this index handles well.</p>



<p class="wp-block-paragraph"><strong>Coparcenary</strong> — in Hindu law, the body of family members who take an interest in ancestral property by birth. Relevant here because devolution before 9 September 2005 turns on statutory amendments that must be sourced accurately.</p>



<p class="wp-block-paragraph"><strong>Sandbox</strong> — the constrained environment the AI assistant reaches my machine through: 2 CPUs, 3 GB of RAM, restricted network. Several design decisions exist only because of it.</p>



<p class="wp-block-paragraph"><strong>TLS validation</strong> — the check that a website&#8217;s certificate chains to a trusted authority. <code>tls=unverified</code> on a stored document means the download was made without that check succeeding, and the document should be confirmed against the browser copy before it is relied upon.</p>

<p>The post <a href="https://techblog.viveksanghi.com/2026/09/building-a-local-indian-law-corpus/">The section that wasn&#8217;t there</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techblog.viveksanghi.com/2026/09/building-a-local-indian-law-corpus/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">261</post-id>	</item>
		<item>
		<title>A parse error, a stalled upgrade, and fifteen years of silence</title>
		<link>https://techblog.viveksanghi.com/2026/09/parse-error-stalled-upgrade-fifteen-years-of-silence/</link>
					<comments>https://techblog.viveksanghi.com/2026/09/parse-error-stalled-upgrade-fifteen-years-of-silence/#respond</comments>
		
		<dc:creator><![CDATA[Vivek Sanghi]]></dc:creator>
		<pubDate>Thu, 03 Sep 2026 19:29:58 +0000</pubDate>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[ai assisted]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[stubborn fanatic]]></category>
		<category><![CDATA[wp-cli]]></category>
		<guid isPermaLink="false">https://techblog.viveksanghi.com/?p=254</guid>

					<description><![CDATA[<p>My tech blog died in 2011. A stalled WordPress 3.2 upgrade, then a PHP 7 parse error that had been repeating in the logs ever since. What the restore turned up, and the four bugs in the script meant to fix it.</p>
<p>The post <a href="https://techblog.viveksanghi.com/2026/09/parse-error-stalled-upgrade-fifteen-years-of-silence/">A parse error, a stalled upgrade, and fifteen years of silence</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">I knew this site was broken. I did not know for how long, or why, and for years I did not look. It sat at techblog.viveksanghi.com returning nothing, and every year that passed made it a slightly larger thing to open.</p>



<p class="wp-block-paragraph">When I finally opened it, the server turned out to have been keeping a precise record of what happened.</p>



<p class="wp-block-paragraph">I did the work over one evening with Claude, which matters to how this reads. I made the decisions and ran every command on my own server; the diagnosis, the scripts and several confident wrong turns came from the model. The wrong turns are in here too, because they were the useful part. Tech is a hobby for me. Law is what earns my living, and a fifteen-year-old broken WordPress had long since stopped being a thing I could justify an evening on. Having something that would grind through log files and SQL dumps without getting bored changed that arithmetic.</p>



<h2 class="wp-block-heading">What the server was saying</h2>



<p class="wp-block-paragraph">The first question was whether anything was alive at all. The domain resolved to my DreamHost IP, same as my other sites, so DNS was fine. HTTPS failed on a certificate error. Over plain HTTP I got a 301 to the www hostname, then a 500 Internal Server Error with an empty response body.</p>



<p class="wp-block-paragraph">An empty 500 is a particular kind of unhelpful. No error on the page, no stack trace, nothing to search for. It means PHP died before producing output, with <code>display_errors</code> off, which on a production host it should be.</p>



<p class="wp-block-paragraph">The useful clue came from the access log rather than the error log:</p>



<pre class="wp-block-code"><code>2026-09-02 21:24:28   200   /favicon.ico</code></pre>



<p class="wp-block-paragraph">A 200. Static files were being served. That one line rules out most of what an empty 500 can mean. Apache was healthy, the virtual host was configured, the document root pointed at the right folder. Only PHP was dying.</p>



<p class="wp-block-paragraph">Which meant anything on the site that was not PHP could still be read. So we asked for the file every WordPress install ships and nobody ever deletes:</p>



<pre class="wp-block-code"><code>curl http://techblog.viveksanghi.com/readme.html</code></pre>



<pre class="wp-block-code"><code>Version 3.1.2
Semantic Personal Publishing Platform</code></pre>



<p class="wp-block-paragraph">WordPress 3.1.2, released April 2011.</p>



<h2 class="wp-block-heading">The one-line cause</h2>



<p class="wp-block-paragraph">The error log had been recording the same entry for years:</p>



<pre class="wp-block-code"><code>[techblog.viveksanghi.com] [warn] mod_fcgid: stderr: PHP Parse error:
syntax error, unexpected token &quot;new&quot; in
/home/viveksanghi/techblog.viveksanghi.com/wp-settings.php on line 219</code></pre>



<p class="wp-block-paragraph">Line 219 of WordPress 3.1.2 reads:</p>



<pre class="wp-block-code"><code>$wp_the_query =&amp; new WP_Query();</code></pre>



<p class="wp-block-paragraph">That <code>=&</code> is assignment by reference to a newly created object. It was correct in PHP 4, where objects were copied on assignment and the reference avoided the copy. PHP 5 made objects handle-based and the construction became pointless. It was deprecated in PHP 5.3 and removed in PHP 7.0.</p>



<p class="wp-block-paragraph">Removed, not deprecated. In PHP 7 and later this is not a warning or a runtime error. It is a parse error. PHP refuses to compile the file, so nothing in it executes, no error handler runs, no output is produced, and Apache has nothing to return but a bare 500.</p>



<p class="wp-block-paragraph">The site did not break from anything I did. It broke when DreamHost moved past PHP 5, and it has been serving 500s to search engines and bots ever since.</p>



<p class="wp-block-paragraph">Could it be patched? The construction appears <strong>252 times</strong> across WordPress core. PHP stops at the first one, but fixing that line only exposes the next. This is not a bug you repair. It is a language incompatibility, and the only answer is a newer WordPress.</p>



<h2 class="wp-block-heading">The timestamp in the root directory</h2>



<p class="wp-block-paragraph">Sitting in the web root was a file called <code>.maintenance</code>, containing one line:</p>



<pre class="wp-block-code"><code>&lt;?php $upgrading = 1309848013; ?&gt;</code></pre>



<p class="wp-block-paragraph">WordPress writes that file when it begins a core update and deletes it when the update finishes. This one was never deleted.</p>



<p class="wp-block-paragraph">That Unix timestamp is <strong>05/07/2011, 06:40 UTC</strong>.</p>



<p class="wp-block-paragraph">WordPress 3.2 was released on 04/07/2011. Alongside <code>.maintenance</code> were two directories in <code>wp-content</code> called <code>wordpress-3.tmp</code> and <code>wordpress-31.tmp</code>, the staging folders the updater uses while unpacking.</p>



<p class="wp-block-paragraph">So: the day after 3.2 came out, I clicked update. It stalled. It left the lock file, the temp directories, and a site still running 3.1.2.</p>



<p class="wp-block-paragraph">The lock file did no harm. WordPress ignores a <code>.maintenance</code> older than ten minutes, a sensible piece of defensive design and the reason the site kept serving afterwards. But it dates the incident to the minute.</p>



<p class="wp-block-paragraph">What the logs cannot tell you is what the site looked like when it stopped.</p>



<p class="wp-block-paragraph">It was running Grid Focus, a theme I had modified by hand over several years until not much of the original remained, with a stack of plugins I had chosen one at a time. The update took it down. I troubleshot for a while. Then life happened, and I lost interest the way you do when a thing stops being fun and starts being a chore.</p>



<p class="wp-block-paragraph">So I let it sit. Somewhere between 2020 and 2022 I paid a freelancer on Fiverr to bring it back, and for a while it worked. That did not last either.</p>



<p class="wp-block-paragraph">Both theme folders were still on the server when I finally went looking. <code>grid_focus_public</code> and <code>gridfocus-v1.5.1b</code>, sitting among fifty other themes I had collected and forgotten, exactly where I left them in 2011.</p>



<h2 class="wp-block-heading">Five years of nobody noticing</h2>



<p class="wp-block-paragraph">The site did not go down in 2011. It went stale in 2011 and died some years later when PHP moved on. The first half is provable.</p>



<p class="wp-block-paragraph">An old <code>wp-dbmanager</code> install had been taking weekly database backups and leaving them in <code>wp-content</code>. There were 134 of them, 2.7 GB in total, running from 29/05/2011 to 31/07/2016.</p>



<p class="wp-block-paragraph">Comparing the oldest against the newest, by table:</p>



<pre class="wp-block-code"><code>techblog_..._20110612.sql   posts: 274,916 bytes   comments: 370,174 bytes
techblog_..._20160731.sql   posts: 274,916 bytes   comments: 370,174 bytes</code></pre>



<p class="wp-block-paragraph">Byte for byte identical. Not a single post or comment changed between June 2011 and July 2016. The blog stopped in 2011 and the backups kept copying the same corpse every Sunday until they stopped too.</p>



<p class="wp-block-paragraph">But the dumps grew from 1.4 MB to 37 MB over those years. Something was expanding. Breaking the 2016 file down by table:</p>



<pre class="wp-block-code"><code>12,549,505  wp_usermeta
   370,174  wp_comments
   342,650  wp_options
   274,916  wp_posts
    79,785  wp_postmeta</code></pre>



<p class="wp-block-paragraph">Twelve and a half megabytes of user metadata against 275 KB of actual writing, reaching about 35 MB by the final backups. Open registration on an unpatched WordPress 3.1.2, and five years of bots signing up. The comments stayed clean, which I put down to Akismet and the captcha plugin, though I cannot prove that from the data. Nothing at all was guarding the registration form.</p>



<p class="wp-block-paragraph">Ninety per cent of my database was junk accounts.</p>



<h2 class="wp-block-heading">Deciding not to repair</h2>



<p class="wp-block-paragraph">Reviving the 3.1.2 install was never really available. There is no supported upgrade path across fifteen years, and the parse error fires before WordPress prints a byte, so I could not reach an admin screen to start one.</p>



<p class="wp-block-paragraph">Rebuilding felt right for a less technical reason. The install carried 44 plugins and 51 themes. Among the plugins were <code>disable-wordpress-core-update</code> and <code>disable-wordpress-plugin-updates</code>, which explains a good deal about why it was still on 3.1.2. Copies of <code>wordpress-28.zip</code> through <code>wordpress-284.zip</code> sat in <code>wp-content</code>, publicly readable. There was a <code>forum</code> directory, empty, and two bbPress integration plugins pointing at it.</p>



<p class="wp-block-paragraph">A WordPress 3.1.2 install had been exposed to the open internet for roughly eight years before PHP killed it, and that version has a long published list of vulnerabilities. There is an irony worth sitting with: the parse error that took the site down has probably been protecting it since about 2019.</p>



<p class="wp-block-paragraph">So: current WordPress, content carried across, nothing else.</p>



<h2 class="wp-block-heading">Getting the content out</h2>



<p class="wp-block-paragraph">The live database was reachable but not trustworthy, and I had 134 dumps provably unchanged since 2011. We took the last one and parsed it directly rather than restoring it anywhere.</p>



<p class="wp-block-paragraph">Two things came out of that which looking at the site would never have shown.</p>



<p class="wp-block-paragraph"><strong>The comments were duplicated.</strong> The table held 840. After normalising whitespace and stripping tags, only 606 were distinct. 234 were exact duplicates of another comment on the same post by the same author, each pair differing only in whether the <code><br /></code> tags had survived:</p>



<pre class="wp-block-code"><code>id=7    2006-09-06 16:54   &#x27;Thanks for viewing my Blog. Well... I must say...&#x27;
id=505  2006-09-06 11:24   &#x27;Thanks for viewing my Blog. Well... I must say...&#x27;</code></pre>



<p class="wp-block-paragraph">The second copies sit in a contiguous block of IDs above 500. The database is called <code>techblog_blogger</code> and the install had a <code>blogger-blogspot-redirect</code> plugin. A Blogger import run twice in 2006, once preserving HTML and once stripping it. Twenty years, and I never noticed, because on the page a duplicate comment just looks like somebody posting twice.</p>



<p class="wp-block-paragraph"><strong>The spam was not where anyone expected.</strong> Given the state of the usermeta table, the assumption was that comments would be full of pharma and casino links. A pattern search for the usual vocabulary returned zero matches. The volume by year decays the way real traffic does, 571 in 2006, 208 in 2007, then single and double digits as the blog went quiet, rather than flooding the way a farmed table does.</p>



<p class="wp-block-paragraph">The first attempt to find spam scored comments by link density. On a blog about Blogger and WordPress hacks that is a terrible signal, and it flagged 43 comments, most of them my own replies containing four or five links to code examples. Claude had produced that heuristic, run it, looked at the output and thrown it away unprompted, which was the right call and not one I would have caught if it had not shown me the list.</p>



<p class="wp-block-paragraph">The second pass went by author name and destination domain and found the real thing: thirteen keyword-anchor link drops, the kind where the author name is the product. &#8220;Mens Suit&#8221; linking to a suit retailer. &#8220;Website Design Atlanta&#8221;, three times. &#8220;beats for sale&#8221;. &#8220;laptop battery&#8221;. Short, on-topic enough, easy to approve by accident in 2010.</p>



<p class="wp-block-paragraph">That left 593 comments, all genuine, threading intact.</p>



<p class="wp-block-paragraph">There was also a post dated 26/12/2020 in a database dumped in 2016. A draft whose <code>post_date</code> carried a mistyped year, its <code>post_modified</code> correctly reading 27/12/2010. It had been sitting ten years in the future for a decade.</p>



<h2 class="wp-block-heading">What the rehearsal caught</h2>



<p class="wp-block-paragraph">Rather than trust the import, we rehearsed it: MariaDB and WP-CLI in a throwaway container, the same WordPress version, a replica of the uploads folder, the real import file.</p>



<p class="wp-block-paragraph">Every expected number came back right except one. <strong>Attachments came out as zero instead of eighteen.</strong></p>



<p class="wp-block-paragraph">The WordPress importer does not simply create attachment records. For each attachment it <em>downloads</em> the file from the URL in <code>wp:attachment_url</code>. In the container that URL was unreachable, so every attachment failed silently.</p>



<p class="wp-block-paragraph">On a real server it is worse than a clean failure. The URL points at the site being restored, over HTTPS, at a moment when the certificate has not been issued. And if the download does succeed, it writes a second copy of every file beside the ones already sitting in <code>wp-content/uploads</code>.</p>



<p class="wp-block-paragraph">The fix is to tell it not to:</p>



<pre class="wp-block-code"><code>wp import export.xml --authors=create --skip=attachment</code></pre>



<p class="wp-block-paragraph">and then register the files already on disk, in place:</p>



<pre class="wp-block-code"><code>find wp-content/uploads -type f \( -iname &#x27;*.jpg&#x27; -o -iname &#x27;*.gif&#x27; \) \
  | grep -vE -- &#x27;-[0-9]+x[0-9]+\.[A-Za-z]+$&#x27; \
  | while read -r f; do wp media import &quot;$f&quot; --skip-copy; done</code></pre>



<p class="wp-block-paragraph">The <code>grep -v</code> matters. Of 56 files in the uploads folder, 36 were WordPress&#8217;s own generated thumbnails. Without that filter every <code>-150x150</code> crop becomes its own media library entry.</p>



<p class="wp-block-paragraph">Nobody would have found this by reading the script. It appeared only by running the whole thing end to end against a real database.</p>



<h2 class="wp-block-heading">Four ways the deploy script was wrong</h2>



<p class="wp-block-paragraph">This is the part I would not have predicted before the evening started. The script that rebuilt the site was written for me to paste into an SSH session, and it had to be fixed four times before it ran clean. Every failure was caught by the script&#8217;s own preflight, before anything on my server was touched.</p>



<p class="wp-block-paragraph"><strong><code>getent</code> does not exist on DreamHost&#8217;s shell.</strong> The DNS check used it. The script would have aborted in preflight with a confusing error. Replaced with a PHP lookup, since PHP is guaranteed present there.</p>



<p class="wp-block-paragraph"><strong><code>pipefail</code> and <code>head</code> do not mix.</strong> The script ran <code>wp --info | head -3</code>. <code>head</code> closes the pipe after three lines, <code>wp</code> gets SIGPIPE and exits 141, and <code>set -o pipefail</code> with <code>set -e</code> turns that into a silent abort. The three lines of output on my screen were the last thing the script printed before killing itself, and the failure looked like nothing at all.</p>



<p class="wp-block-paragraph"><strong>A <code>$</code> in a password.</strong> My admin password contained <code>$4</code>. Inside double quotes bash expands that as a positional parameter, which does not exist, and <code>set -u</code> correctly aborted. The config block now uses single quotes.</p>



<p class="wp-block-paragraph"><strong><code>--raw</code> wrote an undefined constant.</strong> This one actually reached my server. The script ran <code>wp config set WP_AUTO_UPDATE_CORE minor --raw</code>, which writes <code>define('WP_AUTO_UPDATE_CORE', minor);</code> without quotes. In PHP 8 an undefined constant is a fatal error, so WordPress could not load at all, and the script reported it as &#8220;cannot reach the database&#8221; — which was wrong and sent me looking in the wrong place.</p>



<p class="wp-block-paragraph">There was a fifth, structural, caught before I ran anything: the original script tested the database connection <em>after</em> renaming my site directory. If the database had been unreachable, it would have moved my entire site aside and then died. That ordering was reversed so every destructive step sits behind a check that has already passed.</p>



<p class="wp-block-paragraph">I record these because the honest version of &#8220;an AI helped me fix my site&#8221; includes the four times it handed me something broken. What made it work was not that the output was right first time. It was that each failure was cheap, legible, and caught before it cost anything.</p>



<h2 class="wp-block-heading">The redirect loop I caused myself</h2>



<p class="wp-block-paragraph">With WordPress installed and content imported, the site returned a redirect loop. <code>techblog.viveksanghi.com</code> redirected to <code>www.techblog.viveksanghi.com</code>, which redirected straight back, forever.</p>



<p class="wp-block-paragraph">We assumed the host was misconfigured. I opened a support ticket saying so. One command showed we were half wrong:</p>



<pre class="wp-block-code"><code>curl -sI http://techblog.viveksanghi.com/readme.html      → 301
curl -sI http://www.techblog.viveksanghi.com/readme.html  → 200 OK</code></pre>



<p class="wp-block-paragraph">A static file that exists on disk gets redirected at the bare hostname and served at www. That first redirect happens above <code>.htaccess</code>, in the host&#8217;s virtual host configuration, and nothing on my side could override it. That half was DreamHost&#8217;s, and they removed it inside a couple of hours when asked properly.</p>



<p class="wp-block-paragraph">The second redirect was mine. Static files at www served fine and only WordPress-handled paths bounced. That is <code>redirect_canonical</code> doing its job, because <code>siteurl</code> and <code>home</code> were set to the bare hostname while the server was serving www. Each half behaved correctly. Together they were an infinite loop.</p>



<p class="wp-block-paragraph">Testing a static file rather than the homepage is what separated them. On the homepage both redirects are in play and the trace tells you nothing about which layer owns which. I cancelled the first ticket and filed a more accurate one.</p>



<h2 class="wp-block-heading">What I would tell someone with a site in this state</h2>



<p class="wp-block-paragraph"><strong>Test a static file first.</strong> Whether <code>readme.html</code> serves tells you in one request whether the web server is broken or only PHP is. Almost everything that followed came out of that one 200.</p>



<p class="wp-block-paragraph"><strong>The error log is the whole answer, and it is not in the panel.</strong> The hosting control panel showed access logs and traffic graphs for days. The actual parse error, repeating identically for years, was in a file on disk.</p>



<p class="wp-block-paragraph"><strong>Check whether your content changed before you value your backups.</strong> 134 weekly backups sound like excellent hygiene. Comparing the first against the last showed 134 copies of the same 2011 content, with only the spam growing. Backup count measures nothing.</p>



<p class="wp-block-paragraph"><strong>Rehearse the restore.</strong> A throwaway database and a full dry run took under an hour and caught a defect that would have cost the entire media library, silently, with a success message.</p>



<p class="wp-block-paragraph"><strong>Suspect your own configuration before your host&#8217;s.</strong> I was three quarters of the way to blaming DreamHost for a redirect loop I had created myself.</p>



<p class="wp-block-paragraph"><strong>If you are working with a model, make it show you its output, not just its conclusions.</strong> Every one of the four script defects and the bad spam heuristic surfaced because something got printed and looked wrong. None of them surfaced from reading the code.</p>



<p class="wp-block-paragraph">The site is back. Seventy-five posts, 17/04/2006 to 25/05/2011, and 593 comments, on WordPress 7.1 with a clean database and no plugins carried across.</p>



<p class="wp-block-paragraph">Sixty-eight images in the older posts still point at <code>photos1.blogger.com</code> and the <code>bp1</code> to <code>bp3</code> hosts, which Google retired years ago. Those have been broken far longer than the site was, and there is nothing left to restore them from. I am inclined to leave them, with a note. A blog that ran from 2006 should be allowed to show its age somewhere.</p>

<p>The post <a href="https://techblog.viveksanghi.com/2026/09/parse-error-stalled-upgrade-fifteen-years-of-silence/">A parse error, a stalled upgrade, and fifteen years of silence</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techblog.viveksanghi.com/2026/09/parse-error-stalled-upgrade-fifteen-years-of-silence/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">254</post-id>	</item>
		<item>
		<title>ipad 2 – My App List and usage in India</title>
		<link>https://techblog.viveksanghi.com/2011/05/ipad-2-my-app-list-and-usage-in-india/</link>
		
		<dc:creator><![CDATA[Vivek Sanghi]]></dc:creator>
		<pubDate>Wed, 25 May 2011 09:46:35 +0000</pubDate>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[ipad]]></category>
		<guid isPermaLink="false">https://techblog.viveksanghi.com/?p=219</guid>

					<description><![CDATA[<p>Hi, seems like an eternity has passed since my last post. However I was really away from the tech world building a career for my self. While I am still engaged in a business of my own, I did want to write today. It&#8217;s been over a month and a half since I have been [&#8230;]</p>
<p>The post <a href="https://techblog.viveksanghi.com/2011/05/ipad-2-my-app-list-and-usage-in-india/">ipad 2 &#8211; My App List and usage in India</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hi, seems like an eternity has passed since my last post. However I was really away from the tech world building a career for my self. While I am still engaged in a business of my own, I did want to write today.</p>
<p>It&#8217;s been over a month and a half since I have been using ipad 2 (3g+wifi 64 GB) here in India. Thankfully I have a good wifi setup at home where I could use and update ipad after my work hours. ipad is an impressive device and very easy to use as well. Once you learn how to get your way around ipad&#8217;s app store, itunes etc you might actually end up spending more time on your ipad and less on your notebook.</p>
<p>I have found ipad to be a great device for almost all basic work such as browsing, sending emails. listening to music, watching movies, videos etc However it isn&#8217;t a great option for reading books, magazines etc. Long periods of reading on ipad are tiring for a couple of reasons:</p>
<p>1. Screen brightness causes eye fatigue<br />
2. ipad is kind of heavy of holding in hand (esp while travelling and in bed) and reading for a long time<br />
3. Lack of a single store or app for meeting all my book/magazine/newspaper reading requirements</p>
<p>However I&#8217;d still give ipad a very high score for all the other things that it can do. Below is a list of various apps I use regularly</p>
<p><strong>Reading</strong></p>
<p>Flipad<br />
Zinio<br />
Kindle<br />
iBooks</p>
<p>&nbsp;</p>
<p><strong>News</strong></p>
<p>CNN<br />
NDTV<br />
TOI (Times of India app)</p>
<p>&nbsp;</p>
<p><strong>Games</strong></p>
<p>Trade Nations<br />
Contract Killer<br />
Can Knockdown<br />
Overkill<br />
tictac free</p>
<p><strong>Video Player</strong></p>
<p>Azul Media Player</p>
<p>&nbsp;</p>
<p><strong>File Transfer</strong></p>
<p>USB Disk<br />
Dropbox</p>
<p>&nbsp;</p>
<p><strong>Fitness</strong></p>
<p>Dailyburn</p>
<p>&nbsp;</p>
<p><strong>Other Apps</strong></p>
<p>Compass<br />
Truphone<br />
xmarks (bookmark synchronization)</p>
<p>Some of these apps esp the games contain in-app purchases and can be pretty addictive.</p>
<p><strong>3G Usage</strong></p>
<p>I have used BSNL 3G on my ipad and found it to be pretty impressive and fast. I had to cut up my regular SIM into a micro SIM and use it on ipad. However, BSNL now offers ipad plans (prepaid and postpaid). Unfortunately pre-paid SIMs for iPad are currently unavailable and post paid as only one plan i.e. Rs 999/- unlimited</p>
<p>Other players such as airtel, Tata Docomo etc do not seem to have any inexpensive data plans for 3g. I hope they come out with some good competitive plans for 3G data users.</p>
<p>The post <a href="https://techblog.viveksanghi.com/2011/05/ipad-2-my-app-list-and-usage-in-india/">ipad 2 &#8211; My App List and usage in India</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">219</post-id>	</item>
		<item>
		<title>Disqus Comment System for WordPress</title>
		<link>https://techblog.viveksanghi.com/2010/03/disqus-comment-system-for-wordpress/</link>
					<comments>https://techblog.viveksanghi.com/2010/03/disqus-comment-system-for-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[Vivek Sanghi]]></dc:creator>
		<pubDate>Wed, 17 Mar 2010 12:43:52 +0000</pubDate>
				<category><![CDATA[social]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[comment]]></category>
		<guid isPermaLink="false">https://techblog.viveksanghi.com/?p=214</guid>

					<description><![CDATA[<p>This blog is now using an interesting new comment system called DISQUS. I like Disqus for the following reasons: 1. It allows users to log in via multiple sites such as Twitter, Facebook, Open Id, Yahoo and Disqus itself 2. It allows users to track all their comments made across multiple sites, at a single [&#8230;]</p>
<p>The post <a href="https://techblog.viveksanghi.com/2010/03/disqus-comment-system-for-wordpress/">Disqus Comment System for WordPress</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This blog is now using an interesting new comment system called <a title="DISQUS Comments" href="http://disqus.com/" target="_blank">DISQUS</a>. I like Disqus for the following reasons:</p>
<p>1. It allows users to log in via multiple sites such as Twitter, Facebook, Open Id, Yahoo and Disqus itself</p>
<p>2. It allows users to track all their comments made across multiple sites, at a single place</p>
<p>3. When users manage their comments through Disqus and / or log into Disqus via one of their social networking accounts, the comment they make also gets published in their social networking feed resulting in greater propagation of the source post where the comment was made</p>
<p>4. Incredibly easy and smooth <a href="http://disqus.com/comments/wordpress/" target="_blank">integration</a> with wordpress</p>
<p>The post <a href="https://techblog.viveksanghi.com/2010/03/disqus-comment-system-for-wordpress/">Disqus Comment System for WordPress</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techblog.viveksanghi.com/2010/03/disqus-comment-system-for-wordpress/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">214</post-id>	</item>
		<item>
		<title>bbPress: Installation and Deep Integration with WordPress</title>
		<link>https://techblog.viveksanghi.com/2009/12/bbpress-installation-and-deep-integration-with-wordpress/</link>
					<comments>https://techblog.viveksanghi.com/2009/12/bbpress-installation-and-deep-integration-with-wordpress/#comments</comments>
		
		<dc:creator><![CDATA[Vivek Sanghi]]></dc:creator>
		<pubDate>Sat, 19 Dec 2009 17:00:07 +0000</pubDate>
				<category><![CDATA[bbpress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[forum]]></category>
		<guid isPermaLink="false">https://techblog.viveksanghi.com/?p=186</guid>

					<description><![CDATA[<p>bbPress is a very easy to use forum or bulletin board software from the creators of wordpress. This article will cover installation of bbpress for a wordpress blog and its deep integration with wordpress blog such that the blog and the forum share common logins, cookies and user databases.</p>
<p>The post <a href="https://techblog.viveksanghi.com/2009/12/bbpress-installation-and-deep-integration-with-wordpress/">bbPress: Installation and Deep Integration with WordPress</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hello friends. It&#8217;s been a long time since I have posted any new articles here. This is because I have been keeping very busy with my work life and find no time to research and explore blogger/wordpress code.</p>
<p>Recently I learnt about a forum software by name bbpress which can integrate well with wordpress blogs. I decided to squeeze time out of my schedule to try this software and write about it.</p>
<p><a href="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/bbwp.jpg"><img decoding="async" class="aligncenter size-medium wp-image-203" title="bbPress is a forum software launched by makers of wordpress" src="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/bbwp-300x54.jpg" alt="" width="300" height="54" /></a></p>
<p>bbPress is a very easy to use forum or bulletin board software from the creators of wordpress. To quote their website:</p>
<p>&#8220;bbPress is focused on web standards, ease of use, ease of integration, and speed. We’re keeping things as small and light as possible while still allowing for great add-on features through our extensive plugin system.&#8221;</p>
<p>This article will cover installation of bbpress for a wordpress blog and its deep integration with wordpress blog such that the blog and the forum share common logins, cookies and user databases. Make a note of the versions used before you proceed to read the installation/integration tutorial:</p>
<p>bbPress version: 1.0.2<br />
Wordpress version: 2.8.9</p>
<p><strong>bbPress download and server setup</strong></p>
<p>&#8211; As a first step you need to download bbpress from <a title="bbpress download" href="http://bbpress.org/download/" target="_blank">here</a>. Unzip and rename the folder to what ever you like. Whatever name you choose will also become a part of your forum URL in the following format:</p>
<p>&lt;wordpress blog URL&gt;/&lt;bbPress folder name&gt;</p>
<p>&#8211; Now upload this folder under you main wordpress directory on the server where you are hosting your blog. For example, I had renamed my bbPress directory to &#8220;forum&#8221; and uploaded it under the folder techblog.viveksanghi.com on the webserver such that my forum url become:</p>
<p>https://techblog.viveksanghi.com/forum</p>
<p><strong>WordPress Setup</strong></p>
<p><span style="text-decoration: underline;">bbPress Integration Plugin</span></p>
<p>&#8211; Now login into you wordpress admin panel, install the plugin <a title="bbPress Integration plugin for wordpress" href="http://wordpress.org/extend/plugins/bbpress-integration/" target="_blank">bbpress integration</a> into wordpress and activate the plugin. On the plugin’s configuration page enter the URL of your bbpress forum which will be in the following format as already explained earlier:</p>
<p>&lt;yourblog URL&gt;/&lt;bbpress folder name&gt;.</p>
<p><a href="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/bbintegration-wpplugin.jpg" target="_blank"><img decoding="async" class="aligncenter size-medium wp-image-188" title="click to view an enlarged image" src="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/bbintegration-wpplugin-300x108.jpg" alt="" width="300" height="108" /></a></p>
<p>Do not change anything else and hit the save button. Scroll down on the same page and you will be shown some code that you need to enter into your wordpress config file. Make a note of this code as we will require it in the next step.</p>
<p><span style="text-decoration: underline;">WordPress Config</span></p>
<p>&#8211; Apart from the above-mentioned piece of code from the previous step, there are some additional changes that you need to make to your wordpress config file. Let’s looks are what additions are to be made to the wordpress configuration file. Download and edit your wordpress config file. This will be located under your main wordpress folder by the name <em>wp-config.php</em></p>
<p>You have to enter the following values in the wp-config.php file:</p>
<p>AUTH_KEY<br />
SECURE_AUTH_KEY<br />
LOGGED_IN_KEY</p>
<p>Go <a title="Generate random Secret keys" href="http://api.wordpress.org/secret-key/1.1/" target="_blank">here</a> to generate complex keys for the above mentioned items. Then paste these keys in the wp-config.php file as shown below:</p>
<p><a href="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/wp-config-01.jpg"><img fetchpriority="high" decoding="async" class="aligncenter size-medium wp-image-195" title="wp-config-01" src="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/wp-config-01-300x209.jpg" alt="" width="300" height="209" /></a></p>
<p>Also paste the code we generated earlier from the bbpress integration plugin of wordpress as shown in the image above.</p>
<p>Now its time to start your bbPress installation. However make sure to have the following details about your wordpress database handy as we will use the same database for wordpress and bbpress.</p>
<p>&#8211; WordPress database name<br />
&#8211; WordPress database hostname (Note that it will not be “localhost” if you are hosting on dreamhost or other such hosting site)<br />
&#8211; WordPress database username<br />
&#8211; WordPress database password<br />
&#8211; WordPress table prefix</p>
<p>In case you are new to using databases and/or are not sure where to find the above mentioned details, then you might want to install the <a title="WP DB Manager" href="http://wordpress.org/extend/plugins/wp-dbmanager/" target="_blank">WP-DBManager</a> plugin in wordpress and should be able to view all these above details from within wordpress.</p>
<p>Once these details are ready, you may start the installation by proceeding to the following link:</p>
<p>[your bbPress forum URL]/bb-admin/options-wordpress.php</p>
<p><strong>Step 1 – Database configuration</strong></p>
<p>First you will be presented with the following screen:</p>
<p><a href="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-step01-01.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-190" title="Click on the image to view an enlarged image" src="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-step01-01-300x210.jpg" alt="" width="300" height="210" /></a></p>
<p>Now enter the database details you collated earlier, as shown in the image below. You may also use the question mark symbols to learn more about each of these fields.</p>
<p><a href="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-step01-02.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-191" title="Click on the image to view an enlarged image" src="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-step01-02-300x239.jpg" alt="" width="300" height="239" /></a></p>
<p>And then proceed to step 2.</p>
<p><strong>Step 2 – WordPress Integration Settings</strong></p>
<p>To fill in the details required for step 2, load the options screen of your wordpress blog using the following link:</p>
<p><a href="http://www.diary.viveksanghi.com/wp-admin/options.php"></a></p>
<p>[wordpress link]/wp-admin/options.php</p>
<p>On the bbpress installation page check integration and cookie integration settings as shown in the image. Now add the auth cookie, secure auth cookie and logged in key values (we created these values earlier before starting installation of bbpress) from the <em>wp-config.php</em> file. The salt values will be available from the wordpress options screen we loaded a while ago.</p>
<p><a href="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-Step02-01.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-192" title="Click on the image to view an enlarged image" src="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-Step02-01-300x260.jpg" alt="" width="300" height="260" /></a></p>
<p>If you do not find the secure auth cookie salt value, you may leave it blank and it should not be a problem. Then scroll down and also check user database integration settings. Fill in the values from the database values that you noted earlier. Most of you will only require the wordpress database table prefix. Now save the integration settings and you will be prompted to proceed to step three.</p>
<p><a href="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-Step02-02.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-193" title="Click on the image to view an enlarged image" src="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-Step02-02-300x129.jpg" alt="" width="300" height="129" /></a></p>
<p><strong>Step 3 &#8211; Site settings</strong></p>
<p>Fill in a name for your forum and the site URL as shown below. Site URL will depend on the folder name you gave to the bbpress folder before uploading it under wordpress folder.</p>
<p><a href="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-Step03-01.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-194" title="Click on the image to view an enlarged version" src="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-Step03-01-300x205.jpg" alt="" width="300" height="205" /></a></p>
<p>Select the wordpress admin name from the drop down as the bbpress keymaster unless you wish to alot this supreme role to anyone else. Give a name for your first forum, then hit the save site settings button and you should be ready to proceed to your forum page.</p>
<p>Now go to the admin panel of your forum and select wordpress integration under the settings tab as shown in the image below.  Here you have to map user roles between wordpress and bbPress users as the user list is now synchronized and/or common between the two.</p>
<p><a href="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-integration.jpg"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-189" title="Click on the image to view an enlarged image" src="https://techblog.viveksanghi.com/wp-content/uploads/2009/12/bbpress-integration-300x124.jpg" alt="" width="300" height="124" /></a></p>
<p>Once you save these settings, your wordpress and bbPress will be integrated and you are ready to go.</p>
<p>I am also planning to research into a system/plugin such that the wordpress posts become topics and the comments on each wordpress post become forum posts under these topics. If I find out some thing on these lines, I will definitely update this post or create a second post on this topic.</p>
<p><strong>References</strong>: I researched the bbPress forums extensively and did a lot of hands on tinkering to learn how to install bbPress and integrate it with wordpress. This <a title="bbPress Forums" href="http://bbpress.org/forums/topic/wordpress-and-bbpress-integration-101" target="_blank">link</a> was particularly helpful in my learning process.</p>
<p>The post <a href="https://techblog.viveksanghi.com/2009/12/bbpress-installation-and-deep-integration-with-wordpress/">bbPress: Installation and Deep Integration with WordPress</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techblog.viveksanghi.com/2009/12/bbpress-installation-and-deep-integration-with-wordpress/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">186</post-id>	</item>
		<item>
		<title>Blogging on custom domains using Blogger and WordPress with and without self hosting</title>
		<link>https://techblog.viveksanghi.com/2009/01/blogging-on-custom-domains-using-blogger-and-wordpress-with-and-without-self-hosting/</link>
					<comments>https://techblog.viveksanghi.com/2009/01/blogging-on-custom-domains-using-blogger-and-wordpress-with-and-without-self-hosting/#comments</comments>
		
		<dc:creator><![CDATA[Vivek Sanghi]]></dc:creator>
		<pubDate>Sun, 11 Jan 2009 20:32:55 +0000</pubDate>
				<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">https://techblog.viveksanghi.com/?p=167</guid>

					<description><![CDATA[<p>&#8216;lo, In this article I will explain how you can: 1. Blog on a custom domain (eg. www.&#60;yourname&#62;.com) while not having to buy any hosting space on the web (Will cover both Blogger and WordPress) 2. Blog on a custom domain while also having custom hosting (Will cover only wordpress and explain how to migrate blogger blogs [&#8230;]</p>
<p>The post <a href="https://techblog.viveksanghi.com/2009/01/blogging-on-custom-domains-using-blogger-and-wordpress-with-and-without-self-hosting/">Blogging on custom domains using Blogger and WordPress with and without self hosting</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&#8216;lo,</p>
<p>In this article I will explain how you can:</p>
<p>1. Blog on a custom domain (eg. www.&lt;yourname&gt;.com) while not having to buy any hosting space on the web (Will cover both Blogger and WordPress)</p>
<p>2. Blog on a custom domain while also having custom hosting (Will cover only wordpress and explain how to migrate blogger blogs to custom/self-hosted wordpress)</p>
<p>I understand that many readers may question the need for this article when there are plenty or articles on the web. However I will try to make it very simple and easy to follow with judicious use of screenshots to make life simple.</p>
<p>Before proceeding, let&#8217;s note that one can always start of a free blog on popular blogging platforms like Google&#8217;s Blogger or WordPress. The URL of a blog on these free services will be like:</p>
<p>&lt;example&gt;.blogspot.com</p>
<p>&lt;example&gt;.wordpress.com</p>
<p>If you are new to blogging, I recommend that you first try out hosting via these free platforms and see if you are able to maintain a good posting frequency. Once seasoned, go ahead and buy web hosting etc and host the blog by yourself.</p>
<p><strong>Blog on a custom domain (eg. www.&lt;yourname&gt;.com) while not having to buy any hosting space on the web (Will cover both Blogger and WordPress)</strong></p>
<p>If you have a blog on Blogger or WordPress.com, you might be pleased to know that both these platforms allow you to buy a custom domain name and make that the URL address of your blog.</p>
<p><strong>Blogger</strong></p>
<p><a href="https://techblog.viveksanghi.com/wp-content/uploads/2009/01/blogger1.jpg" target="_blank"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-168" title="Click to expand image (opens in a new tab/window)" src="https://techblog.viveksanghi.com/wp-content/uploads/2009/01/blogger1-300x175.jpg" alt="blogger1" width="300" height="175" align="center" /></a></p>
<p>1. To view the custom domain settings facility in your blogger account, just go to the settings -&gt; publishing area as shown in the image <strong>above</strong> (expand image to read the instructions or just follow the on screen instructions in your account. It&#8217;s very easy!)</p>
<p><a href="https://techblog.viveksanghi.com/wp-content/uploads/2009/01/blogger2.jpg" target="_blank"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-169" title="Click to expand image (opens in a new tab/window)" src="https://techblog.viveksanghi.com/wp-content/uploads/2009/01/blogger2-300x190.jpg" alt="Click to expand image (opens in a new tab/window)" width="300" height="190" /></a></p>
<p>2. If you choose to buy a domain from Google, use this page as shown in the image <strong>above</strong> (read the price and the time period for which you are paying very carefully). As of now Google is using godaddy.com as partner for the domain name registrations and is also providing Google Apps on the domain. Which probably means you can have an email address like &lt;yourname&gt;@&lt;yourdomain&gt;.com .</p>
<p>3. However, if you have already bought a domain elsewhere, then click on the &#8220;Switch to advanced settings&#8221; link. You will be present with a page which looks like this:</p>
<p><a href="https://techblog.viveksanghi.com/wp-content/uploads/2009/01/blogger3.jpg" target="_blank"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-170" title="Click to expand image (Opens in a new tab/window)" src="https://techblog.viveksanghi.com/wp-content/uploads/2009/01/blogger3-300x103.jpg" alt="Click to expand image (Opens in a new tab/window)" width="300" height="103" /></a></p>
<p>4. Click on the link &#8220;setup instructions&#8221; and read it very carefully before you proceed with this step. You will have to create a CNAME (<a href="http://www.webopedia.com/TERM/C/CNAME.html" target="_blank">Canonical Name</a>) record. This will make your domain point to Google&#8217;s servers such that when someone visits your domain, the request is forwarded to Google servers and they can fetch the appropriate blog (i.e. your blogspot blog) and display it to the visitor.</p>
<p>Blogger help provides <a href="http://help.blogger.com/bin/answer.py?answer=58317" target="_blank">specific instructions</a> on setting up CNAME for certain domain providers. If you do not plan to buy your domain from Google and then I recommend buying it from one of the service providers listed on that page.</p>
<p>This step can be troublesome and you may feel free to <a href="http://www.viveksanghi.com/contact" target="_blank">contact me</a> if you need any assistance. However note that I may be slow in responding and the real fun is in trying it out on your own <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>5. Once everything is done, enter the word verification and save your settings. Give it some time and then your blog will start working on your custom domain URL. Your old blogspot address will automatically redirect to your new custom domain.</p>
<p>As always, if you face problems, you may redirect your questions to me and I will direct you in the right direction <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f61b.png" alt="😛" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p><strong>WordPress</strong></p>
<p>If you have not already purchased a domain, then just like Blogger, wordpress also allows you to purchase a domain + redirect your wordpress.com blog to it for USD 15.00 (on this date).</p>
<p>You can also have your custom email by using Google apps on this newly purchased domain (<a href="http://support.wordpress.com/domain-mapping/custom-email/" target="_blank">learn more</a>)</p>
<p><strong>Buy a domain from wordpress and use it for your wordpress.com blog</strong></p>
<p><a href="https://techblog.viveksanghi.com/wp-content/uploads/2009/01/wp2.jpg" target="_blank"><img loading="lazy" decoding="async" class="alignright size-full wp-image-174" title="Upgrades -&gt; Domains" src="https://techblog.viveksanghi.com/wp-content/uploads/2009/01/wp2.jpg" alt="Upgrades -&gt; Domains" width="165" height="243" /></a></p>
<p>1. Go to the &#8220;domains&#8221; section under &#8220;upgrades&#8221; on your wordpress.com dashboard (See the image).</p>
<p>2. On the page that appears, enter the domain you wish to use for your blog and click on &#8220;Add Domain to Blog&#8221; button (See the image below). A page will appear asking you to buy 15 credits to complete this transaction (unless you already have credits in your account). Note that you must have a Paypal account to purchase credits (currently 1 credit = USD 1.00).</p>
<p><a href="https://techblog.viveksanghi.com/wp-content/uploads/2009/01/wp1-2.jpg" target="_blank"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-172" title="Click to expand image (opens in a new tab/window)" src="https://techblog.viveksanghi.com/wp-content/uploads/2009/01/wp1-2-300x121.jpg" alt="wordpress2" width="300" height="121" /></a></p>
<p>3. Then you have to make sure (refer to the image below) that your newly purchased domain is recognized as your blog URL on the &#8220;domains&#8221; page and your wordpress.com blog redirects to your custom domain (also called <a href="http://support.wordpress.com/domain-mapping/" target="_blank">domain mapping</a>).</p>
<p><a href="https://techblog.viveksanghi.com/wp-content/uploads/2009/01/wp1-3.jpg" target="_blank"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-173" title="Click to expand image (Opens in a new tab/window)" src="https://techblog.viveksanghi.com/wp-content/uploads/2009/01/wp1-3-300x47.jpg" alt="Click to expand image (Opens in a new tab/window)" width="300" height="47" /></a></p>
<p>That&#8217;s it. You are ready.</p>
<p>You might want to <a href="http://support.wordpress.com/domain-mapping/domain-management/" target="_blank">learn more</a> about managing domains purchased through wordpress.</p>
<p><strong>Using your separately purchased domain for your wordpress.com blog</strong></p>
<p>1. <a href="http://support.wordpress.com/domain-mapping/" target="_blank">Visit this link</a> and setup your domain to be used in wordpress domain mapping process. All you have to do is add the nameservers shown there to your domain. Remove any existing nameservers from your domain.</p>
<p><a href="https://techblog.viveksanghi.com/wp-content/uploads/2009/01/wp1-2.jpg" target="_blank"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-172" title="Click to expand image (Opens in a new window/tab)" src="https://techblog.viveksanghi.com/wp-content/uploads/2009/01/wp1-2-300x121.jpg" alt="Click to expand image. Opens in a new window/tab." width="300" height="121" /></a></p>
<p>2. Once your domain is ready go to the &#8220;domains&#8221; section under upgrades, on your wordpress.com dashboard. Enter the domain name you wish to use as shown in the image above and click on the &#8220;Add Domain to Blog&#8221; button. If your nameservers are set correctly and have propagated, then WordPress will allow you to buy 10 credits to enable this domain mapping.</p>
<p>3. Now go to step 3 in the previous section (above) and you will be ready</p>
<p>If you ever have any problems regarding domain mapping, please do visit <a href="http://en.forums.wordpress.com/tags/domain-mapping" target="_blank">this link</a> to seek help.</p>
<p><strong>Alternate way to buy WordPress credits</strong></p>
<p>Log into your wordpress.com account go to the gifts section under upgrades as shown in the image below:</p>
<p><a href="https://techblog.viveksanghi.com/wp-content/uploads/2009/01/wp3.jpg" target="_blank"><img loading="lazy" decoding="async" class="aligncenter size-medium wp-image-175" title="Click to expand image (Opens in a new window/tab)" src="https://techblog.viveksanghi.com/wp-content/uploads/2009/01/wp3-300x221.jpg" alt="wordpress" width="300" height="221" /></a></p>
<p>While this page will allow you to gift the credits to other wordpress users, you may simply use it to purchase credits for your wordpress.com account.</p>
<p>I hope this article will make life simpler for everybody who is new to blogging platforms. Stay tuned for my next article where I will talk about having a blog on a custom domain with custom hosting.</p>
<p>The post <a href="https://techblog.viveksanghi.com/2009/01/blogging-on-custom-domains-using-blogger-and-wordpress-with-and-without-self-hosting/">Blogging on custom domains using Blogger and WordPress with and without self hosting</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techblog.viveksanghi.com/2009/01/blogging-on-custom-domains-using-blogger-and-wordpress-with-and-without-self-hosting/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">167</post-id>	</item>
		<item>
		<title>Welcome to the new location of Stubborn Fanatic</title>
		<link>https://techblog.viveksanghi.com/2008/12/welcome-to-the-new-location-of-stubborn-fanatic/</link>
					<comments>https://techblog.viveksanghi.com/2008/12/welcome-to-the-new-location-of-stubborn-fanatic/#comments</comments>
		
		<dc:creator><![CDATA[Vivek Sanghi]]></dc:creator>
		<pubDate>Sun, 28 Dec 2008 20:15:45 +0000</pubDate>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogspot]]></category>
		<category><![CDATA[stubborn fanatic]]></category>
		<guid isPermaLink="false">https://techblog.viveksanghi.com/?p=164</guid>

					<description><![CDATA[<p>Hello All, I have successfully redirected stubborn-fanatic.blogspot.com to techblog.viveksanghi.com. The new home for this blog. Those of you who were looking at my blogspot template for design ideas will be unable to do so any more. However I can send you my blogspot template&#8217;s full code for a nominal payment of $20 via paypal only. [&#8230;]</p>
<p>The post <a href="https://techblog.viveksanghi.com/2008/12/welcome-to-the-new-location-of-stubborn-fanatic/">Welcome to the new location of Stubborn Fanatic</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hello All,</p>
<p>I have successfully redirected stubborn-fanatic.blogspot.com to techblog.viveksanghi.com. The new home for this blog.</p>
<p>Those of you who were looking at my blogspot template for design ideas will be unable to do so any more. However I can send you my blogspot template&#8217;s full code for a nominal payment of $20 via paypal only. If you are interested, please contact me using this <a title="Contact Me" href="http://www.viveksanghi.com/contact/" target="_blank">link</a> for further instructions.</p>
<p>The post <a href="https://techblog.viveksanghi.com/2008/12/welcome-to-the-new-location-of-stubborn-fanatic/">Welcome to the new location of Stubborn Fanatic</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techblog.viveksanghi.com/2008/12/welcome-to-the-new-location-of-stubborn-fanatic/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">164</post-id>	</item>
		<item>
		<title>Contest Suggestion: 31 Days of the Dragon</title>
		<link>https://techblog.viveksanghi.com/2008/05/contest-suggestion-31-days-of-the-dragon/</link>
		
		<dc:creator><![CDATA[Vivek Sanghi]]></dc:creator>
		<pubDate>Wed, 14 May 2008 19:31:00 +0000</pubDate>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[suggested]]></category>
		<guid isPermaLink="false">https://techblog.viveksanghi.com/2008/05/contest-suggestion-31-days-of-the-dragon/</guid>

					<description><![CDATA[<p>&#8216;lo. After a long time I am posting some thing here for you guys. I hope until now you have enjoyed the existing set of Blogger mods that I had published. While this is not related to blogger mods, I am sure those of you who were unaware, will definitely love it. The other day [&#8230;]</p>
<p>The post <a href="https://techblog.viveksanghi.com/2008/05/contest-suggestion-31-days-of-the-dragon/">Contest Suggestion: 31 Days of the Dragon</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&#8216;lo. After a long time I am posting some thing here for you guys. I hope until now you have enjoyed the existing set of Blogger mods that I had published. While this is not related to blogger mods, I am sure those of you who were unaware, will definitely love it. The other day I came across a big contest while browsing some of sites I read regularly, and simply could not resist sharing it with you.<br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_XGtsagQTuUQ/SCs-XA8IRhI/AAAAAAAAAHY/eANxtSrJcY8/s1600-h/hp-pavilion-hdx-entertainment-notebook.jpg"><img decoding="async" style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="http://bp1.blogger.com/_XGtsagQTuUQ/SCs-XA8IRhI/AAAAAAAAAHY/eANxtSrJcY8/s320/hp-pavilion-hdx-entertainment-notebook.jpg" alt="" id="BLOGGER_PHOTO_ID_5200318759839483410" border="0" /></a><br /><a href="http://www.hp.com/">HP</a> (in association with <a href="http://www.buzzcorps.com/">Buzz Corps</a>)is promoting its latest 20.1&#8243; notebook i.e. <a href="http://h10010.www1.hp.com/wwpc/ca/en/ho/WF05a/12139188-78299199-78299212-78299212-78299212-80247383.html">The HP HDX</a><a href="http://h10010.www1.hp.com/wwpc/ca/en/ho/WF05a/12139188-78299199-78299212-78299212-78299212-80247383.html"> Entertainment Notebook</a> using a contest called &#8220;The 31 Days of Dragon&#8221;. Before I proceed further note that this contest is open to everyone from any part of the world.</p>
<p>Contest Info: There are 31 participating web sites, with the sponsorship of HP where HP is working with them to offer 31 prize packages &#8211; one a day for 31 days during a period from  09 May through 08 June 2008. Here are the details of the price package (which btw is worth well over USD 5000 in retail value):</p>
<ul>
<li>Display: 20.1″ diagonal WUXGA High-Definition HP Ultra Brightview Widescreen (1920×1200)  </li>
<li>Operating system: Windows Vista Ultimate (64-bit)  </li>
<li>Processor: Intel Core2 Extreme Processor X9000 (2.80GHz, 6MB L2 Cache, 800MHz FSB)  </li>
<li>Memory: 4GB DDR2 System Memory (2 Dimm)  </li>
<li>Graphics Card: 512MB NVIDIA GeForce 8800M GTS  </li>
<li>Personalization: HP Imprint Finish (Dragon) + Fingerprint Reader + Webcam + Microphone  </li>
<li>Networking: Intel(R) PRO/Wireless 4965AGN Network Connection and Bluetooth(TM)  </li>
<li>Hard Drive: 500GB 5400RPM SATA Dual Hard Drive (250GB x 2)  </li>
<li>Optical: Blu-Ray ROM with SuperMulti DVD+/-R/RW Double Layer  </li>
<li>TV &amp; Entertainment Experience: Integrated HP HDTV Hybrid TV Tuner and 4 Altec Lansing speakers + the HP Triple Bass Reflex subwoofer </li>
<li>Primary Battery: 9 Cell Lithium Ion Battery  </li>
<li>Productivity Applications: Microsoft Office 2007, Corel PaintShop Pro Photo X2, Corel Painter 4, Ulead VideoStudio 11.5 Plus  </li>
<li>Games: Viva Pinata, Microsoft Flight Simulator X, Microsoft Flight Simulator X Acceleration Expansion Pack, Gear of War  </li>
<li>Blu-Ray movies: The Pirates of the Caribbean Trilogy – The Curse of the Black Pearl, Dead Man&#8217;s Chest, At World&#8217;s End.</li>
</ul>
<p>And here is a list of websites <span class="style1">that are running/will run a seven day contest between the  following dates (begin &#8211; end)</span>:</p>
<p><span class="style1">13 May &#8211; 20 May <a mce_href="http://www.geekstogo.com/" href="http://www.geekstogo.com/"> www.geekstogo.com</a><br />14 May &#8211; 21 May <a mce_href="http://www.bink.nu/" href="http://bink.nu/">bink.nu</a></span> <span class="style1"><br />15 May &#8211; 22 May <a mce_href="http://www.mediablab.com/" href="http://www.mediablab.com/"> www.mediablab.com</a><br />16 May &#8211; 23 May <a href="http://www.last100.com/">www.last100.com</a></span> <span class="style1"><br />17 May &#8211; 24 May <a href="http://www.labnol.org/">www.labnol.org</a><br />18 May &#8211; 25 May <a mce_href="http://www.notebooks.com/" href="http://www.notebooks.com/"> www.notebooks.com</a><br />19 May &#8211; 26 May <a mce_href="http://www.slashdotreview.com/" href="http://www.slashdotreview.com/"> www.slashdotreview.com</a><br />20 May &#8211; 27 May <a mce_href="http://www.neowin.net/" href="http://www.neowin.net/"> www.neowin.net</a><br />21 May &#8211; 28 May <a mce_href="http://www.geek.com/" href="http://www.geek.com/"> www.geek.com</a><br />22 May &#8211; 29 Mau <a mce_href="http://www.lockergnome.com/" href="http://www.lockergnome.com/"> www.lockergnome.com</a></span> <span class="style1"><br />23 May &#8211; 30 May <a mce_href="http://www.planetx64.com/" href="http://www.planetx64.com/"> www.planetx64.com</a><br />24 May &#8211; 31 May <a mce_href="http://www.thegreenbutton.com/" href="http://www.thegreenbutton.com/"> www.thegreenbutton.com</a><br />25 May &#8211; 01 Jun <a mce_href="http://www.istartedsomething.com/" href="http://www.istartedsomething.com/"> www.istartedsomething.com</a><br />26 May &#8211; 02 Jun <a mce_href="http://www.bleepingcomputer.com/" href="http://www.bleepingcomputer.com/"> www.bleepingcomputer.com</a><br />27 May &#8211; 03 Jun <a mce_href="http://www.hardwaregeeks.com/" href="http://www.hardwaregeeks.com/"> www.hardwaregeeks.com</a><br />28 May &#8211; 04 Jun <a href="http://www.geeknewscentral.com/">www.geeknewscentral.com</a></span> <span class="style1"><br />29 May &#8211; 05 Jun <a mce_href="http://www.geekzone.co.nz/" href="http://www.geekzone.co.nz/"> www.geekzone.co.nz</a><br />30 May &#8211; 06 Jun <a mce_href="http://www.thetabletpc.net/" href="http://www.thetabletpc.net/"> www.thetabletpc.net</a><br />31 May &#8211; 07 Jun <a mce_href="http://www.gearlive.com/" href="http://www.gearlive.com/"> www.gearlive.com</a><br />01 Jun &#8211; 08 Jun <a mce_href="http://www.gottabemobile.com/" href="http://www.gottabemobile.com/"> www.gottabemobile.com</a></p>
<p>Some of the website site where the winners have already been declared are:</p>
<p></span><span class="style1">02 May &#8211; 09 May <a mce_href="http://www.absolutevista.com/" href="http://www.absolutevista.com/"> www.absolutevista.com</a><br />03 May &#8211; 10 May <a mce_href="http://www.arstechnica.com/" href="http://www.arstechnica.com/"> www.arstechnica.com</a><br />04 May &#8211; 11 May <a mce_href="http://www.osnn.net/" href="http://www.osnn.net/"> www.osnn.net</a><br />05 May &#8211; 12 May <a mce_href="http://www.jkontherun.com/" href="http://www.jkontherun.com/"> www.jkontherun.com</a><br />06 May &#8211; 13 May <a mce_href="http://digitalmediaphile.wordpress.com/" href="http://digitalmediaphile.wordpress.com/"> digitalmediaphile.wordpress.com</a></span> <span class="style1"><br />07 May &#8211; 14 May <a mce_href="http://www.bostonpocketpc.com/" href="http://www.bostonpocketpc.com/"> www.bostonpocketpc.com</a><br /></span><span class="style1"> 08 May &#8211; 15 May <a mce_href="http://www.the-gadgeteer.com/" href="http://www.the-gadgeteer.com/"> www.the-gadgeteer.com</a><br />09 May &#8211; 16 May <a href="http://www.thedigitallifestyle.com/">www.thedigitallifestyle.com</a> </span> <span class="style1"><br />10 May &#8211; 17 May <a mce_href="http://www.digitalhomethoughts.com/" href="http://www.digitalhomethoughts.com/"> www.digitalhomethoughts.com</a><br />11 May &#8211; 18 May <a mce_href="http://www.windows-now.com/" href="http://www.windows-now.com/"> www.windows-now.com</a><br />12 May &#8211; 19 May <a mce_href="http://www.windowsconnected.com/" href="http://www.windowsconnected.com/"> www.windowsconnected.com</a></span><br /><span class="style1"><br />So I suggest you to head over to these website and track them to win the super prize package. For details about the contest please visit <a href="http://www.31daysofthedragon.com/">here</a></span>. There is an RSS link and an OPML available so that you can track these sites conveniently.</p>
<p>In addition, most of these site have very good articles which techies and computer enthusiasts will definitely like. So go now and start participating, I am also competing <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>The post <a href="https://techblog.viveksanghi.com/2008/05/contest-suggestion-31-days-of-the-dragon/">Contest Suggestion: 31 Days of the Dragon</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">73</post-id>	</item>
		<item>
		<title>Poll result</title>
		<link>https://techblog.viveksanghi.com/2007/01/poll-result/</link>
					<comments>https://techblog.viveksanghi.com/2007/01/poll-result/#comments</comments>
		
		<dc:creator><![CDATA[Vivek Sanghi]]></dc:creator>
		<pubDate>Wed, 03 Jan 2007 20:46:00 +0000</pubDate>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[polls]]></category>
		<guid isPermaLink="false">https://techblog.viveksanghi.com/2007/01/poll-result/</guid>

					<description><![CDATA[<p>I had conducted the following poll a couple of months ago on my blog, but forgot to post the poll results after ending the poll. Better late than never:</p>
<p>The post <a href="https://techblog.viveksanghi.com/2007/01/poll-result/">Poll result</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I had conducted the following poll a couple of months ago on my blog, but forgot to post the poll results after ending the poll. Better late than never:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_XGtsagQTuUQ/RZwP2f2JNrI/AAAAAAAAAFQ/rJ9aLdaYUGI/s1600-h/pollresults.jpg"><img decoding="async" style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp0.blogger.com/_XGtsagQTuUQ/RZwP2f2JNrI/AAAAAAAAAFQ/rJ9aLdaYUGI/s400/pollresults.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5015901513919837874" /></a></p>
<p>The post <a href="https://techblog.viveksanghi.com/2007/01/poll-result/">Poll result</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techblog.viveksanghi.com/2007/01/poll-result/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">72</post-id>	</item>
		<item>
		<title>Translate your posts into 14 languages (Updates added)</title>
		<link>https://techblog.viveksanghi.com/2007/01/translate-your-posts-into-14-languages-updates-added/</link>
					<comments>https://techblog.viveksanghi.com/2007/01/translate-your-posts-into-14-languages-updates-added/#comments</comments>
		
		<dc:creator><![CDATA[Vivek Sanghi]]></dc:creator>
		<pubDate>Mon, 01 Jan 2007 08:05:00 +0000</pubDate>
				<category><![CDATA[blogger]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[my hacks]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[hacks]]></category>
		<guid isPermaLink="false">https://techblog.viveksanghi.com/2007/01/translate-your-posts-into-14-languages-updates-added/</guid>

					<description><![CDATA[<p>Dear Friends, This is my first add-on goody for the year 2007. Hope you will like it. Brainiac came up with a suggestion to add more languages to my Google translate for posts hack. As the number of languages provided by Google is limited, I decided to use the BabelFish code, offered in a language [&#8230;]</p>
<p>The post <a href="https://techblog.viveksanghi.com/2007/01/translate-your-posts-into-14-languages-updates-added/">Translate your posts into 14 languages (Updates added)</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Dear Friends,</p>
<p>This is my first add-on goody for the year 2007. Hope you will like it. <a href="http://www2.blogger.com/profile/10245995418512503538">Brainiac</a> came up with a suggestion to add more languages to my <a href="http://stubborn-fanatic.blogspot.com/2006/09/translate-blogs-using-google.html">Google translate for posts</a> hack. As the number of languages provided by Google is limited, I decided to use the BabelFish code, offered in a language translation widget by Amit Agarwal of <a href="http://labnol.blogspot.com/">Digital Inspiration</a>. I have been using this hack in the &#8220;Translate&#8221; section of my navigational bar (at the top of the page).</p>
<p>&#8211; This code offers 14 languages, to which your readers will be able to translate your posts.<br />&#8211; There is also some translation code that Spanish Bloggers can use to allow their readers to read their blogs in English, French, Russian, German and Italian.<br />(See comments for credits)<br /><span id="fullpost"><br />I have modified that code so that you can use it in your post footers and allow your readers to translate individual posts (if they like). To learn how to add some thing to your template&#8217;s post footers, visit <a href="http://stubborn-fanatic.blogspot.com/2006/09/how-to-add-some-thing-in-you-post.html">this page</a>.</p>
<p><b>Update:</b> Added code for <b>English to Trukish</b> courtesy <a href="http://www.blogger.com/profile/02486175669198854897">emrex</a></p>
<pre style="border: 2px solid rgb(137, 54, 171); overflow: auto; background-color: rgb(235, 235, 228); color: rgb(0, 0, 0); width: 500px; height: 300px;"><br />&lt;a expr:href='"http://66.94.231.168/babelfish/translate_url_content?trurl=" + data:post.url + "&amp;amp;lp=en_nl"' title='Nederlands/Dutch'&gt;&lt;img alt='Nederlands/Dutch' height='20' src='http://photos1.blogger.com/blogger/3709/485/400/nl.gif' width='30'/&gt; Nederlands&lt;/a&gt; |<br /><br />&lt;a expr:href='"http://66.94.231.168/babelfish/translate_url_content?trurl=" + data:post.url + "&amp;amp;lp=en_fr"' title='Français/French'&gt;&lt;img alt='Français/French' height='20' src='http://photos1.blogger.com/img/43/1633/320/13539949_e76af75976.jpg' width='30'/&gt; Français&lt;/a&gt; |<br /><br />&lt;a expr:href='"http://66.94.231.168/babelfish/translate_url_content?trurl=" + data:post.url + "&amp;amp;lp=en_ru"' title='Русский/Russian'&gt;&lt;img alt='Русский/Russian' height='20' src='http://photos1.blogger.com/blogger/3709/485/1600/ru.gif' width='30'/&gt; Русский&lt;/a&gt; |<br />    <br />&lt;a expr:href='"http://66.94.231.168/babelfish/translate_url_content?trurl=" + data:post.url + "&amp;amp;lp=en_de"' title='Deutsch/German'&gt;&lt;img alt='Deutsch/German' height='20' src='http://photos1.blogger.com/img/43/1633/320/13539933_041ca1eda2.jpg' width='30'/&gt; Deutsch&lt;/a&gt; |<br /><br />&lt;a expr:href='"http://66.94.231.168/babelfish/translate_url_content?trurl=" + data:post.url + "&amp;amp;lp=en_it"' title='Italiano/Italian'&gt;&lt;img alt='Italiano/Italian' height='20' src='http://photos1.blogger.com/img/43/1633/320/13539953_0384ccecf9.jpg' width='30'/&gt; Italiano&lt;/a&gt; |<br /><br />&lt;a expr:href='"http://66.94.231.168/babelfish/translate_url_content?trurl=" + data:post.url + "&amp;amp;lp=en_pt"' title='Português/Portuguese'&gt;&lt;img alt='Português/Portuguese' height='20' src='http://photos1.blogger.com/img/43/1633/320/13539966_0d09b410b5.jpg' width='30'/&gt; Português&lt;/a&gt; |<br /><br />&lt;a expr:href='"http://66.94.231.168/babelfish/translate_url_content?trurl=" + data:post.url + "&amp;amp;lp=en_es"' title='Español/Spanish'&gt;&lt;img alt='Español/Spanish' height='20' src='http://photos1.blogger.com/img/43/1633/320/13539946_2fabed0dbf.jpg' width='30'/&gt;Español&lt;/a&gt; |<br /><br />&lt;a expr:href='"http://translate.google.com/translate?hl=ar&amp;amp;ie=UTF-8&amp;oe=UTF-8&amp;langpair=en|ar&amp;u=" + data:post.url' title='العربية/Arabic'&gt;&lt;img alt='العربية/Arabic' border='0' height='20' src='http://www.google.com/images/flags/sa_flag.gif' width='30'/&gt; العربية&lt;/a&gt; |<br /><br />&lt;a expr:href='"http://66.94.231.168/babelfish/translate_url_content?trurl=" + data:post.url + "&amp;amp;lp=en_el"' title='Ελληνικά/Greek'&gt;&lt;img alt='Ελληνικά/Greek' height='20' src='http://photos1.blogger.com/blogger/3709/485/1600/el.gif' width='30'/&gt; Ελληνικά&lt;/a&gt; |<br /><br />&lt;a expr:href='"http://66.94.231.168/babelfish/translate_url_content?trurl=" + data:post.url + "&amp;amp;lp=en_ja"' title='日本語/Japanese'&gt;&lt;img alt='Japanese' height='20' src='http://photos1.blogger.com/img/43/1633/320/13539955_925e6683c8.jpg' width='30'/&gt; 日本語&lt;/a&gt; |<br /><br />&lt;a expr:href='"http://66.94.231.168/babelfish/translate_url_content?trurl=" + data:post.url + "&amp;amp;lp=en_ko"' title='한국어/Korean'&gt;&lt;img alt='Korean' height='20' src='http://photos1.blogger.com/img/43/1633/320/13539958_3c3b482c95.jpg' width='30'/&gt; 한국어&lt;/a&gt; |<br /><br />&lt;a expr:href='"http://66.94.231.168/babelfish/translate_url_content?trurl=" + data:post.url + "&amp;amp;lp=en_zh"' title='汉语简化了/Chinese Simplified'&gt;&lt;img alt='Chinese Simplified' height='20' src='http://photos1.blogger.com/img/43/1633/320/14324441_5ca5ce3423.jpg' width='30'/&gt; 汉语简化了&lt;/a&gt; |<br /><br />&lt;a expr:href='"http://66.94.231.168/babelfish/translate_url_content?trurl=" + data:post.url + "&amp;amp;lp=en_zt"' title='中國傳統/Chinese Traditional'&gt;&lt;img alt='Chinese Traditional' height='20' src='http://photos1.blogger.com/blogger/3709/485/400/zh_tw.gif' width='30'/&gt; 中國傳統&lt;/a&gt;<br /><br /><b>Update: Added code for English to Trukish</b><br />&lt;a expr:href='&quot;http://babel.gts-translation.com/geturl?direction=50&amp;amp;input_url=&quot; + data:post.url' title='Türkçe/Turkish'&gt;&lt;img src='[Image not available]' alt='Turkish' height='20' width='30'/&gt;Türkçe&lt;/a&gt;<br /><br /></pre>
<p><b>Update:</b> Some translate links for <b>Spanish bloggers</b> (based on a <a href="http://www.erebe.net/2006/11/17/plugin-traductor-para-wordpress/">wordpress plugin</a> pointed out by <a href="http://www.blogger.com/profile/17602335724177215760">brainiac</a>):</p>
<pre style="border: 2px solid rgb(137, 54, 171); overflow: auto; background-color: rgb(235, 235, 228); color: rgb(0, 0, 0); width: 500px; height: 205px;"><br />&lt;a expr:href='"http://world.altavista.com/babelfish/trurl_pagecontent?url=" + data:post.url + "&amp;amp;lp=es_en"' title='Spanish to English'&gt;&lt;img src='http://bp0.blogger.com/_XGtsagQTuUQ/RZk8DP2JNiI/AAAAAAAAADk/eRxHS5s1f10/s320/english.jpg' alt='Eng' /&gt; English&lt;/a&gt;<br /><br />&lt;a expr:href='"http://www1.worldlingo.com/SH0gfCf2o9dM33sw2faPEI,6sc5M9NFT0/translation?wl_url=" + data:post.url + "&amp;amp;wl_srclang=ES&amp;amp;wl_trglang=fr" title='Spanish to French'&gt;&lt;img src='http://bp1.blogger.com/_XGtsagQTuUQ/RZk8Df2JNjI/AAAAAAAAADs/jL1jKBhgKFc/s320/france.gif' /&gt;Français&lt;/a&gt;<br /><br />&lt;a expr:href='"http://www1.worldlingo.com/SH0gfCf2o9dM33sw2faPEI,6sc5M9NFT0/translation?wl_url=" + data:post.url + "&amp;amp;wl_srclang=ES&amp;amp;wl_trglang=de"' title='Spanish to German'&gt;&lt;img src='http://bp1.blogger.com/_XGtsagQTuUQ/RZk8Df2JNkI/AAAAAAAAAD0/JubAGPyc5d4/s320/germany.gif' /&gt;Deutsch&lt;/a&gt;<br /><br />&lt;a expr:href='"http://www1.worldlingo.com/SH0gfCf2o9dM33sw2faPEI,6sc5M9NFT0/translation?wl_url=" + data:post.url + "&amp;amp;wl_srclang=ES&amp;amp;wl_trglang=it"' title='Spanish to Italian'&gt;&lt;img src='http://bp3.blogger.com/_XGtsagQTuUQ/RZk8Q_2JNmI/AAAAAAAAAEE/pJodrosGp8I/s320/italy.gif' /&gt;Italiano&lt;/a&gt;<br /><br />&lt;a expr:href='"http://www1.worldlingo.com/SH0gfCf2o9dM33sw2faPEI,6sc5M9NFT0/translation?wl_url=" + data:post.url + "&amp;amp;wl_srclang=ES&amp;amp;wl_trglang=ru"' title='Spanish to Russian'&gt;&lt;img src='http://bp0.blogger.com/_XGtsagQTuUQ/RZk8RP2JNpI/AAAAAAAAAEc/Tnq_uTX3WhY/s320/russia.gif' /&gt;Русский&lt;/a&gt;<br /><br /></pre>
<p>If you want to display only the flag images, simply delete the text between the img tag and the &lt;/a&gt; tag. In case you want to have only the text, remove the img tag completely. As always, don&#8217;t forget to make a backup of your template before applying this code.</p>
<p>Please drop a line here if you find some bug or if some thing doesn&#8217;t work. I have not tested out most of the code.</p>
<p>Also, Deniz of imessengr is now offering a <a href="http://web-messengers.blogspot.com/2006/12/3-column-thisaway-template-modded-for.html">modded three-column Thisaway template</a> loaded with popular hacks. Visit his page to learn more and download the template.</span></p>
<p>The post <a href="https://techblog.viveksanghi.com/2007/01/translate-your-posts-into-14-languages-updates-added/">Translate your posts into 14 languages (Updates added)</a> appeared first on <a href="https://techblog.viveksanghi.com">Stubborn Fanatic - Tech Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://techblog.viveksanghi.com/2007/01/translate-your-posts-into-14-languages-updates-added/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">71</post-id>	</item>
	</channel>
</rss>