Make WordPress Core

Changeset 661


Ignore:
Timestamp:
12/29/2003 02:17:53 AM (22 years ago)
Author:
mikelittle
Message:

Fixed some paths. Changed b2 -> wp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import-greymatter.php

    r660 r661  
    6464</head>
    6565<body style="margin: 20px;">
    66 <p><font face="times new roman" style="font-size: 39px;">gm 2 <img src="wp-images/wpminilogo.png" width="50" height="50" border="0" alt="WP" align="top" /></font></p>
     66<p><font face="times new roman" style="font-size: 39px;">gm 2 <img src="../wp-images/wpminilogo.png" width="50" height="50" border="0" alt="WP" align="top" /></font></p>
    6767<p>The importer is running...</p>
    6868<ul>
     
    292292</head>
    293293<body style="margin: 20px;">
    294 <p><font face="times new roman" style="font-size: 39px;">gm 2 <img src="wp-images/wpminilogo.png" width="50" height="50" border="0" alt="WP" align="top" /></font></p>
    295 <p>This is a basic GreyMatter to b2 import script.</p>
     294<p><font face="times new roman" style="font-size: 39px;">gm 2 <img src="../wp-images/wpminilogo.png" width="50" height="50" border="0" alt="WP" align="top" /></font></p>
     295<p>This is a basic GreyMatter to WordPress import script.</p>
    296296<p>What it does:</p>
    297297<ul>
    298298<li>parses gm-authors.cgi to import authors: everyone is imported at level 1</li>
    299 <li>parses the entries cgi files to import posts, comments, and karma on posts (although karma is not used on b2 yet)<br />if authors are found not to be in gm-authors.cgi, imports them at level 0</li>
     299<li>parses the entries cgi files to import posts, comments, and karma on posts (although karma is not used on WordPress yet)<br />if authors are found not to be in gm-authors.cgi, imports them at level 0</li>
    300300</ul>
    301301<p>What it does not:</p>
    302302<ul>
    303303<li>parse gm-counter.cgi (what's the use of that file ?), gm-banlist.cgi, gm-cplog.cgi (you can make a CP log hack if you really feel like it, but I question the need of a CP log)</li>
    304 <li>import gm-templates. you'll start with the basic template b2.php</li>
     304<li>import gm-templates. you'll start with the basic template wp.php</li>
    305305<li>doesn't keep entries on top</li>
    306306</ul>
    307307<p>&nbsp;</p>
    308308
    309 <h3>First step: install b2</h3>
    310 <p>Install the b2 blog as explained in the <a href="readme.html" target="_blank">ReadMe</a>, then immediately come back here.</p>
     309<h3>First step: install WordPress</h3>
     310<p>Install the WordPress blog as explained in the <a href="../readme.html" target="_blank">ReadMe</a>, then immediately come back here.</p>
    311311
    312312<form name="stepOne" method="get">
Note: See TracChangeset for help on using the changeset viewer.