GithubHelp home page GithubHelp logo

micolog's People

Contributors

eric-guo avatar xuming avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

micolog's Issues

after updated micolog 0.743

在micolog0.743上(里)更新之后,原有的Entry正确不被表示。

原有的entry的内容html code 由于附着被表示。
是象

test

GAE停止了对于python2的支持,请问有办法导出blog内容吗?

RT。学生时代的博客用了micolog框架在gae上搭建了自己的第一个博客,非常感谢您的工作。偶然发现2020年开始GAE停止了对于python2.5和2.7的支持,导致现在博客无法运行起来。请问有离线的方式把之前的文章取出来吗?有一些对我蛮宝贵的资料在上面。

没有文章的时候首页404

app首次安装时会默认有一篇欢迎文章,但是如果将此文章删掉,也就是处于无文章的状态,访问首页时就会404.

上传到GAE后登录安装时出现404错误

版本,目前GIT最新的版本。
复现方法:
1、GIT clone一份代码,将app.yaml.sample复制一份命名为app.yaml
2、编辑app.yaml,修改里面的application名字
3、上传到GAE;
4、绑定好域名后,打开页面,并点击右上角的“Login”链接;
5、出现如下错误:
404 Error
Sorry, we were not able to find the requested page. We have logged this error and will look into it.
None

另,在创建应用的时候,设置认证方法时,我没有使用默认的Google账户认证,而是用的OpenID方式。

tag录入的时候应该做trim

文章的tag,如果录入为:
hello, world, haha
注意,逗号后面有空格。
那么最初tag就会变成在html上就会变成%20world等,其中%20是空格。

建议这里在程序上做一下trim,防止这种情况的出现。

Micolog 0.743 got error 500 after deployed in gae

after i deply Micolog 0.743 on gae, it can't run and i got NeedIndexError exception.

follow the tips, i then added these code to index.yaml:

  • kind: Entry
    properties:
    • name: entrytype
    • name: published
    • name: sticky
      direction: desc
    • name: date
      direction: desc

博客标题在写入到页面之前应该做HTML escape

RT,假如我的标题中有HTML敏感的字符,比如单双引号",'等,那么就会出现无法预计的bug,或者无法通过XHTML的语法验证。

这个变更是有必要的,因为博客标题可能是"XXX’s Blog"等。

0.7版本默认编辑器自动转换相对图片路径可能造成的bug

Hi,

我在使用0.7版本的micolog,发现一个小问题,就是我在使用默认的编辑器加入图片的时候,如果我的图片地址为:

http://xxx.appsopt.com/media/abc.jpg

那么在插入后,编辑器会自动将其转化为相对路径../media/abc.jpg,(这样做或许是为了节省几个字节?)

由于相对路径的原因,我在首页访问时,图片可以正常显示。但是如果我进入文章页面(设置了slub的情况),那么当前的路径就会变为:
http://xxx.appspot.com/2010/12/5/xxx.html
由于当前路径变为了/2010/12/5/,所以图片的实际获取路径就变为了:/2010/12/media/abc.jpg,造成404。

建议去掉自动转相对图片路径的功能。

entry的relateposts属性,可能出现异常!

What steps will reproduce the problem?
1.当某个entry的Tag数量过多时,请求Feed页面,会返回500.

Please provide any additional information below.
A single query containing != or IN operators is limited to 30 sub-queries.

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.