GithubHelp home page GithubHelp logo

himd's Introduction

himd

Hi Markdown,一款在线Markdown编辑器,免费开源,简单适用。Hi Markdown前身是Markdown-Temp,最近学习CodeIgniter框架,于是使用CI完全重写。

Demo

关于开发

部署与安装

  1. 下载源码
  2. himd.sql导入数据库
  3. 修改数据库配置文件application/config/database.php
  4. 可能还需要修改application/config/config.php指定Session文件路径
  5. SMTP配置在application/controllers/User.php

如果您使用的Apache,请在.htaccess添加如下内容:

RewriteEngine on  
RewriteCond $1 !^(index\.php|images|static|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

如果使用的Nginx,添加如下配置到站点配置中:

location / {
                try_files $uri $uri/ /index.php?$query_string;
        }

location ~ \.(md|sql)$ {
   return 403;
   deny all;
}

已实现的功能

  • 用户注册、登录
  • 新增文档、修改、发布

正在开发的功能

  • 管理员系统
  • 文件导出功能(.md .html)
  • 邀请好友功能

联系方式

himd's People

Contributors

helloxz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.