http://cuis-smalltalk.github.io/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

http://cuis-smalltalk.github.io/

Hannes Hirzel
On 8/18/13, Germán Arduino <[hidden email]> wrote:
> Hi Hannes:
>
> The github poweredsite is at: http://cuis-smalltalk.github.io/

Thank you. It seems that the Cuis readme is there. Which is written in
markdown. How do I fork the repository to add more documentation?
Clicking on 'View on Github' brings me to the same page.

--Hannes

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: http://cuis-smalltalk.github.io/

Frank Shearar-3
On 19 August 2013 15:36, H. Hirzel <[hidden email]> wrote:
> On 8/18/13, Germán Arduino <[hidden email]> wrote:
>> Hi Hannes:
>>
>> The github poweredsite is at: http://cuis-smalltalk.github.io/
>
> Thank you. It seems that the Cuis readme is there. Which is written in
> markdown. How do I fork the repository to add more documentation?
> Clicking on 'View on Github' brings me to the same page.

The repo's at https://github.com/Cuis-Smalltalk/Cuis-Smalltalk.github.io
so the correct incantation is

    git clone [hidden email]:Cuis-Smalltalk/Cuis-Smalltalk.github.io.git

frank

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: http://cuis-smalltalk.github.io/

Hannes Hirzel
Thank you for the link. The content seems to be generated from
Markdown. Correct? If yes, where do I find that?

--Hannes

On 8/19/13, Frank Shearar <[hidden email]> wrote:

> On 19 August 2013 15:36, H. Hirzel <[hidden email]> wrote:
>> On 8/18/13, Germán Arduino <[hidden email]> wrote:
>>> Hi Hannes:
>>>
>>> The github poweredsite is at: http://cuis-smalltalk.github.io/
>>
>> Thank you. It seems that the Cuis readme is there. Which is written in
>> markdown. How do I fork the repository to add more documentation?
>> Clicking on 'View on Github' brings me to the same page.
>
> The repo's at https://github.com/Cuis-Smalltalk/Cuis-Smalltalk.github.io
> so the correct incantation is
>
>     git clone [hidden email]:Cuis-Smalltalk/Cuis-Smalltalk.github.io.git
>
> frank
>
> _______________________________________________
> Cuis mailing list
> [hidden email]
> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: http://cuis-smalltalk.github.io/

Hannes Hirzel
I assume I have to use this

https://help.github.com/categories/20/articles

and this

https://help.github.com/articles/creating-pages-with-the-automatic-generator

Correct?

On 8/19/13, H. Hirzel <[hidden email]> wrote:

> Thank you for the link. The content seems to be generated from
> Markdown. Correct? If yes, where do I find that?
>
> --Hannes
>
> On 8/19/13, Frank Shearar <[hidden email]> wrote:
>> On 19 August 2013 15:36, H. Hirzel <[hidden email]> wrote:
>>> On 8/18/13, Germán Arduino <[hidden email]> wrote:
>>>> Hi Hannes:
>>>>
>>>> The github poweredsite is at: http://cuis-smalltalk.github.io/
>>>
>>> Thank you. It seems that the Cuis readme is there. Which is written in
>>> markdown. How do I fork the repository to add more documentation?
>>> Clicking on 'View on Github' brings me to the same page.
>>
>> The repo's at https://github.com/Cuis-Smalltalk/Cuis-Smalltalk.github.io
>> so the correct incantation is
>>
>>     git clone [hidden email]:Cuis-Smalltalk/Cuis-Smalltalk.github.io.git
>>
>> frank
>>
>> _______________________________________________
>> Cuis mailing list
>> [hidden email]
>> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>>
>

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: http://cuis-smalltalk.github.io/

Juan Vuletich-4
Yes.

You'd need to fork the repo on GitHub, work on you fork as you say, and
send pull requests.

BTW, I tried to edit the html with an html editor (Kompozer), and it broke
the "theme". So, maybe using markdown and the automatic generator is best.

Cheers,
Juan Vuletich

> I assume I have to use this
>
> https://help.github.com/categories/20/articles
>
> and this
>
> https://help.github.com/articles/creating-pages-with-the-automatic-generator
>
> Correct?
>
> On 8/19/13, H. Hirzel <[hidden email]> wrote:
>> Thank you for the link. The content seems to be generated from
>> Markdown. Correct? If yes, where do I find that?
>>
>> --Hannes
>>
>> On 8/19/13, Frank Shearar <[hidden email]> wrote:
>>> On 19 August 2013 15:36, H. Hirzel <[hidden email]> wrote:
>>>> On 8/18/13, Germán Arduino <[hidden email]> wrote:
>>>>> Hi Hannes:
>>>>>
>>>>> The github poweredsite is at: http://cuis-smalltalk.github.io/
>>>>
>>>> Thank you. It seems that the Cuis readme is there. Which is written in
>>>> markdown. How do I fork the repository to add more documentation?
>>>> Clicking on 'View on Github' brings me to the same page.
>>>
>>> The repo's at
>>> https://github.com/Cuis-Smalltalk/Cuis-Smalltalk.github.io
>>> so the correct incantation is
>>>
>>>     git clone
>>> [hidden email]:Cuis-Smalltalk/Cuis-Smalltalk.github.io.git
>>>
>>> frank
>>>
>>> _______________________________________________
>>> Cuis mailing list
>>> [hidden email]
>>> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>>>
>>
>
> _______________________________________________
> Cuis mailing list
> [hidden email]
> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>


_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: http://cuis-smalltalk.github.io/

garduino
The fuc**** html edition......

As in all the (squeak) forks, we should have our site powered by Cuis with our cms/wiki or so...

Ma be in a near future....


2013/8/19 <[hidden email]>
Yes.

You'd need to fork the repo on GitHub, work on you fork as you say, and
send pull requests.

BTW, I tried to edit the html with an html editor (Kompozer), and it broke
the "theme". So, maybe using markdown and the automatic generator is best.

Cheers,
Juan Vuletich

> I assume I have to use this
>
> https://help.github.com/categories/20/articles
>
> and this
>
> https://help.github.com/articles/creating-pages-with-the-automatic-generator
>
> Correct?
>
> On 8/19/13, H. Hirzel <[hidden email]> wrote:
>> Thank you for the link. The content seems to be generated from
>> Markdown. Correct? If yes, where do I find that?
>>
>> --Hannes
>>
>> On 8/19/13, Frank Shearar <[hidden email]> wrote:
>>> On 19 August 2013 15:36, H. Hirzel <[hidden email]> wrote:
>>>> On 8/18/13, Germán Arduino <[hidden email]> wrote:
>>>>> Hi Hannes:
>>>>>
>>>>> The github poweredsite is at: http://cuis-smalltalk.github.io/
>>>>
>>>> Thank you. It seems that the Cuis readme is there. Which is written in
>>>> markdown. How do I fork the repository to add more documentation?
>>>> Clicking on 'View on Github' brings me to the same page.
>>>
>>> The repo's at
>>> https://github.com/Cuis-Smalltalk/Cuis-Smalltalk.github.io
>>> so the correct incantation is
>>>
>>>     git clone
>>> [hidden email]:Cuis-Smalltalk/Cuis-Smalltalk.github.io.git
>>>
>>> frank
>>>
>>> _______________________________________________
>>> Cuis mailing list
>>> [hidden email]
>>> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>>>
>>
>
> _______________________________________________
> Cuis mailing list
> [hidden email]
> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>


_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org



--
Saludos / Regards,
Germán Arduino
www.arduinosoftware.com

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: http://cuis-smalltalk.github.io/

Frank Shearar-3
I actually don't see a lot of value in self-hosting. Doing it in
GitHub means not having to worry about servers, configuring http
servers, keeping processes running, figuring out how to deploy new
versions of the site, ... With GitHub that's all done for you.

frank

On 19 August 2013 18:30, Germán Arduino <[hidden email]> wrote:

> The fuc**** html edition......
>
> As in all the (squeak) forks, we should have our site powered by Cuis with
> our cms/wiki or so...
>
> Ma be in a near future....
>
>
> 2013/8/19 <[hidden email]>
>
>> Yes.
>>
>> You'd need to fork the repo on GitHub, work on you fork as you say, and
>> send pull requests.
>>
>> BTW, I tried to edit the html with an html editor (Kompozer), and it broke
>> the "theme". So, maybe using markdown and the automatic generator is best.
>>
>> Cheers,
>> Juan Vuletich
>>
>> > I assume I have to use this
>> >
>> > https://help.github.com/categories/20/articles
>> >
>> > and this
>> >
>> >
>> > https://help.github.com/articles/creating-pages-with-the-automatic-generator
>> >
>> > Correct?
>> >
>> > On 8/19/13, H. Hirzel <[hidden email]> wrote:
>> >> Thank you for the link. The content seems to be generated from
>> >> Markdown. Correct? If yes, where do I find that?
>> >>
>> >> --Hannes
>> >>
>> >> On 8/19/13, Frank Shearar <[hidden email]> wrote:
>> >>> On 19 August 2013 15:36, H. Hirzel <[hidden email]> wrote:
>> >>>> On 8/18/13, Germán Arduino <[hidden email]> wrote:
>> >>>>> Hi Hannes:
>> >>>>>
>> >>>>> The github poweredsite is at: http://cuis-smalltalk.github.io/
>> >>>>
>> >>>> Thank you. It seems that the Cuis readme is there. Which is written
>> >>>> in
>> >>>> markdown. How do I fork the repository to add more documentation?
>> >>>> Clicking on 'View on Github' brings me to the same page.
>> >>>
>> >>> The repo's at
>> >>> https://github.com/Cuis-Smalltalk/Cuis-Smalltalk.github.io
>> >>> so the correct incantation is
>> >>>
>> >>>     git clone
>> >>> [hidden email]:Cuis-Smalltalk/Cuis-Smalltalk.github.io.git
>> >>>
>> >>> frank
>> >>>
>> >>> _______________________________________________
>> >>> Cuis mailing list
>> >>> [hidden email]
>> >>> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>> >>>
>> >>
>> >
>> > _______________________________________________
>> > Cuis mailing list
>> > [hidden email]
>> > http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>> >
>>
>>
>> _______________________________________________
>> Cuis mailing list
>> [hidden email]
>> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>
>
>
>
> --
> Saludos / Regards,
> Germán Arduino
> www.arduinosoftware.com
>
> _______________________________________________
> Cuis mailing list
> [hidden email]
> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: http://cuis-smalltalk.github.io/

