All Projects → kasuganosoras → Pigeon

kasuganosoras / Pigeon

Licence: mit
💬 一个轻量化的留言板 / 记事本 / 社交系统 / 博客。人类的本质是……咕咕咕?

Projects that are alternatives of or similar to Pigeon

Machine Learning Notebooks
Assorted exercises and proof-of-concepts to understand and study machine learning and statistical learning theory
Stars: ✭ 33 (-87.4%)
Mutual labels:  blog, notes
Wujunchuan.github.io
John Trump's personal blog in issues
Stars: ✭ 110 (-58.02%)
Mutual labels:  blog, notes
Blog
Too young, too simple. Sometimes, naive & stupid 🐌
Stars: ✭ 7,882 (+2908.4%)
Mutual labels:  blog, notes
Blog
Read and Write
Stars: ✭ 54 (-79.39%)
Mutual labels:  blog, notes
Vuepress Plugin Social Share
📣 Social sharing plugin for VuePress
Stars: ✭ 27 (-89.69%)
Mutual labels:  share, weibo
Csinva.github.io
Slides, paper notes, class notes, blog posts, and research on ML 📉, statistics 📊, and AI 🤖.
Stars: ✭ 342 (+30.53%)
Mutual labels:  blog, notes
Blog
fupengfei058's blog
Stars: ✭ 61 (-76.72%)
Mutual labels:  blog, notes
Game Programmer Study Notes
⚓ 我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.
Stars: ✭ 6,050 (+2209.16%)
Mutual labels:  blog, notes
Socialsdklibrary
提供微博、微信、QQ、Tim、QQ 轻聊版、钉钉的登陆分享功能支持;
Stars: ✭ 399 (+52.29%)
Mutual labels:  share, weibo
Iblog
🖋 (issues blog) 欢迎订阅(watch👀) 收藏(star)
Stars: ✭ 194 (-25.95%)
Mutual labels:  blog, notes
Cheat Sheets
🌟 All the cheat-sheets mentioned on my blog in pdf format
Stars: ✭ 136 (-48.09%)
Mutual labels:  blog, notes
Sdk3rd
第三方SDK集成库,授权/分享/支付
Stars: ✭ 249 (-4.96%)
Mutual labels:  share, weibo
Code2sec.com
xmind\code\articles for my personal blog 个人博客上的资源备份存储,也是个人分享的汇总
Stars: ✭ 164 (-37.4%)
Mutual labels:  share, blog
YHThirdManager
一个快速、简单、易集成、扩展性好的社交化组件。摒弃友盟等三方库,使用原生SDK。支持微信支付、微信分享、微信登录、微信授权、QQ授权、QQ分享、QQ登录、新浪授权、新浪登录、新浪分享、微博评论、微博获取、支付宝支付。极大的减小了包体积;同时加入了自动管理提示框的功能
Stars: ✭ 41 (-84.35%)
Mutual labels:  share, weibo
Blog
CSS魔法 - 博客
Stars: ✭ 2,780 (+961.07%)
Mutual labels:  blog
Notehub
A pastebin for markdown pages.
Stars: ✭ 262 (+0%)
Mutual labels:  notes
Moricolor For Typecho
Typecho Theme Moricolor - 森之色
Stars: ✭ 255 (-2.67%)
Mutual labels:  blog
rnote
A simple drawing application to create handwritten notes.
Stars: ✭ 1,538 (+487.02%)
Mutual labels:  notes
Waline
A Simple, Safe Comment System inspired by Valine | 一款基于 Valine 衍生的简洁、安全的评论系统
Stars: ✭ 260 (-0.76%)
Mutual labels:  blog
Memex
Simple bookmarks and notes
Stars: ✭ 258 (-1.53%)
Mutual labels:  notes

Pigeon

咕咕咕,咕咕咕咕咕?

一个轻量化的留言板 / 记事本 / 社交系统 / 博客,没有明确的作用定义,一切都随心所欲。

上面链接为本人博客,可以测试发布内容,无意义内容请设置仅自己可见,或者发布后删除,避免影响版面整洁。

简介

你是否有些临时的想法,或者一小段代码,想找一个地方记下来?

用博客来存,感觉有点大材小用;用 txt 来存,又怕搞丢。

那么这就是一个很好的东西了,你可以把这些零零散散的内容记下来,而不会忘记。

你可以把它当成微博、推特,也可以当成在线聊天软件,或者是纯粹拿来写文章,写代码记事用。

特性

  • 支持 Markdown 语法
  • 支持公开、登录可见、仅自己可见三种类型
  • 使用 BCRYPT 散列储存密码
  • 支持邮件验证
  • 支持 reCaptcha 验证码
  • 支持 Timeline 时间线,可以查看任意时间以前的内容
  • 消息动态刷新,实时查看最新消息
  • 支持 highlight.js 代码语法高亮
  • 支持一键更新系统程序
  • 支持自定义页面模板
  • 支持每条消息在单独页面显示
  • 支持编辑已发布的消息

安装

Pigeon 的安装配置非常简单,只需要简单三行命令以及一些配置即可开始使用。

首先将项目拉取到本地

git clone https://github.com/kasuganosoras/Pigeon

然后

cd Pigeon/
php install.php

根据提示进行配置即可。

安装程序是没有界面的,请通过命令行执行 install.php,而不是通过网页访问它。

如需手动安装(不使用安装程序),请 点击这里阅读安装方法

未来计划

  • [x] 管理员后台系统(已实现)
  • [ ] 支持 OAuth 登录
  • [x] 完善的 API 系统
  • [ ] 支持对接其他平台

关于 Admin Console

管理员后台的地址是:/admin.php

只有 root 和 admin 权限的用户可以访问管理员后台

您可以在管理员后台设置每个用户的信息,以及一键更新 Pigeon

开源协议

本项目使用 MIT 协议开源,可以用于商业使用

捐助开发者

如果你觉得这个项目对你有帮助,欢迎赞助我

img

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].