Mailing List Archive

Website to Github
Hi,

sometimes I am wondering about the website-to-github process. I don't fully know what happened.

1) There are two repositories "web" and "cherokee.github.com". What is the difference between them?

2) When I go to http://cherokee.github.com I get redirected to www.cherokee-project.com. How can I see the actual page that is on the github server?

3) Github supports onl static HTML files, is that true? So everything needs to be converted to static HTML?

Stadtpirat.
Re: Website to Github [ In reply to ]
On Fri, 1 Feb 2013, - - wrote:

> 1) There are two repositories "web" and "cherokee.github.com". What is the
> difference between them?

My guess is that there should be a gh-pages as branch somewhere, and the
subdomain thing was an instruction to do so by github.


> 2) When I go to http://cherokee.github.com I get redirected to
> www.cherokee-project.com. How can I see the actual page that is on the
> github server?

When I remove the CNAME you can see so.


> 3) Github supports onl static HTML files, is that true? So everything needs
> to be converted to static HTML?

Exactly, I wouldn't mind if some pages would be converted directly to the
wiki system of github.


Stefan
Re: Website to Github [ In reply to ]
>
> 3) Github supports onl static HTML files, is that true? So everything
> needs to be converted to static HTML?

It supports Jekyll sites too. Jekyll is basically a static site generator,
it applies templates to a set of pages, and also has some blog-like
features. See https://help.github.com/articles/using-jekyll-with-pages

I've seen some people use Octopress in the past. Octopress is powered by
Jekyll and Octopress blogs can be hosted on Github Pages.
http://octopress.org/


On Fri, Feb 1, 2013 at 9:31 PM, - - <stadtpirat11@ymail.com> wrote:

> Hi,
>
> sometimes I am wondering about the website-to-github process. I don't
> fully know what happened.
>
> 1) There are two repositories "web" and "cherokee.github.com". What is
> the difference between them?
>
> 2) When I go to http://cherokee.github.com I get redirected to
> www.cherokee-project.com. How can I see the actual page that is on the
> github server?
>
> 3) Github supports onl static HTML files, is that true? So everything
> needs to be converted to static HTML?
>
> Stadtpirat.
>
>
> _______________________________________________
> Cherokee mailing list
> Cherokee@lists.octality.com
> http://lists.octality.com/listinfo/cherokee
>
>
Re: Website to Github [ In reply to ]
Well,

Just don't use octopress, there are many other 'static pages generators'
which are a bit better in such cases like: Pelican, Blogofile (blogs...) or
even default python sphinx, that can generate quite cool websites from RST
files.

Pozdrawiam
Jędrzej Nowak


On Fri, Feb 1, 2013 at 11:55 AM, Daniel Lo Nigro <lists@dan.cx> wrote:

> 3) Github supports onl static HTML files, is that true? So everything
>> needs to be converted to static HTML?
>
> It supports Jekyll sites too. Jekyll is basically a static site generator,
> it applies templates to a set of pages, and also has some blog-like
> features. See https://help.github.com/articles/using-jekyll-with-pages
>
> I've seen some people use Octopress in the past. Octopress is powered by
> Jekyll and Octopress blogs can be hosted on Github Pages.
> http://octopress.org/
>
>
> On Fri, Feb 1, 2013 at 9:31 PM, - - <stadtpirat11@ymail.com> wrote:
>
>> Hi,
>>
>> sometimes I am wondering about the website-to-github process. I don't
>> fully know what happened.
>>
>> 1) There are two repositories "web" and "cherokee.github.com". What is
>> the difference between them?
>>
>> 2) When I go to http://cherokee.github.com I get redirected to
>> www.cherokee-project.com. How can I see the actual page that is on the
>> github server?
>>
>> 3) Github supports onl static HTML files, is that true? So everything
>> needs to be converted to static HTML?
>>
>> Stadtpirat.
>>
>>
>> _______________________________________________
>> Cherokee mailing list
>> Cherokee@lists.octality.com
>> http://lists.octality.com/listinfo/cherokee
>>
>>
>
> _______________________________________________
> Cherokee mailing list
> Cherokee@lists.octality.com
> http://lists.octality.com/listinfo/cherokee
>
>
Re: Website to Github [ In reply to ]
Alvaro will change the DNS asap after our github part is done.

<http://code.google.com/p/cherokee/issues/detail?id=1356>

I received some mails that people were actually working on the migration,
stylesheet and images wise. Can we set a feasible goal and targetdate?

Stefan
_______________________________________________
Cherokee mailing list
Cherokee@lists.octality.com
http://lists.octality.com/listinfo/cherokee
Re: Website to Github [ In reply to ]
Hey guys,

A friend and I have converted a decent chunk of the site to Jekyll:

https://github.com/johnbacon/cherokee.github.com/tree/gh-pages

It works well. It's a bit tedious because I'm cleaning up the HTML syntax,
fixing blatant problems, and trying to remove incorrect/outdated content as
I go. Feel free to fork.

-Locke

On Fri, Feb 1, 2013 at 6:19 AM, Stefan de Konink <stefan@konink.de> wrote:

> Alvaro will change the DNS asap after our github part is done.
>
> <http://code.google.com/p/**cherokee/issues/detail?id=1356<http://code.google.com/p/cherokee/issues/detail?id=1356>
> **>
>
> I received some mails that people were actually working on the migration,
> stylesheet and images wise. Can we set a feasible goal and targetdate?
>
> Stefan
>
> ______________________________**_________________
> Cherokee mailing list
> Cherokee@lists.octality.com
> http://lists.octality.com/**listinfo/cherokee<http://lists.octality.com/listinfo/cherokee>
>