Minimalist Web Notepad 是一个开源的网络记事本项目,源自已关闭的 notepad.cc 项目,能够在每次打开的时候,提供一个独特的网址,用来临时保存文本内容,只要知道这个网址,就能在其他地方浏览到这些文本内容。
安装 Minimalist Web Notepad
作为开源项目(GitHub),可以看到 Minimalist Web Notepad 就是一个单 php 文件的小程序,安装非常容易的,只需要为 http 服务添加一条重定向规则就能用了。官网提供了 Apache 与 Nginx 两种规则,拿来就能用。
演示地址:
https://notes.orga.cat
开源项目
https://github.com/pereorga/minimalist-web-notepad
本地下载
minimalist-web-notepad-master.zip (4.99 KB)
On Nginx
To enable URL rewriting, put something like this in your configuration file:
If notepad is in the root directory:
location / {
rewrite ^/([a-zA-Z0-9_-]+)$ /index.php?note=$1;
}
If notepad is in a subdirectory:
location ~* ^/notes/([a-zA-Z0-9_-]+)$ {
try_files $uri /notes/index.php?note=$1;
}
这是评论测试
飞歌导航东方红烦得很
这是新的一条评论
未来一年,中国的移动支付市场会是什么样?