Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Gitty: raw git acces in pure erlang
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Max Lapshin  
View profile  
 More options Sep 27 2012, 4:32 am
From: Max Lapshin <max.laps...@gmail.com>
Date: Thu, 27 Sep 2012 12:32:04 +0400
Local: Thurs, Sep 27 2012 4:32 am
Subject: [erlang-questions] Gitty: raw git acces in pure erlang
Hi, everyone.

I've written simple pure erlang library
https://github.com/maxlapshin/gitty that allows reading git repo.

It can be used for a website that stores webpages in git backend.

This library is a prototype, because it lacks important features such
as caching repo index in a process,
but it is already faster than forking for a git executable each request.
_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Max Lapshin  
View profile  
 More options Oct 15 2012, 4:51 pm
From: Max Lapshin <max.laps...@gmail.com>
Date: Mon, 15 Oct 2012 13:50:56 -0700 (PDT)
Local: Mon, Oct 15 2012 4:50 pm
Subject: Re: [erlang-questions] Gitty: raw git acces in pure erlang
Now gitty can commit back to repository.

It means, that you can use it with your favorite HTTP framework to
store text pages in git repo and serve it from there.

For example, I'm using it for http://erlyvideo.org/ website, because
it is very convenient for me,
when I can checkout whole website, edit it offline and upload back.

Also it is possible to edit content online and it will be still
compatible with git.
_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »