Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Duloz committed Nov 2, 2012
1 parent 44e4536 commit 9f636bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions LIMITATIONS.md
Expand Up @@ -4,8 +4,8 @@

As you can understand, not *everything* can be used freely.

None of the material directly related to bakers, and located in the <code>bakers</code> folder of this project -and filed under the relevant year- can be used outside the scope of sending pull requests. The pictures used for bakersÕ profiles are their sole property and cannot be used without their agreement. This also applies to their biographies.
None of the material directly related to bakers, and located in the <code>bakers</code> folder of this project -and filed under the relevant year- can be used outside the scope of sending pull requests. The pictures used for bakers' profiles are their sole property and cannot be used without their agreement. This also applies to their biographies.

ItÕs also worth noting that, likewise, any thought published on [http://the-pastry-box-project.net](http://the-pastry-box-project.net) is copyrighted material and is the sole property of its author.
It's also worth noting that, likewise, any thought published on [http://the-pastry-box-project.net](http://the-pastry-box-project.net) is copyrighted material and is the sole property of its author.

To put things more simply: what applies on [http://the-pastry-box-project.net/bakers](http://the-pastry-box-project.net/bakers) (or on Twitter, or any other social application for that matter) also applies when you fork The Pastry Box Project.
17 changes: 9 additions & 8 deletions README.md
Expand Up @@ -24,19 +24,19 @@ It is quite easy to get ready to improve the Pastry Box Project, but it may take
* Download and Install Wordpress. As usual.
* In your adminCP, go to "Permalinks". Check "Custom Structure": `/%category%/%postname%/`
* In your adminCP, go to "Permalinks". Rename Category base to "baker"
* In your adminCP, Add _7_ new pages. They must all be _empty_ (nothing to add, just publish them with empty content). Here are the titles those 7 pages: About, Archives, Bakers, Disclaimer, Privacy Policy, Stream, Terms Of Services.
* In your adminCP, Add __7__ new pages. They must all be __empty__ (nothing to add, just publish them with empty content). Here are the titles those 7 pages: About, Archives, Bakers, Disclaimer, Privacy Policy, Stream, Terms Of Services.
* In your adminCP, create as many categories as you wish. Categories are named after Bakers (e.g. "Andy Clarke", "Bruce Lawson", "Emily Lewis" etc.). A list of all the guests participating in The Pastry Box Project is available at the following url: [http://the-pastry-box-project.net/bakers](http://the-pastry-box-project.net/bakers).
* In your adminCP, start creating posts: select a category, use a title which adheres to the following format: "1 January 2012, baked by Lea Verou", add some content, publish.
* In your adminCP, repeat previous step, but schedule the post (future post) instead of publishing it.
* In your adminCP, install the Pastry Box Theme (all the files you need are located in the "pastrybox" folder downloaded from Github), and select it as your current theme.

ThatÕs it. You're done.
That's it. You're done.

## The _private Directory

You will see at times references to a "_private" folder (so far only in parts > head.php). This "_private" folder contains material that, for copyright reasons, cannot be shared. Therefore, it cannot be downloaded from Github. It is however very easy to recreate.

_If you don't want to recreate the "_private" directory, the Pastry Box template will still function properly (minus the fonts listed below)_
__If you don't want to recreate the "_private" directory, the Pastry Box template will still function properly (minus the fonts listed below)__

The "_private" folder contains two files.

Expand All @@ -46,6 +46,7 @@ The "_private" folder contains two files.
### remote-fonts.php

This file contains the typical embed code from [Typekit](https://typekit.com/fonts):

<script type="text/javascript" src="//use.typekit.net/YOURID.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>

Expand All @@ -69,14 +70,14 @@ Just set the path to your own SS Social set.

There are two types of pull requests:

1) Code refactoring, markup changes and any such other modifications which are not perceivable by users, or do not add new features (even ÒinvisibleÓ ones) to the Pastry Box Project.
1) Code refactoring, markup changes and any such other modifications which are not perceivable by users, or do not add new features (even "invisible" ones) to the Pastry Box Project.

2) Design alterations, UX improvements, new content architecture, new third-party connections and any other such modifications which either are perceivable by users or add new features (even ÒinvisibleÓ ones) to the Pastry Box Project.
2) Design alterations, UX improvements, new content architecture, new third-party connections and any other such modifications which either are perceivable by users or add new features (even "invisible" ones) to the Pastry Box Project.

_If your request falls in the first category_, just pull your request as usual.
__If your request falls in the first category__, just pull your request as usual.

_If your request falls in the second category_, make sure you post a link to a *working page* which showcases your modifications. The best way to do this is to install Wordpress on a server and use the Pastry Box template with your modifications.
__If your request falls in the second category__, make sure you post a link to a *working page* which showcases your modifications. The best way to do this is to install Wordpress on a server and use the Pastry Box template with your modifications.

Please do not use texts published on the-pastry-box-project.net when showcasing your modifications (as itÕs copyrighted material). Instead, use the dummy texts in pastrybox.sql.
Please do not use texts published on the-pastry-box-project.net when showcasing your modifications (as it's copyrighted material).

Happy forking.

0 comments on commit 9f636bb

Please sign in to comment.