Free Repo

A FREE software alternative to github for OS Software sharing.

Convert any directory into a shareable repo. It does all the work. Self host only,
retain complete control of your code! For more version control use the utility: fr-util.py.

* COMING SOON *

Bug Fixes. CSS changes. GUI. Etc.


Installation instructions:

1. click the download button at the bottom of the page.

2. extract the files then place the freerepo.py script into the directory
you wish to make into a repo.

3. open your terminal and run the script (python freerepo.py)

4.Once your repo is created open the HTML in your favorite editor, change the
readme section - tweak it however you like, then you're ready to go.

Usage Tips:

- To mark files to be ignored: Create a directory called 'ignore'
and files within it will not be touched by the script.

- How to update your repo: after running the update portion of the script - swap out the effected .txt files,
swap the .zip file then voila. If your adding new files to be displayed simply duplicate the html (iframes) and update the .txt portion accordingly.

- To add a commit message, uncomment its section and add the commit_msg.html that's created when you update your repo
to your repos main dir.

- When you do your first update: delete the iframe for the code data made upon creation and youll notice that when you
uncomment the commit message section your code data will now be displayed. (like below.)

Known Bugs:

- None at this time, if you see this - its prob cause i sent it to ya, pls report the bugs to me if you encounter one

commit_message.html

freerepo.py

Go back home.