The goal of this project is to facilitate the drawing and manipulation of spectral sequences, by tracking the differential and multiplicative structures across pages of a given spectral sequence.
Ext Chart is open source software released under the University of Illinois/NCSA Open Source License.
We’re happy to talk about this project on Freenode at #Ext-Chart.
If you only want to build Ext Chart, use Xcode to download the Ext Chart repository from GitHub:
- Open Xcode and choose the Source Control > Check Out… menu item.
- Type https://github.com/Ext-Tenders/Ext-Chart.git in the repository location field and click Next.
- Select a folder in your disk where the project repository will be stored and click Check Out.
- Open Xcode’s workspace.
When restarting Xcode, make sure you open Ext Chart’s workspace instead of its project.
If you have commit rights to Ext Chart’s repository:
- Open Xcode and choose the Source Control > Check Out… menu item.
- Type https://github.com/Ext-Tenders/Ext-Chart.git in the repository location field and click Next.
- Select a folder in your disk where the project repository will be stored and click Check Out.
- Open Xcode’s workspace.
When restarting Xcode, make sure you open Ext Chart’s workspace instead of its project.
If you don’t have commit rights to Ext Chart’s repository:
- Create a GitHub account and fork Ext Chart’s repository.
- Open Xcode and choose the Source Control > Check Out… menu item.
- Type https://github.com/YOURACCOUNT/Ext-Chart.git in the repository location field and click Next.
- Select a folder in your disk where the project repository will be stored and click Check Out.
- Open Xcode’s workspace.
When restarting Xcode, make sure you open Ext Chart’s workspace instead of its project.
Whenever you want to implement a change:
- Create a feature branch in your Ext Chart repository.
- Commit to that branch.
- When the feature is finished and tested, push that branch to your GitHub account and submit a pull request.
See the Using pull requests page at GitHub.