Changeset 661
- Timestamp:
- 12/29/2003 02:17:53 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import-greymatter.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import-greymatter.php
r660 r661 64 64 </head> 65 65 <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> 67 67 <p>The importer is running...</p> 68 68 <ul> … … 292 292 </head> 293 293 <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 b2import 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> 296 296 <p>What it does:</p> 297 297 <ul> 298 298 <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 b2yet)<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> 300 300 </ul> 301 301 <p>What it does not:</p> 302 302 <ul> 303 303 <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> 305 305 <li>doesn't keep entries on top</li> 306 306 </ul> 307 307 <p> </p> 308 308 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> 311 311 312 312 <form name="stepOne" method="get">
Note: See TracChangeset
for help on using the changeset viewer.