Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Restructured the README.
Browse files Browse the repository at this point in the history
Migrated Credits from README to CREDITS file.
Migrated Release Notes to CHANGELOG file.
Migrated License to LICENSE file and updated the GPL license to include full version.
  • Loading branch information
justinhartman committed Jun 17, 2017
1 parent 20e01f7 commit 45785c2
Show file tree
Hide file tree
Showing 6 changed files with 808 additions and 61 deletions.
73 changes: 73 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@

# Created by https://www.gitignore.io/api/osx,macos,sublimetext

### macOS ###
*.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

### OSX ###

# Icon must end with two \r

# Thumbnails

# Files that might appear in the root of a volume

# Directories potentially created on remote AFP share

### SublimeText ###
# cache files for sublime text
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache

# workspace files are user-specific
*.sublime-workspace

# project files should be checked into the repository, unless a significant
# proportion of contributors will probably not be using SublimeText
# *.sublime-project

# sftp configuration file
sftp-config.json

# Package control specific files
Package Control.last-run
Package Control.ca-list
Package Control.ca-bundle
Package Control.system-ca-bundle
Package Control.cache/
Package Control.ca-certs/
Package Control.merged-ca-bundle
Package Control.user-ca-bundle
oscrypto-ca-bundle.crt
bh_unicode_properties.cache

# Sublime-github package stores a github token in this file
# https://packagecontrol.io/packages/sublime-github
GitHub.sublime-settings

# End of https://www.gitignore.io/api/osx,macos,sublimetext
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Release Notes
<!-- MarkdownTOC -->

- [Version 1.4](#version-14)
- [Version 1.3](#version-13)
- [Version 1.2](#version-12)
- [Version 1.1](#version-11)

<!-- /MarkdownTOC -->

## Version 1.4

- The original script in version 1.3 and below was setup to run off my server. I have now cleaned this up and made it a little more intuitive for Github. Overall it's much simpler to install it now (no having to download files etc.)

## Version 1.3

- Source = migrated the source code of the original project hosted on my site into Github.
- Fixed = paths to my server have been changed to paths to Github now.
- Removed = there was a Firefox plugin I created many years ago that ended up in the original commit. This has been removed.

## Version 1.2

- Fixed = iCal bug message saying "no data was added to iCal" thanks to Jon Milan.
- Added = London timezone support thanks to Ryan Hunt.
- Added = West Coast USA timezone support thanks to Ryan Hunt.
- Added = Tallinn timezone support thanks to Ryan Hunt.
- Added = Asia/Muscat timezone support thanks to Steve.
- Tests = Now confirmed to work on Leopard 10.5.1, 10.5.2, 10.5.3 and 10.5.4
- Tests = Now confirmed to work on all Apple computers.

## Version 1.1

- First release with South African timezone support.
2 changes: 2 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Credits
This project was created and maintained by [Justin Hartman](http://justin.hartman.me).
Loading

0 comments on commit 45785c2

Please sign in to comment.