Typecho Blogging Platform
Typecho is a PHP Blogging Platform. Simple and Powerful.
Typecho is a PHP Blogging Platform. Simple and Powerful.
GitHub Flavored Markdown: Newlines
目前需要才结尾加两个空格后回车才能启用新行,两个空格在编辑器中根本是无法肉眼直接观察出来的,希望有回车符号后直接换行。
The next paragraph contains two phrases separated by a single newline character:
Roses are red
Violets are blue
becomes
Roses are red Violets are blue
主页无法正常加载,似乎是因为特定文章的原因
但是在后台可以加载,而且即使将这篇文章存为草稿,主页依然显示
出现了下面的错误日志
2014/10/09 20:33:30 [error] 24670#0: *4824820 FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to undefined function mb_strtoupper() in /****/var/CommonMark/Reference/Reference.php on line 90" while reading response header from upstream, client: 218.5.15.9, server: blog.****, request: "GET / HTTP/1.1", upstream: "fastcgi://127.0.0.1:****", host: "blog.*****", referrer: "http://blog.****/admin/index.php"
在访问主页,和这个文章页面时都会出现
此外访问所有 category 都为 Database Query Error
以上问题在 1.0 测试版中均未出现
创建相关SQL文章,提交之后出现 Argument 1 passed to Typecho\Widget::allocWithAlias() must be of the type string, null given, called in /app/var/Widget/Base/Contents.php on line 822
希望提交文章之后不会出问题
正常安裝 裝完發現壞了
正常執行 實際看到的是登入後台白畫面 前台看起來跟沒套CSS一樣
前台: 後台: PHP版本:
typecho后台的备份页面 http://site/admin/backup.php 在3月1日进行了一个备份并下载到本地(.dat文件) 今天使用这个页面的 恢复数据 进行恢复时出现恢复数据出现错误
我使用编辑器打开.dat文件发现里面的文章,评论完整(备份文件完整) 我期待进行恢复时,恢复完我的文章以及评论等信息完整。
实际看下来,部分文章导入成功,评论没有导入,其他标签、分类等也未导入
我只覆盖上传了如下三个目录: /admin/ /var/ /index.php 来完成的升级更新的。 登陆后台一直都是“升级程序”那个页面让完成升级。点击“完成升级”后无任何跳转,一直都在这个页面。
期待的是升级成功提示,可以正常进入 Typecho 控制面板“网站概要”。
https://www.krsay.com/page/100/ 分页不存在的时候并没有像往期版本那样返回404
有些时候文章想直接编写html代码,比如 某篇文章将一张图片居中
<p style="text-align:center;">
<img src="******">
</p>
最后解析出来的时候P标签代码会显示出来,正式版是没有问题的
有些人可能会觉得,为什么要用硬代码直接布局呢,为什么不用CSS? 可是有些时候有些需求就是这么奇葩[/摊手]
为什么不换Ueditor编辑器呢? 太庞大不喜欢[/摊手]
非常对不起,又给大家添蘑菇了
I package typecho 1.2.0 for AUR
use this source https://github.com/typecho/typecho/archive/refs/tags/v1.2.0.zip
and I found usr/uploads haven't been made, I mkdir it
and then chown and chmod 755 and http:http to all the folders
Now report 上传目录无法写入, 请手动将安装目录下的 /usr/uploads 目录的权限设置为可写然后继续升级
can install
ls -al
drwxr-xr-x 5 http http 4096 Apr 1 20:48 .
drwxr-xr-x 7 http http 4096 Apr 1 16:57 ..
drwxr-xr-x 3 http http 4096 Apr 1 16:57 plugins
drwxr-xr-x 3 http http 4096 Apr 1 16:57 themes
drwxr-xr-x 2 http http 4096 Apr 1 20:48 uploads
覆盖更新1.2.0 正式版 后台一直提示这个 也没有忽视、取消提醒的按钮
希望 版本号一致时不提醒 ,低于最新版时可选择忽略提醒
最新开发版后台(写or编辑)日志时,使用
```text
deb http://ftp.us.debian.org/debian/ wheezy main
```
时会导致浏览器假死。
经测试:是后台markdown解析脚本markdown-extra-extended.js
导致的cpu使用率100%,导致的浏览器标签假死。
js-markdown-extra
官方demo里面也会出现这样的状况:http://tanakahisateru.github.com/js-markdown-extra/demo.html
不知为何,求解。
看下图,如图设置后保存应用,网页端只显示 error,没有其他任何报错,f12能看到提示的是名为 blog 的数据库不存在导致无法进行后续操作(pdo驱动选项则没有这个隐藏提示)。
如果我创建blog数据库,再网页端填写相同信息,就能通过了
初始化提示完成后可以看到手动创建的blog数据库内生成了typecho所需的表
我理解的博客对于初始化数据库部分的设计是(基于测试结果):
create database if not exists typecho_blog
的语句来实现数据库的创建,但上面测试的初始化操作似乎必须得有现成的数据库,而typecho初始化操作并不会创建数据库,这是不是设计时的疏忽还是bug?我记得以前好像没有这问题?同时sql文件中表名中带有typecho_ 字样,那么初始化网页端需要填写的前缀名是干嘛用的?类似报错提示(非f12中显示的) #1257
markdown文档不支持一行多标签形式,但接口返回将md文档内容组成一行字符串文本,该结果无法正常在md文件中展示标签样式。 目前不清晰前端获取接口返回md字符串后的处理逻辑是什么。所以是否可以直接将md字符串返回给前端,并提供标签样式对照表供前端解析使用。
接口响应内容:
将接口data数据中md内容复制到md文档中的结果:
Typecho安装阶段连接云数据库出错,云数据库提供商为planetscale,查看操作说明是需要开启SSL才能正常登陆,然后谷歌相关结果只有Wordpress,请问Typecho怎么连接开启了SSL的数据库,或者需要修改哪里?
正常连接云数据库
Typecho 版本:v1.2.0
尝试在 Markdown 中插入图片并添加 title 属性:
![alt text](/path/to/img.png "title text")
会无法正常解释,输出 html 内容为:
<img src="/path/to/img.png" alt=" title=" title="" text""="">
尝试将解析器替换为 Parsedown 后正常:
<img src="/path/to/img.png" alt="alt text" title="title text">
We're not kidding, Typecho returns.
Source code(tar.gz)Fix #1187 #1189 #1196 #1203 #1212 #1220 #1222 #1257 #1268
Source code(tar.gz)Fix #1167 Fix #1173 Fix #1177 Fix #1178 Fix #1179
Source code(tar.gz)Only for development and testing.
Source code(tar.gz)fix #1152, #1154, #1155, #1156, #1157, #1159, #1160, #1161, #1162, #1158, #1163, #1164, #1165
Source code(tar.gz)1.x/<year>.<month>.<day>
=> 1.x.<minor version>
)$this->widget('Widget_Metas_Category_List');
Typecho_Widget::widget('Widget_Metas_Category_List');
After
\Widget\Metas\Category\Rows::alloc();
⚠️ You can always use the old way to create a widget, but a migration is recommended.
$options->adminStaticUrl()
$options->adminStaticUrl('css', 'style.css'); // It will display a url with version(`<url>?v=<version>`)
// no need to add it manually.
$options->adminStaticUrl('css', 'style.css', ture); // Return a url instead of displaying it
Typecho 1.1 正式版
注意:由于 17.10.29 版本存在一个时区的错误,我们修复后,重新发布了 17.10.30 版本
Source code(tar.gz)1.1 发布前的最后一次Beta版本
Source code(tar.gz)Typecho 1.0(14.10.10) 修正版
Source code(tar.gz)1.0 (14.10.9) release
Source code(tar.gz)修正了版本 13.12.10 中的错误,推荐升级
具体信息详见:http://typecho.org/archives/111/
Source code(tar.gz)Typecho 0.9 正式版发布
具体信息详见 http://typecho.org/archives/109/
Source code(tar.gz)没有加入新功能,修复了已知beta2的bug,正式版发布前的最后版本
Source code(tar.gz)Typecho 0.9的第二个测试版,修正了在第一个测试版中的诸多bug,并且增加自定义字段和自定义文章归档页的功能
Source code(tar.gz)Luminosity The Complete Modern Blogging Platform This branch is currently hosted. Refer to Local Branch to setup locally Features Features: Read Artic
0ez. Laravel Lightweight Blogging CMS Wordpress is old and slow? Too much functions for easy stuff? Try 0ez. It's soo ez! Installation Currently, 0ez
[flatpress.org] [Support forum] [Wiki] [GitHub] [Mastodon] [Twitter] [Changelog] [Contributors] Welcome to FlatPress! FlatPress is a lightweight, easy
True Multisite, Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
About Twill Twill is an open source Laravel package that helps developers rapidly create a custom CMS that is beautiful, powerful, and flexible. By st
Astroid Framework Powerful Frontend Template Framework for Joomla CMS Powerful framework for designers and developers to create responsive, fast & rob
PyroCMS PyroCMS is an easy to use, powerful, and modular CMS and development platform built with Laravel 5. Security If you discover any security rela
PHPDish 是一个基于Symfony框架开发的内容社区系统;得益于大量的前端以及后端的第三方类库的使用使得PHPDish有着高质量的代码,敏捷实现; 你可以使用composer或者直接下载本仓库进行程序的安装,注意切换到tag。 PHPDish 开发手册以及详细安装文档 Requirements
PHPDish 是一个基于Symfony框架开发的内容社区系统;得益于大量的前端以及后端的第三方类库的使用使得PHPDish有着高质量的代码,敏捷实现; 你可以使用composer或者直接下载本仓库进行程序的安装,注意切换到tag。
Grav Grav is a Fast, Simple, and Flexible, file-based Web-platform. There is Zero installation required. Just extract the ZIP archive, and you are alr
BaiCloud-cms About BaiCloud-cms is a powerful open source CMS that allows you to create professional websites and scalable web applications. Visit the
Welcome to ProcessWire 3.x This document is in Markdown. An HTML formatted version of this document can be read at: https://github.com/processwire/pro
Question2Answer (Q2A) is a popular free open source Q&A platform for PHP/MySQL, used by over 22,000 sites in 40 languages.
Omnisearch plugin for Craft CMS 3.x Omnisearch is a powerful control panel search filter replacement for the CraftCMS 3 control panel. Overview Do you
MyMeta Basket is the world's first plug-and-play Wordpress/Enjin/Ethereum integration that allows you to start selling blockchain assets through your website within minutes. All you need is Wordpress, MyMeta Basket, and an Enjin subscription.
Vuedo What is Vuedo? Vuedo is an open source project built with Laravel and Vue.js. It is a live example of how everything works together. Interested
Bolt CMS is an open source, adaptable platform for building and running modern websites. Built on PHP, Symfony and more. Read the site for more info.
ExpressionEngine CMS ExpressionEngine is a mature, flexible, secure, free open-source content management system. It is beloved by designers for giving
A platform for CMS version detection, exploit suggestion and CVE display based on vulnerability