Skip to content

Commit

Permalink
Fix links to issues after the change to the structure @ github. Updat…
Browse files Browse the repository at this point in the history
…e Readme. Also a somewhat gratuitous rename of files from .markdown to .md.
  • Loading branch information
stig committed May 2, 2011
1 parent cf1a462 commit c37a7a9
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 42 deletions.
22 changes: 11 additions & 11 deletions Changes.markdown → Changes.md
Expand Up @@ -6,16 +6,16 @@
* [Issue 42][#42]: Fix bug in handling of Unicode Surrogate Pairs.
* [Issue 48][#48]: Increase precision when writing floating-point numbers so NSTimeInterval instances since epoch can be represented fully.

[#42]: http://github.com/stig/json-framework/issues/#issue/42
[#46]: http://github.com/stig/json-framework/issues/#issue/46
[#48]: http://github.com/stig/json-framework/issues/#issue/48
[#42]: http://github.com/stig/json-framework/issues/42
[#46]: http://github.com/stig/json-framework/issues/46
[#48]: http://github.com/stig/json-framework/issues/48

## Version 3.0beta1 (January 30th, 2011)

### Bug Fixes
* [Issue 36][#36]: Fix bug in build script that caused it to break if $SRCROOT has spaces.

[#36]: http://github.com/stig/json-framework/issues/#issue/36
[#36]: http://github.com/stig/json-framework/issues/36

### Changes

Expand Down Expand Up @@ -46,13 +46,13 @@
* [Issue 30][#30]: Added *TwitterStream* example project showing how to interact with Twitter's multi-document stream. (See `Examples/TwitterStream` in the distribution.)

[bench]: http://github.com/samsoffes/json-benchmarks
[#9]: http://github.com/stig/json-framework/issues/#issue/9
[#12]: http://github.com/stig/json-framework/issues/#issue/12
[#16]: http://github.com/stig/json-framework/issues/#issue/16
[#18]: http://github.com/stig/json-framework/issues/#issue/18
[#27]: http://github.com/stig/json-framework/issues/#issue/27
[#30]: http://github.com/stig/json-framework/issues/#issue/30
[#25]: http://github.com/stig/json-framework/issues/#issue/25
[#9]: http://github.com/stig/json-framework/issues/9
[#12]: http://github.com/stig/json-framework/issues/12
[#16]: http://github.com/stig/json-framework/issues/16
[#18]: http://github.com/stig/json-framework/issues/18
[#27]: http://github.com/stig/json-framework/issues/27
[#30]: http://github.com/stig/json-framework/issues/30
[#25]: http://github.com/stig/json-framework/issues/25

## Version 2.3.1 (September 25th, 2010)

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions Installation.markdown → Installation.md
Expand Up @@ -4,7 +4,7 @@ Super-simple installation
By *far* the simplest way to start using JSON in your iPhone, iPad, or Mac application is to simply copy all the source files (the contents of the `Classes` folder) into your own Xcode project.

1. In the Finder, open the `json-framework/Classes` folder and select all the files.
1. Drop-and-drop them on the **Classes** group in the **Groups & Files** menu of your Xcode project.
1. Drop-and-drop them into your Xcode project.
1. Tick the **Copy items into destination group's folder** option.
1. Use `#import "JSON.h"` in your source files.

Expand All @@ -26,6 +26,6 @@ Alternative installation instructions

Copying the JSON Classes into your project isn't the *only* way to use this framework. I've created a couple of examples that link to this framework rather than copy the sources. Check them out at github:

* [Linking to JSON Framework on the iPhone, iPad & iPod Touch](http://github.com/stig/JsonSampleIPhone)
* [Linking to JSON Framework on iOS](http://github.com/stig/JsonSampleIPhone)
* [Linking to JSON Framework on the Mac](http://github.com/stig/JsonSampleMac)

28 changes: 0 additions & 28 deletions Readme.markdown

This file was deleted.

27 changes: 27 additions & 0 deletions Readme.md
@@ -0,0 +1,27 @@
JSON Framework
==============

JSON is a light-weight data interchange format that's easy to read and
write for humans and computers alike. This framework aims to implement a
strict JSON parser and generator in Objective-C.

Features
--------

Core features:
* BSD license.
* Easy-to-use API.
* Strict parsing & generation.

Optional features include (but not limited to):
* Pretty-printing of JSON output.
* Sorted dictionary keys in JSON output.
* Configurable recursion depth limit for added security.

Links
-----

* The GitHub [project page](http://github.com/stig/json-framework).
* Online [API documentation](http://stig.github.com/json-framework/api).
* The new [website](http://stig.github.com/json-framework).

2 changes: 1 addition & 1 deletion ReleaseChecklist.markdown → ReleaseChecklist.md
@@ -1,4 +1,4 @@
* Update Changes.markdown
* Update Changes.md
* % agvtool new-marketing-version XXX
* % agvtool bump
* Update website
Expand Down

0 comments on commit c37a7a9

Please sign in to comment.