CMS
- bing搜索IP反查域名:http://cn.bing.com/search?q=ip:216.189.55.177&filt=all&count=100
- 关于网站备案
- 工信部网站备案流程: http://www.wangqi.com/html/2012-11/18739.htm
- 个人网站备案流程: http://www.wangqi.com/html/2012-11/18639.htm
- 万网首次备案操作指南(域名与主办者证件号码都没有取得过备案号): http://www.net.cn/service/faq/ba/baflow/201006/4252.html
- 万网主体新增网站指南(主办者证件在万网存在备案,且本次备案的域名在工信部没有备案):http://www.net.cn/service/faq/ba/baflow/201006/4259.html
- 阿里云代备案管理系统: http://aliyun.gein.cn/webbaaliyun/login.action
- 万网代备案管理系统:http://ba.hichina.com/webbahichina/login.action
- ThinkCMF:http://www.thinkcmf.com/
- WolfCMS: http://www.wolfcms.org/
- akhtm: http://www.akhtm.com/
- 织梦CMS: http://www.dedecms.com/
- CMS made simple:
- http://www.cmsmadesimple.org/features/
- CMS Made Simple(CMSMS)中文版教程: http://www.bioee.net/cmsmadesimple/
- CMS Made Simple/模板使用
- Joomla VS Drupal VS WordPress CMS对比:http://www.zhuji91.com/shuishizuihaodecms
- Joomla!、Drupal、WordPress 2012年之最新比较!:http://www.drupalla.com/node/591
- 建站系统 Joomla 与 Drupal 概念区别:http://nan.im/blog/943
- WordPress ,Drupal,Joomla 选哪个?:http://ninghao.net/blog/1122
- 新手快速做网站最佳开源CMS推荐: http://www.dianshui.net/cms/454.html
- 2013年国内优秀的开源CMS系统汇总: http://jingyan.baidu.com/article/37bce2be2034f21003f3a25e.html
- 30个很棒的PHP开源CMS内容管理系统: http://www.oschina.net/news/22181/30-best-php-open-source-cms
- 建站常用13种PHP开源CMS比较: http://www.jb51.net/article/19736.htm
- 几个国外开源CMS系统比较: http://blog.youkuaiyun.com/chmask/article/details/7555556
- 无忧主机原创:drupal图文安装教程: http://www.51php.com/drupal/5950.html
- 完美实战操作之joomla安装教程(完全安装版): http://www.51php.com/joomla/547.html
- Drupal:drupal是伪装成软件的开发框架,难度可能大于PHP
- Drupal,开源cms里的巨擘:http://www.oschina.net/question/12_5049?sort=time
- https://localize.drupal.org/translate/languages/zh-hans
- http://wiki.nginx.org/Drupal
- https://github.com/perusio/drupal-with-nginx
- Drupal 7在Nginx 下面的配置: http://www.turen.me/archives/460
- 为 Drupal 7 构建一个新模板: http://www.oschina.net/question/129540_59107
- Joomla: http://www.joomla.cn/
OpenSource
- smarthost
- Bootstrap中文网开放CDN服务: http://open.bootcss.com/
- Node.js 究竟是什么?: http://www.ibm.com/developerworks/cn/opensource/os-nodejs/
- 三款文本库开源Wiki: http://www.wikimatrix.org/compare/TWiki+moinmoin+dokuwiki
- Sablog-X
- Typecho: http://typecho.org/
- phabricator: http://phabricator.org/
Facebook代码审核工具Phabricator,包括Review Code,Track Bugs,Browse Source,Also Has A Wiki,Raise the Signal-to-Noise Ratio...
- jekyll
jekyll 是一个简洁的、特别针对博客平台的 静态网站 生成器。
http://www.soimort.org/posts/101/
https://github.com/mojombo/jekyll/wiki
- Octopress: http://octopress.org/
Octopress is a framework designed for Jekyll, the static blogging engine powering Github Pages. Have a look through the documentation and if you have trouble, I’ll be happy to help. If you find errors in the documentation post an issue or fork and send a pull request on the site branch.
Slash: http://zespia.tw/Octopress-Theme-Slash/
- DISQUS: https://disqus.com
- git
git - 简易指南: http://www.bootcss.com/p/git-guide/
Git权威指南:http://www.worldhello.net/gotgit/
gogithub: http://www.worldhello.net/gotgithub/
Github Pages极简教程: http://yanping.me/cn/blog/2012/03/18/github-pages-step-by-step/
理想的写作环境:git+github+markdown+jekyll: http://www.yangzhiping.com/tech/writing-space.html
- FAQ系统: phpmyfaq
- 特殊的链接:打电话,短信,email;iPhone 和Android应用
- http://qing.blog.sina.com.cn/tj/6afc58b033000459.html
- 电话:IPhone的写法:
<a href="callto:[phone_number]">phone_number</a>
,例子:<a href="callto:12345678">12345678</a>
:12345678
- 电话:Android的写法:
<a href="wtai://wp/mc;[phone_number]">phone_number</a>
,例子: - 短信:如果是需要调用短信的接口,可以将链接写成下面的格式:
sms:<phone_number>[,<phone-number>]*[?body=<message_body>]
,如:<a href="sms:12345678">给 12345678 发短信</a>
:给 12345678 发短信<a href="sms:12345678?body=hello">给 12345678 发送内容为"hello"的短信</a>
:给 12345678 发送内容为"hello"的短信<a href="sms:12345678,98765432?body=hello">给12345678和98765432 发送内容为"hello"的短信</a>
:给12345678和98765432 发送内容为"hello"的短信
- 存入通讯录
<a href="wtai://wp/ap;10086;">将10086存储至电话簿 </a>
:将10086存储至电话簿