todotxt / language-todotxt

Syntax highlighting and utilities for todo.txt files for atom.io
BSD 2-Clause "Simplified" License
30 stars 16 forks source link

Move to todotxt organization #18

Closed evanp closed 7 years ago

evanp commented 7 years ago

There's a new organization managing the todotxt/todo.txt-cli and other apps. It'd be great to move this repo there and get more group maintenance.

It's better to move it than fork it since the issues will all move along with it.

@karbassi manages the organization and could help with the move. I would be happy to help maintain the codebase after the move.

@gerane we would also need to figure out how to manage the push to the Atom package manager.

gerane commented 7 years ago

@evenp @karbassi I think this would be the best idea. I originally ported this from a sublime extension, and I am not that skilled at js\cofeescript. I am a systems engineer and spend the majority of my time using PowerShell, so a couple years ago I migrated to visual studio code when it released for the better PowerShell experience.

I would even be willing to transfer ownership if anyone would like to take it over entirely. It is very hard to maintain for me since I no longer use atom.

karbassi commented 7 years ago

@gerane Yes, this would be great to move under the org.

Before a transfer, you'd have to relicense this under GPLv3. Will that be okay?

evanp commented 7 years ago

@karbassi since the BSD license is compatible with the GPLv3, we can just relicense the package after it's moved. All the existing code is compatible with the GPLv3.

evanp commented 7 years ago

@gerane also, you'd need to figure out how to share whatever credentials are used to push to the atom package manager. I haven't done that before, so I don't know the scoop, but it'd be nice if people who had the current version could get upgrades automatically.

evanp commented 7 years ago

@gerane @karbassi Are we good to go? Can we get this done?

karbassi commented 7 years ago

We're good. I've added him to the ORG as a member. Waiting for @gerane to accept and start the transfer.

evanp commented 7 years ago

Sweet! @gerane can you get that going? @karbassi can you add me as a member, and give me access to the repo once @gerane has made the transfer?

karbassi commented 7 years ago

@evanp done.

evanp commented 7 years ago

So now we're just waiting for @gerane to move the repository, correct?

gerane commented 7 years ago

Sorry for the delay. @karbassi @evanp I have had very little keyboard free time. I was wanting to make sure I did the transfer properly. Is the organization name "todotxt" or "todo.txt" for the purpose of the transfer?

gerane commented 7 years ago

@evanp @karbassi Ok, done. I also was looking into the atom package manager end, and it looks like all that needs to be done is edit the package.json repository information and then you can also publish to atom's package repository as well.

http://flight-manual.atom.io/behind-atom/sections/maintaining-your-packages/

karbassi commented 7 years ago

Closing this since the main task is done. The package manager url task is at #22.