Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twidi/Repos.io
The source code of the Repos.io site, a site to help you manage all your repositories (your own, and watched/liked/followed ones) hosted by different providers (github, bitbucket)
https://github.com/twidi/Repos.io
Last synced: 5 days ago
JSON representation
The source code of the Repos.io site, a site to help you manage all your repositories (your own, and watched/liked/followed ones) hosted by different providers (github, bitbucket)
- Host: GitHub
- URL: https://github.com/twidi/Repos.io
- Owner: twidi
- License: other
- Created: 2011-08-28T18:05:49.000Z (about 13 years ago)
- Default Branch: develop
- Last Pushed: 2019-10-17T20:06:09.000Z (about 5 years ago)
- Last Synced: 2024-08-01T12:28:31.607Z (3 months ago)
- Language: HTML
- Homepage: http://repos.io
- Size: 2.36 MB
- Stars: 102
- Watchers: 4
- Forks: 10
- Open Issues: 20
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - twidi/Repos.io - The source code of the Repos.io site, a site to help you manage all your repositories (your own, and watched/liked/followed ones) hosted by different providers (github, bitbucket) (others)
README
Repos.io (this README is REALLY OLD)
====================================The idea
--------The idea of this project came to me when i searched in my GitHub_ watched projects to find something...
The problem is that Github just give us a list. No description, no way to organize it. Useless.
Then i wanted to create a site for that.
But why only Github ? Why only watched projects ?
So the final goal for this project is to help you organize all projects you own, you follow, you watch, you like on any provider.
But for now, we just start with the watched projects on Github... (from this point, this document will only talk, for now, about this first goal)
Why it can helps me ?
---------------------By connecting with yor Github account to this site, you'll see a list of all your watched projects. As on Github.
But you will also see the description of each project. And you will be able to tag each project ('django', 'utils', 'book'...).
And we will try to help you organize these projects using tags other users put on them.
I love this idea, can i help you ?
----------------------------------Yes of course, the source code of this project is on our `GitHub repository`_, you can fork it and send us pull requests, add/resolve issues...
The site is coded using django (1.3), django-social-auth (for authentication) and python-github2 (for access to the github api).
For the client site we use the `Twitter boostrap`_, some javascript with jQuery_ and of course some addtional CSS (soon via Sass_)To have a working project, check https://github.com/twidi/Repos.io/issues/60#issuecomment-5677558
Is that all ?
-------------For now, yes. We just started this project...
Some notes, for later
---------------------
Providers :
- github (api: ok (python-github2), auth: oauth2)
- bitbucket (api: ok, auth: oauth?)
- pypi (api: ok, auth: not needed)
- google code (?)Some possible functionnalities :
- tree view of forks
- rss feeds (with filters !)
- recommendations on accounts/repositories to followLicense
-------
Repos.io / Copyright Stephane Angel / `Creative Commons BY-NC-SA license`_.. _GitHub: http://www.github.com
.. _GitHub repository: https://github.com/twidi/Repos.io
.. _Twitter boostrap: http://twitter.github.com/bootstrap/
.. _jQuery: http://www.jquery.com/
.. _Sass: http://sass-lang.com/
.. _Creative Commons BY-NC-SA license: http://creativecommons.org/licenses/by-nc-sa/3.0/