garduino
Yes, I understand and agree at some point.

But always is nice to eat the own dog food, mainly in with we are (trying) to produce a dev tool :)

But it's an opinion....


2013/8/19 Frank Shearar <[hidden email]>
I actually don't see a lot of value in self-hosting. Doing it in
GitHub means not having to worry about servers, configuring http
servers, keeping processes running, figuring out how to deploy new
versions of the site, ... With GitHub that's all done for you.

frank

On 19 August 2013 18:30, Germán Arduino <[hidden email]> wrote:
> The fuc**** html edition......
>
> As in all the (squeak) forks, we should have our site powered by Cuis with
> our cms/wiki or so...
>
> Ma be in a near future....
>
>
> 2013/8/19 <[hidden email]>
>
>> Yes.
>>
>> You'd need to fork the repo on GitHub, work on you fork as you say, and
>> send pull requests.
>>
>> BTW, I tried to edit the html with an html editor (Kompozer), and it broke
>> the "theme". So, maybe using markdown and the automatic generator is best.
>>
>> Cheers,
>> Juan Vuletich
>>
>> > I assume I have to use this
>> >
>> > https://help.github.com/categories/20/articles
>> >
>> > and this
>> >
>> >
>> > https://help.github.com/articles/creating-pages-with-the-automatic-generator
>> >
>> > Correct?
>> >
>> > On 8/19/13, H. Hirzel <[hidden email]> wrote:
>> >> Thank you for the link. The content seems to be generated from
>> >> Markdown. Correct? If yes, where do I find that?
>> >>
>> >> --Hannes
>> >>
>> >> On 8/19/13, Frank Shearar <[hidden email]> wrote:
>> >>> On 19 August 2013 15:36, H. Hirzel <[hidden email]> wrote:
>> >>>> On 8/18/13, Germán Arduino <[hidden email]> wrote:
>> >>>>> Hi Hannes:
>> >>>>>
>> >>>>> The github poweredsite is at: http://cuis-smalltalk.github.io/
>> >>>>
>> >>>> Thank you. It seems that the Cuis readme is there. Which is written
>> >>>> in
>> >>>> markdown. How do I fork the repository to add more documentation?
>> >>>> Clicking on 'View on Github' brings me to the same page.
>> >>>
>> >>> The repo's at
>> >>> https://github.com/Cuis-Smalltalk/Cuis-Smalltalk.github.io
>> >>> so the correct incantation is
>> >>>
>> >>>     git clone
>> >>> [hidden email]:Cuis-Smalltalk/Cuis-Smalltalk.github.io.git
>> >>>
>> >>> frank
>> >>>
>> >>> _______________________________________________
>> >>> Cuis mailing list
>> >>> [hidden email]
>> >>> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>> >>>
>> >>
>> >
>> > _______________________________________________
>> > Cuis mailing list
>> > [hidden email]
>> > http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>> >
>>
>>
>> _______________________________________________
>> Cuis mailing list
>> [hidden email]
>> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>
>
>
>
> --
> Saludos / Regards,
> Germán Arduino
> www.arduinosoftware.com
>
> _______________________________________________
> Cuis mailing list
> [hidden email]
> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org



--
Saludos / Regards,
Germán Arduino
www.arduinosoftware.com

_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: http://cuis-smalltalk.github.io/

Juan Vuletich-4
In reply to this post by garduino
Well, doing our own hosting is a good way to show that the system actually works. But it requires a lot more effort than a simple static page that is hosted for free. We'd need money to pay for the hosting, and someone to volunteer for admin. Is it worth it? Not sure.

Cheers,
Juan Vuletich

On 8/19/2013 2:30 PM, Germán Arduino wrote:
The fuc**** html edition......

As in all the (squeak) forks, we should have our site powered by Cuis with our cms/wiki or so...

Ma be in a near future....


2013/8/19 <[hidden email]>
Yes.

You'd need to fork the repo on GitHub, work on you fork as you say, and
send pull requests.

BTW, I tried to edit the html with an html editor (Kompozer), and it broke
the "theme". So, maybe using markdown and the automatic generator is best.

Cheers,
Juan Vuletich

> I assume I have to use this
>
> https://help.github.com/categories/20/articles
>
> and this
>
> https://help.github.com/articles/creating-pages-with-the-automatic-generator
>
> Correct?
>
> On 8/19/13, H. Hirzel <[hidden email]> wrote:
>> Thank you for the link. The content seems to be generated from
>> Markdown. Correct? If yes, where do I find that?
>>
>> --Hannes
>>
>> On 8/19/13, Frank Shearar <[hidden email]> wrote:
>>> On 19 August 2013 15:36, H. Hirzel <[hidden email]> wrote:
>>>> On 8/18/13, Germán Arduino <[hidden email]> wrote:
>>>>> Hi Hannes:
>>>>>
>>>>> The github poweredsite is at: http://cuis-smalltalk.github.io/
>>>>
>>>> Thank you. It seems that the Cuis readme is there. Which is written in
>>>> markdown. How do I fork the repository to add more documentation?
>>>> Clicking on 'View on Github' brings me to the same page.
>>>
>>> The repo's at
>>> https://github.com/Cuis-Smalltalk/Cuis-Smalltalk.github.io
>>> so the correct incantation is
>>>
>>>     git clone
>>> [hidden email]
>>>
>>> frank
>>>
>>> _______________________________________________
>>> Cuis mailing list
>>> [hidden email]
>>> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>>>
>>
>
> _______________________________________________
> Cuis mailing list
> [hidden email]
> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>


_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org



--
Saludos / Regards,
Germán Arduino
www.arduinosoftware.com
_______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org


_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
Reply | Threaded
Open this post in threaded view
|

Re: http://cuis-smalltalk.github.io/

garduino

Yes, I understand your points......

Time will say, you know, I've some ideas to use OpenShift (free version) as a proof of concept, but first we need to polish another things (at web frameworks level I mean)


2013/8/20 Juan Vuletich <[hidden email]>
Well, doing our own hosting is a good way to show that the system actually works. But it requires a lot more effort than a simple static page that is hosted for free. We'd need money to pay for the hosting, and someone to volunteer for admin. Is it worth it? Not sure.

Cheers,
Juan Vuletich


On 8/19/2013 2:30 PM, Germán Arduino wrote:
The fuc**** html edition......

As in all the (squeak) forks, we should have our site powered by Cuis with our cms/wiki or so...

Ma be in a near future....


2013/8/19 <[hidden email]>
Yes.

You'd need to fork the repo on GitHub, work on you fork as you say, and
send pull requests.

BTW, I tried to edit the html with an html editor (Kompozer), and it broke
the "theme". So, maybe using markdown and the automatic generator is best.

Cheers,
Juan Vuletich

> I assume I have to use this
>
> https://help.github.com/categories/20/articles
>
> and this
>
> https://help.github.com/articles/creating-pages-with-the-automatic-generator
>
> Correct?
>
> On 8/19/13, H. Hirzel <[hidden email]> wrote:
>> Thank you for the link. The content seems to be generated from
>> Markdown. Correct? If yes, where do I find that?
>>
>> --Hannes
>>
>> On 8/19/13, Frank Shearar <[hidden email]> wrote:
>>> On 19 August 2013 15:36, H. Hirzel <[hidden email]> wrote:
>>>> On 8/18/13, Germán Arduino <[hidden email]> wrote:
>>>>> Hi Hannes:
>>>>>
>>>>> The github poweredsite is at: http://cuis-smalltalk.github.io/
>>>>
>>>> Thank you. It seems that the Cuis readme is there. Which is written in
>>>> markdown. How do I fork the repository to add more documentation?
>>>> Clicking on 'View on Github' brings me to the same page.
>>>
>>> The repo's at
>>> https://github.com/Cuis-Smalltalk/Cuis-Smalltalk.github.io
>>> so the correct incantation is
>>>
>>>     git clone
>>> [hidden email]
>>>
>>> frank
>>>
>>> _______________________________________________
>>> Cuis mailing list
>>> [hidden email]
>>> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>>>
>>
>
> _______________________________________________
> Cuis mailing list
> [hidden email]
> http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
>


_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org



--
Saludos / Regards,
Germán Arduino
www.arduinosoftware.com
_______________________________________________ Cuis mailing list [hidden email] http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org


_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org





_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org