Giter VIP home page Giter VIP logo

dorothy's People

Contributors

grempe avatar hyperbolist avatar simonedamico 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

dorothy's Issues

UTF-8 issue

Hi all,
I encounter an issue about encoding. I covert all .rhtml page & .txt page as UTF-8 format and set charset as UTF-8. Everything works well except the page title. it can not display correct if contains chinese.

is there anyone can help me out?

Thanks in advance!
-Jay

index.builder Generating partial feed (xml is truncated)

I have been trying to figure this out for a while. Using the build in index.builder for the atom feed generated an xml file that is truncated and thus not valid xml.

For example: (Only showing 1 entry for brevity):



<?xml version="1.0" encoding="UTF-8"?>
<xml xmlns="http://www.w3.org/2005/Atom">
  <title>Laptop Battery Depot Blog</title>
  <id>http://www.laptopbatterydepot.com/blog</id>
  <updated>2010-10-19</updated>
  <author>
    <name>Laptop Battery Depot</name>
  </author>
  <entry>
    <title>HP Exiting PC Business</title>
    <link rel="alternate" href="http://www.laptopbatterydepot.com/blog/blog/2011/08/25/hp-exiting-pc-business/"/>
    <id>http://www.laptopbatterydepot.com/blog/blog/2011/08/25/hp-exiting-pc-business/</id>
    <published>2011-08-25</published>
    <updated>2011-08-25</updated>
    <summary type="html">&lt;p&gt;There&amp;rsquo;s big news in the PC market. Hewlett Packard, the world&amp;rsquo;s largest PC maker, has announced plans to spin off its PC business and end it recently acquired TouchPad tablet and smartphone business and instead focus on software and services&amp;hellip;&lt;/p&gt;
</summary>
    <content type="html">&lt;p&gt;There&amp;rsquo;s big news in the PC market. Hewlett Packard, the world&amp;rsquo;s largest PC maker, has announced plans to spin off its PC business and end it recently acquired TouchPad tablet and smartphone business and instead focus on software and services.&lt;/p&gt;

&lt;p&gt;&lt;img style="float: right; border: 5px #ffffff solid;" src="/assets/lbd/blog/ZZ0F97B074.jpg" alt="ZZ0F97B074.jpg" width="135" height="85" /&gt;According to a report in Bloomberg, HP has been “aiming to lessen its dependence on lower-margin PCs, where growth has stalled as consumers flock to tablet-style computers like those made by Apple.”&lt;/p&gt;

&lt;p&gt;Apple was the only maker in the top 5 PC vendors of Western Europe to experience growth in computer shipments. Apple also just surpassed HP in mobile PC sales, mostly due to the highly successful iPad. HP had its own iPad alternative, but consumers didn&amp;rsquo;t find it as attractive as HP hoped. Retailers had indicated that sales of the TouchPad were flat. With the news and major drop in prices, however, they are at least moving off the shelves now with the news.&lt;/p&gt;

&lt;p&gt;If you have an &lt;a href="http://www.laptopbatterydepot.com/lbd/products/HP"&gt;HP laptop&lt;/a&gt; or TouchPad, the company is indicating that current customers won&amp;rsquo;t be abandoned or forgotten. At the same time, some HP owners are going ahead and stocking up on an extra battery or other HP products to ensure availability.&lt;/p&gt;

&lt;p&gt;At &lt;a title="Laptop Battery Depot" href="http://www.laptopbatterydepot.com/"&gt;Laptop Battery Depot&lt;/a&gt;, we have a wide array of laptop batteries for your HP, Apple or any other major brand you may have so that you can purchase a replacement battery or backup battery for when there is a need.&lt;/p&gt;

&lt;p&gt;Currently, we are offering $15 off any battery and free priority shipping. Take advantage of our offer while it lasts!&lt;/p&gt;
</content>
  </entry>

After lots of trial and error, I can say that the problem seems to be the article.summary and article.content. If commenting out both on the builder template, I get a valid (although less useful) atom feed:



<?xml version="1.0" encoding="UTF-8"?>
<xml xmlns="http://www.w3.org/2005/Atom">
  <title>Laptop Battery Depot Blog</title>
  <id>http://www.laptopbatterydepot.com/blog</id>
  <updated>2010-10-19</updated>
  <author>
    <name>Laptop Battery Depot</name>
  </author>
  <entry>
    <title>HP Exiting PC Business</title>
    <link rel="alternate" href="http://www.laptopbatterydepot.com/blog/blog/2011/08/25/hp-exiting-pc-business/"/>
    <id>http://www.laptopbatterydepot.com/blog/blog/2011/08/25/hp-exiting-pc-business/</id>
    <published>2011-08-25</published>
    <updated>2011-08-25</updated>
  </entry>
</xml>

I can't figure out why builder seems to be truncating the feed, and I see no problems on the output to help me out. I have tried adding the article.summary and/or content as CDATA, but doesn't make a difference.

I appreciate any pointers in the right direction so I can get a full feed going.

index.builder is missing

It seems you did a git rm rather than a git mv by accident. templates/index.builder is missing from the GitHub repository.

Internal 500 Error

I have everything setup but it looks like when i try to go to localhost:3000 i get internal server error, when i try to go to localhost:3000/articles i get "toto, looks like we aren't in kansas anymore" why is this happening?

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.