All Projects → isaced → emlog2typecho

isaced / emlog2typecho

Licence: other
帮你从Emlog转换到Typecho(数据库)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to emlog2typecho

Oblog
An Auto Rendering 🔽 Blogging System Based on MarkDown & Vue.js | 自动渲染装载 MarkDown 内容的博客系统
Stars: ✭ 133 (+786.67%)
Mutual labels:  typecho
G
a graceful typecho themes
Stars: ✭ 178 (+1086.67%)
Mutual labels:  typecho
Typecho Theme Amaze
🗻 Typecho theme based on AmazeUI
Stars: ✭ 213 (+1320%)
Mutual labels:  typecho
Typecho Theme Minimalism
🖥📱一款极简主义的typecho主题
Stars: ✭ 137 (+813.33%)
Mutual labels:  typecho
Echo
一套基于layui框架的Typecho主题Echo
Stars: ✭ 163 (+986.67%)
Mutual labels:  typecho
Typecho Theme Nextpisces
NexT.Pisces主题的Typecho移植版
Stars: ✭ 184 (+1126.67%)
Mutual labels:  typecho
Shortlinks
Typecho外链转内链插件,支持正文和评论者链接
Stars: ✭ 127 (+746.67%)
Mutual labels:  typecho
typecho-theme-material
Material Design theme for typecho.
Stars: ✭ 471 (+3040%)
Mutual labels:  typecho
Typecho Amp
A typecho plugin for Google AMP / Baidu MIP.
Stars: ✭ 173 (+1053.33%)
Mutual labels:  typecho
Typecho Theme Paul
🎈 一个适用于展示,写日记的 Typecho 博客主题。
Stars: ✭ 206 (+1273.33%)
Mutual labels:  typecho
Bigfa
⚡Typecho简约精致的白色两栏主题。A Typecho Theme
Stars: ✭ 137 (+813.33%)
Mutual labels:  typecho
Fantasy
一款极简Typecho 博客主题
Stars: ✭ 145 (+866.67%)
Mutual labels:  typecho
Typecho Theme Sagiri
🍰 As lovely as sagiri
Stars: ✭ 188 (+1153.33%)
Mutual labels:  typecho
Comment2wechat
Typecho 插件——新评论微信通知
Stars: ✭ 136 (+806.67%)
Mutual labels:  typecho
Cactus
🌵一个响应式干净和简洁优雅的 Typecho 主题
Stars: ✭ 237 (+1480%)
Mutual labels:  typecho
Fantasy
🍨 一个优美梦幻的动漫风 Typecho 博客主题
Stars: ✭ 128 (+753.33%)
Mutual labels:  typecho
Themes
Typecho Fans主题作品目录
Stars: ✭ 181 (+1106.67%)
Mutual labels:  typecho
WebStack ZMKI
基于WebStacka前端模板
Stars: ✭ 51 (+240%)
Mutual labels:  typecho
Typecho Plugin Access
Access Log Plugin for Typecho
Stars: ✭ 246 (+1540%)
Mutual labels:  typecho
Typecho Theme Nexmoe
🔥 一个特别的 Typecho 主题
Stars: ✭ 196 (+1206.67%)
Mutual labels:  typecho

Emlog2Typecho

emlog2typecho 是一个用python写的脚本,用来迁移Emlog的数据库到Typecho。

###最新测试通过版本

  • Typecho : 1.0 (14.10.10)
  • Emlog : 5.3.1

###使用方法

  1. 在本地新建emlog数据库并导入需要转换的数据
  2. 再安装Typecho来建立Typecho的数据库
  3. 在脚本中设置两个数据库名(默认是“emlog”和“typecho”)
  4. 运行emlog2typecho.py
  5. 备份Typecho数据库,上传到你的博客

###注意

  • 此Python代码用到了MySQLdb库来连接MySQL,没有这个包的可以用pip安装:pip install MySQL-python
  • Typecho最好是新安装出来的空数据库,以免出现不必要的麻烦
  • 源数据库 (emlog) 尽量保持各项数据 (如:评论、分类、标签) 都至少有一条,以免出现问题

###状态

转移数据 状态
分类
文章
页面
标签
评论
基本设置 ...

###作者

isaced

有什么问题欢迎反馈,也希望大家一起优化完善本脚本。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].