Icy Phoenix

     
 

Icy Phoenix Project Moved To GIT Only

Icy Phoenix Project Moved To GIT Only

Article
Reply with quote    Download Post  
Post Icy Phoenix Project Moved To GIT Only 
 
Hi all,
I wanted to announce that starting from today the old Icy Phoenix Repository on SVN will be discontinued.

All Icy Phoenix code repositories have been moved to GIT for many reasons (mainly because of SVN limitations in fork/merge features).

Here are the new URIs for the Repositories:

Icy Phoenix GIT Repository
Icy Phoenix - Languages GIT Repository
Icy Phoenix - Styles GIT Repository
Icy Phoenix - Plugins GIT Repository

I will only keep tags release on the old SVN repository, I will remove everything else in some months (just to make sure that everything is working fine).

If you want to start to contributing to Icy Phoenix code, is now easier than before:


Happy Coding Icy Phoenix!



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Sun 17 Apr, 2011 22:35 ]
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us


Icy Phoenix Project Moved To GIT Only

Comments
Reply with quote    Download Post  
Post Re: Icy Phoenix Project Moved To GIT Only 
 
Hail for git, and github :-).



 
Informpro - View user's profile Send private message  
Informpro [ Sun 17 Apr, 2011 22:44 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix Project Moved To GIT Only 
 
Thanks MG  

Mighty Gorgon wrote: [View Post]
  • Finally make a Pull Request to show me the code, I will then review it, and maybe integrate to Icy Phoenix

maybe integrate  



 
TheSteffen - View user's profile Send private message  
TheSteffen [ Sun 17 Apr, 2011 22:55 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix Project Moved To GIT Only 
 
Of course... I don't want that users think that I will accept all requests!  



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Sun 17 Apr, 2011 23:01 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix Project Moved To GIT Only 
 
I have enabled the "Like" and "Share" features here in this forum just for Show Off and Debugging purpose...

EDIT:
I have already disabled that, because I need to fix a small bug.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Sun 17 Apr, 2011 23:57 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix Project Moved To GIT Only 
 
Nice show off   .



 
Informpro - View user's profile Send private message  
Informpro [ Mon 18 Apr, 2011 00:12 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix Project Moved To GIT Only 
 
Great news. Thank you for update.



 
Yros - View user's profile Send private message  
Yros [ Mon 18 Apr, 2011 09:11 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix Project Moved To GIT Only 
 
Thanks for the awesome information dude!



 
williamwadellz - View user's profile Send private message  
williamwadellz [ Wed 31 Jul, 2013 09:18 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix Project Moved To GIT Only 
 
Hi everybody.

I am developing an Android  & iPhone app to read the icy phoenix forum.

I will need to make lots of modifications and add ons to the code, so I was thinking to fork your Git repo to keep my mods and your upgrades synchronized.

But my doubt is: you only have one branch: Master. Are you making modifies on it? Is this branch in the same point as the last release version is?

Why don't you have a dev branch?

I will create a new branch for my purposes, but I think I should create more than one because all of the things I would like to change.

Regards and nice coding



 
jefazo666 - View user's profile Send private message  
jefazo666 [ Sat 01 Feb, 2014 16:31 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix Project Moved To GIT Only 
 
Hi jefazo666, me and my brother already coded an iPhone app to read Icy Phoenix content...

icis

app_store_it

I have written an API to read Icy Phoenix topics and posts table... I can pass some code if you wish.

Tell me what you need and I'll try to help... but basically you just need to write an API which interacts with DB tables and returns JSON data.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Mon 03 Feb, 2014 22:59 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix Project Moved To GIT Only 
 
Mighty Gorgon wrote: [View Post]
Hi jefazo666, me and my brother already coded an iPhone app to read Icy Phoenix content...

icis

app_store_it

I have written an API to read Icy Phoenix topics and posts table... I can pass some code if you wish.

Tell me what you need and I'll try to help... but basically you just need to write an API which interacts with DB tables and returns JSON data.


I was thinking at the beginning in extend the api to the whole site because it will improve the performance, readable of the code, and the development.

But this would take so much time if is only me who makes it, so I had another idea to show the content in JSon (or xml) and don't care about the logic, because the current logic will do the work for me.

When I have this a bit more planificated I will give more info.



 
jefazo666 - View user's profile Send private message  
jefazo666 [ Wed 05 Feb, 2014 14:13 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix Project Moved To GIT Only 
 
Mighty Gorgon wrote: [View Post]
Hi jefazo666, me and my brother already coded an iPhone app to read Icy Phoenix content...

icis

app_store_it

I have written an API to read Icy Phoenix topics and posts table... I can pass some code if you wish.

Tell me what you need and I'll try to help... but basically you just need to write an API which interacts with DB tables and returns JSON data.


If your code (server side) is shareable, it would be a big help! Do you have it on github?



 
jefazo666 - View user's profile Send private message  
jefazo666 [ Sun 09 Feb, 2014 22:00 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix Project Moved To GIT Only 
 
I don't have it on GITHUB because I've coded it specifically for that website... but I can provide a shareable version.

Give me some time to clean the code.



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Tue 11 Feb, 2014 17:13 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix Project Moved To GIT Only 
 
Thankyou very much. Off course, take it easy, there is no hurry.



 
jefazo666 - View user's profile Send private message  
jefazo666 [ Wed 12 Feb, 2014 12:51 ]
Reply with quote    Download Post  
Post Re: Icy Phoenix Project Moved To GIT Only 
 
Here is a quick demo:

Icy Phoenix API - Demo



 
Mighty Gorgon - View user's profile Send private message  
Mighty Gorgon [ Mon 17 Feb, 2014 22:21 ]
Display posts from previous:    

HideWas this topic useful?

Post new topic  Reply to topic  Page 1 of 2
Goto page 1, 2  Next